/* import reset stylesheet - resets most styles to 0 */

@import url(reset.css);


/* ------------------------------ page structure ------------------------------ */

html{
	background: #5097d1 url(images/body-bg.png) 0 0 repeat-x;
	text-align: center;
}

body{
	font: 13px Arial, Helvetica, sans-serif;
	width: 990px;
	margin: 0 auto;
	background: transparent;
	position: relative;
	text-align:  left;
}
     
#header{
	position: relative;
	width: 990px;
	height: 160px;
	background: url(images/header-bg.png) 10px 10px no-repeat;
	overflow: hidden;
}

#main{
	padding: 0;
	overflow: hidden;
	width: 970px;
	clear:both;
	margin: 0 auto;
	background: #fff;
}

#sidebar1{
	clear: left;
	float: left;
	display: inline;
	width: 285px;
	padding: 10px 20px;
}



body.twoCols #sidebar1{ /* different width for first sidebar on template using 2 columns only*/
	width: 470px;
}

#sidebar2{
	float: left;
	width: 285px;
	padding: 10px 20px;
}

#index #sidebar2{
	padding-top:0;
}

#imageRegion{
	padding: 0;
	overflow: hidden;
	float: left;
	width: 480px;
	padding: 10px;
	background: #E3EEF7
}

#footer{
 clear: both;
 background: transparent url(images/footer-bg.gif) 0 0 no-repeat;
 padding: 20px 10px 10px;
 width: 950px;
 margin: 0 auto;
}

/* ------------------------------ basic typography ---------------------------- */

h1, h2, h3, h4, h5, p{
	margin-bottom: 0.85em;
}

h1{
	font-size: 24px;
	margin-bottom: 0.85em;
	color: #1046C7;
}

h2{
	font-size: 21px;
	color: #082d4b;
}

h3{
	font-size: 18px;
	line-height: 1.3em;
	font-weight: normal;
	color: #082d4b;
}

h4{
	font-size: 18px;
	font-weight: normal;
	color: #082d4b;
}

p{
	font-size: 13px;
	line-height: 1.5em;
	color: #082d4b;
}


a{
	font-weight: bold;
}

a:link{
	color: #2479B9;
	text-decoration: none;
}

a:visited{
	color: #133F62;
	text-decoration: none;
}

a:hover, a:active{
	color: #3F96D9;
}

/* ------------------------------ generic floats ------------------------------ */
.clearboth{
	clear:both;
}

.floatleft{
	float: left;
	padding: 0 10px 10px 10px;
	margin:0;
	width: 390px;
}

.floatright{
	float: right;
	padding: 0 0 20px 20px;
}

.highlight {
		color: #027AD2;
		font: italic 1.1em "Comic Sans MS", "Comic Sans", arial, sans-serif;
		padding-right: 3px;
}

h3 .highlight{
	font-size: 1em;
}

#footer .highlight{
	color: #012F50;
}
/* used with jquery highlight plugin to set every instance of Walk Rock text in site to comic sans. :-P */

div.fader, div.image{
	width: 320px;
	float: left;
	position: relative;
	overflow: hidden;
	height: 510px;
	min-height: 511px;
}

/* ------------------------------ header content ------------------------------ */


 #header h1#logo{
 	font-weight: bold;
	font-size:24px;
	float: left;
	width: 180px;
	height: 140px;
	text-indent: -999em;
	overflow: hidden;
	margin-left: 30px;
} 

 #header h1#logo a{
	width: 100%;
	height: 100%;
	display: block;
}

#header form{
	float: left;
	background: url(images/search-bg.png) 0 -10px no-repeat;
	height: 30px;
	width: 290px;
	padding: 0 0 0 10px;
	display: block;
	margin: 10px 20px 0 460px;
}

* html body #header form{
	margin-left: 330px;
}

#header form a{
	background: url(images/form-a-bg.png) 0 0 no-repeat;
	width: 103px;
	height: 20px;
	display: block;
	float: left;
	text-indent: -999em;
	overflow: hidden;
}

#header form a:hover{
	background-position: 0 -20px;
}

#header label{
	float:left;
	margin-left: 10px;
}

#header form input{
	margin-top: 7px;
}

#header form input#search{
	width: 123px;
	height: 18px;
	background: #c7dff3;
	color: #1d5f95;
	border: none;
	font-size: 12px;
	vertical-align: top;
	margin-top: 0;
	padding: 2px 0 0 2px;
}

/* ------------------------------ menu ------------------------------ */

#menu{
	height: 70px;
	background: #89B8E5 url(images/menu-bg.png) 0 0 no-repeat;
	overflow: hidden;
}

#menu ul{
	clear: both;
	float: left;
	width: 970px;
	height: 30px;
	padding-left: 20px;
}

#menu ul li a{
	font: normal 13px Arial, Helvetica, sans-serif;
	padding: 7px 15px 5px 13px;
	margin: 0;
	display: block;
	color: #fff;
}

#menu li{
	float:left;
}

#menu ul li.col2 a{
	padding-right: 50px;
}


#menu a:hover{
	color:#1C4B7B;
	text-decoration: none;
	text-shadow: none;
}

#menu ul li a.current, #menu a:hover.current{
	color: #0e4776;
	background: url(images/menu-arrow.gif) 0 50% no-repeat;
	}


/* ------------------------------ main content -------------------------------- */

#main h1{
	/* background: #2479B9; */
	color: #2479B9;
	font: normal 17px Arial, Helvetica, sans-serif;
	line-height: 1;
	padding: 6px 5px 0 10px;
	margin-bottom: 10px;
}

#main p#imageHolder{
	padding: 10px;
}

#main h2#pageTitle{
	background: url(images/main-h2-bg.png) 0 0 no-repeat;
	color: #fff;
	font: 18px Arial, Helvetica, sans-serif;
	line-height: 1;
	padding: 6px 5px 7px 20px;
	margin: 10px;
	text-shadow: 1px 1px 3px #0F377D;
}

#main ul{
	list-style: disc;
	margin: 0 0 20px 10px;
	padding-left: 20px;
}

#main li{
	margin-bottom: 5px;
	color: #082d4b;
}

#index #main li{
	font-size: 14px;
	font-style: italic;
}

div.fader p, div.image p{
	font-size: 12px;
	font-style: italic;
	color: #666;
	text-align: right;
}

div.fader img, div.image img{
	width: 320px;
}

#main dl{
	margin: 0 20px 10px 20px;
}

#search-results #main  p{
	margin-left: 20px;
}

/* ------------------------------ first sidebar content -------------------------------- */

/* ------------------------------ second sidebar content ------------------------------ */

/* ------------------------------ footer content ------------------------------ */

#footer p{
	font-weight: bold;
	color: #2F70A3;
}

#footer strong{
	color: #fff;
}

/* ------------------------------ contact form -------------------------------- */

#main #contactText{
	width: 350px;
	margin: 0 0 0 30px;
	float: left;
}

#main #contactText p, #main #contactText h3{
	margin-left:0;
}

form#contactform {
	width: 415px;
	padding:0;
	margin:0 20px 0 20px;
	float: left;
}

#contactform label{
	display:block;
	padding: 10px 10px 10px 150px;
	border-bottom: 1px dashed #BCDDF8;;
	background: #fff;
	color: #082d4b;
	width: 245px;
	margin-left: 20px;
}


#contactform label.radio{
	padding: 5px;
	margin-top:0;
}

#contactform h3{
	padding-top:5px;
	margin-top : 7px;
	margin-bottom : 0;
}

#contactform span{
	position: relative;
	left: -125px; /* this pushes the left edge of the span over to the left edge of the space created by the padding set above */
	float: left;
	margin-right: -130px; /*reduce the values of this and the above commented elements to make a narrower label*/
	padding-top: 3px;
}

#contactform input, #contactform textarea{
	border: 1px solid #2479B9;
	width: 250px;
}

#contactform p#buttons{
text-align : right;
	padding: 5px 60px 5px 0;
}

#contactform p#buttons input{
	border: none;
	width: 120px;
	height: 32px;
}

#main p.email_error,  #main p.email_thanks, #main p.email{
	margin-left: 40px;
	padding: 10px 10px 10px 32px;
	border-width: 1px;
	border-style: solid;
	width: 368px;
	float: left;
}

#main p.email{
	background: #CBE3F5 url(images/email.png) 10px 10px no-repeat;
	border-color: #2479B9;
}

#main p.email_error{
	background: #fff799 url(images/email_error.png) 10px 10px no-repeat;
	border-color: #C8BA00;
}

#main p.email_thanks{
	background: #eafccf url(images/email_add.png) 10px 10px no-repeat;
	border-color: #598527;
}
