html, body{ 
 	margin:0; 
 	padding:0; 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	color: #000000;
 	background-color: #EFEFEF;
	background-image: url(http://dev.elektrikcoma.com/brm/images/bg-body.gif);
 	background-repeat: repeat-x;
	
 } 
 
#pagewidth{ }
 
#header{
 	position:relative; 
 	height:100px; 
  	background-color:#EFEFEF; 
 	width:100%;
} 
#maincol { 
}
#topnav{ 
	display:inline; 
 	position: relative; 
 	color: #333333;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
}
 
#footer{
 	height:140px;
	width: 700px;
  	background-color:#FFFFFF; 
 	clear:both;
	color: #000;
	margin-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
 } 
 #footer2{
 	height:140px;
	width: 660px;
  	background-color:#FFFFFF; 
 	clear:both;
	color: #000;
	margin-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
 } 


.h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size:22px;
	font-weight: bolder;
	margin-left: 20px;
}

.h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight: bolder;
	margin-left: 20px;
}

.nav {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	font-weight: bold;
	color: #00105b;
  	position: relative;
  	top: -3px;
  	left: 25px;
}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #999999;
	border-style: none none dotted;
	width: 500px;
	margin-left: 20px;
	
	
}

a:link {  
	color: #00105b;
	text-decoration: none;
}

a:visited {  
	text-decoration: none;
	color: #00105b;
	
}

a:hover {
	text-decoration: underline;
	color: #00105b;
	
}

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


 


#email {
	font-family: Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight: bolder;
	margin-left: 26px;
}

a.email:link {  
	color: #00105b;
	text-decoration: none;
	font-size: 26px;
	font-weight: bolder;
}

a.email:visited {  
	text-decoration: none;
	color: #00105b;
	font-size: 26px;
	font-weight: bolder;
}

a.email:hover {
	text-decoration: underline;
	color: #00105b;
	font-size: 26px;
	font-weight: bolder;
}

a.email:active {
	text-decoration: none;
	color: #00105b;
	font-size: 26px;
	font-weight: bolder;
}


 
 /* *** Float containers fix: *** */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}
 
form div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

/* End hide from IE-mac */  

/*rounded corners css */
.contentplace { background-color:rgb(255,255,255);color:#000000; width: 700px;
margin-left: 20px;
font-family:Verdana, Geneva, sans-serif;
}
.contentplace p { margin: 0 10px 0 10px; }
.topplace{ background: url(http://dev.elektrikcoma.com/brm/images/rc.png) no-repeat top right; }
.bottomplace { background: url(BfF0Scw-2.png) no-repeat top right; }
img.placeborder { width: 10px; height: 10px;border: none;display: block !important; }
 /*end rounded corners css */
 
 /*reCapcha styles */
  .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#85a3b6 !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #1c4864 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #000000 !important; //Text input field border color
   background-color:#FF0000 !important; //Text input field background color
 }
/* end reCaptcha styles */
