@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: none;
}

body {
	font-size: 62.5%;
	line-height: 215%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-repeat: repeat-x;
	background-position: 0px 75px;
	background-color: #455560;
}

/*text and defaults*/

p {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

p.teamlist {
	text-transform: uppercase;
}

div.team-right {
	width: 48%;
	float: right;
	margin-bottom: 18px;
}

div.team-left {
	width: 48%;
	float: left;
	margin-bottom: 18px;
}

li p, ul ul, ul ol, ol ul, ol ol {
	font-size: 1em;
}

ul {
	list-style: none;
	font-size: 1.2em;
}

dl, ol {
	font-size: 1.2em;
}

ul dl {
	font-size: 1em;
}

dt {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

dd {
	padding-left: 22px;
	background: url(/images/arrow.gif) 0px 5px no-repeat;
}

ul.bullets {
	margin-bottom: 1.2em;
	list-style: disc;
	margin-left: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

label {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 4px 0 0;
}

h1 {
	font-size: 1.6em;
	text-transform: uppercase;
	margin-bottom: .5em;
	letter-spacing: 0.15em;
}

h2 {
	font-size: 1.5em;
}

h2#location {
	margin-bottom: 1em;
	margin-top: -.9em;
	font-size: 1.2em;
}

h3 {
	font-size: 1.4em;
}

h4, h5, h6 {
	font-size: 1.3em;
}

h3.admin-edited {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

a:visited {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.inviz {
	position: absolute !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden !important;
	left: -9999px !important;
	top: -9999px !important;
}

.blue {
	background-color: #00193D;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

input, textarea {
	padding: 2px;
	margin: 2px 0;
}

/*layout*/

#wrapper {
	position: relative;
}

#header {
	background: #fff;
	height: 75px;
}

#header .inner, #nav, #subnav, #gallery, #page {
	width: 940px;
	margin: 0 auto;
}

#logo {
	float: right;
	margin-top: 12px;
}

ul#nav {
	height: 24px;
	line-height: 24px; /*keeps centered vertically when font size changes*/
	margin: 1px auto 3px;
}

ul#nav li {
	display: inline;
	padding-right: 16px;
}

ul#nav a, ul#nav a:visited {
	line-height: 24px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

ul#nav a:hover, ul#nav a:active, ul#nav a.active {
	color: #328dc8;
}

#banner {
	position: relative;
	height: 296px;
	background: url(/images/theme.jpg) no-repeat right top;
}

#mask {
	position: absolute;
	height: 296px;
	width: 100%;
	top: 0;
	left: 0;
	opacity: .75;
	filter: alpha(opacity=75);
}

.mask {
	opacity: .75;
	filter: alpha(opacity=75);
}

#banner .inner {

}

#gallery {
	position: relative;
	z-index: 1000;
	top: 35px;
	height: 214px;
	overflow: hidden;
}

#gallery ul {
	overflow: hidden;
	position: absolute; /*needed to make the width shrink to the width of the floated items*/
	border-left: 2px solid #fff;
	top: 0;
	left: 0;
}

#gallery li {
	background-repeat: no-repeat;
	background-position: top center !important;
	border: 2px solid #fff;
	border-left: 0;
	margin: 0 0px 0 0;
	height: 210px;
	width: 150px; /*this will be overriden on a case by case basis*/
	float: left;
}

#gallery a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

ul#subnav {
	height: 24px;
	line-height: 24px; /*keeps centered vertically when font size changes*/
	margin: 1px auto 3px;
}

ul#subnav li {
	display: inline;
	padding-right: 16px;
}

ul#subnav a, ul#subnav a:visited {
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

ul#subnav a:hover, ul#subnav a:active, ul#subnav a.active {
	color: #328dc8;
}

#page {
	padding: 20px 0;
}

#footer {

}

/*theme styles*/
body.theme1 {
	background-image: url(/images/stripe1.gif);
}

.theme1 #mask {
	background-color: #00193d;
}

body.theme2 {
	background-image: url(/images/stripe2.gif);
}

.theme2 #mask {
	background-color: #402515;
}

body.theme3 {
	background-image: url(/images/stripe3.gif);
}

.theme3 #mask {
	background-color: #354412;
}

.theme3 ul#nav a:hover, .theme3 ul#nav a:active, .theme3 ul#nav a.active, .theme3 ul#subnav a:hover, .theme3 ul#subnav a:active, .theme3 ul#subnav a.active {
	color: #141a07;
}

body.theme4 {
	background-image: url(/images/stripe4.gif);
}

.theme4 #mask {
	background-color: #164d70;
}

.theme4 ul#nav a:hover, .theme4 ul#nav a:active, .theme4 ul#nav a.active {
	color: #000;
}

.gallery .gallery-left {
	width: 49%;
	float: left;
}

.gallery .gallery-right {
	width: 49%;
	float: right;
}

.gallery #page dl {
	height: 5em;
	width: auto;
	overflow: hidden;
}

.gallery #page dd {
	padding-left: 0;
	background: none;
}

#education h3 {
	text-transform: uppercase;
}

/*contact form styles*/

.contact form {
	position: relative;
}

.contact input.field {
	width: 455px;
}

.contact textarea {
	width: 455px;
	height: 120px;
}

.contact fieldset {
	/*margin: 0 auto;*/
	width: 538px;
}

.contact .text {
	width: 260px;
}

.contact #subnav a {
	display: none;
}

.contact #banner .inner {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}

.contact .gmnoprint span, .contact .gmnoprint a {
	display: none !important;
}

.contact div.exception-wrap {
	text-align: center;
}

.contact .gmnoprint a.exception {
	display: inline !important;
	color: #0000CC !important;
	font-size: 12px;
}

.contact td {
	vertical-align: top;
}

form#f {
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin-left: -470px;
	width: 940px;
}

input#s {
	padding: 1px;
}