@CHARSET "UTF-8";

html {
}

body {
	text-align: center;
    min-width: 1000px;
    min-height: 500px;
    height: 100%;
    ~background-color: #6e70b5;
    ~background: #73ADD7 url(/images/manager_local/gradient.gif) repeat-x;
    background: url(/images/manager_local/new/sky.gif);
}

*{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-moz-box-sizing: content-box;
}

ol, ul, li{
	list-style: none;
}

.blueskin {
    width: 1000px;
    margin: 0px auto;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #072740;
	line-height: 1; 
}

.header {
	width: 950px;
	height: 110px;
    background-position: center;
	margin: 20px 15px 0px 15px;
}

.main_menu{
    background-color: #11aee1;
    width: 950px;
	height: 20px;
    padding: 10px 0px 10px 0px;
    margin: 0px 15px 0px 15px;
}

.navigation ul {
    margin-bottom: 2px;
}

.navigation li{
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}

.navigation li a{
    margin-top: 200px;
    margin-bottom: -1px;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    color: #2e3192;
    font-weight: bold;
    text-decoration: none;
}

.container {
    margin-top: 5px;
    position: absolute;
    background-color: #2e3192;
    border: 1px solid;
	width: 980px;
}

.left_content{
    width: 200px;
    float: left;
}

.floatmain{
    float: left;
}

.mainContent {
    margin-top: 0px;
    position: relative;
	width: 980px;
    color: #727274;
    font-family: Arial;
    font-size: 15px;
}

.contentbox_main {
    position: relative;
    width: 450px;
    float: left;
    background-color: white;
    height: 470px;
}

.contentbox_only_one{
	text-align: center;
	margin-left: 15px;
    position: relative;
    width: 950px;
    float: left;
    background-color: white;
}

.contentbox {
    position: relative;
    width: 700px;
    float: left;
    background-color: white;
    height: 610px;
}

.contentboxleft {
    position: relative;
	float: left;
    background-color: white;
    margin-left: 15px;
	text-align: center;
	width: 250px;
    height: 610px;
}

.contentbox_left {
    position: relative;
	float: left;
    background-color: white;
    margin-left: 15px;
	text-align: center;
	width: 250px;
    height: 470px;
}

.contentbox_right{
    float: left;
    position: relative;
    background-color: white;
    height: 470px;
    width: 250px;
}

.footer {
    position: relative;
	float: left;
	width: 950px;
	text-align: center;
	background: #fff;
    margin: 0px 15px 0px 15px;
}

#search_form{
    text-align: center;
	margin-top: 30px;
}

#search_form input{
    padding-top: 5px;
    padding-bottom: 5px;
}

#search_form input[type=submit]{
    padding: 6px 6px 6px 6px;
    border: 1px solid;
    background-color: #8dd8f8;
}


.header_content{
    margin: 0px 15px 0px 15px; 
    height: 200px;
}

.rotator{
    background-image: url(/images/manager_local/sky.png);    
    width: 950px;
    height: 200px;
}

.rotator_top{
    border: 2px solid;
    border-color: #2e3192; 
    border-left: none;
    border-right: none;
    border-bottom: none; 
    height: 20px;
}

.rotator_title{
    height: 35px;
    text-align: left; 
    float: left;
    width: 540px;
    background-color: #2e3192;
    color: #e5dd30;
    font-size: 20px;
    font-weight: bold;
}

.rotator_content_logo{
    border: 1px solid; 
    float:left;
    width: 150px;
    height: 150px;
    margin: 5px 19px 5px 19px;
}

#toc {
    background-color: white;
	width:360px;
	height: auto;
	float:left;
	border: solid thin #009;
	padding-bottom:9px;
}
#toc a {
	text-decoration:none;
}
#toctitle {
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color: #e5dd30;
	background:#009;
	width:100%;
    height: 30px;
	padding-top:10px;
	padding-bottom:0px;
}
.toc-row {
    text-align: left;
	clear:both;
	width:180px;
	padding-top:10px;
	font-size:11px;
	margin-left:5px;
}
.toc-icons {
	float:left;
	width:41px;
}
.toclinks {
	float:left;
	width:130px;
}
#tocleft {
	width: 180px;
	float:left;
}
#tocright {
	width:180px;
	float:left;
}

.toc-row-desc{
    color: #1a186b;
    font-size: 16px;
    height: 40px;
    font-weight: bold;
}

.button_grean {
	background-color:#4e8b3e;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:2px solid #77d42a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial Black;
	font-size:16px;
    width: 205px;
	font-weight:bold;
	padding:8px;
	text-decoration:none;
	text-shadow:1px 0px 0px #aade7c;
}

.button_blue{
    background-color:#140ac1;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:2px solid #000000;
	display:inline-block;
	color:#e5dd30;
    width: 155px;
	font-family:Arial Black;
	font-size:16px;
	font-weight:bold;
	padding:8px 34px;
	text-decoration:none;
	text-shadow:1px 0px 0px #aade7c;
}


.footer_menu ul{
    text-align: left;
    height: 25px;
}

.footer_menu ul li{
    display: inline;
    margin-left: 10px;
}

.footer_menu ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}