/* ======== PAGE LAYOUT ======== */

#container{
	width:1000px;
	margin: 0 auto;
	background:url(../images/bg.gif) repeat-y;
}
#container #rhs .contenttext {
	width: 465px;
}


#lhs{
	width:180px;
	float:left;
}

#rhs{
	width:780px;
	padding:20px;
	float:left;
}


/* ========== FOOTER ========== */

#footer{
	width:960px;
	padding:20px;
	color:#ffffff;
	font-size:11px;
	background:#233f4d;
}	

#footer a{
	color:#ffffff;
	text-decoration:underline;
}

#footer a:hover{
	color:#ffffff;
	text-decoration:none;
}
#footerLinks a{
	color:#eee;
	font-size:9px;
	text-decoration:underline;
}

#footerLinks a:hover{
	color:#eee;
	font-size:9px;
	text-decoration:none;
}

/* ========== HOME PAGE ========== */

#box-home1,#box-home2{
	width:500px;
	padding:15px;
	background:#e4e4e4;
	float:left;
	margin-bottom:10px;
	font-size:13px;
}

#box-home1{
	height:160px;
}

#box-home2{
	height:180px;
}

#box-home1 ul, #box-home2 ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

#box-home1 ul li{
	float:left;
	width:100px;
}

#box-home2 ul li{
	float:left;
	width:165px;
	margin-bottom:3px;
}

#box-home1 h2, #box-home2 h2, .form-box h2{
	padding-bottom:10px;
	border-bottom: 1px solid #cccccc;
}

#box-home1 a, #box-home2 a{
	color:#233f4d;
	text-decoration:none;
}

#box-home1 a:hover, #box-home2 a:hover{
	color:#233f4d;
	text-decoration:underline;
}

/* ========== IMPORTANT STYLES ========== */

div.clear {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
	height: 1px;
}

div.clear hr {
	display: none;
}


/* ======== GENERAL STYLES ======== */

body{
	margin:0;
	background:#d3d3d3;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:14px;
	color: #000000;
}

h1, h2, p{
	margin-top:0;
	margin-bottom:10px;
}

h1{
	font-size:25px;
	color:#233f4d;
}

h2{
	font-size:19px;
	color:#233f4d;
}

.imgs-home{
	float:left;
}

.red{
	color:#FF0000;
}

/* ======== INTERNAL PAGES ======== */

#advertisement{
	width:300px;
	height:250px;
	float:right;
	margin: 0 0 15px 15px;
	background:#000000;
}

form{
	margin:0;
	padding:0;
}

.form-fields{
	border: solid 1px #d3d3d3;
	width: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size:12px;
	color:#666666;
	margin-bottom:10px;
}

.button{
	background:#233f4d;
	color:#ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size:12px;
}

.form-labels{
	width:150px;
	float:left;
}

.form-box{
	border: solid 1px #e4e4e4;
	padding:15px;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE0000;
	font-weight: bold;
}


/* ======================================== MENU STYLES =========================================== */


.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size:12px;
color: white;
background: #4B758B;
padding: 10px; /*header text is indented 10px*/
margin:0 0 1px 0;
cursor: hand;
cursor: pointer;
}

.menuitem{ /*CSS class for menu headers in general (expanding or not!)*/
font-size:12px;
color: white;
background: #233f4d;
padding: 10px; /*header text is indented 10px*/
margin:0 0 1px 0;
cursor: hand;
cursor: pointer;
}

.menuitem a{
	color:#ffffff;
	text-decoration:none;
}

.menuitem a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 10px;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #233f4d;
display: block;
text-decoration: none;
font-weight: bold;
font-size: 11px;
}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #233f4d;
text-decoration: underline;
}
.contenttext img {
	float: left;
	padding-right: 7px;
}
