/* CSS Document */

body {

	margin:0px;

	font-size:70%;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	line-height:1.7em;

	letter-spacing:0.02em;
	/*background-color:#ee7f00;*/
}


.heading {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	color:#1c1c1c;
}

.subheading {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#1c1c1c;
}

.body_text {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#666666;
	
}

.body_text_list {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:24px;
	color:#666666;
}

img{
	border:none;
}




.download{
	text-decoration:underline;
	line-height: 26px;
	
}

.mainholder{
	width: 780px;
	height: 100%;
	line-height: 1.3em;
	letter-spacing:0.02em;
	color:#000000;
	background-image:url(images/menu_back.gif);
	background-repeat:repeat-y;


}

.header{
	width: 100%;
	height: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color:#414B55;
	background-color:#F37020;
	background-image:url(images/head_spacer.jpg);
	background-repeat:repeat-x;
}

.top_grey_menu{
	height:35px; 
	background-color:#4c575f; margin-top:2px; width:100%; float:left; background-image:url(images/visit_liveit.gif);
	background-repeat:no-repeat;
	background-position:6px 8px;
	text-align:right;
}
.top_grey_menu_inner{
	float:left;
	width:780px;
	height:25px;
	padding-top:12px;
	color:#ffffff;
	font-weight:normal;
	font-size:10px;

}	

.top_grey_menu_inner a{
	color:white;
	text-decoration:none;
}

.top_grey_menu_inner a:hover{
	color:#999999;
}


.menuholder{
	width: 200px;
	height:580px;
	background-color:#ee7f00;
	float:left;
	padding-top: 40px;
	padding-bottom: 40px;

}

.menuholder_backend{
	width: 200px;
	height:580px;
	background-color:#ee7f00;
	float:left;
	padding-top: 10px;
	padding-bottom: 40px;

}



/*Contains the 'Home' link in white at the top of the menu*/
.home_link_unselected{
	margin-top:3px;
	cursor:default;
	color: #ffffff;
	font-weight:normal;
	font-size:13px;
	line-height:28px;
	
	padding-bottom:2px;
	}

.home_link_unselected a{
	padding-left:10px;
	text-decoration:none;
	color:#ffffff;
	}

.home_link_unselected a:hover{
	text-decoration:none;
	color:#282828;
	}
ul#navigation{
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-top:3px;
	cursor:default;
	letter-spacing:0.047em;
	z-index:5000;
	margin-left: 25px;
	color: white;
	font-size: 1em;
	line-height: 2.2em;
	background-color:red;
	
	
}
ul#navigation a {
	color: white;
	text-decoration:none;
	
}

.maintextarea{
	width: 540px;
	/*height: 500px;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: black;
	float: right;
	margin: 10px;
	
	/*background-color:#FFFFFF;*/

}

.blue{
	color:#0066CC;
}

.contact_item{
	float:left;
	width:240px;
	height:260px;
	padding-top:20px;


}

.contactlink {

text-decoration:underline;
color:black;

}


.error_box{
	border:2px solid red;
	width:90%;
	padding:10px;
	color:black;
	margin-bottom:10px;
}

.error_box ul {
	list-style-type:none;

	
}
