/*
Description:	CSS 
Author:			Visualcode Limited
Date: 			2010
Version:		1.0
*/

@import url('css/pageLayout.css');
@import url('css/generalform.css');
@import url('css/lightwindow.css');

/*---------------------------Global Start -----------------------------*/

body { 
	font-weight: normal;
	text-align:center;
  	position:relative;
	margin:0;
	padding:0;	
	font-size:13px; 
	font-family: "trebuchet ms", Helvetica Neue, Helvetica, Arial, sans-serif; 
	color:#FFF; 
	}
	
a:link {
	text-decoration: none;
	color:#77c6f4;
	}

a:visited {
	text-decoration: none;
	color:#77c6f4;
	}

a:active {
	text-decoration: none;
	color:#CCC;
	}

a:hover {
	text-decoration: none;
	color:#CCC;
	}

a img{
	border:none;
	}


h1, h2, h3, h4{
	font-weight:normal;
	line-height:normal;
	text-shadow:0 1px 1px #000;
	}
	
h1 {
	font-size: 24px;
	clear:both;
	}

h2 {
	font-size: 20px;
	font-weight:normal;
	color:#CCC;
	}

h3 { 
	font-size: 18px;
	font-weight:normal;
	}

h4 {
	font-size: 16px;
	font-weight:bold;
	}

hr {
	border: none;
	height: 1px;
	margin: 5px auto;
	padding: 0px !important;
	color:#FFF;
	clear:both; 
	border-top:#1f0066 solid 1px;
	}

p{
	margin:10px 0;
	}
	
table{margin:0;}	
table td{padding:5px; font:11px "trebuchet ms", arial, helvetica, sans-serif; border-bottom:#DFDFDF solid 1px; vertical-align:top;}	
table td.five{padding:5px;}
table thead td{background: none repeat scroll 0 0 #ECECEC; color: #000000 !important; font-weight: bold;}
table thead td.none{border-right:none;}	

.clear{clear:both; text-align:center; padding-top:5px;}

.clear a{
	padding:5px 10px !important;
	border:#DFDFDF solid 3px;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
	background:#4a8508;
	}

a.button {
	padding:5px 10px !important;
	border:2px solid #EFEFEF;
	color:#FFF;
	font-weight:bold;
	font-size:85%;
	background:#0d002a;
	}

#container{
	padding:0;
	margin:0;
	position:relative;
	text-align:center;
	}

#headContainer{
	position:relative;
	}

#header {
	width:880px;
	margin:0px auto;
	padding:0 !important;
	text-align:left;	
	position:relative;
	border-bottom:#ECECEC solid 1px;
	}

#Logo {
	margin:0px;
	padding:20px 0px 5px 0px;
	text-align:center;
	width:200px;
	height:45px;
	float:left;
	
	}

.sectionTitle{	
	clear:right;
	float:right;
	text-align:right;
	width:645px;
	padding-top:30px;
	height:40px;
	font-size:20px;
	display:none;
	}

 #topNav{
 	font-size:11px;
 	text-shadow:0 1px 1px #000;
 	text-align:right;
 	padding:0;
 	margin:0 auto;
 	height:25px;
 	width:620px;
 	clear:right;
 	margin-left:230px;
 	padding-top:45px;
 	}
	
 #topNav ul {
	list-style:none; 
	padding:0;
	margin:0px;
	position:relative;
	text-align:left;
	border:none;
	}
	
#topNav ul li {
	display:inline;
	float:left;
	margin:0;
	position:relative;
	text-align:center;
	font-weight:bold;
	width:105px;
	margin-right:0px;
	border-left:#1f0066 solid 1px;
	}

#topNav ul li.long{
	width:150px;
	}

#topNav ul li a{
 	color:#ECECEC;
 	display:block;
 	padding-top:5px;
 	padding-bottom:5px;
 	height:15px;
 	border-bottom:none;
 	}

#topNav ul li a:hover{
 	background:#ECECEC;
 	color:#0d002a;
 	text-shadow:0 1px 1px #FFF;
 	}	
 
#topNav ul li a.on{
 	color:#FFF;
 	text-shadow:0 1px 1px #000;
 	}	
 
#topNav ul li a:hover.on{
	background:#DFDFDF;
	color:#2E2E2E;
	text-shadow:0 1px 1px #FFF;
	}
	


/* ______________________ Main Area ______________________ */	

#wrapper {
	margin:0px auto;
	padding:0px;
	position:relative;
	padding:0px 0px 5px 0px;
	}

#bannerContainer{
	height:550px;
	margin:0;
	padding:0;
	}

.contentArea{
	clear:both;
	padding:0;
	margin:0 auto;
	width:880px;
	}

.Content{
	text-align:left;
	margin-top:0px;
	margin-left:10px;
	padding:0;
	width:670px;
	float:right;
	padding-bottom:10px;
	}

.Content img{
	margin:5px;
	}

.Content ul{
	list-style:none;
	padding-left:10px;
	margin:10px 0px;
	}

.Content ul li{
	margin-bottom:5px;
	background: url(images/bullet.gif) no-repeat 0px 3px;
	padding-left:20px;
	margin-left:25px;
	}


/* ______________________ Left Navigation ______________________ */		

#leftNav {
	width:200px;
	position:relative;
	text-align:left;
	float:left;
	position:relative;
	}
	
#leftNav ul{
	list-style:none;
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	position:relative;
	font-size:11px;
	font-weight:bold;
	}

#leftNav ul li{
	position:relative;
	padding:0px;
	margin:0;
	border-bottom:#1f0066 solid 1px;
	}

#leftNav ul li a{
	background:url(images/bullet.gif) no-repeat 5px 7px;
	display:block;
	padding:5px 5px 5px 25px;
	margin-bottom:2px;
	color:#CCC;
	}

#leftNav ul li a:hover{
	background:#ECECEC url(images/bullet.gif) no-repeat 5px 7px;
	color:#333;
	}

#leftNav h2, #leftNav h3{
	padding:15px 0px 10px 0px;
	margin:0;
	border-bottom:#1f0066 solid 1px;
	color:#CCC;
	}		
	
#leftNav p.blog{
	font-size:11px;
	background:url(/images/social/blog.png) no-repeat 0px 5px;
	padding:5px 5px 5px 25px;
	}	
/* ______________________ Footer ______________________ */

#footwrapper{
	}

#footer {
	clear:both;
	font-size:11px;
	line-height:15px;
	text-align:left;
	margin:0 auto;
	width:880px;
	border-top:#ECECEC solid 1px;
	color:#CCC;
	text-align:left;
	}

#footer h3{
	margin:15px 0 5px 0;
	color:#CCC;
	font-weight:bold;
	}

#footer h4{
	color:#CCC;
	margin:5px 0 5px 0;
	font-weight:normal;
	font-size:14px;
	}


#footer ul{
	list-style:none;
	margin:0px;
	margin-top:5px;
	padding:0px;
	position:relative;
	font-size:11px;
	font-weight:bold;
	}

#footer ul li{
	position:relative;
	padding:0px;
	margin:0;
	}

#footer ul li a{
	background:url(images/bullet.gif) no-repeat 10px 3px;
	display:block;
	padding:1px 5px 1px 30px;
	}

#footer .details{
	float:left;
	}
 
 
 /*BLOCK List*/
 
 ul.block, ul.blockGallery{
 	margin:0;
 	padding:0;
 	}
ul.blockGallery{
	Margin-top:15px;
  	}
 
 ul.block li, ul.blockGallery li{
 	display:block;
 	width:160px;
 	height:160px;
 	float:left;
 	margin:0 5px 5px 0;
 	padding:0;
 	text-align:center;
 	background:none;
 	}
 
 ul.blockGallery li{
 	height:107px;
 	}
 
 ul.block li a span, ul.blockGallery li a span{
 	display:block;
 	background:;
 	height:110px;
 	padding:0;
 	vertical-align:middle;
 	}
 
 ul.blockGallery li a span{
 	height:100px;
 	}
 
 ul.block li a, ul.blockGallery li a{
 	color:#FFF;
 	text-shadow:0 1px 1px #000;
 	display:block;
 	padding:0px;
 	height:160px;
 	font-weight:bold;
 	background:url(images/darkBack.png) repeat;
 	}
 
ul.blockGallery li a {
 	height:110px;
 	}
 
ul.block li a:hover, ul.blockGallery li a:hover{
 	background:url(images/liteBack.png) repeat;
 	color:#90d2cd;
 	text-shadow:0 1px 1px #000;
 	}
 
  /*Gallery*/

.pager{
	clear:left;
	text-align:center;
	font-size:11px;
	padding:10px;
	font-weight:bold;
	text-shadow:0 1px 1px #000;
  }
  
.contactdetails{
	width:300px !important;
	margin-top:20px;
	float:right;
	margin-left:10px;
	padding-left:10px;
	}

form.contact div {
	width:auto;
	display:block;
}
