@charset "UTF-8";

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('fonts/League_Gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('fonts/League_Gothic.woff') format('woff'), url('fonts/League_Gothic.otf') format('opentype'), url('fonts/League_Gothic.svg#LeagueGothic') format('svg');
}
@font-face {
	font-family: 'QlassikMediumRegular';
	src: url('fonts/Qlassik_TB.eot');
	src: local('Qlassik Medium Regular'), local('QlassikMedium'), url('fonts/Qlassik_TB.woff') format('woff'), url('fonts/Qlassik_TB.otf') format('opentype'), url('fonts/Qlassik_TB.svg#QlassikMedium') format('svg');
}

@font-face {
	font-family: 'QlassikBoldRegular';
	src: url('fonts/QlassikBold_TB.eot');
	src: local('Qlassik Bold Regular'), local('QlassikBold'), url('fonts/QlassikBold_TB.woff') format('woff'), url('fonts/QlassikBold_TB.otf') format('opentype'), url('fonts/QlassikBold_TB.svg#QlassikBold') format('svg');
}

.L_Header_blue {
	font-family: 'LeagueGothicRegular';
	font-size: 1.85em;
	line-height: 1.85em;
	color: #135c91;
	text-shadow: 1px 1px 1px #aeaeae;
}
.L_Header_black {
	font-family: 'LeagueGothicRegular';
	font-size: 1.85em;
	line-height: 1.85em;
	color: #232323;
	text-shadow: 1px 1px 1px #aeaeae;
}
.L_Header_blue_sm {
	font-family: 'LeagueGothicRegular';
	font-size: 1.5em;
	line-height: 1.5em;
	color: #135c91;
	text-shadow: 1px 1px 1px #aeaeae;
}

body {
	font-family: QlassikMediumRegular, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.15em;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #565656;
	/*background:url(images/backtile.png) no-repeat center top;*/
}

.multiweb a:link {
	font-family: QlassikBoldRegular;
	font-size: 1em;
	color: #135c91;
	text-shadow: 1px 1px 1px #aeaeae;
	text-decoration: underline;
}

.multiweb a:visited {
	font-family: QlassikBoldRegular;
	font-size: 1em;
	color: #135c91;
	text-shadow: 1px 1px 1px #aeaeae;
}

.multiweb #container {
	width: 928px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.multiweb #mainContent {
	padding-left: 10px;
	padding-right: 10px;
	padding-top:20px;
	background:url(images/contentbg.jpg) repeat-x top ;
	min-height:365px;
	
}

.multiweb #mainContentInner {
	padding-left: 10px;
	padding-right: 10px;
	padding-top:20px;
	background:url(images/contentbg.jpg) repeat-x top ;
	min-height:550px;
	
}

.multiweb #col_left {
	float: left;
	min-height:365px;
	width: 585px;
	padding-right: 38px;
	text-align: left;
}
.multiweb #col_middle {
	float: left;
	width: 230px;
	padding-right: 38px;
	text-align: left;
}
.multiweb #col_right {
	float: left;
	width: 271px;
	padding-right: 10px;
	text-align: left;
}

.multiweb #headerbg {
	height: 56px; 
	padding: 0px;
	background:url(images/headerbg.jpg) repeat-x center;
}
.multiweb #header {
	height: 56px; 
	padding: 0px;
	width:928px;
	margin:auto;
}
.multiweb #clear {
    clear:both;
    height:1px;
    overflow:hidden;

}

.multiweb #logo {
	width: 180px; 
	height: 40px; 
	padding-top: 16px;
	float:left;
}

.multiweb #nav {
	height: 56px; 
	padding: 0px;
	text-align:right;
}
.multiweb #gallerybglg {
	padding:0px;
	text-align: left;
	background:url(images/gallerybglg.jpg) no-repeat center;
	height:339px;
	background-color:#9eb3b6;
	border: 0px solid black;
}

.multiweb #gallerybgsm {
	padding:0px;
	text-align: left;
	background:url(images/gallerybgsm.jpg) no-repeat top;
	height:19px;
	background-color:#9eb3b6;
	border: 0px solid black;
}
.multiweb #gallerybgsminner {
	padding:0px;
	text-align: left;
	background:url(images/gallerybglg.jpg) no-repeat top;
	height:30px;
	background-color:#9eb3b6;

}

.multiweb #footerbg {
	padding:0px;
	text-align: left;
	background:url(images/footerbg.jpg) repeat-x;
	min-height:340px;
	background-color:#5b5b5b;
}
.multiweb #footer {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	width:928px;
	/*background-color:#99CC33;*/
	margin:auto;
}
.multiweb #testimonial {
	float: right;
}

.multiweb #testimonialbox {
	text-align:left;
	color: #565656;
	background:#ffffff;
	width:284px;
	min-height:176px;
	padding:10px;
	font-size: .85em;
	/*background-color:#CCCC66;*/
}
.multiweb #testimonialpoint{
	height:27px;
}

.footertext {
	font-size: .8em;
	color: #ffffff;
}

.bodytext {
	font-family: QlassikMediumRegular, Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.15em;
}

.headertext {
	font-size: 1.2em;
	font-weight:normal;
	color:#0a6d76;
}

.smalltext {
	font-size: .75em;
	color: #333333;
}

/* Accordion */

.toggler {
	margin-bottom: 4px;
	padding: 8px 5px;
	background: #efefef;
	font-size: 1.1em;
	font-weight:bold;
	color:#006699;
	border-bottom:solid 1px white;
}

.element p {
	margin: 0;
	padding: 4px;
}

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1 { 
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
}

#simplegallery1 .gallerydesctext {
	text-align: left;
	padding: 0px;
	height:406px;
}

.multiweb #gallerywrap{
	width:928px;
	margin:auto;
	padding: 0px;
}

.multiweb #contactBar {
	float:right;
	height:24px;
	width:928px;
	position:relative;
	z-index:6000;
	overflow:none;
	margin: auto;
}
/***** Homepage email field CSS starts here*****/

#emailSend a#email_go {
background:transparent url(images/bg_email_go.gif) no-repeat scroll 0 0;
float:left;
height:25px;
text-indent:-9999px;
width:60px;
}

#emailSend input#emailAddress {
background:transparent url(images/bg_email_input.gif) no-repeat scroll 0 0;
border:medium none;
display:inline;
float:left;
font-size:1em;
font-style:italic;
height:25px;
padding:5px 5px 0 10px;
width:232px;
}


#emailSend{
   float: left;
   padding-top: 16px;
}
.multiweb #footernav{
float:left;
padding-top:15px;
}

/**** adds border and hover to featured images*****/ 
.featured {
border: 10px solid #e5e5e5;
}

.featured:hover{
border: 10px solid #424242;
}


#footernav a {
	font-family: QlassikMediumRegular, Trebuchet, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#footernav a:hover {
	font-family: QlassikMediumRegular, Trebuchet, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}



