/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
}

/*a:link, a:visited { color: #000; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #F00; text-decoration: underline}
*/

h1 {
	/*font-family: 'Open Sans',Arial,sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding: 3px 0px 15px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	border-bottom:solid 1px #b7ddf2;
}

h2 {
	margin-bottom: 5px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #3e78b2;
	border-bottom:solid 1px #b7ddf2;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #06A;
}

p{
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.spacetobottom {
	clear: both;
	height: 50px;
}

.spacetoright {
	float: left;
	width: 10px;
	height: 1px;;
}

/*------FORM STYLE STARTS----------*/
form{
margin: 10px;
}

label{
float: left;
width: 150px;
font-weight: bold;
}

input, textarea, select{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 350px;
height: 200px;
}

.boxes{
width: 1em;
}

#submit{
margin-left: 150px;
margin-top: 5px;
width: 120px;
}

br{
clear: left;
}

/*------FORM STYLE ENDS----------*/
.alert {
border-color:#FFD324;
margin: 1.5em 0px;
padding: 1% 2%;
width:46%;
border: 1px solid #EEE;
position: relative;
-moz-box-shadow: 2px 3px 5px #CCC;
-webkit-box-shadow: 2px 3px 5px #CCC;
box-shadow: 2px 3px 5px #CCC;
}

.alert-error{
background:#d84b2d;	
color: white;
}
.alert-success{
background:#4EB33D;	
color: white;
}

.alert-info{
background:#FFF6BF;
color:#514721;
}

.more_button a {
	clear: both;
	display: block;
	width: 100px;
	height: 18px;
	margin: 0px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background: #79b5f3;
	border: 1px solid #FFF;
}


#templatemo_container {
	margin: auto;
	width: 950px;
	padding: 0px 10px;
	background: url(../images/mainBG.gif) repeat-y;
}

#templatemo_topbar {
	float: left;
	height: 36px;
	width: 850px;
	padding: 0 50px;
	margin-bottom: 10px;	
}

#languagebox {
	float: right;
	width:auto;
	padding-bottom: 5px;
	padding-right: 5px;
	background: #848688;
	border-left: 1px #bcbcbc solid;	
	border-right: 1px #bcbcbc solid;	
	border-bottom: 1px #bcbcbc solid;
}

#languagebox img{
	float: left;
	border: 1px solid #FFFFFF;
	margin-left: 5px;
	margin-top: -1px;
}

#templatemo_header {
	float: left;
	height: 60px;
	width: 850px;
	padding: 0 50px;
	margin-bottom: 10px;
}

#templatemo_logo {
	float: left;
	height: 55px;
	width: 300px;
}

#templatemo_logo img {
	float: left;
	border: none;
	padding-right: 10px;
}

#templatemo_sitetitle {
	padding: 28px 0 0 40px;
	font-size: 4.0em;
	font-weight: bold;
	color: #333333;
}

#templatemo_login {
	float: right;
	height: 55px;
	width: 530px;
}

/*------------- Menu ------------------*/
#templatemo_menu {
	float: left;
	width: 950px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #d84b2d;
}

/* ----------------- end of menu----------------*/

#templatemo_banner {
	clear: both;
	float: left;
	width: 750px;
	height: 160px;
	padding: 10px 150px 0 100px;
	margin-bottom: -20px;
	background: url(../images/bannerBG.gif) no-repeat;
}

#templatemo_banner h1 {
	font-size: 2.5em;
	margin-bottom: 10px;
}

#templatemo_services {
	clear: both;
	float: left;
	width: 870px;
	margin: 10px;
	min-height: 272px;
	padding-left: 50px;
	
}

.service_box {
	float: left;
	width: 210px;
	height: 252px;
	padding: 10px 15px 10px 15px;
	margin-right: 50px;
	background: url(../images/boxBG.png) no-repeat;
}

.service_box p{
	padding-bottom: 5px;
}

.service_box img{
	padding-bottom: 5px;
}

.templatemo_fullgraybox {
	clear: both;
	float: left;
	width: 798px;
	padding: 25px;
	margin: 50px 50px 25px 50px;
	border: 1px solid #CCCCCC
}

* html .templatemo_fullgraybox {
	clear: both;
	float: left;
	width: 798px;
	padding: 25px;
	margin: 50px 50px 25px 25px;
	border: 1px solid #CCCCCC
}

.templatemo_fullgraybox img{
	float: left;
	margin: 3px 20px 0 0px;
	border: 1px solid #999999;
}

.templatemo_fullgraybox ul {
	margin: 10px 0 0 0px;
	padding: 0 0 0 30px;
}

.templatemo_fullgraybox li {
	list-style: inside;
	padding: 0 0 10px 0;
	background: url(../images/listicon.gif) center left no-repeat;
}

/* news section */

#templatemo_newssection {
	clear: both;
	float: left;
	width: 900px;
	margin: 0 0 25px 50px;
}

* html #templatemo_newssection {
	clear: both;
	float: left;
	width: 900px;
	margin: 0 0 25px 25px;
}

.newsbox {
	float: left;
	width: 250px;
	margin-right: 50px;
}


/* end of news section */

/* Light Blue Row */
#templatemo_light_blue_row {
	clear: both;
	float: left;	
	width: 900px;
	padding: 25px 0 25px 50px;
	background: #8dc3fa;
	border-top: 5px solid #98cafc;
}

.templatemo_gallery {
	float: left;
	width: 400px;
	margin-right: 50px;
}

.templatemo_partners {
	float: left;
	width: 400px;
}

.gp_row {
	width: 400px;
	margin-bottom: 10px;
}

.gp_row img{
	float: left;
	margin: 3px 10px 0 0;
	border: 1px solid #333333;
}

.gp_row p{
	color: #000000;
}

/* end of Light Blue Row */

/* ----- Footer ----- */

#templatemo_footer {
	clear: both;
	padding: 15px 0px 0px 0px;
	width: 950px;
	height: 50px;
	text-align: center;
	background: #999999;
	border-top: 5px solid #666666;
}

#templatemo_footer a{
	font-weight: normal;
}

/* ----- End of Footer ----- */
/* -- Table : table1 -- */
.table1
{
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size: 12px;
	margin: 10px;
	width: 750px;
	text-align: left;
	border-collapse: collapse;
}
.table1 th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
.table1 tbody
{
	background: #e8edff;
}
.table1 td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
.table1 tbody tr:hover td
{
	background: #d0dafd;
	color: #339;
}
/* -- Table : table1 end -- */

/* -- Table : table2 -- */
.table2
{
	margin: 10px;
	width: 750px;
	text-align: left;
	border: 1px solid #B0B0B0;
}
.table2 th
{
background: -moz-linear-gradient(top, #F0F0F0 0, #DBDBDB 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #DBDBDB));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#DBDBDB', GradientType=0);
border: 1px solid #B0B0B0;
color: #444;
font-weight: bold;
padding: 3px 10px;
}

.table2 td
{
padding: 3px 10px;
border: 1px solid #B0B0B0;
}
/* -- Table : table2 end -- */
