@import "reset.css";
@import "grid.css";

body {
	background: #01486e url(../img/bg_texture.png) repeat;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	}
	
li { float: left; }

p { margin-bottom: 15px; padding: 1px; }





/* Typography
------------------------------------------------------ */

a, h2, h3 { font-family: "Arial Rounded MT Bold", Arial, sans-serif; }
h2, h3 { text-shadow: #054377 1px 1px 2px; }

h2 {
	font-size: 2.5em; 
	line-height: 44px;
	white-space: nowrap;
	}

h3 { 
	font-size: 1.5em; 
	line-height: 24px;
	margin: 5px 0 10px; 
	}

a { color: #fff; text-decoration: none; }
.underline {
    text-decoration: underline;
}



/* Content Areas
------------------------------------------------------ */

.header { height: 75px; }

	.logo {
		margin-top: 25px;
		width: 169px; height: 25px;
		background: url(../img/logo.png) no-repeat;
		text-indent: -9999px;
		display: block;
		}

.intro {
	background: #1180bb url(../img/bg_texture.png) repeat;
	width: 100%;
	height: 330px;
	}
	
	.intro_copy { margin-top: 0px; }
	.intro_copy h2 { margin: 15px 0 10px 0; white-space: normal; }
	.intro_copy p { 
		font-size: 16px;
		line-height: 22px;
		text-shadow: #054377 1px 1px 2px;; 
		}
		
.intro_alt {
	width: 100%;
	height: 400px;
	}
	
.intro_copy h3, intro_alt h3 { margin-bottom: 10px; }
		
.page_header {
	background: #1180bb url(../img/bg_texture.png) repeat;
	width: 100%;
	height: 100px;
	}
	
	.page_header h2 { margin-top: 25px; }
	.page_header ul { margin-top: 15px; }
	
	
.content h3 {  
	margin: 35px 0 20px 0;
	}
	
.footer ul { 
	margin-bottom: 20px; 
	margin-top: 50px;
	border-top: 1px solid #1180bb; 
	}
	
	.footer .nav li a {
		font-family: Arial, sans-serif;
		font-size: 11px;
		}
		
.staff_block { overflow: hidden; width: 100%; }
	
	.staff_block img { display: bloc; float: left }
	.staff_block .staff_bio { float: left; }

.listing li {
    float: none;
    list-style: disc;
    margin: 5px 0 5px 15px;
}
.margin_fix_home {
    margin-bottom: 10px;
}
.content .grid_4 {
    width: 310px;
}


/* Navigation
------------------------------------------------------ */

.nav li { margin-top: 25px; margin-right: 10px; }
	
	.nav li a {
		font-size: 12px;
		padding: 8px 10px;
		}
		
	.nav li a:hover {
		background: url(../img/bg_division.png) repeat-x;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		}
		

.active { background: url(../img/bg_division.png) repeat-x; }

li.list { clear: both; }





/* Button
------------------------------------------------------ */		

.btn {
	margin: 20px 0;
	background: url(../img/btn_bg.png) repeat-x;
	padding: 8px 25px;
	font-size: 125%;
	display:inline-table;
	text-shadow: #054377 1px 1px 2px;
	box-shadow: 1px 1px 10px #01486e;
  	-moz-box-shadow: 1px 1px 10px #01486e;
  	-webkit-box-shadow: 1px 1px 10px #01486e;
	}
		
.btn:hover, .intro_copy .btn2:hover {
	box-shadow: 0 0 0 #ccc;
  	-moz-box-shadow: 0 0 0 #ccc;
  	-webkit-box-shadow: 0 0 0 #ccc;
	}

.intro_copy .btn2 {
    margin: 5px 0;
	background: url(../img/btn_bg.png) repeat-x;
	padding: 2px 8px;
	font-size: 100%;
	display:inline-table;
	border: 1px solid;
	text-shadow: #054377 1px 1px 2px;
	box-shadow: 1px 1px 10px #01486e;
  	-moz-box-shadow: 1px 1px 10px #01486e;
  	-webkit-box-shadow: 1px 1px 10px #01486e;
}



/* Form
------------------------------------------------------ */

.contact {}

.contact label {
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 125%; 
	line-height: 32px;
	text-shadow: #054377 1px 1px 2px;
	}

.contact input[type="text"] { 
	width: 250px; height: 25px;  
	margin-bottom: 20px;
	}
	
.contact textarea { 
	width: 350px; height: 150px;  
	margin-bottom: 20px;
	}
	
.contact input[type="submit"] { 
	border: none;
	cursor: pointer;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 125%;
	padding: 3px 15px 3px 15px;
	text-shadow: #054377 1px 1px 2px;
	color: #fff;
	margin: 10px 0;
	width: 80px;
	height: 27px;
	display: inline;
	}

.form_error, .error_list li {
    color: #F57421;
    display: block;
    font-style: italic;
    font-weight: bold;
}


/* Extensions
------------------------------------------------------ */

.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.shadow {
	box-shadow: 2px 2px 5px #ccc;
  	-moz-box-shadow: 2px 2px 5px #ccc;
  	-webkit-box-shadow: 2px 2px 5px #ccc;
	}
	
.push {
	margin: 25px 20px 0px 0;
	}
	
.title { margin-bottom: 15px; }