/***** Reset Styles ********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body {
	color: #444;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto;
	padding: 0;
	line-height: 20px;
	text-shadow: #FFF 1px 1px;
	background-color: #383938;
	}
	
/***** Links ********************/

a, a:visited {
	color: #12378a;
	text-decoration: underline;
	}
	
a:hover {
	color: #4d71c2;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Homepage ********************/

#homeheader {
	width: 100%;
	background: #343434 url(../images/header-home-bg.png) repeat-x;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
	}
	
#homeheaderwrap {
	background-image:url(../images/header-home-frame.png);
	width: 960px; 
	height: 480px;
	margin: 0 auto;
	padding: 0;
	}

#intro {
	width: 100%;
	background: #fff url(../images/background-white.png) repeat-x;
	}

#intro .introwrap {
	width: 900px; 
	margin: 0 auto;
	padding: 30px;
	text-align:justify;
	}

#secondarycontent {
	width: 100%;
	background: #fff url(../images/background-white2.png) repeat-x;
	}
	
#secondarycontent .secondarycontentwrap{
	width: 960px; 
	margin: 0 auto;
	padding: 30px 0;
	}
	
.video {
	border: 10px solid #ffffff;
	border-radius: 8px 8px 8px 8px;
	-webkit-box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.16); 
	box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.16);
	padding-bottom: -16px;
	margin-bottom: -16px;
	}

/***** Secondary Pages  ********************/

#secondaryheader {
	width: 100%;
	background: #343434 url(../images/header-home-bg.png) repeat-x;
	margin: 0;
	padding: 0;
	}

#secondaryheaderwrap {
	background-image:url(../images/header-secondary.png);
	width: 960px; 
	height: 80px;
	margin: 0 auto;
	padding: 0;
	}

#headersecondary {
	width: 100%;
	background: #fff url(../images/background-white.png) repeat-x;
	}

#headersecondary .headersecondarywrap {
	width: 925px; 
	margin: 0 auto;
	padding: 30px 0 0 35px;
	background: #fff url(../images/background-top-secondary.png) repeat-x;
	}
	
.frame {
	background: url(../images/image-frame.png);
	height: 264px;
	width: 264px;
	float: right;
	margin: 0 0 5px 20px;
	}
	
.frame img {
	margin: 10px 0 0 12px;
	}
	
.frameleft {
	background: url(../images/image-frame.png);
	height: 264px;
	width: 264px;
	float: left;
	margin: 0 20px 25px 0;
	}
	
.frameleft:hover {
	background: url(../images/image-frame2.png);
	}
	
.frameleft img {
	margin: 10px 0 0 12px;
	}
	
.framed {
	background-color: #FFF;
	border: 10px solid #e6e6e6;
	padding: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	}
	
a .framed:hover {
	border: 10px solid #7f7f7f;
	}
	
p.framed {
	background-color: #FFF;
	border: 10px solid #e6e6e6;
	padding: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	width: 500px;
	}
	
p.framed:hover {
	border: 10px solid #7f7f7f;
	}
	
.playOver{
	background:url(../images/play.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}
	
.expandOver{
	background:url(../images/expand.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}
	
/***** All Pages ********************/

#logo {
	width: 320px;
	height: 80px;
	float: left;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	background: url(../images/logo.png) left top no-repeat;
	}

#logo a {
	display: block;
	height: 80px;
	}

#primarycontent {
	width: 100%;
	background: #f6f6f6 url(../images/background-gray.png) repeat-x;
	}
	
#primarycontent .primarycontentwrap{
	width: 960px; 
	margin: 0 auto;
	padding: 0 0 20px 0;
	}

blockquote {
	background: url(../images/blockquote.png) top left no-repeat #ececec;
	border: 10px solid #d1d1d1;
	padding: 10px 10px 5px 40px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	margin-bottom: 20px;
	}
	
/***** Nav Menu ********************/

#nav {
	width: 640px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	color: #FFFFFF;
	padding: 40px 0 0 0;
	overflow: hidden;
	}
	
#nav ul {
	width: 100%;
	list-style: none;
	margin: 0 auto;
	}
	
#nav li {
	float: left;
	list-style: none;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
    font-weight: bold;
	text-shadow: #777777 -1px -1px;
	text-transform: uppercase;
	margin: 0 1px 0px 1px;
	padding: 10px 5px 11px 11px;
	text-decoration: none;
	text-shadow: #000 0px -1px;
	position: relative;	
	}

#nav li a:hover, #nav li a:active {
	color: #FFFFFF;
	text-shadow: #000 0px -1px;
	text-decoration:underline;
	}
	
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#nav li a .sf-sub-indicator {
	background: url(../images/arrow-down.png) no-repeat;
	display: block;
	width: 11px;
	height: 7px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	right: 5px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	color: #fff;
	text-shadow: #000 -1px -1px;
	border: 0;
	width: 123px; 
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 0 0 10px;
	padding: 4px 2px 4px 15px;
	position: relative;
	text-transform:none;
    font-weight: normal;
	}
	
#nav li li a:hover, #nav li li a:active {
	color: #2c3b80;
	text-decoration:underline;
	background-image:none;
	text-shadow: none;
	}

#nav li li a .sf-sub-indicator {
	background: url(../images/arrow-right.png) no-repeat;
	display: block;
	width: 7px;
	height: 11px;
	top: 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: -1px 0 0 0;
	padding: 0px 0 10px 0;
	background: url(../images/nav-dropdown-bg.png) bottom left;
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	color: #fff;
	background: url(../images/nav-dropdown-bg-over.png) repeat;
	text-decoration: none;
	}

#nav li ul ul {
	margin: -39px 0 0 150px;
	border-top: 10px solid #fff;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
#nav li.right {
	float: right;
	margin: 0;
	padding: 6px 10px 6px 10px;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #B60000;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #B60000;
	text-decoration: underline;
	}


/***** Content ********************/

.clear {
	clear: both;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #7f7f7f;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 22px;
	color: #7f7f7f;
	text-transform:uppercase;
	margin: 0 0 -2px 0;
	text-shadow: #fff -1px -1px;
	}
	
h2 {
	font-size: 16px;
	color: #7f7f7f;
	text-transform:uppercase;
	margin: 0 0 -4px 13px;
	text-shadow: #fff -1px -1px;
	}
	
h2.descender  {
	padding-bottom: 2px;
	}

h2 a, h2 a:visited {
	color: #3d3d3d;
	text-decoration: none;
	}	
	
h2 a:hover {
	color: #B60000;
	text-decoration: none;
	}
	
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {
	font-size: 17px;
	color: #5c5c5c;
	text-transform:uppercase;
	margin: 0 0 -2px 0;
	text-shadow: #fff 1px 1px;
	}
h6 {font-size: 10px;}

/***** Columns ********************/

.full {
	width: 890px;
	margin: 25px 35px 5px 35px;
	padding: 0;
	float: left;
	text-align:justify;
	}

.half {
	width: 452px;
	margin: 20px 0 0 20px;
	padding: 0;
	float: left;
	}

.half p {
	float: left;
	width: 397px;
	margin: 0 15px 0 15px;
	text-align:justify;
	}

.third {
	width: 288px;
	margin: 20px 0 0 20px;
	padding: 0;
	float: left;
	}

.third p {
	float: left;
	width: 235px;
	margin: 0 15px 0 15px;
	text-align:justify;
	}

.homecontact1 {
	float: left;
	margin: 0 10px 10px 20px;
	text-align:left;
	}

.homecontact2 {
	float: left;
	margin: 0;
	text-align:left;
	}

.third-more {
	width: 288px;
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	}

.twothirds {
	width: 596px;
	margin: 20px 0 0 20px;
	padding: 0;
	float: left;
	}

.twothirds p {
	float: left;
	width: 556px;
	margin: 0 20px 0 20px;
	}
	
#primarycontent ul{
	margin-left: 22px;
	}
	
#primarycontent ul li{
	list-style-type: square;
	list-style-position: outside;
	}
	
	
/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}


/***** Buttons ********************/

a.button {
    background: transparent url('../images/button-a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: right;
    font: normal 12px Arial, Tahoma, Verdana;
	text-shadow: #000 -1px -1px;
    height: 27px;
    padding-right: 7px; /* sliding doors padding */
	margin: 0 1px 1px 0;
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/button-span.png') no-repeat;
    display: block;
    line-height: 17px;
    padding: 2px 1px 8px 7px;
}

a.button:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
}


a.button:active {
    margin: 1px 0 0 1px; /* push button down 1px */
}

/***** Footer ********************/

#footer {
	width: 100%;
	line-height: 20px;;
	color: #FFF;
	font-size: 11px;
	text-shadow: #000 -1px -1px;
	background: url(../images/background-footer.png) #676767;
	}
	
#footer .footerwrap{
	width: 960px; 
	margin: 0 auto;
	padding: 10px 0 0 0;
	}
	
#footer a, #footer a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}
	
.quote {
	float: right;
	text-align:justify;
	padding-right: 35px;
	width: 890px;
	}
	
.quote-above-with-background {
	background: url(../images/quotes2.png) bottom right no-repeat;
	}
	
#footer .footernav {
	width: 900px;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
	}

#footer .gototop {
	width: 195px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#footer .gototop a {
	margin: 0;
	color: #dbdbdb;
	padding: 0 0 1px 18px;
	background: url(../images/arrow-up.png) no-repeat left center;
	}
	
#footer .gototop a:hover {
	color: #fff;
	}
	
#footer .creds {
	width: 650px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	color: #dbdbdb;
	}
	
#footer .creds a {
	color: #dbdbdb;
	}
	
#footer .creds a:hover {
	color: #fff;
	}


/* Form Elements */


.formborder {
	margin: 5px 40px 0 20px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}


.formborder-385{
	margin: 5px 40px 0 20px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 400px;
}

.formborder2 {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 20px 0 10px;
}


.tarea{
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #ececec;
	font-size:11px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	padding: 2px 0 0 2px;
	width: 140px;
	height: 72px;
	color:#505050;
	}


.tarea:hover{
	background: #fff;
	}


.input-text{
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #ececec;
	color:#505050;
	font-size:11px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	padding: 2px 0 0 2px;
	width: 140px;
	height: 24px;
	}


.input-text:hover{
	background: #fff;
	}


.tarea2{
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #ececec;
	font-size:11px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	padding: 2px 0 0 2px;
	width: 250px;
	height: 72px;
	color:#505050;
	}


.tarea2:hover{
	background: #fff;
	}


.input-text2{
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #ececec;
	color:#505050;
	font-size:11px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	padding: 2px 0 0 2px;
	width: 250px;
	height: 24px;
	}


.input-text2:hover{
	background: #fff;
	}

label{
	display:block;
	margin-bottom:10px;
	color: #333;
	}

.third label span{
	display:block;
	float:left;
	padding:0 6px 0 12px;
	width:50px;
	text-align:left;
	line-height: 22px;
}

label span{
	display:block;
	float:left;
	padding:0 6px 0 12px;
	width:110px;
	text-align:left;
}

.graybutton {
	background-image:url(../images/button-bg.gif);
	padding:0px 6px;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-bottom: 1px solid #b0b0b0;
	border-right: 1px solid #868686;
	height:24px;
	line-height:24px;
	color:#333;
	font-weight: bold;
	margin-right:10px;
	text-decoration:none;
	font-size:12px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	}
	
.graybutton:hover {
	color: #12378a;
	cursor:pointer;
}  

.graybutton::-moz-focus-inner { border: 0; }


.graybutton:active {
	background-image:url(../images/button-bg2.gif);
	border-top: 1px solid #b0b0b0;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	}