html {
    MARGIN: 0px auto;
    WIDTH: 100%;
    FONT-FAMILY: "Franklin Gothic Medium";
    HEIGHT: 100%;
}

body {
    MARGIN: 0px auto;    
	WIDTH: 100%;
    FONT-FAMILY: "Franklin Gothic Medium";
    HEIGHT: 100%;
	background-color: #7fba9c;
}


#container {
    BACKGROUND: url(images/body-bg.png) repeat-y center top;
    MIN-HEIGHT: 100%;
    MARGIN: 0px auto;
    WIDTH: 903px;
	border-style: solid;
	border-width: 1px;
	border-color:#000000;
    POSITION: relative;
}

* html #container {
	height: 100%;
}

/* header stuff */

#header {
	background: url('images/header.png');
	width: 903px;
	height: 158px;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #2a2a2a;
}

#header h1 {
	width: 903px;
	margin: 0 auto;
	font-weight: normal;
	color: #fff;
	padding-top: 45px;
	padding-left: 125px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #fbe4b5;
}

/* horizontal menu */

#menu-h {
	background: url('images/menu-h-bg.gif') #fff;
	width: 100%;
	height: 34px;
	margin: 0;
	padding: 0;
}

#menu-h ul {
	width: 820px;
	margin: 0 auto;
	list-style: none;
}

#menu-h li {
	float: left;
}

#menu-h a {
	height: 26px;
	background: transparent;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 6px 20px 0px 20px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#menu-h a:hover {
	background: transparent url('images/menu-h-bg-invert.gif');
}

#menu-h .active {
	color: #000000;
	text-decoration: underline;
}

/* main content container */

#main {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.7em;
}

#main h1, #main h2 {
	border-bottom: 1px solid #018248;
	width: 100%;
	color: #000000;
}

/* main content */

#content {
	width: 600px;
	float: left;
	margin-right: 25px;
	color: #000000;
	background: url('images/content-bg1.png');
	background-position: 50% 75%;
	background-repeat: no-repeat;
}

#content p {
	font-size: 10pt;
}

#content ul {
	font-size: 11pt;
}

#content a {
	color: #43648d;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	border-bottom: none;
}

#content .intro {
	font-size: 11pt;
}

#content .intro1 {
	font-size: 11pt;
	font-weight: bold;
}

#content-nobg {
	width: 600px;
	float: left;
	margin-right: 25px;
	color: #000000;
}

#content-nobg p {
	font-size: 10pt;
}

#content-nobg ul {
	font-size: 11pt;
}

#content-nobg a {
	color: #43648d;
	text-decoration: none;
	font-weight: bold;
}

#content-nobg a:hover {
	border-bottom: none;
}

#content-nobg .intro {
	font-size: 11pt;
}

#content-nobg .intro1 {
	font-size: 11pt;
	font-weight: bold;
}

#content2 {
	width: 600px;
	float: left;
	margin-right: 25px;
	color: #000000;
	background: url('images/content-bg2.png');
	background-position: 50% 75%;
	background-repeat: no-repeat;
}

#content2 p {
	font-size: 10pt;
}

#content2 ul {
	font-size: 11pt;
}

#content2 a {
	color: #43648d;
	text-decoration: none;
	font-weight: bold;
}

#content2 a:hover {
	border-bottom: none;
}

#content2 .intro {
	font-size: 11pt;
}

#content2 .intro1 {
	font-size: 11pt;
	font-weight: bold;
}

#content3 {
	width: 600px;
	float: left;
	margin-right: 25px;
	color: #000000;
	background: url('images/content-bg3.png');
	background-position: 50% 75%;
	background-repeat: no-repeat;
}

#content3 p {
	font-size: 10pt;
}

#content3 ul {
	font-size: 11pt;
}

#content3 a {
	color: #43648d;
	text-decoration: none;
	font-weight: bold;
}

#content3 a:hover {
	border-bottom: none;
}

#content3 .intro {
	font-size: 11pt;
}

#content3 .intro1 {
	font-size: 11pt;
	font-weight: bold;
}

#content4 {
	width: 600px;
	float: left;
	margin-right: 25px;
	color: #000000;
	background: url('images/content-bg4.png');
	background-position: 50% 75%;
	background-repeat: no-repeat;
}

#content4 p {
	font-size: 10pt;
}

#content4 ul {
	font-size: 11pt;
}

#content4 h2 {
	border-bottom: 1px solid #018248;
	width: 75%;
	color: #000000;
}

#content4 a {
	color: #43648d;
	text-decoration: none;
	font-weight: bold;
}

#content4 a:hover {
	border-bottom: none;
}

#content4 .intro {
	font-size: 11pt;
}

#content4 .intro1 {
	font-size: 11pt;
	font-weight: bold;
}



#content5 {
	width: 600px;
	float: left;
	margin-right: 25px;
	color: #000000;
	background: url('images/content-bg5.png');
	background-position: 50% 10%;
	background-repeat: no-repeat;
}

#content5 p {
	font-size: 10pt;
}

#content5 ul {
	font-size: 11pt;
}

#content5 a {
	color: #43648d;
	text-decoration: none;
	font-weight: bold;
}

#content5 a:hover {
	border-bottom: none;
}

#content5 .intro {
	font-size: 11pt;
}

#content5 .intro1 {
	font-size: 11pt;
	font-weight: bold;
}

#content6 {
	width: 600px;
	float: left;
	margin-right: 25px;
	color: #000000;
	background: url('images/content-bg6.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

#content6 p {
	font-size: 10pt;
}

#content6 ul {
	font-size: 11pt;
}

#content6 a {
	color: #43648d;
	text-decoration: none;
	font-weight: bold;
}

#content6 a:hover {
	border-bottom: none;
}

#content6 .intro {
	font-size: 11pt;
}

#content6 .intro1 {
	font-size: 11pt;
	font-weight: bold;
}


/* right menu */

#menu-v {
	width: 175px;
	float: left;
	color: #000000;
	font-size: 10pt;
}

#menu-v ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-v a {
	width: 170px;
	border-bottom: 1px solid white;
	display: block;
	text-decoration: none;
	color: #000000;
	
}

#menu-v a:hover {
	background: #49814d;
	color: #ffffff;
}

#remove a {
	border-bottom: none;
	}
	
#remove a:hover {
	background: none;
}


/* footer */

#footer {
	background: url('images/footer.png');
	background-color: #FFFFFF;
	border-top: 2px solid #ecf0f8;
	height: 45px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	margin-top: 0px;
	position: static;
	bottom: 0;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: 9pt;
	margin: 0;
}

#footer a {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/* misc */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}
