/* CSS Document */

/*--------------------------Foundation Elements----------------------------*/

body {
	margin:0px;
	padding:0px;
	font:0.85em Arial, Helvetica, sans-serif;
	text-align:center;	
	background: #7983a2 url(../img/bg.jpg) repeat-x top left;
}

* {
	margin:0;
	padding:0;	
}

/*-------------------------------------------------------------------------*/
/*--------------------------Divs-------------------------------------------*/

div#mainwrap {
	width:800px;
	margin:0 auto 0 auto;
	text-align:left;
	background: url(../img/mainBg.jpg) repeat-y;
}

div#header {
	padding:0px;
	margin:0 0 0 14px;
	height: 192px;
	width: 771px;
}

#flashcontent {
	margin:0 0 0 14px;
	position:relative;
	height: 300px;
	width: 770px;
}

#flvcontent {
	padding:30px 70px 30px 70px;
	margin:15px 0 20px 25px;
	position:relative;
	height: 270px;
	width: 360px;
	background-color:#DEE5EF;
}

div#contentarea {
	width:800px;
}

div#footer {
	clear:both;	
	font-size:.8em;
	color:#687293;
	margin:10px 40px 0 260px;
	padding:23px 0 20px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #b6bdd3;
}

div#footer a {
	color:#687293;
}

div#footer a:hover {
	color:#687293;
	text-decoration:none;
}

/*-------------------------------------------------------------------------*/
/*--------------------------Left Column------------------------------------*/

div#leftcolumn {
	width:221px;
	margin:0 0 0 14px;
	float:left;
	display:inline;
	background:#b6bdd3 url(../img/leftBg.jpg) no-repeat top left;	
}
div#leftcolumn ul {
	margin:30px 0 0 19px;
}
div#leftcolumn ul li {
    list-style-type: none;
	padding:0;
    margin:0;
}
div#leftcolumn ul li a {
	display:block;
	padding:7px 21px 0 0;
	margin:1px 0 0 0;
	color:#0a1f62;
	text-decoration: none;
	text-align:left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, lucida, sans-serif;
	font-size:1.1em;
	line-height:1.7em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
	text-transform: uppercase;
}
div#leftcolumn ul li a:hover {
	color:#a7001f;
	border-bottom-color:#a7001f;
}
div#leftcolumn ul li a.active {
	color:#a7001f;
	border-bottom-color:#a7001f;
}

/* Sub Navigation */

div#leftcolumn ul li ul {
	margin:0 0 0 0;
	border-bottom: 1px dotted #fff;
	padding: 3px 0 13px 0;
}
div#leftcolumn ul li ul li {
    list-style-type: none;
	background: url(../img/square.gif) no-repeat 0 15px;
	padding-left: 14px;
	margin-left: 13px;
}
div#leftcolumn ul li ul li a {
	display:block;
	padding:7px 21px 0 0;
	margin:1px 0 0 0;
	color: #565f81;
	text-align:left;
	font-size:.9em;
	line-height:1.7em;
	border: none;
	text-transform: none;
	text-decoration: underline;
}
div#leftcolumn ul li ul li a:hover {
	text-decoration: none;
}

/* End Sub Navigation */

div.videolink {
	margin:40px 0 0 0;
	width:221px;
	height:307px;
	background: url(../img/videoLink.jpg) no-repeat top left;	
}

div.videolink p {
	padding:222px 22px 0 63px;
	color:#fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, lucida, sans-serif;
	font-size:1.1em;
	line-height:1.3em;
}

div.videolink p a {
	color:#fff;
	text-decoration:underline;
}

div.videolink p a:hover {
	color:#fff;
	text-decoration:none;
}

/*-------------------------------------------------------------------------*/
/*--------------------------Right Column-----------------------------------*/

div#rightcolumn {
	width:550px;
	margin:0 0 0 0;
	float:left;
	display:inline;
	background:#eef1fa url(../img/rightBg.jpg) no-repeat top left;	
}
div#rightcolumn li {
margin-left:50px;
	color:#000000;
	font-size:1em;
	line-height:1em;
}

div#rightcolumn h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, lucida, sans-serif;
	margin:30px 10px 0 25px;
	color:#a7001f;
	font-size:2em;
	line-height:1.8em;
}

div#rightcolumn h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, lucida, sans-serif;
	margin:0 10px 10px 25px;
	color:#0a1f62;
	font-size:1.5em;
	font-style:italic;
}

div#rightcolumn h2 a {
	color:#0a1f62;
	text-decoration:underline;
}

div#rightcolumn h2 a:hover {
	text-decoration:none;
}

div#rightcolumn h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, lucida, sans-serif;
	margin:0 10px 5px 25px;
	color:#687293;
	font-size:1.5em;
}

div#rightcolumn p  {
	margin:0 15px 15px 25px;
	color:#000;
	line-height:1.7em;
}

div#rightcolumn ul {
	padding: 5px 0 7px 0;	
}
div#rightcolumn ul li {
	padding: 5px 0;	
}

div#rightcolumn p a {
	color:#0a1f62;
	font-weight:bold;
	text-decoration:underline;
}

div#rightcolumn p a:hover {
	color:#0a1f62;
	font-weight:bold;
	text-decoration:none;
}

div.divider {
	margin:10px 25px 25px 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b6bdd3;
}

div.feedback fieldset {
	margin:20px 25px 30px 25px;
	border: 1px solid #b6bdd3;
}

div.feedback legend {
	color: #687293;
	border: 1px solid #b6bdd3;
	padding: 2px 6px;
	font-size:1.1em;
	margin:0 0 0 20px;
}

div.feedback label {
	width:200px;
	float:left;
	text-align: right;
	margin:0 5px 0 10px;
	display: block;
}

div.feedback dl {
	float: left;
	text-align: right;
	margin:10px 5px 20px 0;
	display: block;
}

div.feedback dl dt {
	text-align: right;
	margin:10px 0 10px 0;
}

input {
	margin:0 190px 0 10px;
}

input.text {
	margin:0 0 0 10px;
	color: #0a1f62;
	background: #fff;
	width:200px;
	border: 1px solid #0a1f62;
}

textarea {
	margin:0 0 0 10px;
	color: #0a1f62;
	background: #fff;
	width:200px;
	height:70px;
	border: 1px solid #0a1f62;
}

input.submit {
	margin: 10px 103px 0 0;
	padding:2px;
	width:100px;
	color: #fff;
	background: #0a1f62;
	border: 1px outset #b6bdd3;
}

/* Table Styling */ 

table.data-table {
	border-collapse: collapse;
	width: 497px;
	font-size: 1em;
	margin: 15px 0 15px 25px;
	background: #fff;
	border-top: 2px solid #b8aaad;	
	border-bottom: 2px solid #b8aaad;
}
table.data-table tr {
	padding: 10px;	
}
table.data-table tr.odd {
	background: #f1e8e9;	
}
table.data-table tr.total {
	border-top: 1px solid #b8aaad;	
}
table.data-table tr td {
	padding: 12px;	
}
table.data-table tr td:first-child {
	border-right: 1px solid #b8aaad;	
}


/* End Table Styling */ 

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