*{
	padding:0px;
	border:0px;
	margin:0px;
}

body{
	font-family:arial;
	font-size:11px;
	color:#505050;
	background-color: #FFFFFF;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
}
p{
	padding-top:0px;
	margin-top:0px;
}
#surround{
	margin:0px auto;
	margin-bottom:30px;
	width:920px;
	background-color:#FFFFFF;
}
#headercontainer{
	width:920px;
	padding:0px;
	margin:0px auto;
}
#header1{
	height:21px;
	width:910px;
	background-color:#FFFFFF;
	background-image: url(../Images/01-header1.jpg);
	color: #962c36;
	text-align: right;
	padding-top: 45px;
	padding-right: 10px;
}
#header1 a{
	color: #000;
	text-decoration: none;
}
#header1 a:hover{
	color: #962c36;
	text-decoration: underline;
}
#header2{
	width:920px;
	height:171px;
	background-color:#FFFFFF;
	background-image: url(../Images/02-header2.jpg);
}
#rycombutton{
	position:relative;
	width:320px;
	height:55px;
	left:15px;
	top:115px;
	cursor:pointer;
}
#contentcontainer{
	width:920px;
	overflow: visible;
	height: auto;
	padding-top: 25px;
}
#menucontainer{
	width: 205px;
	margin-top: 10px;
	margin-right: 22px;
	float: left;
}
#menu{
	width:205px;
	margin-top: 10px;

}
#homearea{
	width: 693px;
	margin-top: 10px;
	float: left;
}
#homearea a{
	color:#505050;
	font-weight:bold;
	text-decoration:none;	
}
#homearea a:hover{
	color:#505050;
	text-decoration:underline;	
}
#homearea ul{
	padding-left:20px;
}
#homeabout{
	width: 404px;
	margin-bottom: 20px;
	float: left;
}
#homenews{
	width: 270px;
	margin-left: 19px;
	margin-bottom: 20px;
	float: left;
}
#previewcontainer{
	width: 693px;
	margin-top: 10px;
	float: left;
}
#preview1{
	width:200px;
	float:left;
	margin-right: 15px;
	margin-bottom: 20px;
}
#preview2{
	width:200px;
	text-align:left;
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 24px;
}
#preview3{
	width:200px;
	text-align:left;
	float:left;
	margin-right: 14px;
	margin-bottom: 30px;
	margin-left: 20px;
}
#contentarea {
	width: 693px;
	margin-top: 10px;
	margin-bottom: 30px;
	float:left;
}
#contentarea a{
	color:#505050;
	font-weight:bold;
	text-decoration:none;	
}
#contentarea a:hover{
	color:#505050;
	text-decoration:underline;	
}
#contentarea ul{
	padding-left:20px;
}
#footercontainer{
	width:920px;
	background-color:#ffffff;
}
#footer1{
	width:920px;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
#footer2{
	width:920px;
	height: 14px;
	background-image: url(../Images/04-footer1.jpg);
}
#footer3{
	width:920px;
	margin-top: 15px;
	text-align: center;
}

#footer3 a{
	text-decoration:none;
	color:#505050;
	font-weight:bold;
}

#footer3 a:hover{
	text-decoration:underline;
}

.form{
	color:#505050; 
	border: 1px solid #505050; 
	background-color:#FFFFFF;
}

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required, input.validate-number, input.validate-digits, input.validate-url, input.validate-date, input.validate-email, input.validate-phone, select.validate-selection {
	color:#505050;
	border: 1px solid #505050;
	background-color:#FFFFFF;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
	backbround-color: #FFFFFF;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #505050;
	background-color:#FFFFFF;
}

.validation-advice {
	width: 135px;
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.headermenu{
	color: #962c36;
	position: relative;
	left: 730px;
	width: 100px;
	top: 30px;
}
.previewtitle{
	width:186px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.previewimage{
	width:194px;
	height: 74px;
	border: 1px solid #505050;
	padding: 2px;
}
.previewtext{
	width:192px;
	background-image: url(../Images/03-previewtextbg.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-position: left bottom;
}
.previewtext a{
	color:#505050;
	font-weight:bold;
	text-decoration:none;	
}
.previewtext a:hover{
	color:#505050;
	text-decoration:underline;	
}
.document_menu:hover{
	background:#5a667f; 
	color:#fff;
	opacity:.90;
	filter: alpha(opacity=90);		
}

#menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#505050;
	width:195px;
	height:25px;
	line-height:24px;
	padding-left:10px;
	font-size:11px;
}
#menu ul {
 	padding:0; 
 	margin:0;
 	list-style-type: none; 
}
#menu ul li {
	width:195px;
 	float:left; 
 	position:relative;
}
#menu ul li ul {
	display: none;
}

#menu ul li:hover a {
	color:#fff; 
	background:#5a667f;
}
#menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:205px;
	width:195px;
}
#menu ul li:hover ul li a.hide {
	background:#5a667f; 
	color:#000;
}
#menu ul li:hover ul li:hover a.hide {
	width:195px;
}
#menu ul li:hover ul li ul {
	display: none;
}
#menu ul li:hover ul li a {
	display:block; 
	background:#5a667f; 
	color:#fff; 
	width:195px;
	opacity:.75;
	filter: alpha(opacity=75);
}
#menu ul li:hover ul li a:hover {
	background:#5a667f; 
	color:#fff;
	opacity:.90;
	filter: alpha(opacity=90);
}
