
a {
text-decoration: underline;
color: #666;
font-weight: bold;
}

html, body, #wrap {
	background-color: #eee;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scoll;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: center; /* for IE */
	padding: 0;
	margin: 0;
}

#wrap {
background-color: #fff;
width: 960px;
margin: auto;
-moz-box-sizing:border-box;box-sizing:border-box;
text-align: center;
}

	
	#header {
		width: 960px;
		height: 336px;
		background: transparent;
		background-image: url(images/header.png);
		margin: auto;
	}
	

#content {
	width: 593px;
	min-height: 3400px;
	text-align: left;
	background-color: #fff;
	padding: 20px 350px 30px 15px;
	border-left: thin solid #ccc;
border-right: thin solid #ccc;
border-bottom: thin solid #ccc;
position: relative;
}



#content2 {
	width: 684px;
	min-height: 400px;
	text-align: left;
	background-color: #fff;
	padding: 20px 300px 30px 15px;
	border-left: thin solid #ccc;
border-right: thin solid #ccc;
border-bottom: thin solid #ccc;
position: relative;
}

#reaxionwrap {
	width:960px;
	height: 60px;
	margin: auto;
	text-align: center;
	background: transparent;
}

#logodiv {
width: 190px;
height: 30px;
padding: 15px 0 0 0;
color: #ccc;
background-image: url(images/ReaxionX.png);
background-position: left;
background-repeat: no-repeat;
float: right;
}

.whitetext {
color: #666;
}

.halfdiv {
width: 575px;
text-align: left;
color: #666;
padding: 0 30px;
}

.halfdiv2 {
width: 325px;
color: #666;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
right: 10px;
top: 0:
}

.formdiv {
width: 800px;
color: #666;
padding: 15px 0;
margin: 0;
text-align: left;
}


#contact {
	width: 960px;
	height: 20px;
	background-color: transparent;
	color: #666;
	text-align: right;
	margin: auto;
	color: #ccc;
	padding: 5px 20px 0 0;
}

#contact a {
text-decoration: none;
color: #ccc;
}


h1 {
	font-size: 28px;
	color: #cf0005;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 18px;
	color: #cf0005;
	padding: 20px 0 0 0;
	border-bottom: thin solid #666;
}

h3 {
	font-size: 21px;
	font-family: Times New Roman, Times, serif;
	color: #cf0005;
	padding: 0;
	margin: 0 0 20px;
	font-style: normal;
	display: inline;
}

h5 {
	font-size: 21px;
	font-family: Times New Roman, Times, serif;
	color: #cf0005;
	padding: 0;
	margin: 0 0 20px;
	font-style: italic;
		display: inline;
}


h4 {
	font-size: 18px;
	color: #cf0005;
	padding: 0;
	margin: 0;
}

b {
	font-size: 14px;
	color: #cf0005;
	padding: 0;
	margin: 0;
}

p {
	line-height: 20px;
}

hr {
	border: 1px solid #ccc;
	padding: 0;
}

.thickstyle{
background: silver;
}

.ptitle{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #cf0005;
	text-decoration:none;
	text-align:center;
}

#paddy{
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration:none;
}

#pmls{
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #cf0005;
	text-decoration: none;
}

#tab{
	font: bold normal 16px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #000;
	width: 165px;
	padding: 5px 80px 0;
	text-align:center;
}

.tab{
	background:url(images/listtop.jpg) no-repeat;
	background-position:top;
	background-color: #eeeeee;
	font: bold normal 16px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #000;
	width: 325px;
}

#tab a {
		text-decoration:none;
}



 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:transparent !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #ccc !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #ccc !important; //Text input field border color
   background-color:#ccc !important; //Text input field background color
 }


