/* CSS Document */

img { border: none; } /* Removes default borders around linked images */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Vertical DIV Centering */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body {
    height: 100%;
	scrollbar-base-color: #CCCCCC;
    scrollbar-arrow-color: #333333;
    scrollbar-track-color: #333333;

    scrollbar-shadow-color: #333333;
    scrollbar-lightshadow-color: #333333;
    scrollbar-darkshadow-color: #333333;

    scrollbar-highlight-color: #333333;
    scrollbar-3dlight-color: #333333;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center; /* horizontal centering for IE Win quirks */
	background-color: #333333;
}
#distance { 
    width: 1px;
	height: 50%;
	background-color: transparent;
	margin-bottom: -285px; /* half of container's height */
	float: left;
}
#container {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: center;
	height: 570px;
	width: 800px;
	clear: left;
	background-color: transparent;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Elements Affected By Spry/Javascript (initial settings) */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#detailregion1 {
    opacity: 0;
	filter: alpha(opacity=0);
	/* background-color: white; */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Page Structure */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#top_border { /* Top header bar */
	width: 800px;
	height: 16px;
	background-color: transparent;
	background-image: url(../images/top_border.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#middle_content { /* Middle container (contains the columns) */
	width: 800px;
	height: 518px;
	background-color: #FFFFFF;
	background-image: url(../images/middle_bkgd.gif);
	text-align: left;
	position: relative;
}
#middle_left { /* Left column */
	width: 240px;
	height: 518px;
	background-color: transparent;
	text-align: left;
	float: left;
}
#middle_right { /* Right column */
	width: 500px;
	height: 478px;
	background-color: transparent;
	text-align: left;
	float: left;
	margin: 20px 0px 20px 20px;
	padding-right: 20px;
	overflow: auto;
}
#bottom_border { /* Bottom footer bar */
	width: 800px;
	height: 16px;
	background-color: transparent;
	background-image: url(../images/bottom_border.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#bottom_footer { /* Bottom footer bar */
	width: 800px;
	height: 20px;
	background-color: transparent;
	text-align: center;
}

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

form {
    display: inline; /* Prevents extra space from being added below the form */
	margin: 0;
}
input,textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
/*	background-color: #FFFFFF; */
/*	border: 1px; */
/*	border-color: #234983; */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Text Styles */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #014083;
	text-transform: uppercase; /* added by Tyler Steingard 12/20/07 */
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
}
.bodystyle1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
p#cafa {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	font-style: italic;
	top: 492px;
	left: 22px;
}
blockquote { 
	clear: right;
	margin: 0 0 8px 0;
}
cite {
	margin: 0 16px 14px 0; padding: 0;
	float: right;
	color: #001445;
}
hr {
	clear: both;
	border: 0;
	height: 0;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 14px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Link Styles */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a:link {
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}
a:visited {
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}
a:hover {
    text-decoration: none;
    color: #CCCCCC;
}
a:active { }

/* - - - - - - - - - - - - - - - */

a.linkstyle1:link {
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
a.linkstyle1:visited {
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
a.linkstyle1:hover {
    text-decoration: none;
    color: #999999;
}
a.linkstyle1:active { }

/* - - - - - - - - - - - - - - - */

a.linkstyle2:link {
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	font-weight: normal;
	color: #FFA600;
}
a.linkstyle2:visited {
    text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	font-weight: normal;
	color: #FFA600;
}
a.linkstyle2:hover {
    text-decoration: none;
    color: #999999;
}
a.linkstyle2:active { }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Sub-Navigation Links */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#subcontainer {
	width: 182px;
	height: 358px;
	margin: 0;
	padding-top: 10px;
	border: none;
	float: left;
	background-image: url(../images/bkgd_texture_yellow.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
}
html>subcontainer {
	width: 182px; /* be nice to Opera */
}
#subcontainer a, #subcontainer a:link {
    display: block; /* Displays links as "boxes" */
    width: 152px;
	height: 28px;
	margin: 0;
    padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 30px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
    color: #000000;
	font-weight: normal;
	background-image: url(../images/navbutton_off.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#subcontainer a:visited {
    text-decoration: none;
    color: #000000;
	font-weight: normal;
}
#subcontainer a:hover {
    text-decoration: none;
    color: #000000;
	font-weight: normal;
	background-image: url(../images/navbutton_on.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#subcontainer a:active { }

#sub_current a:link, #sub_current a:visited, #sub_current a:hover, #sub_current a:active {
    text-decoration: none;
    color: #000000;
	font-weight: normal;
	background-image: url(../images/navbutton_selected.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Content image styles */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#middle_right img {
	display: block;
	border: 0;
}
img.left {
	float: left;
	margin: 0 16px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 19px 16px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Unique Page Styles */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* -------- Splash -------- */
body.splash #testimonial {
	width: 424px;
	height: 388px;
	background: transparent url(../images/splash_testimonial01.jpg) 0 0 no-repeat;
	float: left;
	display: inline;
	margin-top: 40px;
	margin-left: 5px;
}
body.splash #logo {
	width: 326px;
	height: 336px;
	background: transparent url(../images/splash_logo.jpg) 0 0 no-repeat;
	float: right;
	display: inline;
	margin-top: 40px;
	margin-bottom: 40px;
}
body.splash #testimonial blockquote, body.splash #testimonial cite, body.splash #logo h1, body.splash #logo h2 { display: none; }

body.splash a.enter {
	color: #FFF;
	display: block;
	width: 210px;
	height: 42px;
	line-height: 42px;
	text-transform: uppercase;
	float: right;
	padding-left: 40px;
	background-color: #014083;
	border: 1px solid #999999;
	border-right: 0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.splash a:hover.enter {
	background-color: #584c43;
	color: #fff;
}

/* -------- Mission Statement -------- */
#statement {
	display: block;
	width: 400px;
	height: 150px;
	background: transparent url(../images/mission_statement.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 100px 0 0 60px;
}

/* -------- Partner Links -------- */
ul#partners {
    list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#partners li {
    margin: 0 0 20px 0;
	padding: 0;
	float: left;
	clear: left;
	width: 100%;
}
ul#partners li img {
    float: left;
	margin-right: 20px;
}
ul#partners li#tower span {
    float: left;
	width: 430px;
}
ul#partners li#valuetrend span {
	float: left;
	width: 343px;
}