

* { padding: 0; margin: 0; border: 0; } 

body {
	font-size: 76%;
	font-family: verdana, helvetica, sans-serif;
	text-align: center;
	background: #1c253b url(images/back-top.gif) left top repeat-x;
	color: #FFF;
	line-height:1.6;
}

li { list-style: none; }
.hide { display: none; }


/* global interface elements
-------------------------------------------------------- */
#tagline {
	height: 31px;
	text-align: right;
	width: 760px;
	margin: 0 auto;
}

#tagline h2 {
	font-weight: normal;
	font-size: 1em;
	padding: 7px;
	color: #4c68a1;
}

#home #header-wrapper {
	background: url(images/back-header.gif) left top repeat-x;
	height: 129px; width: 100%;
	
}




#header-wrapper {
	background: url(images/back-header-sub2.gif) left top repeat-x;
	height: 120px; width: 100%;
}

#header-image {
	background: url(images/sub-wire.jpg) right top no-repeat;
}


#content-wrapper {
	background: #29406e;
	width: 100%;
	float: left;
}

#footer-wrapper {
	background: #1c253b url(images/back-bot.gif) left top repeat-x;
	width: 100%;
	float: left;
}

#content, #header, #nav, #footer {
	width: 720px;
	text-align: left;
	margin: 0 auto;
}

#content {
	padding: 41px 0;
	
}

#left {
	position: relative;
	width: 140px;
	float: left;
	padding-bottom: 41px;
	word-wrap: break-word;
}

#right {
	position: relative;
	width: 511px;
	float: right;
	overflow:visible;
	padding-bottom: 41px;
}

#brandmark {
	float: left;

}









/* navigation elements
-------------------------------------------------------- */
#home #flashead {
	position: relative;
	top: 0;
	width: 398px; height: 129px;
}

#home #flashead a, #home #flashead h2 {
	display: block;
	width: 398px; height: 129px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
} 

#flashead {
	position: relative;
	top: 0; 
	width: 344px; height: 120px;
}

#flashead a, #flashead h2 {
	display: block;
	width: 344px; height: 120px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
} 

#nav-wrapper { background: url(images/back-nav.gif) left top repeat-x; }

#nav {	height: 31px; position: relative; }

#nav ul {
	text-align: right;  
	width: 700px; 
	position: absolute;
	right: 0; 
}

#nav li { display: inline; float: right; }

#nav #nav-home {
	position: absolute;
	left: 0; 
}

#nav a {
	display: block;
	float: left;
	padding: 6px 12px;
	color: #69c2ff;
	text-decoration: none;
	font-size: 1.2em;
}

#nav a:hover { color: #FFF; }

#nav a.current { background: url(images/back-nav-current.gif) left top repeat-x; color: #FFF; }

#subnav { width: 180px; }

#subnav li { display: inline; }

#subnav li a {
	padding: 3px;
	display: block;
	text-decoration: none;
}

#subnav li li a {
	padding-left: 12px !important;
	font-size: 0.9em;
}

#subnav a.current {
	background: #1c253b;
	color: #FFF;
}









/* home elements
-------------------------------------------------------- */




/* content elements
-------------------------------------------------------- */
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #69c2ff;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #69c2ff;
	padding-top: 1em;
}


#right p, #right li {
	padding-bottom: 1em;
	line-height: 1.4em;
}

#right li {
	padding-left: 12px;

	position: relative;
	margin-left: 20px;
	padding-left: 20px;
}

#left h3 {
	border-bottom: 1px solid #3b5488;
	margin-bottom: 6px;
}

#home h1 {
	font-size: 1.4em;
	font-weight: normal;
}

#content a {
	color: #69c2ff;
}

#content a:hover, #footer a:hover {
	color: #FFF;
}

#footer p {
	color: #4c68a1;
	padding: 30px 0;
	text-align: right;
}

#footer a { color: #4c68a1; }

img.large { padding-bottom: 21px; }




/* tabular elements
-------------------------------------------------------- */

table td {
	font-size: 76%;
	font-family: verdana, helvetica, sans-serif;
	color: #FFF;
	line-height:1.6;
}


#right table {
	width: 510px;
	border-bottom: 1px solid #3b5488;
	margin: 2em 0;
}

#right table th {
	font-size: 1em;
	padding: 3px;
	background: #3b5488;
	border-right: 3px solid #29406e;
}

#right table td {
	padding: 3px;
	border-bottom: 1px solid #3b5488;
}



form {
	padding-left: 40px;
}

input, select, textarea {
	font: 1em normal "Lucida Grande", tahoma, verdana, sans-serif;
	padding: 3px;
	border: 1px solid #3b5488;
	background: #1c253b;
	color: #FFF;
	width: 380px;

	background: #fff;
	color: #000;
	border: 1px solid #1c253b;
}

select {
	width: auto;
}

textarea {
	height: 6em;
}

input.button {
	padding: 3px 15px;
	color: #FFF;
	border: 1px solid #1c253b;
	background: #3b5488;
	width: auto;
	cursor: pointer;
}

