body {
	font-size:					12px;
	font-weight:				200;
	line-height:                20px;
	color:						#666666;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	background:					#ffffff;
	padding:                    0px 30px 10px 70px;
	margin:                     0px;
	width:						700px;
}

hr {
	border:                     1px solid #999999;
	margin-top:                 15px;
	margin-bottom:              15px;
	
}

h1 {
	font-size:					16px;
	color:						#007bb1;
	margin-bottom:              10px;
}

h2 {
	font-size:					13px;
	color:						#999999;
	margin-top:                 5px;
	margin-bottom:              5px;

}

h3 {
	font-size:					13px;
	color:						#666666;
	margin-top:                 5px;
	margin-bottom:              5px;

}

h4 {
	font-size:					12px;
	color:						#666666;
	margin-top:                 5px;
	margin-bottom:              5px;
	
}

a {
    color:						#007bb1;
	text-decoration:            none;
}

a:hover {
    color:						#007bb1;
	text-decoration:            underline;
}

p {
    margin-bottom:				10px;
}

ul {
    padding:                    10px 0px 10px 20px;
}

li {
	padding:	         		0px;	
        color:#007bb1;
}

.orange {
    color:						#f66024;
}

.blue {
    color:						#24afd9;
}


/* EDITOR END */
body {
	font-size:					12px;
	font-weight:				200;
	line-height:                20px;
	color:						#666666;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	background:					#000000 url(assets/bg.jpg) repeat top fixed;
	padding:                    0px;
	margin:                     0px;
	width:						100%;
}



* {
	margin:						0;
	padding:					0;
}

img {
	border:						0px;
}


/* --------- Main Container --------- */

#wrapper {
	width:						1000px;
	height:                     100%;
	padding:                    0px;
	margin: 					0 auto;
}

#main_container {
	width:						1000px;
	height:                     100%;
	padding:                    0px;
	margin: 					0px;
	float:						left;
}


/* --------- Masthead ---------*/

#masthead {
    width:                      1000px;
	height:						177px;
	margin:				        0px;
	padding:                    0px;
	background:					transparent url(assets/masthead_bg.gif) repeat-x;
}


.masthead_right {
    float:                      right;
	width:                      700px;
	height:						177px;
	margin:                     0px;
	padding:                    0px;	
	text-align:					right;
}


.masthead_right h2 {
    color:                      #ffffff;
	margin:                     0px;
	font-size:    				14px; 
	height:						100px;
	margin:						64px 30px 0px 0px;
	float:						right;          
}

.masthead_right img {
	float:						right;
	margin:						45px 0px 0px 0px;
}

.logo {
	width:						228px;
	height:						144px;
	background:					url(assets/logo.jpg) no-repeat;
	float:						left; 
	}




/* --------- Mainarea ---------*/


.mainarea {
    width:                      1000px;
	margin:                     0px;
	padding:              		0px;
	float:                      left;
	background:					#ffffff;
}

* html .mainarea {
	margin-top:					-9px;
}

.right_column {
    width:                      192px;
	height:						100%;
	float:						right;
}


.textarea {
	padding:                    0px 30px 10px 70px;
	margin:                     0px;
	width:						700px;
	float:						left;
}

* html .textarea {
	padding:                    0px 30px 10px 40px;
}




/* --------- Navigation left ---------*/


.navigation_right {
	width:						192px;
	float:						left;
	margin:						0px;
	margin-top:                 0px;
	line-height:                18px;
	border-top:					2px solid #24afd9;            
}

.navigation_right ul {
	margin:						0px;
	padding:					0px;
	width:						154px;
	
	
}

.navigation_right li {
	list-style:                 none;
	margin:                     0px;
	padding:                    0px;
	width:						192px;
	border-bottom:				1px solid #999999;
}


* html .navigation_right li {
	margin-top:                -3px;
	padding:                    1px 0px 1px 0px;
}


.navigation_right a {
	text-decoration:			none;
	color:						#666666;
	margin:                     0px;
	padding:                    0px;
	display:                    block;
	padding:                    3px 0px 3px 10px;
	background:					url(assets/li.jpg) repeat-x;
	
}

.navigation_right a:hover {
	color:						#007bb1;
	text-decoration:			underline;
	margin:                     0px;
	padding:                    3px 0px 3px 10px;
}


.navigation_right #active a {
	margin:                     0px;
	color:						#007bb1;
	text-decoration:			none;
	padding:                    3px 0px 3px 10px;
	font-weight:				bold;
} 

.navigation_right #active a:hover {
	text-decoration:			none;
	color:						#007bb1;
	margin:                     0px;
	padding:                    3px 0px 3px 10px;
} 

.navigation_right #parent {
	margin:                     0px;
	color:						#f66024;
	text-decoration:			none;
	padding:                    3px 0px 3px 10px;
	font-weight:				bold;
	border-bottom:				1px solid #999999;
	width:						182px;
}  

.navigation_right #parent a {
	margin:                     0px;
	color:						#666666;
	text-decoration:			none;
	padding:                    0px;
	font-weight:                200;
	background:					none;	
} 

.navigation_right #parent a:hover {
	text-decoration:			none;
	color:						#f66024;

	margin:                     0px;
	padding:                    0px;
	background:					none;
	font-weight:                200;
	text-decoration:			underline;
}

 
.navigation_right li ul li {
	color:						#666666;
	text-decoration:			none;
	width:						135px;
	border-bottom:				none;
}

.subscribe_here {
	float:						left;
	width:						184px;
	height: 					100%;
	padding:                    15px 0px 3px 10px;
	}
	
.subscribe_here h2 {
	color:						#007bb1;
	}




/* --------- Footer --------- */

#footer {
	width:						1000px;
	height:                     170px;
	font-size:					9px;
	color:						#ffffff;
	text-align:                 center;
	margin-top:                 0px;
	clear:                      both;
	background:					url(assets/footer_bg.gif) repeat-x;
}



#footer a {
	text-decoration:			none;
	color:						#ffffff;
}

#footer a:hover {
	text-decoration:			underline;
	color:                      #ffffff;
}

#footer p {
	font-size:					9px;
	color:						#ffffff;
	text-align:					right;
	padding-top:                45px;
}


* html #footer p {
	padding-top:                10px;
}

.random_testimonials {
	width:						1000px;
	height:						99px;
}

.random_testimonials img {
	float:						left;
	margin:						36px 0px 0px 0px;
}

.random_testimonials h3 {
	color:						#ffffff;
	font-size:					14px;
	font-style:					italic;
	margin:						55px 0px 0px 30px;
	text-align:					left;
	font-weight:				200;
	float:						left;
	width:						600px;
}

.random_testimonials h3 a {
	color:					#ffffff;
	font-size:					12px;
	font-style:					normal;
}

/*------------- Contact Form --------------*/

div.contactForm{
  width:500px;
  padding: 0px;
  margin: 0px;
}
div.row {
  clear: both;
  padding-top: 5px;
  _padding-top: 2px;
}
div.row span.label {
  float: left;
  width: 35%;
  text-align: right;
  padding:0px 10px 0px 0px;
}
div.row span.formw {
  float: right;
  width: 60%;
  text-align: left;
}
div.row span.formw input.text, div.row span.formw textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  width: 100%;
  border: 1px solid #000000;
  background: #ffffff !important;
  padding-left: 3px;
}
div.row span.formw textarea{
  height:50px;
}
div.spacer {
  clear: both;
}


