@charset "utf-8";
/* CSS Document */

/* @group general syles --------------------------------------------------------------*/

/* @group body styles -------------------------------------*/

.style1 {color: #FFFFFF}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-image: url(../images/backgroundMain.jpg);
	background-repeat: repeat-x;
}

.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

/* @group resets ------------------------------------------*/

/* @group links -------------------------------------------*/

div.NavTabButton {
	float: left;
	width: 135px;
	height: 32px;
	margin: 0 18px 0 0;
	background-repeat: no-repeat;
	border-right: solid 1px #ff7c00;
	border-left: solid 1px #ff7c00;
}

div.NavTabButton a:link, div.NavTabButton a:visited {
	display: block;
	margin: 0; 
	padding: 0;
	width: 100%; 
	height: 100%;
	overflow: hidden;
	font-family: "Gill Sans MT";
	font-size: 20px;
	font-weight: bold;
	padding-top: 0px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: none;
	}
div.NavTabButton span {
	display: block;
	margin: 0 0  7px; 
	padding: 2px;
	}
	
div.NavTabButton a:hover, div.NavTabButton a:focus, div.NavTabButton a:active {
	background: #ff7c00;
	font-family: "Gill Sans MT";
	color: #011876;
	text-decoration: underline;
	}

li.SecondaryNavLinks a:link, li.SecondaryNavLinks a:visited {
	font-family: "Gill Sans MT";
	font-size: 24px;
	font-weight: bold;
	padding-top: 8px 0 8px 16px;
	text-align: left;
	color: #011876;
	text-decoration: none;
	background-image: none;
}

li.SecondaryNavLinks a:hover, li.SecondaryNavLinks a:focus, li.SecondaryNavLinks a:active {
	font-family: "Gill Sans MT";
	font-size: 24px;
	font-weight: bold;
	padding-top: 8px 0 8px 16px;
	text-align: left;
	color: #ff7c00;
	text-decoration: underline;
	background-image: none;
}


/* @group headings ----------------------------------------*/

.thrColFixHdr #Welcome h2 {
	background: url(../images/Welcome_text.png) center;
	background-repeat: no-repeat;
	padding: 20px 0 0 175px;
}

.thrColFixHdr #SecondaryMenu h2 {
	background: url(../images/Link_text.png) center;
	background-repeat: no-repeat;
	padding-top: 35px;
}

h3 {
	color: #011876;
	font-family: "A&S Marquee";
	font-size: 30px;
	font-weight: bold;
	padding-top: 15px;
}

/* @group other elements ----------------------------------*/

.textEmphasis {
	color: #27c7fb;
	font-family: "A&S Speedway";
	font-size: 28px;
	font-weight: bold;
}

.textEmphasis_Black {
	color: #000;
	font-style: italic;
	font-weight: bold;
}

/* @group helper styles ----------------------------------------------------------------*/

/* @group forms -------------------------------------------*/

/* @group notifications and errors ------------------------*/

/* @group consistent items --------------------------------*/

.secondaryList li {
	margin-bottom: 10px;
}

.answerList li {
	font-size: 12px;
	margin-bottom: 10px;
}


/* @group page structure ---------------------------------------------------------------*/

.thrColFixHdr #MainPic {
	background: url(../images/SMLSigns_BldgPic_blend600x255.jpg) no-repeat center top;
	position: absolute;
	top: 191px;
	width: 1000px;
	height: 255px;
}

.thrColFixHdr #Welcome {
	background: none;
	width: 589px;
	height: 494px;
	position: absolute;
	top: 448px;
	left: 0px;
	padding: 0 20px 0 20px;
}

#BottomContentContainer #SecondaryMenu {
	background: none;
	width: 371px;
	height: 494px;
	position: absolute;
	top: 448px;
	right: 0px;
	left: 629px;
}

.thrColFixHdr #BottomContentContainer {
	position: absolute;
	width: 990px;
	padding: 5px;
	text-align: left;
}

/* @group headers, footers, and navigation ---------------------------------------------*/

/* @group layout ------------------------------------------*/

.thrColFixHdr #Header {
	background: url(../images/SMLSigns_HeaderLogo.jpg) center no-repeat;
	position: absolute;
	top: 0px;
	width: 1000px;
	height: 151px;
}

.thrColFixHdr #HeaderPhone {
	position: absolute;
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #011876;
	top: 30px;
	left: 65px;
	width: 200px;
	height: 25px;
}

.thrColFixHdr #HeaderEmail {
	position: absolute;
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #011876;
	top: 30px;
	right: 65px;
	width: 200px;
	height: 25px;
}

.thrColFixHdr #TopNav {
	position: absolute;
	top: 151px;
	background-image: url(../images/topNavbackground.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	width: 955px;
	height: 40px;
	padding: 0 0 0 45px;
}

.thrColFixHdr #Footer {
	position: absolute;
	top: 945px;
	background: url(../images/footerBackground.jpg);
	width: 1000px;
	height: 60px;
	text-align: center;
	color: #fff;
}

#Footer a {
	color: #fff;
}

#Footer p {
	font-size: 12px;
}

.thrColFixHdr #LocationBlock {
	position: absolute;
	top: 930px;
	left: 67px;
	width: 300px;
	height: 68px;
	text-align: left;
	color: #fff;
}

#LocationBlock p {
	font-size: 10px;
}

/* @group other page furniture ----------------------------*/


/* @group page components --------------------------------------------------------------*/

/* @group individual pages --------------------------------*/

