/*
  Design by Love Web Design ( http://www.lovewebdesign.co.uk )
  Please do not copy in part or in whole without the owners 
  express written permission.  Thank you.

*/

/* ----------------------------- */
/* Main Style For Entire Wensite */
/* ----------------------------- */

/* Site Wide Style, body and header */

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	outline: none;
}

body {
	background-color: #FFFFFF;	
	color: #000000;
	font: italic small "Book Antiqua", Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, h4, h5, h6 {
	font: italic small "Book Antiqua", Arial, Helvetica, sans-serif;
}

#page-wrapper {
	clear: both;
	width: 1240px;
	margin: 5px auto 0px auto;
	background-image: url(../images/page-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/* Header Content Style */

#header-content {
	width: 1240px;
	margin: 0px auto 0px auto;
	padding-bottom: 12px;
}

#header-content h1 {
	padding-top: 0px;
	text-align: center;
	color: #494949;
	font: italic normal 61px "Book Antiqua", Arial, Helvetica, sans-serif;
}

#main-menu {
	width: 716px;
	height: 50px;
	margin: 5px auto 0px auto;
	padding-right: 0px;
	text-align: center;
}

.static {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.inactive {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.active {
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
}

#static-left {
	float: left;
	width: 80px;
	height: 26px;
	margin-top: 12px;
	background-color: #E4E6E5;
	border-left: solid 1px #727373;
	border-top: solid 1px #727373;
	border-bottom: solid 1px #727373;
}

#static-left a {
	text-decoration: none;
	color: #000000;
	font: normal 15px "Book Antiqua", Arial, Helvetica, sans-serif;
}

#static-left a:hover {
	color: #FFFFFF;
}

#inactive-left {
	float: left;
	width: 160px;
	height: 36px;
	margin-top: 7px;
	background-color: #E4E6E5;
	border-left: solid 1px #727373;
	border-top: solid 1px #727373;
	border-bottom: solid 1px #727373;
}

#inactive-left a {
	text-decoration: none;
	color: #000000;
	font: normal 25px "Book Antiqua", Arial, Helvetica, sans-serif;
}

#inactive-left a:hover {
	color: #FFFFFF;
}

#active {
	float: left;
	width: 230px;
	height: 50px;
	margin-top: 0px;
	background-color: #E4E6E5;
	border: solid 1px #727373;
}
#active a {
	text-decoration: none;
	color: #000000;
	font: normal 36px "Book Antiqua", Arial, Helvetica, sans-serif;
}

#active a:hover {
	color: #FFFFFF;
}

#inactive-right {
	float: left;
	width: 160px;
	height: 36px;
	margin-top: 7px;
	background-color: #E4E6E5;
	border-top: solid 1px #727373;
	border-bottom: solid 1px #727373;
	border-right: solid 1px #727373;
}

#inactive-right a {
	text-decoration: none;
	color: #000000;
	font: normal 25px "Book Antiqua", Arial, Helvetica, sans-serif;
}

#inactive-right a:hover {
	color: #FFFFFF;
}

#static-right {
	float: left;
	width: 80px;
	height: 26px;
	margin-top: 12px;
	background-color: #E4E6E5;
	border-top: solid 1px #727373;
	border-bottom: solid 1px #727373;
	border-right: solid 1px #727373;
}

#static-right a {
	text-decoration: none;
	color: #000000;
	font: normal 15px "Book Antiqua", Arial, Helvetica, sans-serif;
}

#static-right a:hover {
	color: #FFFFFF;
}

/* Body Content Style */

#body-content {
	clear: both;
	padding-top: 10px;
	width: 1024px;
	margin: 0px auto 0px auto;
}

/* Footer Content Style */

#footer-content {
	clear: both;
	width: 1024px;
	height: 104px;
	margin: 10px auto 20px auto;
	background-color: #001A3E;
}

#footer-text {
	float: left;
	width: 1004px;
	margin: 10px 10px 0px 10px;
}

#footer-text p {
	text-align: center;
	color: #FFFFFF;
	font: italic normal 15px "Book Antiqua", Arial, Helvetica, sans-serif;
}

