/*****Reset*****/
* { padding: 0; margin: 0; }


/*****Basic Elements*****/
body {
 font-family: Arial, Helvetica, sans-serif;
 font-family: verdana;
 font-size: 13px;
 color: #aeaeae;
 background-color:#69a6ff;
 background-image: url(http://www.nexneuro.com/images/bg-6.jpg);
 background-repeat: repeat-x;
}

a {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color:#666666;
 text-decoration:none;
 }
 
 .link {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color:#0066cc;
 text-decoration:underline;
 }
 
h1{
 color: #2B3C98;
 font-size: 18px;
 }
 
h2 {
	font-size: 13px;
	font-weight:normal;
	color: #1F75C4;
	text-align: left;
}

h3 {
 font-size: 18px;
 color: #2B3C98;
 text-align:center;
}

p{
	margin: 10px 0 10px 0;
	text-align: justify;
}
 
/*****Generic Classes*****/
.rounded_top{
 background-image:URL(../../images/top_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:15px;
}

.rounded_box{
 float:left;
 background-color:#ffffff;
 width:900px;
}

.rounded_bottom{
 background-image:URL(../../images/bottom_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:15px;
 clear:both;
}

.homelink{
 cursor:pointer;
 width:250px;
 height:120px;
 float:left;
}

.about_image{
 background-image:URL(../../images/about_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:150px;
}

.knowledge_image{
 background-image:URL(../../images/knowledge_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:150px;
}

.technology_image{
 background-image:URL(../../images/technology_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:150px;
}

.relief_image{
 background-image:URL(../../images/relief_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:150px;
}

.testimonials_image{
 background-image:URL(../../images/testimonials_900.jpg);
 background-repeat:no-repeat;
 width:900px;
 height:150px;
}




/*****Wrapper*****/
#wrapper { 
 margin: 0 auto;
 width: 900px;
}

/*****Header*****/
#header {
 background-image:URL(../../images/nexneurocare_top_logo.png);
 background-repeat:no-repeat;
 color: #333;
 height:125px;
 width: 900px;
}

#header .headerbuttons{
	width:583px;
	padding:90px 0px 0px 65px;
	float:left;
}

/*****Content*****/
#leftcolumn{
 background: #ffffff;
 float: left;
 padding-left: 35px;
 margin: 10px 0px 0px 0px;
 width: 250px;
}

#rightcolumn { 
 float: left;
 color: #333;
 background: #ffffff;
 margin: 10px 0px 0px 0px;
 width: 615px;
}

#right_content{
	margin: 0px 20px 0px 20px;
	padding:10px;
	text-align: justify;
}

#right_content .text{
 color:#333333;
 font-family: Arial, Helvetica, sans-serif;
 text-align:justify;
}


#right_content a{
 color:#0000ff;
 font:14px verdana;
 text-decoration:none;
}

#right_content a:hover{
 color:#ff0000;
 text-decoration:underline;
}

#right_content li{
padding-left:20px;
list-style-position: inside;
}

/*****Footer*****/
#footer { 
 width: 900px;
 clear: both;
 color: #333333;
 padding:15px 0 15px 0;
}

#footer ul{

}

#footer li { 
 display: inline; 
 padding-right: 10px; 
}

#footer a:link, a:visited, a:active, a:hover { 
 color:#ffffff;
 display: inline; 
 text-decoration: none;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 11px;
 font-style: normal;
}

/*****Etc*****/

/*****Classes for the about/faq.php page*******/
.QASections{
 padding:3px 10px 3px 0;
 font:12px verdana;
}

.QAtitle{
 font-size:20px;
 font-weight:bold;
 color: #005195;
}

.question{
 padding:1px 0px 2px 10px;
 font-size:16px;
 color:#087bc6;
}

.answer{
 padding: 0 40px 0 20px;
 margin:-10px 0 0 0;
}

/***Classes for the contact/index.php*****/
.address{
 color:#333333;
 font:14px verdana bold;
 
}


.text-quote {
	font-family: "Times New Roman", Times, serif;
	color:#333333;
 	text-align:center;
	font-style:italic;
}
