@charset "UTF-8";

/*UTILITIES*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #45423b;
	background-color: #033645;
	background-image: url(img/bg-secondary.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-size: 13px;
	line-height: 27px;
}
a {
	color: #70bf44;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background-color: #70bf44;
}
h2 {
	font-size: 22px;
	text-transform: uppercase;
	color: #aa2758;
	letter-spacing: 0.2em;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 18px;
}
h3 {
	font-size: 15px;
	color: #63c8d5;
	text-transform: uppercase;
	margin-bottom: 0px;
}
h4 {
	font-size: 14px;
	color: #ff8a03;
	text-transform: uppercase;
	margin-bottom: 0px;
}

li {
	list-style-type: none;
}
hr {
border-top-width:1px;
border-top-style:dashed;
border-top-color:#777;
margin:0;
padding:0;
}

/*RANDOM CLASSES*/

.clear {
	clear: both;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
.quote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 15px;
	width: 550px;
}
.orange {
	color: #ff8a03;
	text-transform: uppercase;
	font-size: 14px;
}

/*PAGE LAYOUT*/

#page-wrap {
	padding-top:0px;
	position:relative;
	width:1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(img/images/shadow.png);
	background-repeat: repeat-y;
	background-position: 1px;
}
div#page {
	background-color: #FFF;
	margin-top: 0px;
	padding-bottom: 100px;
	background-image: url(img/gradient.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 956px;
	margin-left: 15px;
}

/*HEADER STYLES*/

div#header {
	background-image: url(img/header-bg.jpg);
	height: 100px;
	width: 956px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}
h1#replace {
	background-image:url(img/logo-small.png);
	background-repeat:no-repeat;
	height:98px;
	text-indent:-9999px;
	width:207px;
	margin-top: 20px;
}

h1#replace img a:hover {
	background-color: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	
}
div#logo {
	float: left;
}

/*GLOBAL NAVIGATION*/

ul#main-nav {
	margin-top: 0px;
	padding-top: 52px;
}
ul#main-nav li {
	display: inline;
	padding: 0px;
}
ul#main-nav li a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}

/*SIDEBAR NAV STYLES*/

div#sidebar {
	float: left;
	width: 220px;
	margin-left: 0px;
	margin-top: 0px;
	padding-right: 30px;
}
ul#sub-nav {
}
ul#sub-nav li {
	margin-left: -40px;
	padding-bottom: 10px;
}
ul#sub-nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background-color: #009bb5;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 205px;
	background-image: url(img/stripe.gif);
	background-repeat: repeat;
}
ul#sub-nav li a:hover {
	background-color: #005e88;
	background-image: url(img/stripe2.gif);
	background-repeat: repeat;
}

ul#sub-nav li a.current {
	background-color: #005e88;
	background-image: url(img/stripe2.gif);
	background-repeat: repeat;
}

/*SPECIAL ANNOUNCEMENTS*/

.announce {
	margin-bottom: 0px;
}
div#special {
	background-color: #7a6650;
	border: 3px solid #634e2f;
	padding-left: 10px;
}
div#special p {
	color: #fff;
	line-height: 21px;
	font-size: 12px;
}

/*MAIN CONTENT STYLING*/


div#content {
	margin-left: 250px;
	
}

div#content p.col {
	width: 625px;
}
div#content img {
	border: 5px solid #d7d7d7;
}
div#content ul.form li{
	list-style-image: url(img/form.gif);
	list-style-position: inside;
	list-style-type: none;
	padding-top: 10px;
}
#page-wrap #page #content a .alignleft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-right: 10px;
	padding-top: 20px;
}
div#content div.staff {
	float: right;
	width: 435px;
	margin-right: 45px;
	height: 225px;
}
div#content div.staff p {
	font-size: 12px;
	line-height: 20px;
}

div#content div.staff i {
	font-size: 12px;
}
div#content p.sample {
	width: 550px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius:5px;
	background-color: #FFF;
	border: 1px solid #999;
	padding: 15px;
}
div#content div.video-player  {
	float: left;
	margin-bottom: 0px;
}

div#content div.video {
	width: 315px;
	margin-right: 45px;
}
div#content div.video p {
	font-size: 16px;
}

/*FOOTER STYLES*/
		
div#footer {
	background-color: #aa2758;
	padding-top: 0px;
	color: #fff;
	padding-bottom: 0px;
	margin-top: 5px;
	width: 956px;
	margin-left: 15px;
	text-align: center;
}
div#footer p {
	font-size: 11px;
	margin-left: 30px;
}
div#footer ul {
	float: left;
	margin-left: 0px;
}
div#footer ul li{
	display: inline;
	font-size: 14px;
	color: #ffdb55;
	
}
div#footer ul li a {
	padding-right: 5px;
	color: #fff;
}
div#footer img {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #033a45;
}
