/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	background: #273d65 url(../images/bg.jpg) repeat-x left bottom;
	color: #444;
	font: normal 65.0% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

h5{
        background: url(../images/blue_dot.gif) repeat-x;
        padding-top:5px;
}


/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.4em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	background: url(../images/clouds.gif) repeat-x;
	padding: 50px 10px 0;
}

/* New utility */

#utility
{
        
	font-size: 1.4em;
	height: 30px;
	margin: 0 auto;
	padding: 10px -10px -10px 10px;
	width: 780px;
        overflow: hidden;
}

#utilitylist
{
        float:right;
        list-style-type: none;
        margin: 0 -12px 0 0 ;
        padding: 0;
}

#utilitylist li
{
       border-left: 1px solid #fff;
       float: left;
       line-height: 1.8em;
       margin: 0 .5em 0 -.5em;
       padding: 0 .5em 0 .5em;
}

#utilitylist li.first
{
       border:none;
       
}

#utilitylist a
{
       color:#FFF;
       text-align:right;
       text-decoration:none;
 

}
#utilitylist a:hover
{
        text-decoration:underline;
}

/* Text-Size */
#textsize
{
        
	font-size: 1.2em;
	height: 30px;
	margin: 0 auto;
	padding: 10px 10px -10px 10px;
	width: 780px;
       /* overflow: hidden;*/
        color:#FFF;
 
}

#textsizelist
{
        float:right;
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-right:-10px;
 
}

#textsizelist li
{
       
       float: left;
       line-height: 1.8em;
       margin: 0 .5em 0 -.5em;
       padding: 0 .5em 0 .5em;
 
}

#textsizelist li.label
{
       
       font-weight:bold;
       
}

#textsizelist a
{
       text-align:right; 
       color:#FFF;

}
#textsizelist a:hover
{
        text-decoration:none;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}
.header .left, .header .right {
	background: #1c4496;
	color: #FFF;
	height: 150px;	
}
.header .left {
	background: #B3C2C7 url(../images/header.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 564px;
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(../images/bgmain2.gif) repeat-y;
}

/* navigation */
.navigation {	
	background: #D9E1E5 url(../images/nav-medium.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 52px;
	
}
.navigation a {
	background: #D9E1E5 url(../images/nav-medium.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 0.75em sans-serif;
	/*line-height: 40px;*/
	padding: 0 10px;
	text-decoration: none;
	width:105px;
	height:53px;

}
.navigation a:hover {background-position: left bottom; color: #234;}


/* sub navigation */
.sidenav {
	float: left;
	width: 180px;
}
.sidenav2 {
	float: right;
	width: 160px;
}

.sidenav h2 {
	/*color: #003366;*/
	color:#FFFFFF;
	font-size: 1em;
	line-height: 20px;
	margin: 0;
	padding-left: 12px;
	background-image: url('../images/tab01.png');
        background-repeat: no-repeat;
	
}
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 3px 0 5px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}


.sidenav-right {
	float: right;
	width: 180px;
}

.sidenav-right h2 {
	/*color: #003366;*/
	color:#FFFFFF;
	font-size: 1em;
	line-height: 20px;
	margin: 0;
	padding-left: 12px;
	background-image: url('../images/tab01.png');
        background-repeat: no-repeat;
}
}
.sidenav-right ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.sidenav-right li {border-bottom: 1px solid #EAEADA;}

.sidenav-right li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 3px 0 5px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav-right li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */

.content {
	float: right;
	/*float:left*/
	margin: 10px 0;
	padding: 0 16px;
	width: 561px;
}
.content-full {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 750px;
}
.content .descr {
	color: #664;
	font-size: 1.0em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
	font-family: "Lucida Sans Unicode",sans-serif;
	
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.content-left {
	float: left;
	/*float:left*/
	margin: 10px 0;
	padding: 0 16px;
	width: 561px;
}

.content-left .descr {
	color: #664;
	font-size: 1.0em;
	margin-bottom: 6px;
}
.content-left li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
	font-family: "Lucida Sans Unicode",sans-serif;
	
}
.content-left p {font-family: "Lucida Sans Unicode",sans-serif;}


/* footer */
.footer {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}

/* Contact Form */
#contactform table {
	font-size:11px;
	padding:0;
}
#contactform td {
	padding:3px 6px;
	vertical-align:top;
}
#contactform textarea {
	width:290px;
	height:80px;
	font:11px/13px;
	font-family: Verdana, Arial, sans-serif;
}
#contactform ul {
	margin:10px 0 10px 5px;
	;
	padding:0;
}
#contactform li {
	padding:0;
	margin:0;
	list-style-type:none;
	font-size: 11px;
}
.inputtext {
	width:90px;
	font-size: 11px;
}
.form35 {
	width:30px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}
.form50 {
	width:50px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}
.form70 {
	width:65px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}
.form120 {
	width:120px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}
.form140 {
	width:130px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}
.form240 {
	width:230px;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}
.form320 {
	font-size: 11px;
	width:290px;
	font-family: Verdana, Arial, sans-serif;
}
.form260 {
	font-size: 11px;
	width:250px;
	font-family: Verdana, Arial, sans-serif;
}

#home-highlight {color: #FFF; background-color:#213C63; height:20px;padding-left:3px;}

/**
#home-highlight {color: #FFF; background-color:#213C63; height:30px; background:url(../images/spotlightback.jpg) repeat-x left center;}

**/

.slideshow img{border-style: none;}

#board{}

#board .pic{float:left; width:116px; border: 1px solid #213C63; }

#board .text{float:right; width: 600px;}
#board h5{padding-bottom:10px;}
#board .text ul {margin-left: 16px;}
#board .text ol {margin-left: 16px;}
#board .text ul li{list-style:disc outside none;}
#board .text ol li{list-style:lower-roman outside none;}




td.no-style a{text-decoration:none;color: #444;}
td.no-style a:hover{text-decoration:underline;color: #444;}
