/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*START REAL STYLESHEET*/
body{
	background:url("images/thumg_bg0.jpg") no-repeat scroll center 0 transparent;
	background-color:#f5f5f5;
	background-repeat:no-repeat;
/*	background:url("images/thumb_bg.jpg") no-repeat scroll left 0;*/
	margin:0px;
}
h3{
	font-family:"Times New Roman",Georgia,Serif;
	font-size:16px;
	color:#9f0000;
	font-weight:bold;
	margin-bottom:1em;
	font-variant:small-caps;
	padding: 15px 0px 0px 0px;
}
h2{
	font-family:"Times New Roman",Georgia,Serif;
	font-size:20px;
	color:#9f0000;
	font-weight:bold;
	margin-bottom:1em;
	font-variant:small-caps;
	padding: 15px 0px 0px 0px;	

}
h1{
	font-family:"Times New Roman",Georgia,Serif;
	font-size:25px;
	color:#9f0000;
	font-weight:bold;
	margin-bottom:1em;
	font-variant:small-caps;
}

b{
	font-weight:bold;
}

.title_underline{
    border-bottom:1px solid #c0c0c0;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#636363;
	line-height:145%;
	margin-bottom:1em;
}
a{
	color:#9f0000;
}

.bold{ font-weight:bold;}
em{font-style: italic;}

#main-wrapper{
	width:920px;
	background:#f3f3f3;
	margin:0 auto;
	padding:0px 12px;
	
}
#header{
	width:920px;
	height:131px;
	background-image:url("images/header_bg.jpg");
	background-repeat:repeat-x;
	margin:0 auto;
}
#logo{
	padding:25px 0px 0px 25px;
	float:left;
}
#address{
	float:right;
	text-align:right;
	padding:13px 25px 0px 0px;
	line-height:119%;
}
#header #address h2{
	margin-bottom:5px;
}
#nav{
	height:14px;
	width:906px;
	background-image:url("images/nav_bg.jpg");
	padding:15px 0 15px 14px;
}

#nav a{
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	display: block;
}
#nav, #nav ul {
	list-style: none;
}
#nav li {
	float: left;
	padding:0px 24px;
}
#nav a:hover{
	color:#CCCCCC;
	text-decoration:none;
	height:29px;
}
#nav li ul {
	position: absolute;
	padding:0px;
	width:163px;
	background-color:#cccccc;
	top:175px;
	border:1px solid #aaaaaa;
	margin-left:-15px;
	left: -999em;
}
#nav li ul li {
	padding:10px 15px;
	width:134px;
	border-top:1px solid #aaaaaa;
}
#nav li ul li a{
	color:#002559;
	font-size:13px;
}
#nav li ul li a:hover{
	color:#9f9f9f;
	height:auto;
}

#nav li:hover ul {
	left: auto;
}

#main-content{
	background:#FFFFFF;
	
}
#content-table{
	float:left;
	padding:25px;
	width:850px;
	background:#FFFFFF;
}

#content{
	float:left;
	padding:25px;
	width:586px;
	background:#FFFFFF;
}

#index-content{
	float:left;
	padding:25px;
	width:836px;
	background:#FFFFFF;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 2em;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#636363;
}

#content ol
{
	margin-bottom: 1.5em;
	padding-left: 2em;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#636363;
}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

#feature-area{
	width:920px;
	background:#f7f7f7;
	background-repeat:no-repeat;
	background-color:#f7f7f7;
}
#feature_divider{
	background: url('images/feature_divider.jpg');
	height:259px;
	width:25px;
	float:left;
	background-position:-29 0;
}
#feature-section{
	width:229px;
	float:left;
	padding:10px 28px 20px;
}


#sidebar{
	float:right;
	background:url("images/sidebar_bg.jpg");
	background-image:repeat-y;
	width:234px;
	padding:25px;
}
#sidebar h2{
	padding:0px 0px 0px 0px;
}
#sidebar_divider{
	background: url('images/sidebar_divider.jpg') repeat scroll -25px 0 transparent;
	width:259px;
	height:33px;
	background-position:-25 0;
	
}
#clear{
	clear:both;
}
#footer{
	width:100%;
	background: url('images/footer_bg.jpg');
	height:79px;
}
#footer p{
	text-align:center;
	color:#FFFFFF;
	font-family:"Times New Roman",Georgia,Serif;
	padding:27px 0px 0px 0px;
}
.insetImage {
	float:right;
	margin:0px 0px 10px 10px;
	padding:5px;
	border:1px solid #e1e1e1;
}



ul.menu  {
	list-style:none; 
	margin:0; 
	padding:5px 0px 0px 0px; 
	font:11px Verdana,Arial;
	background:#003068;
	width:920px;
	height:35px;
}
/*ul.menu  * {margin:0; padding:0}*/
ul.menu  a {
	display:block; 
	color:white; 
	text-decoration:none;
}
ul.menu  li {
	position:relative; 
	float:left; 
	margin-right:2px;
}
ul.menu  ul{
	position:absolute; 
	top:26px; 
	left:0;  
	display:none; 
	opacity:0; 
	list-style:none;
}
ul.menu  ul li{
	position:relative; 
	border-top:none; 
	width:148px; 
	margin:0;
	height:35px;
	background:#003068;
}
ul.menu  ul li a{
	display:block; 
	padding:3px 7px 5px; 
/*	background-color:#003068;*/
}
ul.menu  ul li a:hover {
	background-color:#c5c5c5;
}
ul.menu  ul ul {
	left:148px; 
	top:-1px;
}
ul.menu  .menulink {
	text-align:center;
	padding:7px 7px 7px; 
	font-weight:bold; 
	background:url(images/header.gif); 
	width:113px;
}
ul.menu  .menulink:hover, ul.menu .menuhover {
	background:url(images/header_over.gif);
}
.menuhover{
	padding:20px 0px 0px 0px;
}
ul.menu  .sub{
	background:#003068 url(images/arrow.gif) 136px 8px no-repeat;
}
ul.menu  .topline {
	border-top:1px solid #aaa;
}


#feedback-button {
    background: none repeat scroll 0 0 #003068;
    border: 1px solid #003068;
    color: #ffffff;
    display: block;
    height: 28px;
    padding: 3px 15px 0;
    position: fixed;
    font:14px Arial;
    font-weight:bold; 
    right: -54px;
    text-decoration: none;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback-button:hover {
    background: none repeat scroll 0 0 #ffffff;
    color: #003068;
}