
html {
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/bg_noise.jpg);
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	color:#FFFFFF;

}

a:link, a:visited {	color:#FFFFFF; text-decoration: none; }

a:active, a:hover { color: #80acfd; text-decoration: none; }

#optima_container {

	width: 860px;
    margin: auto;
	background: #FFFFFF;

}

#optima_container_outline {

	width: 870px;
	background-color:#CCCCCC;
    margin: auto;
}

#optima_header {

	width: 860px;
	height: 135px;
	background: url(images/auto_body_header.jpg) no-repeat;
	margin: 0;
	padding: 0;

}

#optima_header_left {
	float: left;
	width: 300px;
	padding-left: 5px;
	height: 135px;
	font-size: 1.1em;
	color:#FFFFFF;
}

#optima_header_left a {
	color: #FFFFFF; 
	text-decoration: underline; 
}

#optima_header_left a:hover {
	color: #000000; 
	text-decoration: underline; 
}


#optima_header_center {
	width: 200px;
	height: 135px;
	font-size: 1.1em;
	padding-left:300px;
}


#optima_header_right {
	float: right;
	width: 285px;
	height: 135px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.1em;
	color:#FFFFFF;
}

#optima_header_right a {
	color: #FFFFFF; 
	text-decoration: none; 
}

#optima_header_right a:hover {
	color: #000000;
	text-decoration: underline; 
}
#optima_content {

	margin: 0;
	padding: 0;
	
}
/*Header Bottom Nav Menu*/


#optima_menu_header {
	float: left;
	width: 860px;
	height: 45px;
	margin: 0;
	padding: 0;
	background-color: #575859;
}

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

#optima_menu_header ul li{
	display:inline;
}

#optima_menu_header ul li a{
	float: left;
	height: 20px;
	padding: 10px;
	font-size: 1.06em;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

#optima_menu_header ul li .lastmenu{
	border-right: 1px solid #CCCCCC;	
}

#optima_menu_header li a:hover, #optima_menu_header li .current{
	color: #CCCCCC;
}

#optima_menu_header2 {
	float: left;
	width: 860px;
	height: 45px;
	margin: 0;
	padding: 0;
	background-color: #265486;
}

#optima_menu_header2 ul {
	margin: 0 0 0 0;
	padding-top: 0px;
	list-style: none;
}

#optima_menu_header2 ul li{
	display:inline;
}

#optima_menu_header2 ul li a{
	float: left;
	height: 20px;
	padding: 8px;
	font-size: 1.12em;
	font-weight: bold;
	text-align: center;
	text-decoration:underline;
	color: #FFFFFF;
}

#optima_menu_header2 ul li .lastmenu{
	border-right: 1px solid #CCCCCC;	
}

#optima_menu_header2 li a:hover, #optima_menu_header li .current{
	color: #CCCCCC;
}
/* Left Content */

#optima_content_left {

	float: left;
	width: 460px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}
.optima_left_content {
	float: left;
	padding: 10px;
	background-color:#FFF;
	color:#000000;

}

.optima_left_content h1 {
	
	font-family: Tahoma;
	font-size:	20px;
	color: #265486;
	margin: 0 0 10px 0;
	padding: 0;
	
}

.optima_left_content p {
	
	font-family: Tahoma;
	font-size:	12px;
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 0;
	
}
.optima_left_content h2 {
	
	font-family: Tahoma;
	font-size:	16px;
	color: #80acfd;
	margin: 0 0 10px 0;
	padding: 0;
	
}

.optima_left_content a {
	text-decoration:underline;
	color:#333333;
	font-size:larger;
	
}

.optima_left_content a:hover {
	text-decoration:underline;
	color: #666666;
	font-size:larger;
}

/* End Of Left */

/* Right Content */
#optima_content_right {
	
	float: right;
	width: 400px;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
}

.optima_right_content {
	float: right;
	width: 350px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	background:url(images/bg-right.jpg);
	border: thick, #666666;
	color:#000000;

}

.optima_right_content h1 {
	
	font-family: Tahoma;
	font-size:	24px;
	color: #265486;
	margin: 0 0 10px 0;
	padding: 0;
	
}

.optima_right_content p {
	
	font-family: Tahoma;
	font-size:	12px;
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 0;
	
}
.optima_right_content h2 {
	
	font-family: Tahoma;
	font-size:	16px;
	color: #80acfd;
	margin: 0 0 10px 0;
	padding: 0;
	
}

.optima_right_content a {
	text-decoration:underline;
	color:#333333;
	font-size:larger;
	
}

.optima_right_content a:hover {
	text-decoration:underline;
	color: #666666;
	font-size:larger;
	
}

.optima_right_content_contact {
	float: right;
	width: 350px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	background-color: #CCCCCC;
	border: thick, #666666;
	color:#000000;

}

.optima_right_content_contact h1 {
	
	font-family: Tahoma;
	font-size:	24px;
	line-height: 24px;
	color: #265486;
	margin: 0 0 10px 0;
	padding: 0;
	
}

.optima_right_content_contact p {
	
	font-family: Tahoma;
	font-size:	12px;
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 0;
	
}
.optima_right_content_contact h2 {
	
	font-family: Tahoma;
	font-size:	16px;
	color: #80acfd;
	margin: 0 0 10px 0;
	padding: 0;
	
}

.optima_right_content_contact a {
	text-decoration:underline;
	color:#333333;
	font-size:larger;
	
}

.optima_right_content_contact a:hover {
	text-decoration:underline;
	color: #666666;
	font-size:larger;
	
}

* html .optima_bottom_panel_section {

	margin-top: -35px;
}


/* End Of Right Content */

#optima_footer {
	clear: both;
	padding: 5px 0px 0px 0px;
	width: 860px;
	height: 30px;
	text-align: center;
	background: #265486;
}

#optima_footer a{
	font-weight: normal;
}

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

.space {
	
	clear: both;
	height: 0px;
	
}

 /* Start consulting_forms.php  */
 .black_overlay{
	display: none;
	position: fixed;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.98;
	filter: alpha(opacity=80);
}
 
.white_content {
  display: none;
  position: fixed;
  top: 35%;
  left: 34%;
  width: 30%;
  height: 15%;
  padding: 16px;
  border: 16px  ;
  border-color:#98bf21;
  background-color: white;
  z-index:1002;
  overflow: auto;
  color:#000000;
  font-weight: bold;

/* End consulting_forms.php  */
