@font-face {
    font-family: 'EnigmaticRegular';
    src: url('/fonts/Enigma__2-webfont.eot');
	src: local('/fonts/'), 
	url('/fonts/Enigma__2-webfont.woff') 
	format('woff'), 
	url('/fonts/Enigma__2-webfont.ttf') 
	format('truetype'), 
	url('/fonts/Enigma__2-webfont.svg#webfontQ7zAMGTP') 
	format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-repeat: repeat-x;
}
a:link {
	color: #336699;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #FF6500;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #ececec;
	background-color: #FFFFFF;
}
#header {
	height:60px;
	margin-bottom: 10px;
	position:relative;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	background-image: url(/images/hbackgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #336699;
}
#header img{
	height:60px;
    position:absolute;
    bottom: 0px;
    right: 0px;
}
#header2, #header3, #header4 {
	border: 1px solid #999;
	position:relative;
	padding: 10px;
	margin-bottom: 10px;
}
#header3 {
	text-align: center;
}
#header4 {
	text-align: center;
	height: 250px;
}
#header h2 {
	font-family: 'EnigmaticRegular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin: 0;
	padding: 0;
	font-weight:normal;
	color: #fff;
	position:absolute;
	bottom: 14px;
	left: 10px;
	font-size: 20px;
}
#header2 h2 {
	font-weight:normal;
	color: #336699;
	font-size: 16px;
	padding-bottom: 10px;
}
#header2 p {
	font-family: 'EnigmaticRegular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #336699;
	margin: 5px;
}
#header2 a:link, a:visited, a:hover {
	font-weight:normal;
	color: #336699;
	text-decoration: none;
}
#header h1 {
	font-family: 'EnigmaticRegular', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #fff;
	position:absolute;
	bottom: 14px;
	left: 15px;
	font-size: 22px;
}
.adbox1, .adbox2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 00px;
	margin-left: 10px;
	padding: 0;
	width: 300px;
	height: 250px;
	float: left;
}
.adbox2 {
	margin-right: 10px;
	margin-left: 0px;
	float: right;
}
#content {
	float: right;
	width: 600px;
	border: 1px solid #999;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#content p {
	font-size: 80%;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.breaker {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 2px;
	margin: 0px;
	height: 1px;
}
#content h4 {
	font-family: 'EnigmaticRegular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #336699;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#content h5 {
	color: #336699;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content a:link, #content a:visited, #content a:hover {
	font-weight: normal;
	text-decoration: underline;
}
#content a:hover {
	color: #FF6600;
}
#navigation {
	top: 150px;
	left: 0;
	width: 180px;
	float: left;
	margin-bottom: 10px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 176px;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 24px;
	margin-bottom : -1px;
	width: 176px;
	font-size: 12px;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 178px;
	margin-top : -26px;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#nav li a {
	width: 165px;
	w\idth : 165px;
	display : block;
	color : white;
	font-weight : normal;
	text-decoration : none;
	background-color : #336699;
	border : 1px solid #ccc;
	padding : 0 0.5em;
}
#nav li span a {
	background-color : #0099CC;
}
#nav ul li a {
	color : white;
	background-color : #FF6600;
}
#nav li a:hover {
	color : white;
	background-color : #FF6600;
}
#nav ul li a:hover {
	color : white;
	background-color : #0099CC;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#gmenu {
	width: 168px;
	padding : 4px;
	margin-top : 10px;
	clear: left;
	float: left;
	border: 1px solid #999;
}
#footer {
	font-size: 80%;
	padding: 0px;
	text-align:right;
	color: #fff;
	width: 100%;
	clear: both;
	border: 1px solid #ccc;
	margin: 0px;
	background-image: url(/images/hbackgrnd.jpg);
	background-repeat: repeat-x;
	background-color: #336699;
}
#footer p {
	font-weight:normal;
	color: #fff;
	margin: 5px;
	font-size: 80%;
	border: none;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#addthis {
	text-align: center;
	width: 177px;
	float: left;
	background-color: #0099CC;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ccc;
	border-bottom-width: 0px;
}

