/* This is my first designs using CSS, Please visit me at http://www.studio7designs.com or email aran@studio7designs.com if you have any questions. Thanks, and have fun!
CSS layout: */

body {
margin: 0 auto;
padding: 0;
font: 76% Arial, Helvetica, sans-serif;
background: #f4f4f4 url(../images/backround.gif) top center repeat-y;
}

.box_right {
	position:relative;
	float:right;
	clear:both;
	width:200px;
	margin:0 0 5px 10px;
	padding:0 10px 0 10px;
	background:#F7F9F7;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

.box_right p {
	margin:5px 5px;
}

.box_cnr_top {
background:url(../images/cnr_tr.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

.box_cnr_bottom {
background:url(../images/cnr_br.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

img.cnr {
width:8px;
height:8px;
border:none;
display: block !important;
}

#leftsidebar {
position:relative;
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
margin: 0 0 8px 0;
border: 0;
}

#topmenu {
	clear: left;
	float: left;
	width: 98%;
	height: 55px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 10px;
	font-size: 0.9em;
	border-bottom:2px #3882B3 solid;
	background-color: #FFFFFF;
	/*background-image: url(../images/logo_siteGen.png);*/
	background-repeat: no-repeat;
	background-position: 15px top;
	position:relative;
}

#menu {
	float: right;
	width: 150px;
	margin: 0;
	font-size: 0.9em;
	background-color:#0E4970;
	padding:10px;
	padding-top:15px;
	position:absolute;
	right:3px;
	/*top:65px;*/
	z-index:99;
	/*display:none;*/
}

#menu ul {	
	list-style: none;
	width: 150px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}	

#menu li a {
	font: bold 14px arial;
	font-weight: bold;
	height: 20px;
	text-decoration: none; 
	color: #ffffff;
	display: block;
	padding: 5px 0 0 8px;
	border-left: 5px solid #3882B3;
	text-align:left;
}
	
#menu li a:hover {
	background: #3882B3;
	color: #ffffff;
}

ul#leftmenu ul {	
	margin:4px 0 0 15px;
	width: 125px;
}	

ul#leftmenu ul li{
	height:16px;
}

ul#leftmenu ul li a {
	border-left:5px solid #629655;
	height:16px;
	font-size: .8em;
	line-height: 12px;
}

ul#leftmenu ul li a:hover {
	border-left:5px solid #0E4970;
}

#menu li {
	margin-bottom: 4px;
}

.leftnews {
	margin: 1px 0 1px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #F7F9F7;
	line-height: 1.3em;
}

.rightnews {
	float: right;
	width: 134px;
	background-color: #F7F9F7;
	margin: 0 0 10px 10px;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.5em;
}

#rightnews p {
margin: 0 0 1.5em 0;
}

#content {
	/*margin: 0 20px 20px 160px;*/
	margin: 0 0 20px 0;
	/*border-left: 1px solid #f0f0f0;*/
	/* border-right: 1px solid #f0f0f0; */
	padding: 0px 0 0 10px;
	line-height: 1.6em;
	text-align: left;
	min-height:300px;
}

#content h1 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	color: #0E4970;
}

#content p {
	margin-top: 8px;
}

#content img {
	padding: 0px;
	display:inline;
	border: thin none #CCCCCC;
	background-color: #FFFFFF;
}



.bluebox {
background-color: #EEF3F9;
border: 1px solid #122859;
color: inherit;
padding: 5px;
margin: 10px;
}

.bluebg {
	background-color: #EEF3F9;
}

.blueBorder {border:4px #3882B3 solid;}

.dataTable {  border:4px #3882B3 solid; padding:10px;}

.dataTable td {padding:5px;}

.splitright {
background-color: #ffffff;
width: 46%;
float: right;
overflow: hidden;
}

.splitleft {
background-color: #ffffff;
width: 46%;
float: left;
overflow: hidden;
}

h3 {
font-size: 15px;
margin: 0 0 10px 0;
color: #666666;
}

h2 {
font-size: 15px;
margin: 0;
color: #3882B3;
text-transform:uppercase;
}

a {
text-decoration: none;
color: #0E4970;
}

a:hover {
text-decoration: underline;
color: #629655;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 3px solid #629655;
width: 760px;
text-align: center;
color: #629655;
font-size: 0.9em;
}

#footer a {
color: #629655;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #0E4970;
}

/*.left {
margin: 10px 10px 5px 0;
float: left;
}*/

.clear {
	clear: both;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.style3 {color: #122859}
.style4 {color: #234BA5}
.style5 {color: #447CBA}
.style6 {color: #629655}
.style7 {color: #419E2D}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

.greenbox {float:left; margin:5px; border:4px #3882B3 solid; padding:10px; width:330px; height:375px; background-color: #F7F9F7;}

.greenbox h2 {width:100%; font-family:Arial, Helvetica, sans-serif; color:#629655; border-bottom:1px #0E4970 solid;}

.greenbox p { color:#666666;}

.greenbox p strong { color:#0E4970;}

.greenbox ul {list-style-type:none; padding-left:15px;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.LogoBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #122859;
}

.headerGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	font-weight: bold;
	color: #629655;
}

.headerBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	font-weight: bold;
	color: #122859;
}


ul.form {
	float: left;
	clear: both;
	width: 100%;
	margin: 15px 0;
	list-style-image: none;
	list-style-type: none;	
	}
		ul.form li {
			float: left;
			clear: both;
			width: 98%;
			margin: 0 0 5px 0px;
			color: #000;
			font-weight:bold;
			list-style-image: none;
			list-style-type: none;	
		}
			ul.form li label {
				float: left;
				width: 150px;
				text-align: right;
				margin: 0 15px 0 0;
			}
			ul.form li input {
				float: left;
				width: 330px;
				height: 17px;
				border-bottom: 2px solid #3882B3;
				border-top: 2px solid #3882B3;
				border-left: 2px solid #3882B3;
				border-right: 2px solid #3882B3;
				background: #fff url(../images/input-bg.jpg) repeat-x top;
				font-size: 13px;
				padding:2px;
				color:#0E4970;
				font-weight:bold;
			}
			ul.form li textarea {
				float: left;
				width: 325px;
				height: 110px;
				border-bottom: 2px solid #3882B3;
				border-top: 2px solid #3882B3;
				border-left: 2px solid #3882B3;
				border-right: 2px solid #3882B3;
				background: #fff url(../images/input-bg.jpg) repeat-x top;
				overflow-y: auto;
				font-family:Arial, Helvetica, sans-serif; 
				font-size:13px ;
				padding:4px;
				color:#0E4970;
				font-weight:bold;
			}
			ul.form li input.button, .button {
				width: 100px;
				height: 25px;
				background : #fff none;
				border-color: Gray;
				cursor: pointer;
				margin: 0 5px 0 0px;
			}