@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
body {
/*background:url(images/bg.jpg) no-repeat top center #97cae4;*/
background:url(images/bg.jpg);
margin:0px;
padding:0px;
font-family: 'Roboto Condensed', sans-serif;
font-size:16px;
color: #3b5564;
}
p{
margin:0px;
padding:0 0 5px 0;
line-height:17px;
text-align:justify;
}
p.pat{
color:#3f3b3b;
}
h1{
color:#0063a6;
font-size:20px;
font-weight:bold;
margin:0px;
padding:5px 0 5px 0;
}
h2{
color:#0063a6;
font-size:20px;
float:left;
font-weight:bold;
margin:0px;
padding:10px 0 10px 0;
}

h5{
color:#0063a6;
font-size:20px;
float:left;
font-weight:bold;
margin:0px;
}

h3{
color:#6a0320;
font-size:24px;
float:left;
font-weight:bold;
margin:0px;
padding:10px 0 0 0;
}
h4{
color:#db0101;
font-size:28px;
float:left;
font-weight:bold;
margin:0px;
padding:10px 0 0 0;
}
span.blue{
color:#0063a6;
}
span.dark_blue{
color:#0063a6;
}
#main_container{
width:900px;
height:auto;
margin:auto;
background:url(images/bg.jpg);
}
.header{
width:900px;
height:104px;
margin:auto;

/*background:url(images/header_bg.gif) repeat-x;*/
}
.right_header{
float:right;
width:550px;
}
#logo{
padding:0px 0 0 0px;
float:left;
}
/*----------------------menu-------------------------*/


#middle_box{
width:900px;
height:250px;
clear:both;
margin:auto;
/*background:url(images/middle_banner.png) no-repeat center;*/
}
.middle_box_content{
padding:30px 0 0 20px;
}
.top_menu{
width:285px;
float:right;
}
a.login {
width:49px;
height:35px;
display:block;
background:url(images/login.gif) no-repeat center;
line-height:35px;
color:#a6c4d4;
font-size:10px;
font-weight:bold;
text-decoration:none;
padding:0 0 0 40px;
float:left;
margin:0 3px 0 3px;
}
a.sign_up {
width:49px;
height:35px;
display:block;
background:url(images/sign_up.gif) no-repeat center;
line-height:35px;
color:#a6c4d4;
font-size:10px;
font-weight:bold;
text-decoration:none;
padding:0 0 0 40px;
float:left;
margin:0 3px 0 3px;
}
.pattern_bg{
width:900px;
height:162px;
clear:both;
margin:auto;
background:url(images/pattern_bg.gif) no-repeat center;
}
.pattern_box{
width:400px;
float:left;
padding:15px 0 0 25px;
}
.pattern_box_icon{
float:left;
padding:5px;
}
.pattern_content{
width:300px;
float:left;
padding:0 0 0 10px;
}
/*---------------------main_content------------------*/
#main_content{
width:885px;
height: auto;
margin: auto;
padding:0 0 0 15px;
}
.clear{
clear:both;
}
.box_content{
width:267px;
height:auto;
float:left;
margin:15px 10px 30px 10px;
background:url(images/box_bg.gif) no-repeat top center;
}
.box_content1{
width:840px;
height:auto;
float:left;
margin:10px 10px 30px 10px;
}
.box_title{
padding:10px 0 10px 0;
}
.title_icon{
float:left;
padding:0 5px 0 10px;
}
.box_text_content{
width:250px;
float:left;
padding:15px 0 0 15px;
}
.box_icon{
float:left;
padding:0 5px 0 0 ;
}
.box_text{
width:220px;
float:left;
text-align:justify;
padding:0 0 0 10px;
}
a.details{
float:right;
padding:5px 15px 0 0;
text-decoration:none;
color:#f8851f;
font-weight:bold;
}
a.details1{
float:right;
padding:5px 15px 0 0;
text-decoration:none;
color:#fff;
}

table.gridtable {
	border-collapse: collapse;
	border: 1px #e7e7e7;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	color: #302e2f;
	vertical-align:top;
}
table.gridtable th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #e7e7e7;
	vertical-align:top;
	/*background-color: #dedede;*/
}
table.gridtable td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #e7e7e7;
	vertical-align:top;
	/*background-color: #ffffff;*/
}
table.gridtable1 {
	border-collapse: collapse;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	color: #302e2f;
	vertical-align:top;
	

}
table.gridtable1 th {
	padding: 4px;
	vertical-align:top;
	/*background-color: #dedede;*/
}
table.gridtable1 td {
	padding: 4px;
	vertical-align:top;
	
	/*background-color: #ffffff;*/
}

/*-----------------------------footer------------------*/
#footer{
width:900px;
height:70px;
color:#fff;
background-color:#0063a6;
}
.copyright{
float:left;
padding:10px 0 0 10px;
}
.center_footer{
color:#fff;
font-size:16px;
font-weight:bold;
width:550px;
padding:10px;
text-align:left;
float:left;
}
.footer_links{
color:#fff;
float:right;
font-size:12px;
padding:10px 10px 0 0;
}

