html {
	background:#fff;
}

body {
	background: #E7E9DE; 
	font-family:Georgia;
	font-size:14px; 
	line-height:18px;
	color:#202020;
}

.page {
	margin: 0 auto;
	width: 1000px; 
	background: #FFFFFF;
}

header, section, footer,
aside, nav, article, figure {
	display: block;
}

b, i, u, a, p, span {
    vertical-align: baseline;
	margin:0;
}

h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 20px; line-height: 24px;}
h4 {font-size: 18px; line-height: 22px;}
h5 {font-size: 16px; line-height: 20px;}
h6 {font-size: 14px; line-height: 18px;}
 
h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin-bottom: 10px;
	color:#000000;
}

.uppercase {
	text-transform:uppercase;
}

a {outline: 0; }

a img { border: 0px; text-decoration: none;}

a:link, a:visited {
	color: #3060c1;
	text-decoration: none;
}
a:hover, a:active {
	color: #3060c1;
	text-decoration: underline;
}
 
p {	    
	line-height: 20px;
    margin-bottom: 12px;
	font-size:14px;
}
 
strong, b {font-weight: bold;}
strong { text-decoration:none;}
em, i {font-style: italic;}

ul.list {
	padding-bottom:15px;
}

.list ul li {
    background: url("../images/marker1.gif") no-repeat scroll 0 4px;
    line-height: 24px;
    padding:0 0 8px 25px;
}

.pdf ul li {
    background: url("../images/pdficon.png") no-repeat scroll 0 4px;
    line-height: 24px;
    padding:10px 0 10px 40px;
}

.content p strong {
	color:#3060c1;
}
/****** Header ******/
header {
    overflow: hidden;
    padding: 10px 15px;
}

.logo {
	width:165px;
	float:left;
}

.head-rt {
	width:800px;
	float:right;
}
.tag {
	padding:30px 0 32px;
	text-align: center;
}

.menu nav {
	font-size: 1.143em;
	line-height: 30px;
	text-align: center;
}
	
.menu nav ul {list-style: none; margin: 0 auto; text-align:center; padding:8px 0;}
.menu nav li { display: inline; margin: 0 3px; text-align:center; }
.menu nav li.lst { border-right:0; }
.menu nav a {
	color: #fff;
	background:#3060c1;
	display: inline-block;
	font-size:14px;
	border-radius:6px;
	font-weight:600;
	padding: 0px 28px;
	text-decoration: none;
	text-transform: uppercase;    
	font-family: sans-serif;
}
.menu nav a:hover, .menu nav a:active,
.menu nav .active a:link, .menu nav .active a:visited {
	color: #FFFFFF;
	background:#FF0000;
	border-radius:6px;
	font-weight:600;
}

.right {
	float:right;
}

.left {
	float:left;
}

.center {
	text-align:center;
}

.last {
	float:right;
	margin-right:0px;
}

.line {
    border-bottom: 1px solid #e5e5e5;
    height: 5px;
    margin-bottom: 15px;
}
/****** Footer ******/
footer {
	padding:15px 15px 20px;
	overflow:hidden;
	background:#31322E;    
	font-family: sans-serif;
}

.ft-bottom {
	text-align:left;
}

.ft-menu {
	float:right;
	color:#ffffff;
    font-size: 14px;
}

.ft-menu a {
	color:#ffffff;
	text-decoration:none;
	padding:0 5px;
}

.ft-menu a:hover,
.ft-menu a.act {
	color:#FF0000;
}

.copyright {
	float:left;
	color:#ffffff;	
    font-size: 13px;
}

.copyright a {
	color:#ffffff;
	text-decoration:none;
}

.copyright a:hover{
	color:#FF0000;
	text-decoration:underline;
}

/****** Page ******/
#main {
	padding:0 15px;
	overflow:hidden;
	background:#FFFFFF;
}

#slider {
	margin-bottom:15px;
}

.content {
	margin-bottom: 20px;
	overflow:hidden;
}

.page-content {
	width:648px;
	float:right;
	overflow:hidden;
	padding-left:17px;
	background:url(../images/separator.gif) repeat-y left;
}

.page-aside {
	width:290px;
	float:left;
	overflow:hidden;
}

.hm-col-1 {
    float: left;
    overflow: hidden;
    width: 355px;
}

.hm-col-2 {
    float: right;
    overflow: hidden;
    width: 262px;
	padding-left: 17px;
	background: url("../images/separator.gif") repeat-y scroll left center;
}

.hm-col-2 img {
    background: #3060c1 none repeat scroll 0 0;
    margin: 0 auto;
    padding: 1px;
    text-align: center;
	margin-bottom:15px;
	max-width: 99%;
}

.bottom-box {
    margin: 0 auto;
    text-align: center;
    display:inline-block;
    width: 100%;
}

.banner-img {
    margin: 0 auto;
    text-align: center;
}

.banner-img img {
	background: #3060c1 none repeat scroll 0 0;
    margin: 0 auto;
    padding: 1px;
    text-align: center;
	margin-top:15px;
	max-width: 99%;
}

.page-title {
	font-size: 32px;
    font-weight: bold;
    line-height: 34px;
    margin: 0 0 15px;
}

.row {
	width:100%;
	overflow:hidden;
}

.l-img {
	float:left; 
	padding:1px;
	background:#3060c1;
	margin:0 15px 15px 0px;
}

.r-img {
	margin:0 0 15px 15px;
	float:right; 
	padding:1px;
	background:#CA9C38;
}

.page-aside .c-img { 
	float:none; 
	text-align:center;
	margin-bottom:15px;
}

.page-aside img {
    background: none repeat scroll 0 0 #3060c1;
    margin: 0px auto;
    padding: 1px;
    text-align: center;
}

.text-box {
	width:550px;
	overflow:hidden;
	float:right;
}

.img-box {
	text-align:center;
    width: 50%;
	float:left;
	margin-bottom:15px;
}

.img-box img {
	text-align:center;
	background:#3060c1;
	padding:1px;
	margin:10px auto;
}

.img-box span {
	font-weight: bold;
	color:#800080;
}

li.last{
	margin-right:0px;
}

ul.gallery{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}

ul.gallery li{
	width:23%;
	float:left;
	margin:5px 1% 15px;
	padding:0;
	overflow:hidden;
}

ul.gallery li img {
	width:224px;
	max-width:100%;
}

#gallery h6 {
	text-align:center;
	padding:5px 0;
}

.box {
	background:#083899; 
	padding:25px 10px;
	max-width:262px; 
	text-align:center; 
	margin:0 auto;
	width:100%;
}
.box a {
	color:#fff;
	font-size:24px;
	line-height:28px;
}

.map {
	height:298px;
	background:#3060c1;
	padding:1px;
	float:left;
}

iframe {
	width:646px;
	height:298px;
	border: none;
	overflow:hidden;
}

.enquiry-form {
	width:100%;
	margin-bottom:15px;
	overflow:hidden;
}

.ct_form_lft,
.ct_form_rgt {
	width:100%;
	float:left;
}

.enquiry-form span {
	float:left;
	padding:6px 0;
	text-align:left;
}

.ct_form_rgt input {
	background:none;
	border:1px solid #c1c1c1;
	line-height:1.2307em;
	font-size:14px;
	padding:3px 5px 3px 10px;
	margin:0 0px 0 0px;
	vertical-align:top;
	color:#202020;
	margin-right:2px;
	outline:none;
	font-family:"sans-serif";
	float:left;
	width:97%;
	padding:5px 1%;
	margin:3px 0 10px;
}
.ct_form_rgt textarea {
	background:none;
	border:1px solid #c1c1c1;
	line-height:1.2307em;
	font-size:14px;
	padding:5px 1%;
	margin:0 0px 10px 0px;
	vertical-align:top;
	color:#202020;
	outline:none;
	height:180px;
	overflow:auto;
	font-family:"sans-serif";
	resize: none;
	float:left;
	width:97%;
}

input.button,
a.button {
    background: #ff0000;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    margin: 11px 10px 0 0px;
    padding: 2px 25px 2px 23px;
    text-decoration: none;
	border-radius:6px;
}
input.button:hover,
a.button:hover {
    background: #D30000;
}

input.captachcode {
	background:  #ff0000 !important;
	color: #ffffff!important; 
	float: left; 
	font-size: 15px; 
	font-weight: bold;  
	letter-spacing: 6pt;
	text-align: center; 
	width: 120px; 
	margin: 0 10px 0 0px !important;
    padding: 8px !important;
}
input.txtCaptcha {
	width: 128px; 
	margin: 0 0px 0 0px !important;
	height:24px!important;
}