/* CSS Document */

/*
COLOURS USED 

Electric Blue = #0195cd
0195cd
50% Elec Blue = #005878 

*/
html, body {
	margin: 0;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	text-align: center;
}

body {
	/*background: url(../images/trainingsite.png) no-repeat top right fixed;*/
}

html {
	background: #263d50 url(../images/htmlBackNew.jpg) no-repeat top center;
}

h1, h2, h3, h4{
	font-size: 100%;
	text-transform: uppercase;
}

div.wrapper {
	width: 780px;
	height: 100%;
	margin: 0 auto;
	display: block;
	/*border: 1px solid red;*/
	text-align: left;
}

/*header*/
div.header {
	margin: 35px 0 0 0;
	height: 143px;
	border: 1px solid #0195cd;
	background: url(../images/header.jpg) no-repeat top center;
}
div.header img {
	border: 0;
}

div.header h1 {
	border: 0;
	margin: 20px 0 0 20px;
	padding: 0;
	float: right;
	font-size: 2.4em;
}
/*end header*/

/*start navigation*/
div.menu { 
	margin: 0 auto; 
	padding: 0 0 0 20px; 
	height: 37px;
	/*background: url(../images/menuBack.gif) no-repeat left;*/
}

div.menu ul {
	margin: 0; 
	padding: 0 5px; 
	list-style: none; 
}

div.menu ul li {
	float: left;
	text-transform: uppercase;
	margin: 10px 7px 0 0;
	padding: 0 7px 0 0;
	border-right: 1px solid #0195cd;
}

div.menu ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div.menu ul li a:hover{
	color: #0195cd;
}

div.menu ul li a.navon{
	color: #0195cd;
}
/*end navigation */

/*sub nav*/
ul.subnav {
	margin: 0 0 0 -5px; 
	padding: 0; 
	list-style: none;
	width: 55%;
	/*float: none;
	clear: both;*/
}

ul.subnav li {
	float: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid #0195cd;	
}

ul.subnav li a{
	color: #fff;
	text-decoration: none;
}

ul.subnav li a:hover{
	color: #0195cd;
	text-decoration: none;
}

ul.subnav li a.selected{
	color: #0195cd;
	text-decoration: none;
}

/*end sub nav*/

/*start pagination */
div.pagination {
	margin: 0 0 5px 0;
	font-size: 90%;
	width: 55%;
}

div.pagination  a {
	color: #0195cd;
	text-decoration: none;
}

div.pagination  a:hover {
	color: #FFF;
	text-decoration: underline;
}
/*end pagination */

/* content holder */
div.contentholder {
	border: 1px solid #0195cd;
	width: 780px;
	background:  #333;
	color: #FFF;
}

div.contentholderblue {
	border: 1px solid #0195cd;
	width: 780px;
	background: #011d32;
	color: #FFF;
}

div.contentholdersplit {
	border: 1px solid #0195cd;
	width: 780px;
	background: url(../images/contentholder_split_bkg.gif) repeat-y top center;
	color: #FFF;
}

/*COPY*/
div.copy {
	margin: 24px;
	padding: 0;
	line-height: normal;
}
div.copy h1 {
	color: #0195cd;
}
div.copy h2 {
	color: #0195cd;
	text-transform: capitalize;
	margin: 10px 0 0 0;
	padding:0;
}
div.copy p {
	margin: 10px 0;
	padding: 0;
}
div.copy img {
	margin: 0 5px 5px 5px;
	border: 0;
}
div.copy strong {
	color: #0195cd;
}

div.copy div.copyimage{
	float: right;
	margin: 0 0 24px 24px;
	padding: 0;
}

div.copy ul.contentlist{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.copy ul.contentlist li{
	list-style: none;
	margin: 0 0 15px 0 !IMPORTANT;
	padding: 0;
	width: 55%;
}

div.copy ul.contentlist p{
	margin: 0;
	padding: 0;
}

div.copy ul.contentlist h1{
	margin: 0;
	padding: 0;
}

div.copy a.readmore {
	background: #0195cd url(../images/readmoreBack.gif) no-repeat right;
	display: block;
	color: #fff;
	padding: 2px 5px;
	margin: 5px 0;
	width: 100px;
	text-decoration: none;
}

div.copy a{
	color: #0195cd;
	text-decoration: none;
}

div.copy a:hover{
	color: #fff;
	text-decoration: none;
}

div.copy a.back {
	background: #0195cd url(../images/backBack.gif) no-repeat right;
	display: block;
	color: #fff;
	padding: 2px 5px;
	margin: 5px 0;
	width: 100px;ú
	text-decoration: none;
}

span.backandnext {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 90%;
	width: 300px;
	display: block;
}

span.backandnext a.backimg {
	float: left;
	display: block;
	width: 75px;
}

span.backandnext a.next {
	float: right;
	display: block;
	width: 11px;
}
span.paging {
	background: #999;
	display: block;
}
div.copy span.introduction {
	display: block; 
	width: 55%;
	margin: 0 0 5px 0;
	padding: 0;
}
div.copy h1 {
	margin: 0;
	padding: 0;
}
/*END COPY*/

/*MAP*/
div.homemap {
	/*background: #011d32;*/
	padding: 24px;
	text-align: right;
}

div.homemap img{
	margin: 40px 24px;
}
/*END MAP*/

/*start left content*/
div.leftcontent {
	width: 590px;
	float: left;
	margin: 0;
	padding: 0;
	background: #011d32;
}

div.homeleftcontent {
	width: 320px;
	float: left;
	margin: 0;
	padding: 0;
	background: #011d32;
}
/*end left content */

/*start right contnent*/

div.rightcontent {
	width: 20%; 
	height: 100%; 
	display: block; 
	float: right; 
	margin: -24px -24px 0 0; 
	padding: 24px;
}

div.rightcontent ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.rightcontent ul li {
	margin: 0 0 7px 0;
	padding: 0 10px 5px 20px;
	background: url(../images/rightBullet.gif) no-repeat top left;
	border-bottom: 1px solid #0195cd;
}


div.rightcontent ul li p {
	margin: 2px 0;
	padding: 0;
}

div.rightcontent ul li a {
	text-decoration: none;
	color: #0195cd;
}

div.rightcontent ul li a.readmore {
	background: #0195cd url(../images/readmoreBack.gif) no-repeat right;
	display: block;
	color: #fff;
	padding: 2px 10px 2px 2px;
	margin: 5px 0 0 0;
	width: 100px;
}

div.rightcontent a.paging{
	color: #FFF;
	text-decoration: none;
}

/*end right content*/

/*forms*/
div.copy form.jointventures {
	float: left;
	padding: 0 20px 0 0;
	/*margin: 24px 0 0 2px;*/
	margin:20px 0;
}

div.menu form {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
}

div.menu form input, div.copy form.jointventures input{
	line-height: 12px;
	border: 0;
	padding: 1px;
	margin: 0;
	vertical-align: middle;
	height: 15px;
}

div.menu form input.submit, div.copy form.jointventures input.submit{
	background: #0195cd;
	color: #fff;
	height: 15px;
	line-height: 12px;
	font-size: 100%;
	padding: 1px;
	margin: 0 0 0 10px;
}

#errors {

}


ul.alert {
	border-top: 1px solid #903;
	border-bottom: 1px solid #903;
	margin: 10px 0; 
	padding: 0;
	background: #282929 url(../images/tdBack.png) repeat-x bottom;
}

ul.alert li {
	list-style: none !IMPORTANT;
	list-style-image: none !IMPORTANT;
	color: #903;
	font-weight: bold;
	margin: 5px 0;
	padding: 0 0 0 5px;
}
/*forms*/

/*tables*/
table.jvproperties {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}

table.jvproperties th {
	text-transform: uppercase;
	border-bottom: 1px solid #0195cd;
}

table.jvproperties tr {

}
/*end tables */


/*footer*/
div.footer {
	text-align: left;
	margin: 10px auto;
	display: block;
	width: 780px;
	height: 1px;
	clear: both;
	font-size: 80%;
	text-transform: capitalize;
	color: #0195cd;
}
div.footer p {
	margin: 0 25px;
}
div.footer a {
	color: #0195cd;
	text-decoration: none;
}
div.footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* HACKS*/

span.clear, div.clear {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


