/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, #tabs ul, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MOMS Club of Mandeville Configuration */

html {
background: #76a60f;
}

#container {
width: 1100px;
background: #fff;
margin: 0px auto;
}

#header {
overflow: hidden;
height: 100%; /* IE6 hack */
height: 305px;
background: #76a60f;
background-image: url(../images/header_bg.jpg);
}

#header #logo {
float: left;
position: relative;
top: 7px;
left: 47px;
padding: 0;
margin: 0;
}

#header #headerphoto {
position: relative;
left: 25px;
padding: 0;
margin: 0;
}

a {
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

#menu {
position: absolute;
top: 220px;
}

#tabs {
float: right;
position: relative;
right: 117px;
top: -78px;
overflow: hidden;
}

#tabs li {
display: inline;
}

#content {
position: relative;
float: left;
margin: 0;
padding: 00px 76px 43px 113px;
width: 911px;
height: auto;
top: -43px;
background-color: #fff;
}

#content #left_nav {
margin: 53px 0 0 0;
padding: 0;
width: 304px;
float: left;
background: url(../images/left_nav_bg.png) repeat-y;
}

#content #left_nav img.title {
padding-left: 21px;
}

#content #left_nav p.desc {
padding: 0px 21px 30px 21px;
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
line-height: 20px;
}

#content #main_content {
margin: 0px 0;
padding: 0;
width: 559px;
float: right;
background: url(../images/text_bg.png) repeat-y;
}

#page_title {
font-size: 22px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
#content #main_content #title_bar {
padding: 9px 51px 9px 0px;
}

#main_content p, #main_content li, #main_content ul {
font-size: 16px;
line-height:26px;
font-family: Arial, Helvetica, sans-serif;
padding-bottom: 24px;
padding-right: 51px;
padding-left: 0px;
padding-top: 0px;
margin-top: 0px;
}

#main_content a {
color: #000;
text-decoration: underline;
}

#calendar table {
margin: 20px 40px;
}

#calendar table tr td {
border: 1px black solid;
}

#calendar p {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
padding: 5px;
}

#footer {
position: relative;
float: left;
top: -43px;
width: 1026px;
background-color: #2B4F7F;
font-family: "Times New Roman", Times, serif;
color: #FFFCBA;
padding: 32px 37px;
}

#footer a {
color: #FFFCBA;
text-decoration: underline;
}