body {
	/***dont change margin or padding properties in this tag *****/
	text-align : center;
	background : #000 url(../images/bg.jpg) no-repeat center top;
	margin : 8px;
	padding : 0;
}
#logo {
	display : none;
}
#central {
	margin-right : auto;
	margin-left : auto;
	margin-bottom:-8px;
	margin-top:-8px;
	position : relative;
	width : 950px;
	text-align : left;
	background : #000;
}
#top {
	float : left;
	width : 950px;
	height : 128px;
	overflow : hidden;
	background : #000000;
	border-top: 7px solid #081820;
}
#navigation {
	float : left;
	width : 220px;
	background : none;
	overflow : hidden;
	padding-top : 10px;
	margin : 0px;
}
#navigation .searchsite {
	margin : 0 0 10px 0;
	padding : 11px 0 0 38px;
	background: url(../images/search-bg.jpg) no-repeat;
	height: 40px;
	width: 180px;
	border: 1px solid #324b54;
}
#navigation .searchsite text, #navigation .searchsite input {
	width: 140px;
	height: 17px;
}
/*
.breadcrumb {
	font : 11px Verdana, Arial, Helvetica, sans-serif;
	color : #666;
}
*/
ul.nav {
	margin : 0 0 10px 0;
	padding : 10px 0;
	border: 1px solid #324b54;
}
ul.nav li {
	list-style : none;
}
.nav a {
	width : 176px;
	display : block;
	font : bold 12px arial, helvetica, sans-serif;
	padding : 10px 12px 10px 30px;
	margin : 0;
	text-transform : uppercase;
	text-align : left;
}
.nav a:link, .nav a:visited {
	color : #5985a2;
	text-decoration : none;
	background : #000 url(../images/nav-bg.gif) no-repeat;
}
.nav a:hover, a:active {
	color : #d4edfd;
	background: url(../images/nav-bg-off.gif) no-repeat;
	text-decoration : none;
}
ul.nav li.navoff {
	display : block;
	width : 170px;
	font : bold 12px arial, helvetica, sans-serif;
	color : #d4edfd;
	padding : 10px 12px 10px 30px;
	margin : 0;
	text-transform : uppercase;
	text-align : left;
	text-decoration : none;
	background: url(../images/nav-bg-off.gif) no-repeat;
}
/* Fixes the left menu's background */
li.navoff ul.subnav {
	margin-left:-30px;
}
ul.subnav {
	margin : 0;
	padding : 0;
	list-style : none;
	background : none;
}
/* Fixes the visible border bug on IE */
.subnav li {
	margin-bottom:-1px;
	margin-top:-1px;
	padding-left:10px;
}
.subnav a {
	display : block;
	width : 163px;
	font : 11px arial, helvetica, sans-serif;
	padding : 3px 10px 3px 35px;
	margin : 0px;
	text-transform : capitalize;
	text-align : left;
	border-bottom : none;
	border-top : none;
}
.subnav a:link, .subnav a:visited {
	color : #5985a2;
	text-decoration : none;
	border-top : none;
	border-bottom : none;
	background: #000 url(../images/sub-bg-on.gif) no-repeat;
}
.subnav a:hover, .subnav a:active {
	color : #d4edfd;
	text-decoration : none;
	border-top : none;
	border-bottom : none;
	background: #000 url(../images/sub-bg-off.gif) no-repeat;
}
ul.subnav li.subnavoff {
	display : block;
	width : 160px;
	font : 11px arial, helvetica, sans-serif;
	color : #d4edfd;
	background: #000 url(../images/sub-bg-off.gif) no-repeat;
	padding : 3px 10px 3px 35px;
	margin : 0 0 -1px 10px;
	text-transform : none;
	text-align : left;
	text-decoration : none;
}
.float_clear {
	clear : both;
	height : 1px;
	overflow : hidden;
	margin-top : -1px;
}
#ads {
	float : left;
	overflow : hidden;
}
#ads img {
	margin : 0;
	padding : 0;
	border-bottom: solid 10px #000000;
}
#content {
	float : left;
	width : 690px;
	padding : 15px 7px 50px 8px;
	margin : 10px 0 10px 12px;
	min-height : 400px;
	background : #0d1113;
	border: 1px solid #324b54;
}
#content_wrapper {
	float : left;
	width : 650px;
	background : none;
	margin : 0 20px!important;
	margin : 0 0 0 15px;
	padding : 0;
	overflow : hidden;
}
#content p, #content ul, #content ol, #content input, #content select, #content textarea, #content_wrapper, #content h3, #footer p {
	font : 11px Verdana, Arial, Helvetica, sans-serif;
	color : #aaa;
}
#content p, #content h1, #content h2, #content h3 {
	margin : 0;
	padding : 0;
}
#content h1 {
	font : 35px Arial, Helvetica, sans-serif;
	color : #5985a2;
	text-transform: lowercase;
	letter-spacing: -1px;
}
#content h2 {
	font : bold 16px Arial, Helvetica, sans-serif;
	color : #5985a2;
	text-transform: uppercase;
}
#content h3 {
	background : #152a32;
	padding : 20px;
}
#content ul, #content ol {
	margin : 0;
	padding : 3px 0 10px 18px;
}
#content ol {
	padding : 3px 0 10px 30px;
}
#content ul li, #content ol li {
	padding-left : 10px;
	margin : 0;
	clear : both;
}
#content ol li {
	padding-left : 2px;
}
#content ul {
	list-style-type : square;
	margin-left:-15px;
}
#content ul {
	list-style-type:none;
}
#content ul li {
	padding-left:20px;
	background:url('../images/bullet.gif') no-repeat top left;
}
#content a:link, #content a:visited {
	color : #5985a2;
	text-decoration : underline;
}
#content a:hover, #content a:active {
	color : #d4edfd;
	text-decoration : underline;
}
#content input, #content select, #content textarea {
	margin : 0;
	padding : 5px;
}
#content iframe {
	border : none;
}
.insertslrg iframe, .insertslrg embed, .insertslrg object {
	margin : 0;
	padding : 25px 0;
	width : 650px;
	/*height : 475px;*/
	float : left;
	border : none;	
}
.insertssml_left iframe, .insertssml_left embed, .insertssml_left object {
	float : left;
	margin : 5px 20px 5px 0;
	padding : 0;
	width : 400px;
	/*height : 300px;*/
	border : none;
}
.insertssml_right iframe, .insertssml_right embed, .insertssml_right object {
	float : right;
	margin : 5px 0 5px 20px;
	padding : 0;
	width : 400px;
	/*height : 300px;*/
	border : none;
}
#content img {
	overflow : hidden;
	border : none;
	margin-top: -20px;
	padding-top: 33px;
}
.small_left {
	float:left;
	margin : 13px 15px 8px 0;
	padding : 0;
}
.small_right {
	float : right;
	margin : 13px 0 8px 15px;
	padding : 0;
}
.medium_left {
	float : left;
	margin : 13px 15px 8px 0;
	padding : 0;
}
.medium_right {
	float : right;
	margin : 13px 0 8px 15px;
	padding : 0;
}
.large_left {
	float : left;
	margin : 13px 25px 8px 0;
	padding : 0;
}
.large_right {
	float : right;
	margin : 13px 0 8px 25px;
	padding : 0;
}
#content .page_image {
	float : left;
	margin : 10px 0;
	padding : 0;
}
#content .pdflink {
	background : url(../admin/edit_images/pdf-icon.gif) no-repeat;
	padding-left : 17px;
}
#footer {
	width : 950px;
	height : 35px;
	float : left;
	overflow : hidden;
	background-color : #000000;
	margin : 0 0 0 -10px;
	padding : 0;
	text-align : right;
}
#footer p {
	padding : 0;
	margin : 10px;
	color : #162F3D;
}
#footer a:link, #footer a:visited {
	color : #162F3D;
	text-decoration : underline;
}
#footer a:hover, #footer a:active {
	color : #ffffff;
	text-decoration : underline;
}
