/*Global styles*/
body {font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#ffffff;
	line-height:1.5;
	background-color:#000000; margin:0px; padding:0px; }

h1 {font-size:14px;}
h2, h3, h4, h5, h6 {
   font-weight:normal;color:#00A99D;
   clear: both;
   font-size:12px;
}


a:link {color: #6C6C6C; text-decoration:none;}     /* unvisited link */
a:visited {color: #6C6C6C;  text-decoration:none;}  /* visited link */
a:hover {color: #1C998A; text-decoration:underline;}   /* mouse over link */
a:active {color: #1C998A}   /* selected link */

/*Header Styles*/
#header {float:left; clear:both; width:100%; margin-top:135px; border-bottom:#00a99d 2px solid; margin-bottom:5px;}
#logo {float:left; width:50%; margin-top:6px;}



/*Nav Styles*/

#nav {float:left; width:50%;} 
#nav ul{margin:0; padding:0;}
#nav li{float:left; list-style:none; padding:5px 10px 5px 10px; margin:0px;}
#nav li.active {background:#00a99d}

#nav a:link {color: #ffffff; text-decoration:none;}     /* unvisited link */
#nav a:visited {color: #ffffff;  text-decoration:none;}  /* visited link */
#nav a:hover {color: #1C998A}   /* mouse over link */
#nav a:active {color: #1C998A}   /* selected link */

#nav .active a:link {color: #ffffff;}     /* unvisited link */
#nav .active  a:visited {color: #ffffff}  /* visited link */


/*Content styles*/
#content {width:900px; margin-left:auto; margin-right:auto;} 
.contentBody p {padding-left:10px; padding-right:10px}
.contentBody h1, .contentBody h2, .contentBody h3, .contentBody h4, .contentBody h5{padding-left:10px; padding-right:10px;}
#body50 {width:100%; float:left; clear:both;}
#body50 .contentWrapper.left {float:left; width:448px; }
#body50 .contentWrapper.right {float:left; width:447px; margin-left:5px;}

/*background colours*/
#body50.greenBlack{background:url(../images/bgGreen-Black.jpg);}
#body50.greenwhite{background:url(../images/bgGreen-White.jpg);}
#body50.greenGreen{background:url(../images/bgGreen-Green.jpg);}
#body50.whiteBlack{background:url(../images/bgWhite-Black.jpg);}
#body50.whiteGreen{background:url(../images/bgWhite-Green.jpg);}
#body50.whiteWhite{background:url(../images/bgWhite-White.jpg);}
#body50.blackWhite{background:url(../images/bgBlack-White.jpg);}
#body50.blackGreen{background:url(../images/bgBlack-Green.jpg);}
#body50.blackBlack{background:none;}



#body50.whiteBlack .contentWrapper.right, #body50.whiteGreen .contentWrapper.right, #body50.greenBlack .contentWrapper.left, #body50.greenwhite .contentWrapper.left, #body50.greenGreen .contentWrapper.left, #body50.blackWhite .contentWrapper.left, #body50.blackGreen .contentWrapper.left, #body50.blackBlack .contentWrapper.left, #body50.greenBlack .contentWrapper.right .DDcontent{color:#FFFFFF}

#body50.greenBlack .contentWrapper.right .DDcontent

#body50.blackGreen .contentWrapper.left{color:#FFFFFF;}

#body50 greenwhite .contentWrapper.right, #body50.blackWhite .contentWrapper.right, #body50.whiteBlack .contentWrapper.left, #body50.whiteGreen .contentWrapper.left, 
#body50.whiteWhite .contentWrapper.left{color:#000000;}


#content {width:900px; margin-left:auto; margin-right:auto;}  
#body75 {float:left; clear:both;}
#body75 .contentWrapper.left {float:left; width:553px; background:#ffffff; color:#000000;}
#body75 .contentWrapper.right {float:left; width:342px; margin-left:5px; color:#ffffff; background:#000000; border-top:#00a99d 15px solid;}
#body75 .contentWrapper .contentBody {}



/*news styles*/
.newscontainer {border-top:5px solid #000000;}
.newsbody {width:100%;}
.newslink { text-align:right; padding-right:10px;}
.newslink a:link {color: #ffffff; text-decoration:none;}     /* unvisited link */
.newslink a:visited {color: #ffffff;  text-decoration:none;}  /* visited link */
.newslink a:hover {color: #ffffff}   /* mouse over link */
.newslink a:active {color: #ffffff}   /* selected link */

.DDcontent {color:#000000;}


/*Footer styles*/
#footer {float:left; clear:both; width:100%; text-align:right; color: #ffffff; border-top:2px solid #00a99d; margin-top:5px; padding:5px 0 5px 0; font-size:10px;}
#footer ul{margin:0; padding:0;}
#footer ul li{display:inline;}

#footer a:link {color: #ffffff; text-decoration:none;}     /* unvisited link */
#footer a:visited {color: #ffffff;  text-decoration:none;}  /* visited link */
#footer a:hover {color: #1C998A}   /* mouse over link */
#footer a:active {color: #1C998A}   /* selected link */



.designseeds {
	color: #000;
}

.designseeds a {
	color: #cccccc;
	text-decoration:underline;
}
.designseeds a:hover {
	color: #aaaaaa;
	text-decoration:none;
}




/*clearfix*/
.clearfix:after {
 content:".";
 display:block;
 height:0;
 clear:both;
visibility:hidden;
 }
 .clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
