/*
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 {
	margin: 0px;
	padding: 3px 0px 15px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #3e78b2;
}

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 ----- */
form{
	margin: 35px 0 0 0;
	padding: 0px;
	text-align: right;	
}

label {
	margin: 0 10px;
}

input{
	width: 150px;
	height: 15px;
	color: #aabdd0;
	border: 1px solid #686f76;
}

.button{
	margin: 0px;
	width: 50px;
	height: 20px;
	border: 0px;
	color: #333333;
	font-weight: bold;
	background: #FFFFFF;
	cursor: pointer;
}
/* End of Form */

.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;
	padding-bottom: 5px;
	padding-right: 5px;
	background: #cccccc;
	border-left: 1px #cccccc solid;	
	border-right: 1px #cccccc solid;	
	border-bottom: 1px #cccccc 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: 100px;*/
	width: 600px;
}

#templatemo_logo img {
	float: left;
	border: none;
	padding-right:20px;
	margin-top: -20px;
}

#templatemo_sitetitle {
	padding: 28px 0 0 40px;
	font-size: 2.5em;
	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: url(images/menuBG.gif) repeat-x;
}

#templatemo_menu ul {
	margin: 0 0 0 50px;
	padding: 0px;
	list-style: none;
}

#templatemo_menu ul li{
	display: inline;
}

#templatemo_menu ul li a{
	float: left;
	width: 140px;
	height: 20px;
	margin-top: 10px;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#templatemo_menu ul li .lastmenu{
	border-right: 1px solid #CCCCCC;	
}

#templatemo_menu li a:hover, #templatemo_menu li .current{
	color: #FFFFFF;
	background: url(images/menuhoverBG.gif) no-repeat;
}
/* ----------------- end of menu----------------*/

#templatemo_banner_empty {
	clear: both;
	float: left;
	width: 800px;
	height: 50px;
	padding: 30px 150px 0 50px;
	margin-bottom: -15px;
}

#templatemo_banner {
	clear: both;
	float: left;
	width: 800px;
	height: 180px;
	padding: 30px 150px 0 50px;
	margin-bottom: -15px;
	background: url(images/bannerBG.gif) no-repeat;
}

#templatemo_banner h1 {
	font-size: 2.5em;
	margin-bottom: 10px;
}

#templatemo_services {
	clear: both;
	float: left;
	width: 900px;
	height: 220px;
	padding-left: 50px;
	margin-bottom: 25px;
}

.service_box {
	float: left;
	width: 180px;
	height: 200px;
	padding: 10px 10px 10px 10px;
	margin-right: 20px;
	background: url(images/boxBG.png) no-repeat;
}

.service_box p{
	padding-bottom: 5px;
}

.service_box img{
	padding-bottom: 5px;
}

.templatemo_fullwhitebox {
	clear: both;
	float: left;
	width: 800px;
	padding: 0px 0px 10px 25px;
	margin: 0px 10px 0px 30px;
	/*border: 1px solid #CCCCCC;*/
	background:#ffffff
}



.templatemo_emptybox {
	clear: both;
	padding: 25px;
}

.templatemo_fullgraybox {
	clear: both;
	float: left;
	width: 800px;
	padding: 25px;
	margin: 25px 50px 25px 50px;
	border: 1px solid #CCCCCC;
	background:#CCC
}

* html .templatemo_fullgraybox {
	clear: both;
	float: left;
	width: 800px;
	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;
}

#templatemo_mytextarea {
	clear: both;
	float: left;
	width: 900px;
	margin: 0 0 25px 50px;
	padding-bottom:: 150px;
}

* html #templatemo_mytextarea {
	clear: both;
	float: left;
	width: 900px;
	margin: 0 0 25px 50px;
}

.sub_button a {
	clear: both;
	display: block;
	width: 160px;
	height: 18px;
	margin-bottom: 10px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background: url(images/buttonBG.gif) repeat-x;
	/*background: #b3b3b3;*/
	border: 1px solid #8ab8e5;
}

.sub_button a:hover {
	color: #fff;
	/*background: url(images/menuhoverBG.gif) no-repeat;*/
}

.buttonbox {
	float: left;
	width: 175px;
	/*background-color: #CC99FF;*/
	margin: 0 0 25px 50px;
}

.textarea {
	
	/*clear: both;*/
	/*padding: 150px;*/
	/*background-color: #D4BFFF;*/
	margin: 0 0 25px 250px;
	width: 650px;
}

.textarea img{
	float: left;
	margin: 5px 45px 10px 0;
	border: 1px solid #333333;
}

/* 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 ----- */

#featured_slide {
	<!--position:relative;-->
	/*margin:0 auto 0;*/
	display:block;
	margin-left: 0px;
	width:950px;
	}
	
	
	
	#hpage_slider{
		
	display:block;
	width:400px;
	height:338px;
	color:#999999;
	background-color:#FAFAFA;
	border:1px solid #D8D9DE;
	border-bottom-color:#FAFAFA;
	overflow:hidden;
	}

 #hpage_slider div.item{
	position:relative;
	display:block;
	width:382px;
	height:320px;
	margin:9px;
	}
	
 #fsn{
	display:block;
	position:relative;
	width:400px;
	height:18px;
	margin:0 0 25px 0;
	text-align:center;
	z-index:1000;
	color:#999999;
	background-color:#FAFAFA;
	border:1px solid #D8D9DE;
	border-top-color:#FAFAFA;
	}

 #fsn ul{
	display:block;
	position:relative;
	width:100px;
	height:10px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	list-style:none;
	}

 #fsn ul li, #fsn ul li a{
	display:block;
	float:left;
	width:10px;
	height:10px;
	margin:0 10px 0 0;
	padding:0;
	}

 #fsn ul li a{
	float:none;
	border:none;
	margin:0;
	outline:none;
	text-indent:-5000px;
	text-decoration:none;
	background:url(images/slide.png) 50% 50% no-repeat;
	}

 #fsn .activeSlide{
	background:url(images/slide.png) 0% 50% no-repeat;
	}
	
	#footer{
	color:#fff3cc;
	background-color:#8dc3fa;
	}
	
	#tabcontainer{
	display:block;
	width:100%;
	margin:0;
	padding:0;
	}

#tabcontainer ul#tabnav{
	display:block;
	width:400px;
	height:31px;
	margin:0 0 30px 0;
	padding:9px 0 0 0;
	list-style:none;
	text-transform:uppercase;
	text-align:center;
	background:url(images/tabs_bg.gif) top left no-repeat;
	}

#tabcontainer ul#tabnav li{
	display:inline;
	margin:0 15px 0 0;
	padding:0;
	}

#tabcontainer ul#tabnav .last{
	margin-right:0;
	}
	
	.ui-tabs{}
.ui-tabs .ui-tabs-nav{}
.ui-tabs .ui-tabs-nav li{}
#footer .ui-tabs .ui-tabs-nav li a{
	color:#d2d2d2; 
	cursor:pointer; 
	padding:5px; 
	background-color:#1c74cd;
	font-size:14px;
	}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected{}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a{}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{}
#footer .ui-tabs li.ui-tabs-selected a{color:#FFFFFF; ba}
.ui-tabs .ui-tabs-panel{}
#footer .ui-tabs .ui-tabs-hide{display:none;}

#footer #tabcontainer li {list-style:none !important;}

#footer #tabcontainer li.last{margin-bottom:0;}
 
 #footer ul.blogposts p{margin-bottom:8px;}
#footer ul.blogposts .posttitle{
	color:#000; 
	background-color:#8dc3fa; 
	font-weight:bold;
	font-size: 14px;
	}
#footer ul.blogposts .publishedon{color:#000; background-color:#8dc3fa;}
#footer ul.blogposts .postintro{color:#000;}


.fl_left{
	display:block;
	padding-left:50px;
	width:325px;
	}

#contact .fl_left, #contact .fl_right{
	float:left;
	}

#contact address{
	margin:8px 0 18px 0;
	line-height:2em;
	margin:0;
	font-weight:normal;
	list-style:none;
	font-style:normal;
	font-size:14px;
	}

address .title{
	color:#1c74cd;
	font-weight:bolder;
	font-size:18px;
	line-height: 2em;
	}
	
	#contact .fl_right{
	display:block;
	padding-left:200px;
	padding-top: 50px;
	text-align:left;
	}




