/* general
--------------------------------------------------- */

body * {

	padding: 0;
	margin: 0;
	}



body {
	font-family: Georgia, Arial,Verdana, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 0;
	color: rgb(85,85,85);
	font-size: small;
	}
	
	
	
/* wrap
--------------------------------------------------- */



#wrap{
	width:820px;
	margin:0px auto;
	}
	
	
	
/* topmenu
--------------------------------------------------- */	



#topmenu{
	float:right;
	width:452px;
	margin:0;
	padding:0;
	display:inline;
	}
#topmenu  #current a {
	color:blue;
	}
#topmenu ul{
	width:100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	

#topmenu ul li{ 
	display:inline;
	margin:0;
	padding:0;
	}
	

#topmenu ul li a{
	text-decoration: none;
	background: url(../images/top_menu_background.jpg) no-repeat;
	float: left;
	padding:12px 0 0 0;
	margin:0;
	width: 98px;
	height:26px;
	color: #d67500;	
	font-size:95%;
	text-align:left;
	}
#topmenu li a:hover{
	background: url(../images/top_menu_background.jpg) no-repeat left top;
	color: #7daee9;
	float: left;
	padding:12px 0 0 0px;
	margin:0;
	width: 98px;
	height:26px;
	font-size:95%;
	}

	
	/* content
--------------------------------------------------- */	



#content{

	width:100%;
	margin:0;
	padding:0;
	}
	
	
	/* leftcontent
--------------------------------------------------- */	

	
#leftcontent{
	float:left;
	width:610px;
	display:inline;
	}
	
	
#leftcontentmenu{
	width:610px;
	height:62px;
	margin:0;
	padding:0;
	background-image: url(../images/first_background_rollover.jpg);
	font-size:95%;
	}
	


#leftcontentmenu  #current a {
	color:blue;
	}	
#leftcontentmenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#leftcontentmenu ul li{ 
	float: left; 
	margin:0;
	padding:0;
	}
	

#leftcontentmenu ul li a{
	text-decoration: none;
	background: url(../images/menu_background.jpg) no-repeat;
	float: left;
	padding:22px 0 0 30px;
	margin:0;
	width: 90px;
	height:62px;
	color: #d67500;	
	font-size:95%;
	}
#leftcontentmenu li a:hover{
	background: url(../images/menu_background_rollover.jpg) no-repeat left top;
	color: #7daee9;
	float: left;
	padding:22px 0 0 30px;
	margin:0;
	width: 90px;
	height:62px;
	font-size:95%;
	}


#leftcontenttext{
	margin:0;
	padding:0;
	}
#leftcontenttext h1{
	color: #d67500;	
	font-size:140%;
	margin:20px 0 10px 0;
	padding:0;
	}
#leftcontenttext h2{
	color: #d67500;	
	font-size:90%;
	margin:0px 0 10px 0;
	padding:0;
	}
#leftcontenttext p{
	color: #5f5e5e;	
	font-size:90%;
	margin:0 60px 10px 0;
	padding:0;
	}
#leftcontenttext ul{
	list-style:disc;
	margin: 0 0 20px 20px;
	}
#leftcontenttext li{
	margin:0;
	padding:0;
	}	
#leftcontenttext a{
	color: #d67500;	
	font-size:90%;
	text-decoration:none;
	margin:0;
	padding:0;
	}
#leftcontenttext a:hover{
	color: #7daee9;	
	font-size:90%;
	text-decoration:underline;
	margin:0;
	padding:0;
	}	
.orangetext span{
	color: #d67500;	
	}	
.orangetext_indent span{
	color: #d67500;	
	padding: 0 0 20px 80px;
	margin:0;
	width:290px;
	}
#indent{
	text-indent: 1cm;
	}
.indent2{
	padding: 0 0 20px 80px;
	margin:0;
	width:290px;
	}
	
#indent_orange{
	padding: 0 0 20px 80px;
	margin:0;
	width:290px;
	color: #d67500;	
	}
#indent3{
	text-indent: 5cm;
	}
#indent4{
	padding: 0 0 20px 80px;
	margin:0;
	width:350px;
	}
#quotes{
	margin:30px 0 10px 0;
	padding:0;
	}
#leftquote{
	float:left;
	margin:0;
	padding:0;
	width:45%;
	border-right:1px solid #c3baaa;	
	display:inline;
	}
#leftquote h2{	
	color: #c1beb9;	
	font-size:120%;
	margin:0 0 10px 0;
	padding:0;
	}
#leftquote p{	
	color: #c1beb9;	
	font-size:90%;
	margin:0 50px 10px 0;
	padding:0;
	}
#rightquote{
	float:right;
	margin:0;
	padding:0;
	width:45%;
	}
#rightquote h2{
	color: #c1beb9;	
	font-size:120%;
	margin:0 0 10px 0;
	padding:0;
	}
#rightquote p{
	color: #c1beb9;	
	font-size:90%;
	margin:0 30px 10px 0;
	padding:0;
	}
	
#footerquote{
	clear:both;
	}



	/* rightcontent
--------------------------------------------------- */	


	
	
#rightcontent{
	float:right;
	width:210px;
	background: url(../images/background_right_content.jpg);
	background-repeat:no-repeat;
	padding:1px 0 0 0;
	}
#rightcontent ul{
	list-style:none;
	padding:0;
	margin:0 0 0 10px;
	width:200px;


	}	
#rightcontent li{
	margin: 10px 0 0 0;
	padding:0 0 10px 0px;
	color: #063559;
	font-size:90%;
	border-bottom:1px solid #febb33;

	}
#rightcontent a{
	text-decoration:none;
	color:#fec842;
	font-size:95%;
	padding:0;
	margin:0;
	}
#rightcontent a:link, #rightcontent a:visited, #rightcontent a:active {
	color:#063559;
	padding:0 0 0 0;
	}	
#rightcontent a:hover{
	color:#fff;
	}
	
	
	/* rightcontentresults
--------------------------------------------------- */		
#rightcontentresults{
	float:right;
	width:210px;
	background: url(../images/background_right_content.jpg);
	background-repeat:no-repeat;
	padding:1px 0 0 0;
	}	
	
#rightcontentresults h2{
	color: #fff;	
	font-size:120%;
	padding:0;
	height:350px;
	}
	
	
	/* rightcontentcontactus
--------------------------------------------------- */		
#rightcontentcontactus{
	float:right;
	width:210px;
	background: url(../images/background_right_content_contactus.jpg);
	background-repeat:no-repeat;
	padding:1px 0 0 0;
	}	
	
#rightcontentcontactus h2{
	color: #fff;	
	font-size:120%;
	padding:0;
	height:595px;
	}	
	
	/* rightcontentresults
--------------------------------------------------- */		
#rightcontentaboutus{
	float:right;
	width:210px;
	padding:0 0 0 0;
	}	
	
	/* rightcontentsegmentation
--------------------------------------------------- */		
#rightcontentsegmentation{
	float:right;
	width:210px;
	background: url(../images/background_right_content_contactus.jpg);
	background-repeat:no-repeat;
	padding:1px 0 0 0;
	}	
	
#rightcontentsegmentation h2{
	color: #fff;	
	font-size:120%;
	padding:0;
	height:469px;
	}
	/* rightcontentacquisition
--------------------------------------------------- */		
#rightcontentacquisition{
	float:right;
	width:210px;
	background: url(../images/background_right_content_contactus.jpg);
	background-repeat:no-repeat;
	padding:1px 0 0 0;
	}	
	
#rightcontentacquisition h2{
	color: #fff;	
	font-size:120%;
	padding:0;
	height:350px;
	}
	
	/* rightcontentstructure
--------------------------------------------------- */		
#rightcontentstructure{
	float:right;
	width:210px;
	background: url(../images/background_right_content_contactus.jpg);
	background-repeat:no-repeat;
	padding:1px 0 0 0;
	}	
	
#rightcontentstructure h2{
	color: #fff;	
	font-size:120%;
	padding:0;
	height:170px;
	}	
	/* rightcontentsitemap
--------------------------------------------------- */		
#rightcontentsitemap{
	float:right;
	width:210px;
	background: url(../images/background_right_content_contactus.jpg);
	background-repeat:no-repeat;
	padding:1px 0 0 0;
	}	
	
#rightcontentsitemap h2{
	color: #fff;	
	font-size:120%;
	padding:0;
	height:240px;
	}		
	/* rightcontentthanks
--------------------------------------------------- */		
#rightcontentthanks{
	float:right;
	width:210px;
	background: url(../images/background_right_content_contactus.jpg);
	background-repeat:no-repeat;
	padding:1px 0 0 0;
	}	
	
#rightcontentthanks h2{
	color: #fff;	
	font-size:120%;
	padding:0;
	height:100px;
	}		
.align{
	margin-right:8px;
	}
	
#register{

	background: url(../images/background_feedback.jpg);
	background-repeat:no-repeat;
	width:210px;
	height:52px;
	}		
#re\gister {                                
	display: list-item;                
	list-style-image: url(../images/background_feedback.jpg); 
	list-style-position: inside;    
   	font-size: 1pt;                  
	color: #fff;                 
	}	
		
	/* footercontent
--------------------------------------------------- */		
	
#footercontent{
	clear:both;
	background: url(../images/bottom_line.jpg);
	background-repeat:no-repeat;
	width:820px;
	height:2px;
	}
#fo\otercontent {                                
	display: list-item;                
	list-style-image: url(../images/bottom_line.jpg); 
	list-style-position: inside;    
   	font-size: 1pt;                  
	color: #fff;                 
	}	
/* form
--------------------------------------------------- */	

.arrowposition{
	margin:12px 0 0 0px;
	}
	
	
	
	/* footer
--------------------------------------------------- */	
#footer{
	clear:both;
	margin:10px 0 40px 0;
	padding:0;
	}
#footerleft{
	float:left;
	width:310px;
	display:inline;
	}
#footerright{
	float:right;
	width:510px;
	}
#footerright ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	}
#footerright li{
	display:inline;
	margin:0;
	padding:0;
	}
#footerright a{
	font-size:85%;
	margin:0;
	padding:0 0 0 10px;
	color:#b1aaa1;
	text-decoration:none;
	}
#footerright a:visited, #footerright a:active{
	font-size:85%;
	margin:0;
	padding:0 0 0 10px;
	color:#b1aaa1;
	text-decoration:none;
	}
#footerright a:hover{
	font-size:85%;
	margin:0;
	padding:0 0 0 10px;
	color:#b1aaa1;
	text-decoration:underline;
	}

#footerfooter{
	clear:both;
	}




/* form
--------------------------------------------------- */	
#form{
	margin: 20px 0 0 0;
	padding:0;

	
	}


div.row {
	clear: both;
	padding-top: 5px;

  }

div.row span.label {
	float: left;
	width: 200px;
	text-align: left;
	
  }

div.row span.formw {
	float: left;
	width: 235px;
	text-align: left;

  }
 
 div.rowbutton {
	clear: both;
	padding-top: 5px;
	margin: 0 0 0 200px;

  }
  
  div.spacer {
	clear: both;
  }

input.btn{
	float:left;
	color:#000;
	background-color:#ECE0C8;
	border:1px solid;
	border-top-color:#d67500;
	border-left-color:#d67500;
	border-right-color:#d67500;
	border-bottom-color:#d67500;}
input.btnhov{
	border-top-color:#d67500;
	border-left-color:#d67500;
	border-right-color:#d67500;
	border-bottom-color:#d67500;}

.label{
	font-family: verdana, arial,'sans serif'; 
	color:#A39161;
	}
.spacer{
	margin:30px 0 30px 0;
	}




