/* Start of CMSMS style sheet 'ocep' */
/* CSS Document */

/*PAGE LAYOUT*/
body {
	/*background-image: url(uploads/images/bg_body.jpg);
	background-repeat: repeat-x;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        width: 100%;
}
#toppage{
	width:950px;
}

#date{
	float:left; width:190px; height:39px; border-bottom:solid 1px #999999; border-right:solid 1px #999999;
}
#topbar{
	float:left; 
	width:558px; 
	height:40px; 
	/*background-image:url(uploads/images/bg_topbar.gif);*/
	background-color:#CBC55C;
	/*background-repeat:repeat-x;*/
	border-right:solid 1px #999999;
}
#header{
	width:950px;
	margin-top: 2px;
}
#contentwrapper{
	width:950px;

}
#contenttext{
	float: right; width:684px; 
	background-color:#F7F7F7; 
	border-left:solid 1px #999999; border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; 
	min-height:360px;
}
#logo{
	float:left;
	width: 400px;
	height:110px;
	background-repeat: no-repeat;
	background-image:url(uploads/images/oceplogo.png);
	background-color:#F7F7F7; 
	border-left:solid 1px #999999;
	padding-top: 4px;
	padding-bottom: 4px;
}
#pagetitle{
	position:relative;
	float:left;
	width:548px;
	height:118px;
	background-color:#F7F7F7;
	border-right:solid 1px #999999;
}
#title{
	position:absolute; right:10px; bottom:0px; width:750px;
}
#menu{
	float:left; width:240px; margin:0px; padding: 0px; 
}
#footer{
	width:684px; padding-right:10px; padding-left:250px;
}

#newsbox{
	float: left;
	padding:0px;
        border:solid 1px #999999;
	background-color:#EEEEEE;
	margin-top:5px;
	width: 232px;
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	color: #666666;
}

img{
	margin:4px;
	border: 1px solid #888888;
}

/*GRAY PANEL*/
.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:10px;
	padding:10px;
}

/*TEXT STYLES*/
 .mission {   
text-align: center;   
color: red; 	font: 0.7em Tahoma, sans-serif; 	
font-size: 15px; 	
font-weight: bold; 	
text-decoration:none; 
}  
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
}
h1 {
	font: 0.7em Tahoma, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
  font-variant: small-caps;
}
a img {
border: 0px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#000000;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:25px;
	font-weight:bold;
	color: #000000;
	font-variant:small-caps;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FF9900;
}


.emphasisedlink {
	font: 0.7em Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: red;
	text-decoration:none;
}

.newstitle {
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
}

/*Top Styles*/
#right {
 float: right;
 padding: 8px;
 text-align: right;
}
#left {
 float: left;
 padding: 8px;
 text-align: left;
}
#middletext {
 text-align: right; 
}
#toptext {
 text-align: left;
}

/*Menu Styles*/

#menu ul { 
/*This is the basic unordered list, no bullets, no padding and no margin.  Text floats to the left*/
list-style: none;
padding: 0px;
margin: 0px;
float:left;
clear: both;
text-align: left;

}

#menu li {
float: left;
clear:both;

}

#menu ul li a {
/*This styes the first level options*/
float: left;	
width:233px; 
	height:20px; 
	background-color:#9e0000; border-left:solid 1px #000000; border-bottom:solid 1px #000000;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top: 5px;
margin-top: 0px;

}




#menu ul ul li a {
/*This styles the second (and later) level options*/
float: left;	
position: relative; left: 10px;
width:223px; 
	height:20px; 
	background-color:#750000; border-left:solid 1px #000000; border-bottom:solid 1px #000000;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	
padding-top: 5px;
;
margin: 0px;

}

#menu ul li.currentpage h3 {
/*This styles the selected item when it is a level one item*/
	float: left; 
	width:233px; 
	height:20px; 
	background-color:#9e0000; border-left:solid 1px #000000; border-bottom:solid 1px #000000;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top: 5px;


        margin: 0px;

}

#menu ul ul li.currentpage h3 {
/*And this styles it when it's nested*/
	float:left; 
position: relative; left: 10px;	
width:223px; 
	height:20px; 
	background-color:#750000; border-left:solid 1px #000000; border-bottom:solid 1px #000000;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	padding-top: 5px;


        margin: 0px;

}

#menu ul ul ul li a {
/*This styles the second (and later) level options*/
float: left;	
position: relative; left: 20px;
width:213px; 
	height:20px; 
	background-color:#750000; border-left:solid 1px #000000; border-bottom:solid 1px #000000;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
padding-top: 5px;

margin: 0px;

}

#menu ul ul ul li.currentpage h3 {
/*And this styles it when it's nested*/
	float: left; 
position: relative; left: 20px;	
width:213px; 
	height:20px; 
	background-color:#750000; border-left:solid 1px #000000; border-bottom:solid 1px #000000;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top: 5px;

margin: 0px;

}
#menu ul ul ul ul li a {
/*This styles the second (and later) level options*/
float: left;	
position: relative; left: 30px;
width:203px; 
	height:20px; 
	background-color:#750000; border-left:solid 1px #000000; border-bottom:solid 1px #000000;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
padding-top: 5px;

margin: 0px;

}

#menu ul ul ul ul li.currentpage h3 {
/*And this styles it when it's nested*/
	float: left; 
position: relative; left: 30px;	
width:203px; 
	height:20px; 
	background-color:#750000; border-left:solid 1px #000000; border-bottom:solid 1px #000000;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top: 5px;

margin: 0px;

}


/*Deprecated Styles (Not in use and commented out)*/
/*#linksmenu a{
	float:right; 
	width:183px; 
	height:20px; 
	background-color:#9e0000; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-color:#514F1C;
}
#submenu a{
	float:right; 
	width:170px; 
	height:20px; 
	background-color:#750101; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}
#submenu a:hover{
	background-color:#514F1C;
}*/

/* End of 'ocep' */

