
/* ----------------------------------- default ----------------------------------- */
html, body {
	min-width:980px;
	color:#333;
	font-size:13px;
	line-height:16px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#a4b6c8 url(../images/bg.jpg) top left repeat-x;
}
body {
	width:980px;
	margin:0 auto;
}

a {			color:#05386b; text-decoration:none; }
a:hover {	color:#3974b0; text-decoration:underline; }

strong, b { font-weight:bold;}

.clear {	clear:both !important;	font-size:0; height:0; overflow:hidden; }


/* this makes anything with the attribute of type="hidden" to actually be hidden. ff was not behaving properly. */
[type="hidden"] {
	display:none !important;
	visibility:hidden !important;
}


input {
	color:#666;
	border:1px solid #cecece;
	background:#fff url(../images/bg-input.gif) bottom left repeat-x;
}

button {
	border:none;
	background:none;
	margin:0;
	padding:0;
}
.button, button, button img, .submit, fieldset button { cursor:pointer !important; }

.radio {
	background:none;
	border:none;
}
.check {
	background:none;
	border:none;
}


.photoBorder img {
	padding:3px;
	margin:8px;
	background:#fff;
	border:1px solid #ccc;
}


/* ------------------------------------------------- layout divs ------------------------------------*/

/* ---------MK - 021710 - Taking off z-index:1..This is causing the onload modal pop up not to work (z-index:1;)--------------------------------*/
#wrapper {
	margin:0 auto;
	padding:0 5px;
	width:980px;
	overflow:hidden;
	background:#fff;
}

html>body #wrapper {
	margin:0 auto;
	padding:0 5px;
	width:970px;
	overflow:hidden;
	background:#fff;
}

#header {
	margin:0;
	padding:0;
	width:970px;
	height:173px;
	z-index:100;
	position:relative;
	background:url(../images/redesign/bg-header.jpg) top left no-repeat;
}

#contentWrap {
	margin:0;
	padding:0;
	width:970px;
	position:relative;
	overflow:hidden;
	background:#eee url(../images/redesign/bg-contentWrap.gif) top left repeat-x;
}

#sidebar {
	float:left;
	display:inline-block;
	margin:0;
	padding:0;
	width:250px;
	overflow:hidden;
}

#content {
	float:left;
	display:inline-block;
	margin:0;
	padding:25px;
	width:920px;
	min-height:350px;
	overflow:hidden;
}





/* ------------------------------- banner ads ------------------- */
#bannerAds {
	margin:0 auto;
	padding:10px 0 0;
	width:710px;
	height:60px;
	overflow:hidden;
}





/* ------------------------------------------------- header ------------------------------------*/
/* ------------------- logo ------------------- */
#header h1 {
	position:relative;
	float:left;
	display:inline;
	margin:0;
	padding:0;
	width:280px;
	height:110px;
}
#header h1 a, #header h1 a span {
	position:absolute;
	top:0;
	left:0;
	width:280px;
	height:110px;
	margin:0;
	padding:0;
	display:block;
}
#header h1 a span {
	background:url(../images/logo.jpg) top left no-repeat;
	cursor:pointer;
}


/* ------------------------------- top links ------------------- */
ul#topLinks {
	float:right;
	display:inline;
	text-align:right;
	margin:-3px 15px 0 0;
	padding:0;
	height:25px;
	width:250px;
	overflow:hidden;
	list-style:none;
	color:#333;
}

ul#topLinks li {
	display:inline;
	margin:0;
	padding:0 0 0 5px;
	list-style:none;
	font-size:14px;
}

ul#topLinks li a {
	color:#333;
	text-decoration:none;
	font-size:12px;
}

ul#topLinks li a:hover {
	color:#000;
	text-decoration:underline;
}






/* ------------------------------- search tab ------------------- */
#header form {
	margin:0;
	padding:0 5px 0 10px;
	overflow:hidden;
}


#header form fieldset {
	float:left;
	display:inline-block;
	margin:5px 8px 0 0;
	padding:0;
	overflow:hidden;
}

#header form fieldset.keyword { width:170px; }
#header form fieldset.zipcode { width:80px; }
#header form fieldset.category { width:250px; }
#header form fieldset.button {  }
#header form fieldset.button * { margin:0; padding:0; }


#header form label {
	float:left;
	display:inline;
	margin:0;
	padding:0 5px 0 0;
	color:#fff;
	overflow:hidden;
}
#header form input {
	float:left;
	display:inline;
	margin:0;
	padding:2px 3px;
	height:14px;
	font-size:12px;
	overflow:hidden;
}
#header form fieldset.keyword input { width:100px; }
#header form fieldset.zipcode input { width:40px; }

#header form fieldset.category select {
	width:250px;
	overflow:hidden;
}

#header form fieldset.button button {
	width:80px;
	padding:0 25px 10px 0;
	color:#fff;
	font-weight:bold;
	background:url(../images/redesign/bg-button-search.jpg) right top no-repeat;
}






/* ------------------------------- contact us tab ------------------- */
#header ul.followUs {
	float:left;
	display:inline;
	margin:0;
	padding:5px 5px 0 10px;
	list-style:none;
}
#header ul.followUs li {
	float:left;
	display:inline;
	margin:0 20px 0 0;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
#header ul.followUs li a {
	display:inline-block;
	padding:0 0 0 30px;
	height:20px;
	line-height:20px;
}
#header ul.followUs li.email a {
	padding:0 0 0 40px;
}
#header ul.followUs li.facebook a { background:url(../images/redesign/bg-icon-facebook.gif) 0 0 no-repeat; }
#header ul.followUs li.twitter a { background:url(../images/redesign/bg-icon-twitter.gif) 0 0 no-repeat; }
#header ul.followUs li.email a { background:url(../images/redesign/bg-icon-email.jpg) 0 0 no-repeat; }







/*---------------------- general subpage styles -------------------------*/
h1 {
	margin:0;
	padding:0;
	font-size:26px;
	line-height:28px;
	color:#fff;
	font-weight:bold;
}

h2, .heading2 {
	font-size:18px;
	line-height:20px;
	color:#333333;
	font-weight:bold;
	margin:5px 0 0 0;
	padding:0;
}

h3, .heading3 {
	font-size:18px;
	line-height:20px;
	color:#223983;
	font-weight:normal;
	margin:5px 0 0 0;
}

h4, .heading4 {
	font-size:16px;
	line-height:18px;
	color:#223983;
	font-weight:normal;
	margin:5px 0 0 0;
}

h5, .heading5 {
	font-size:14px;
	line-height:16px;
	color:#223983;
	font-weight:normal;
	margin:5px 0 0 0;
}



hr {
	border: none 0;
	border-top: 1px dashed #ccc;
	height: 1px;
	clear:both;
} 
p {
	padding:8px 0;
}

ul {
	list-style:outside;
	margin-bottom:10px;
}
ol {
	margin-bottom:10px;
}
li {
	margin-left:30px;
	padding:2px 0;
}





/* ------------------- tooltip popup ------------------- */

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 300px;
	padding: 10px;
	border:1px solid #bbb79b;
	background:#fff;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}






/* ------------------------------------------------ cms form styles ------------------------------------------------ */
div.formText {
	width:35%;
	display:inline-block;
	float:left;
}

form table.cmsForm {
	width:60%;
	float:right;	
}

form table.cmsForm input, form table.cmsForm select {
	margin-right:5px;
}

form table.cmsForm {
	margin:10px auto 0 auto;
}
form table.cmsForm tr td {	
	vertical-align:top;
	margin-top:0;
	padding:0 15px 5px 0;
	text-align:left;
}
form table.cmsForm tr td.formName {
	width:30%;
	text-align:right;
}

form table.cmsForm #checkbox {
	float:left;
	clear:both;
	display:block;
}

form table.cmsForm .required {
	font-size:20px;
	color:#f33;
}

form table.cmsForm textarea {
	width:250px;
}
form table.cmsForm input {
	border:1px solid #898989;
	padding:2px;
}
form table.cmsForm input.radio {
	background:none;
	border:none;
}
form table.cmsForm input.check {
	background:none;
	border:none;
}
form table.cmsForm input.button {
	background:#223983;
	font-size:13px;
	line-height:20px;
	color:#fff;
	padding:0 5px;
	
}



table.cmsFormThanks {
	width:100%;
	margin:0;
	padding:0;
}
table.cmsFormThanks td.cmsFormThanksL {
	width:50%;
	text-align:right;
	font-weight:normal;
	padding-bottom:10px;
}
table.cmsFormThanks td {
	vertical-align:top;
	font-weight:bold;
	padding:0 15px 5px 0;
}




/*------------------------------------ sitemap ------------------------------------*/
p.level1 {
	margin:10px 0 5px 0;
	padding:0;
	color:#036;
	font-size:16px; 
	line-height:18px;
	font-weight:normal;
	width:225px;
}
p.level2 {
	margin:5px 0 5px 15px;
	padding:0;
	color:#036;
	font-size:14px; 
	line-height:18px;
	font-weight:normal;
}
p.level3 {
	margin:0 0 5px 30px;
	padding:0;
	font-size:14px; 
	line-height:16px;
	font-weight:normal;
}
p.level4 {
	margin:0 0 0 45px;
	padding:0;
	font-size:14px; 
	line-height:16px;
	font-weight:normal;
}
p.level1 a {
	font-size:16px; 
	line-height:20px;
	font-weight:normal;
}










/*------------------------------------ footer ------------------------------------*/
#footer {
	clear:both !important;
	margin:0;
	padding:75px 5px 20px;
	width:970px;
	background:url(../images/redesign/bg-footer.jpg) top left no-repeat;
}

#footer a {color:#666;}
#footer ul {
	display:inline;
	margin:0;
	padding:0;
	font-size:11px;
	line-height:18px;
	list-style:none;
	color:#666;
}
#footer ul li {
	margin:0;
	padding:0;
}

#footer ul#links {
	float:left;
	width:700px;
}
#footer ul#links li {
	display:inline;
	margin:0 25px 0 0;
}

#footer ul#copyright {
	float:right;
	text-align:right;
	width:250px;
}





