* {
	margin:0;
	padding:0;
	border:0;
}

body {
		background-color:#FFFFFF;
		text-align:center;
		background: url('img/bg_body.gif') top center repeat-x;
		font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container{
	  	width: 800px;
		margin: 0 auto;
		text-align:left;
	 	padding: 0px 25px 0px 25px;
	    background: url('img/bg_container.png') repeat-y;
		
}

#container2 {
	margin: 0 auto;
	width: 800px;
	padding: 0px 25px 0px 25px;
	background: url('img/bg_container2.png') top center no-repeat;
}

#logo {
	float: left;
	width: 210px;
	height: 83px;
}

#global {
	float:left;
	width: 315px;
	height: 73px;
	margin-left: 258px;
	padding: 10px 17px 0px 0px;
	background: url('img/bg_global.gif') no-repeat;
	color:#00209f;
	font-size:10px;
	text-align:right;
}

#global li {
	display: inline;
	list-style:none;
}

#global a:visited, #global a:active, #global a:link {
	color: #00209f;
	text-decoration: none;
}
#global a:hover {
	color: #00209f;
	text-decoration: underline;
			
}

#searchform {
	margin-top: 27px;
	font-size:10px;	
}

#s {
	width: 125px;
	border: 1px solid #8b9197;
	font-size:10px;	
}

#searchsubmit {
	background-color:#FFFFFF;
	color: #333;
	cursor: pointer;
}


#left {
	float:left;
	width: 210px;
	
}

#left ul {
	list-style:none;
}

#right {
	float:left;
	width: 590px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	line-height: 16px;
	border-top: 1px solid #002594;

}
#nav {
	float: left;
	width: 210px;
	/*height:195px;*/
	background: url('img/bg_nav.gif') repeat-y;
	padding-top:20px;
	padding-bottom:20px;
	font-size:13px;
	font-weight:bold;
	border-top: 1px solid #002594;
}

#nav ul {
	width:210px;
	list-style:none;
}
/*home class*/

.rollover {
height: 155px;
}
.rollover a {
	display:block;
	width: 183px;
	padding:3px 0px 5px 27px;
	text-decoration: none;
	color:#fff;
}
.rollover a:hover { 
	background-position: 0 0px;
	background: url('img/nav_rollover.gif') 0 0 no-repeat;
	color: #9b433c;
}
/*interior nav*/
#navigation {
	margin:0px;
	padding:0px;
	width:210px;
	height:220px;
}

#navigation a.head {
	cursor:pointer;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	text-indent:27px;
	text-decoration: none;
	
	
}
#navigation a.head:hover {
	text-decoration:underline;
}
#navigation a.selected {
	background-color:#9d443d;
}

#navigation a.current {
	color:#9d443d;
	background: #eeebba url('img/collapsed.gif') no-repeat;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background:#e9ed8c;
	padding-bottom:20px;
	
}
#navigation li {
	list-style:none outside none; 
	display:inline;
	
	
}
#navigation li li a {
	font-size:10px;
	color:#0055a5;
	display:block;
	padding-left:27px;
	text-decoration: none;
	font-weight: normal;
	background-color:#e9ed8c;
}
#navigation li li a:hover {
	background-color:#eeebba;
	text-decoration: underline;
}
/*end of nav*/

/*home*/
#graphic {
	float:left;
	width:590px;
	background-color:#669933;
	border-top: 1px solid #002594;
}

#core ul{
	display: inline;
	list-style: none;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}

#core li{
	display: inline;
	float:left;
	list-style: none;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

#core {
	width:800px;
	height:59px;
	background: url('img/bg_core.gif') no-repeat;
	padding:22px 0px 0px 0px;
	border-top: 1px solid #002594;
}

#wrapper {
	width: 800px;
}



#news {
	float:left;
	width:226px;
	/*height:300px;*/
	padding: 17px 28px 0px 16px;
	background-color:#fff;
	font-size: 11px;
	line-height: 16px;
	color: #666;
}

#intro {
	float:left;
	width:499px;
	padding: 17px 23px 0px 8px;
	background-color:#fff;
	font-size: 12px;
	line-height: 18px;
	color:#333333;
}

#intro p {
	margin-bottom:10px;
}

#intro h1 {
	color: #9d443d;
	font-size: 18px;
	padding-bottom:8px;
	border-bottom: #0055a5 1px solid;
	margin-bottom: 18px;
}

#intro h2 {
	color: #9d443d;
	font-size: 14px;
	margin: 18px 0px 4px 0px;
}

#intro h3 {
	color: #0055A5;
	font-size: 12px;
	margin: 10px 0px 4px 0px;
}


#feature {
	float:left;
	width:496px;
	margin-top: 25px;
	background: url('img/bg_feature.gif') no-repeat;
	padding:8px 23px 15px 11px;
	font-size: 11px;
	line-height: 14px;
	color:#333333;
	
}

#feature h2 {
	color: #0055a5;
	font-size: 13px;
	font-weight:bold;
	margin-bottom: 14px;
}

#feature h3 {
	color: #0055a5;
	font-size: 11px;
	font-weight:bold;
}

#feature img {
	margin-right: 20px;
}

#feature a:visited, #feature  a:active, #feature  a:link {
	color: #7f2822;
	text-decoration: underline;
}
#featurer a:hover {
	color: #7f2822;
			
}
/*end home*/

/*home tabs*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}
/* Skin */
.tabs-nav {
    list-style: none;
    margin-left: 10px;
    padding: 0 0 0 0px;
	display: inline-block;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 5px 0 0px;
    min-width: 54px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 5px 0 0;
	min-height: 12px;
    background: url('img/tab.gif') no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #666;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #0055a5;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -59px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -39px;
}
.tabs-nav a span {
    padding-top: 2px;
    padding-right: 0;
	padding-left: 5px;
}

.tabs-nav .tabs-selected a span {
    padding-top: 2px;
	height: 17px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -20px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.tabs-container {
    border-top: 1px solid #999;
	width: 200px;
    padding: 15px 0px 15px 16px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

.tabs-container a:visited, .tabs-container a:active, .tabs-container a:link {
	color: #7f2822;
	text-decoration: underline;
}
.tabs-container a:hover {
	color: #7f2822;
	text-decoration: underline;
			
}
/*end tabs*/

/*interior*/
#intCore {
	float: left;
	width: 189px;
	height: 190px;
	padding: 28px 0px 0px 21px;
	background: url('img/int_core_hd.gif') no-repeat;
	background-color:#d9d9d9;
	
}

#intWrapper {
	width:800px;
	float: left;
	background: url('img/int_bg.gif') repeat-y;
}

#top {
	float:left;
	width: 590px;
	height: 67px;
	background-color:#003333;
}

#page {
	float:left;
	width: 557px;
	padding: 18px 10px 20px 23px;
	background-color:#ffffff;
	line-height: 20px;
}

#page h1 {
	color: #9d443d;
	font-size: 18px;
	padding-bottom:8px;
	border-bottom: #0055a5 1px solid;
	margin-bottom: 18px;
}

#page h2 {
	color: #9d443d;
	font-size: 14px;
	margin: 18px 0px 4px 0px;
}

#page h3 {
	color: #0055A5;
	font-size: 12px;
	margin: 10px 0px 4px 0px;
}

#page p {
	margin-bottom:20px;
}

#page a:visited, #page a:active, #page a:link {
	color: #9d443d;
	text-decoration: none;
}
#page a:hover {
	color: #9d443d;
	text-decoration: underline;
}

#page ul {
	margin-left:20px;
	margin-bottom:20px;
}

#page ul li ul {
	margin-left:40px;
	margin-bottom:0px;
	list-style-type:square;
}

/*#page img {
	float:right;
	margin: 8px 8px 0 0;
}*/

.aligncenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
	float:right;
	margin: 8px 8px 8px 8px;
}

.alignleft {
	float:left;
	margin: 8px 8px 8px 8px;
}


.clear {     
  clear:both;
  height: 0px;
  overflow: hidden;
}

#footer {
	width:800px;
	background: url('img/bg_footer.gif') repeat-x;
	padding:20px 0px 20px 0px;
	font-size:9px;
	color:#7f7f7f;
	text-align: right;
}


#footer ul {
	display:inline;
	list-style:none;

}

#footer ul li {
	display:inline;
	list-style:none;
	margin-left: 8px;
	line-height: 15px;

}

#footer a:visited, #footer a:active, #footer a:link {
	color: #7f7f7f;
	text-decoration: none;
}
#footer a:hover {
	color: #7f7f7f;
	text-decoration: underline;
			
}


