/* Start of CMSMS style sheet 'ODC-Structure' */
@charset "UTF-8";

* {
	padding: 0;
	margin: 0;
}

html, body { height: 100%; }

html, body { /* background applied to html rather than body to avoid Safari glitch */
	/* bgproperties:fixed; */
	/* background-attachment: fixed; */
	background-image: url(/_odc-site-assets/base-images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #005C6C;
}

body {
	text-align: center;
	margin:0 0 0 0;
}

.clear {  /* not sure whether to use this */
	clear:both;
	display:block;
	height:1%;
	overflow:hidden;
}

#wrap {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 800px;
	padding:35px 50px 50px 10px;
}

/*
#wrap-header { height:35px; }

#wrap-header h1 {
	font-size:9px;
	text-indent:-9000px;
}
*/

#content {
	position:relative;
	padding:0 0 0 0;
	width:630px;
	overflow:visible;
	float:right;

}

#content-b {
	position:relative;
	margin:0px 0 50px 0;
	padding:0 0 0 0;
	float:left;	
	width:615px;
	border-left:2px dotted #008599;
	padding-left:13px;
	min-height:250px;
}

#navwrapper {
	width:170px;
	float:left;
}

#navigation, #subnavigation {
	width:155px;
	margin-right:15px;
	float:left;
}

#navigation {
    height:310px;
	margin:0 0 15px 0;
}



#subnavigation ul {
	padding-right: 0px;
	/* border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #999;
*/
}

div.SEO-menu {
visibility:hidden; 
height:0; 
overflow:hidden;
}



div.col-a {
	float:left;
	margin:0 15px 0 0;
	width:420px;
}
#content-b div.col-a {
	float:left;
	margin:0 15px 0 0;
	width:405px;
}


#image-container {
	width:420px;
	height:310px;
	overflow:hidden;
	background-image: url(/_odc-site-assets/base-images/loading.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0 0 15px 0;
}

div.col-b, #foot-right {
	width:180px;
	padding-left:15px;
}

#content div.col-b {
	position:absolute;
	top:0;
	right:0;
	z-index:50;
}

#content-b div.col-b {
	position:static;
	float:right;
}

#title-container {
	height:75px;
	width:615px;
	clear:both;
	overflow:hidden;
}

#title-swf-replace { height:75px; }

div#footer {
	width:630px;
	padding:10px 0 3px 180px;
	margin:30px 0 0 0;
	clear:both;
	z-index:500;
	position:absolute;
	bottom:0;
	left:0;
}

#foot-left { 
	float:left;}

#foot-right { 
	float:right;
}

#extra-styling1 { /*currently the shaddow at the bottom of the page*/
	background-image:url(/_odc-site-assets/base-images/shadow.png);
	background-position:left top;
	background-repeat:repeat-x;
	bottom:0;
	left: 0;
	height:40px;
	position:fixed;
	width:100%;
	z-index:150;
}

div.smallpic {
	position:relative;
	height: 90px;
	width: 110px;
	
}
img.smallpic {
	margin-bottom:10px;
}
a.smallpic {
	height: 90px;
display:block;
}

div.smallpic img {
        height: 80px;
	width: 100px;

}

div.smallpic span {
	position:absolute;
	background-image: url(/_odc-site-assets/base-images/80x100pxoverlay.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 100px;
}

div.smallpic span:hover {
	position:absolute;
	background-image: url(/_odc-site-assets/base-images/80x100pxoverlay.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 90px;
	width: 110px;
}


th, td {
padding: 0 5px 0 0;
}

.contactform th, .contactform td {
padding: 0 5px 5px 0;
}

.contactform{
width: 100%;
}




/* End of 'ODC-Structure' */

