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

 * {
	margin: 0;
 }




html, body{
	background-image:url(images/background.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	background-position:top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
color: #FFFFFF;
	text-decoration: none;
}
a:hover {
color: #999999;
	text-decoration: none;
}
a:active {
color: #FFFFFF;
	text-decoration: none;
}




.wrapper {
	min-height: 100%;
	width:700px;
	height: auto !important;
	height: 100%;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -4em;
	margin-left: auto;
	padding-top: 5px;	
 }





.topheader{
	width:900px;
	height:92px;
	text-alighn:right;
	margin-left: auto;
	margin-right: auto;
}


/* Header > Menu */

#menu {
	width: 700px;
	vertical-align: middle;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	text-align: right;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 20px;
	background: url(images/menu_up.gif) repeat-x;
	border: 1px solid #727272;
	text-align: center;
	font-size: 10px;
	font-weight:bold;
	color: #ffffff;
	margin-top: 56px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	vertical-align: middle;
}

#menu a:hover {
	color: #000000;
		
	
}

#menu .active a {
	color: #000000;
	}
	
	
	
	
	/*   Center Slideshow   */
#homepage_header_image {
	width: 700px;
	height:200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 56px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

	
	/*centercontent*/
	
.wrapper #centercontent {
	height: 175px;
	width: 700px;
	padding-top: 15px;
}
.leftconsultation_image {
	float: left;
	width: 220px;
}
.rightintro_text {
	float: right;
	width: 460px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}


	
	/*footer*/
.footer, .push {
	height: 2px;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;	
}
	
	/* Footer > Legal */

#legal {
	color: #FFFFFF;
}
#topHeaderText {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: verdana;
	font-size: xx-small;
	color: #FFFFFF;
	background-position: right;
}

/* Footer > Links */

#links {
}




.wrapper #bottomcontentmainpage {
	width: 700px;
}







#left_colum {
	float: left;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	background-color: #0033CC;
	margin-top: 45px;
	height: 100%;
}
#right_colum {
	width: 460px;
	float: right;
	background-color: #FF0000;
	margin-top: 45px;
	height: 100%;
}
#contact_form {
	width: 420px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	font-size: small;
	color: #FFFFFF;
	vertical-align: middle;
	float: left;
	padding-left: 20px;
}
#form_headerText {
	padding-left: 0px;
	font-size: small;
	color: #FFFFFF;
	float: left;
	width: 430px;
	padding-top: 50px;
	background-image: url(images/contactus_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#rightside_contactform {
	float: right;
	font-size: small;
	color: #FFFFFF;
	height: 550px;
	padding-left: 20px;
	width: 200px;
	padding-top: 20px;
	margin-top: 55px;
	background-image: url(images/form_rightside_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-right: 25px;
}

