/*  
Theme Name: Mocean Website
Description: Customized Theme
Author: SparkWeb Interactive
*/
@charset "UTF-8";

/*    PAGE CLEAR/PNG FIX    */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}





body {	
	font: 12px arial,sans-serif;
	color: #fff;
	background-color: #cebeaf;
	background: url('img/background.jpg') no-repeat #000;
	}

h1 {
	font-weight: bold;
	size: 18px;
	
	}
a {
	color: #e3e3e3;
	text-decoration: none;
	}

a:hover{
	color: #84acce;
	text-decoration: underline;
	}

img {
	border: 0px;
	margin: 0px;
	}

p {
	margin-bottom: 14px;
}

/*   LAYOUT    */

#container {
	margin: 10px;
	width: 710px;
	}

#header {
	width: 790px;
	height: 180px;
	background: url('img/header.png') no-repeat;
	behavior: url(iepngfix.htc);
	margin-bottom: 10px;
	}

#logo {
	float: left;
	}
	
#news {
	float: right;
	width: 350px;
	height: 161px;
	font-size: 12px;
	position: relative;
	left: -100px;
	}

#contentframe {
	width: 498px;
	float: right;
	}

#content {
	background: url('img/content.png') no-repeat;
	behavior: url(iepngfix.htc);
	width: 498px;
	max-width: 498px;
	min-height: 461px;
	}

#contentmargin {
	padding: 10px;
	}

#contentbottom {
	width: 498x;
	height: 12px;
	background: url('img/contentbottom.png') no-repeat;
	behavior: url(iepngfix.htc);
	}

#left {
	float: left;
	width: 198px;
	margin-left: 10px;
}

#navigation {
	width: 198px;
	height: 153px;
	background: url('img/navigation.png') no-repeat;
	behavior: url(iepngfix.htc);
	padding: 10px;
	margin-bottom: 10px
	}

#poll {
	width: 198px;
	height: 289px;
	background: url('img/poll.png') no-repeat;
	behavior: url(iepngfix.htc);
	padding: 10px;
	}
	
li {
	font-weight: bold;
	margin: 3px;
	}

div#pollsubmit {
	font: 18px bold;
	text-align: center;
	background: #000;
	}
	
div#repeating_row {
	margin-top: 4px;
	width: 50%;
	}
	
.calendar td{
	width: 65px; 
	height: 65px; 
	border: 1px #000000 solid;
	margin-top: 3px;
	margin-right: 3px;
	font-size: 12px;
	}
#contentmargin > ul > li {
	list-style: none;
	margin-left: 10px;
	float: left;
	font-weight: normal;
	margin-bottom: 7px;
}
hr {
	clear: both;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

img { behavior: url(iepngfix.htc); }
	