﻿@import url(http://fonts.googleapis.com/css?family=Capriola);
body
{
    background-color: #F4F4F4;
    font-family: Arial, sans-serif, Lucida-console, serif;
    margin: 0;
    padding: 0;
    font-size: normal;
    font-weight: normal;
    
}
h1 h2 h3 
{
    font-family: Trebuchet MS, Serif, Arial;
    font-size:normal;
}
a:link  
{
    color: #009999; 
    font-weight:normal; 
    text-decoration:none;
    text-align: center;
}
a:visited
{
    color: #666633;
}
a:focus { color: #000; }
a:hover { color: #7d8206; }
a:active { color: red; }
div#body
{
    margin: 0;
    padding: 0;
    height: 100%;
}
div#headMain
{
    background-color: #DFDFDF;
    border-bottom: 2px solid #000;
    height: 120px;
    margin:0;
}
div.headCont
{
    width: 1060px;
    margin: 0 auto;
    padding:10px 4px 0 4px;
}
div.logo
{
    margin-right:0px;
    padding:0;
}
div#container
{
    width: 1060px;
    margin: 0 auto;
    padding: 0px;
    background-image: url('../images/color2.png');
}
div.bodyMain
{
    margin:4px;
    padding:2px;
}
div.body
{
    margin: 10px 48px;
    padding:0px;
}
.body2
{
    padding: 8px;
}
div#mainCont
{
    margin-right: 4px;
    padding:6px;
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    background-color: #fff;
    width: 689px;
    box-shadow: 0 0 3px #000000;
    -moz-box-shadow: 0 0 3px #000000;
    -webkit-box-shadow: 0 0 3px #000000;
}
.title
{
    font-family: Trebuchet MS Arial Black;
    font-size: 1.4em;
    color: #009999;
    font-weight: bold;
    text-align: right;
}
.sbtitle
{
    font-family: 'Arial Rounded MT Bold' , 'Trebuchet MS';
    font-size: 1em;
    padding-top: 10px;
    color: #336666;
    font-weight: normal;
    text-align: right;
    border-bottom-style: solid;
}
.bodyText
{
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    color: #333333;
    padding: 4px;
}
.button
{
    margin: 0;
    padding: 4px;
    width:auto;
    float:right;
}
.button a
{
    padding: 6px 10px;
    font-family:arial;
    font-size:12px;
    display: block;
    color:#fff;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    background-color: #D75337;
}
.button a:hover
{
    background-color: #4CA1F0;
}
.jbutton
{
    margin: 0;
    padding: 4px;
    width:auto;
    text-align:center;
}
.jbutton a
{
    padding: 6px 10px;
    font-family:arial;
    font-size:12px;
    display: block;
    color:#fff;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    background-color: #336666;
}
.jbutton a:hover
{
    background-color: #4CA1F0;
}
.jbutton a:active
{
    background-color: #D75337;
}
div.capt
{
    font-family: Helvetica, Serif, Sans-Serif;
    font-size: 11px;
    text-align: justify;
    padding: 10px 4px;
    color: #333333;
}
div#sideBar
{
    margin-left: 5px;
    padding: 6px;
    border-left: 2px solid #336666;
    background-color: #ddd;
    border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-left-color: #336666;
}
div.ctext
{
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    margin-left: 4px;
    color: #000;
}
div#footWrapper
{
    background-color:#DFDFDF;
    border-top: 4px solid #000;
    height:auto;
    margin: 0;
    padding: 0;
}
.align
{
    vertical-align: top;
}
div.footer
{
    margin: 0 auto;
    width: 1060px;
    padding: 10px;
    font-size: 11px;
}
/* Let's import the lovely google font, please keep this line at the top of your stylesheet */




/* Menu CSS */ 

#cssmenu,  #cssmenu ul, #cssmenu ul li, #cssmenu ul li a{
	
	padding: 0;
	margin: 0;
	line-height: 1;
	font-family: 'Capriola', sans-serif;
	float:right;
}



#cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {

	content: '';
	display: table;
	
}


#cssmenu:after, #cssmenu > ul:after {

	clear: both;
	
}

#cssmenu {

	zoom:1;
	height: 69px;
	background: url(../images/bottom-bg.png) repeat-x center bottom;
	border-radius: 2px 2px 0 0;
	
}

#cssmenu ul{

	background: url(../images/nav-bg.png) repeat-x 0px 4px;
	height: 69px;
	
}

#cssmenu ul li{

	float: left;
	list-style: none;
	
}

#cssmenu ul li a{
	
	display: block;
	height: 37px;
	padding: 22px 30px 0;
	margin: 4px 2px 0;
	border-radius: 2px 2px 0 0;
	text-decoration: none;
	font-size: 15px;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
	font-weight: 400;
	opacity: .9;
	
}

#cssmenu ul li:first-child a{
	
	margin: 4px 2px 0 0;
	
}

#cssmenu ul li a:hover, #cssmenu ul li.active a{
	
	background: url(../images/color.png) center bottom;
	display: block;
	height: 37px;
	margin-top: 0px;
	padding-top: 26px;
	color: #616161;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .35);
	opacity: 1;
	
}
.link
{
    margin: 2px;
    padding:2px;
}
.link li
{
    list-style-type: none;
}
.link li a
{
    color: #003366;
    display: block;
    padding: 2px 4px;
    font-weight: normal;
    text-align: left;
    font-size: 13px;
}
.link li a:hover
{
    color: #fff;
    padding: 2px 4px;
    background-color: #D75337;
}
.info
{
     width: 100%;
     border-collapse: collapse;
     font-size: 12px;
     color: #336666;
     border: 2px solid #336666;
}