@charset "UTF-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	background:#333;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #666;
	text-decoration:none;

}
a:hover {
	color: #FC5E00;
	text-decoration:none;

}
a:active {
	color: #333;
	text-decoration:none;

}


p {
	font: 80%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
}

#wrapper {
	width: 800px;
	height:910px;
	margin: 0 auto;
	padding: 10px 0px 40px 0px;
}

#header {
	
	height:115px;
	width:800px;
	padding: 0px; 

}

#sitemap {
	
	float:right;
	text-align:left;
	height: 30px;
	width: 150px;
	padding-top:70px;
	padding-right:10px;	
}

#header p {
	text-align: left;
	padding-right: 20px;
	font: 70% Verdana, Geneva, sans-serif;
	color: #333;
}


/* van */

#van {
	height:200px;
	width:800px;
}



/* Menu */

#menu {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	background: url(images/navbar.jpg);
	background-repeat:no-repeat;
	color: #333;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 70px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 10px;
}

#menu a {
	display:block;
	margin-right: 7px;
	padding: 6px 5px 0px 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border: none;
}

#menu .menu_item a {
	padding-left: 4px;
}

#menu a:hover {
	text-decoration: none;
	color: #FFF;
}



/* welcome section */


#welcomebox {
	margin:0 auto;
	padding:20px 0px 0px 200px;
	width:600px;
	height: 180px;
	margin:0 auto ;
	background-image:url(images/welcome.jpg); background-repeat:no-repeat;
	
} 


.welcometext {
	
	text-align:center;
	padding: 0px 0px 0px 0px;
	float:left;
	line-height:120%;
	height:130px;
	width:350px;
	text-align:left;
	} 

.welcometext h1 {
	text-align: left;
	padding: 0px 0px 0px 0px;
	font: 9pt Verdana, Geneva, sans-serif;
	color: #333;
}
.welcometext p {
	text-align: left;
	line-height:110%;
	padding: 0px 0px 0px 0px;
	font: 8pt Verdana, Geneva, sans-serif;
	color: #333;

}.orangehighlight {
	color: #FC5E00;
}

.welcometext a:link {
	color: #333;
	font: 8pt Verdana, Geneva, sans-serif;
	font-style: normal;
}

.welcometext a:active {
	color: #333;
	
}

.welcometext a:hover {
	color: #FC5E00;
	
}


/* services */

#servicesbox {
	width: 780px;
	height:160px;
	padding:40px 0px 0px 20px;
	background-image:url(images/info.jpg ); background-repeat:no-repeat;
}
.newsservice{
	float:left;
	width: 220px;
	height: 100px;
	color: #333;
	font: 10pt Verdana, Geneva, sans-serif;
	font-style: normal;
}

.ideasservice{
	float:left;
	text-align:left;
	line-height:80%;
	width: 250px;
	height: 50px;
	padding:80px 0px 0px 30px;
	color: #333;
	font: 10pt Verdana, Geneva, sans-serif;
	font-style: normal;
}

.ideasservice p {
	text-align: left;
	line-height:120%;
	font: 8pt Verdana, Geneva, sans-serif;
	color: #333;

}

.profileservice{
	overflow:auto;
	float:left;
	text-align:left;
	line-height:50%;
	width: 200px;
	height: 130px;
	padding: 0px 20px 0px 30px;
	color: #333;
	font: 10pt Verdana, Geneva, sans-serif;
	font-style: normal;
}
.profileservice p {
	text-align: left;
	line-height:120%;
	font: 8pt Verdana, Geneva, sans-serif;
	color: #333;

}


#signoff{
	width:800px;
	height:150px;
	background-image:url(images/signoff.jpg);
	background-repeat:no-repeat;
	padding-bottom:10px;
}

#footer{
	margin:0 auto;
	width:800px;
	height:20px;
	background-color:#666;
	background-repeat:no-repeat;
}



.footer p {
	text-align: right;
	padding:px 20px 0px 0px;
	font: 7pt Verdana, Geneva, sans-serif;
	color: #ffffff;

}

#validater {
	display:block;
	padding:10px;
}