﻿
/*-------------RESETS ALL CSS-------------*/

body{
    background:#f3f4f4;
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	color:#000000;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style-image: none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/*-------------Layout-------------*/


/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	/*font-family: Georgia, Georgia Ref, Times New Roman, Times, serif;*/
	font-family:Arial;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding: 0;
	width: 100%;
    text-align: center;
    
	voice-family: "\"}\"";
    voice-family: inherit;
    font-size: 0.9em;
    color:#000;
	}
	html>body { /* be nice to Opera 
    font-size: small;*/

}


table{
	margin: 2px 0 2px 0;
}

tr {
	margin: 0;
	padding: 0;
}

td {
	font-size: 0.9em;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0 0 3px 0;
	text-align: left;
}

th {
	font-size: 0.9em;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0 0 3px 0;
	text-align: left;
}


/*---------------------------------------------------------------------------------
Global Text
---------------------------------------------------------------------------------*/

p {
	font-size: 0.9em;
	color: #000000;
	font-weight: normal;
	margin: 0;
	padding: 0 0 12px 0;
	line-height: 1.4em;
	text-align: left;
}


h1 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	text-align: left;
	display: block;
	background: url("../images/hr.gif") repeat-x bottom	 left;
}

h2 {
	font-size: 17px;
	color: #000;
	font-weight: normal;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	text-align: left;
	background: url("../images/hr.gif") repeat-x bottom	 left;
}

h3 {
	font-size: 15px; 
	color: #30301F;
	font-weight: normal;
	padding: 0 0 4px 0;
	margin: 10px 0 0 0;
	text-align: left;
}

h4 {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	padding: 0 0 8px 0;
	margin: 8px 0 8px 0;
	text-align: left;
	display: block;
	background: url("../images/hr.gif") repeat-x bottom	 left;
}

ul {
	margin: 0;
	padding: 0 0 20px 30px;
	
}

li {
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	list-style-image: url("../images/arrow.gif") no-repeat center left;
	font-size: 0.9em;
	color: #000;
	font-weight: normal;
}

li a{
	padding: 0 12px 0 0;


}

a {
	margin: 0;
	
}

a:link		{ color: #0033FF; text-decoration: none;}
a:visited	{ color: #0033FF; text-decoration: none;}
a:hover		{ color: #FF0000; text-decoration: none;}
a:active	{ color: #0033FF; text-decoration: none;}


.noarrow{
	margin: 0;
	padding: 0;
	background-image: none;
}

.noarrowlist{
	margin: 0 0 6px 0;
	padding: 0;
	list-style-image: none;
}

.noarrow:hover{
	margin: 0;
	padding: 0;
	background-image: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 80%;
}

/*---------------------------------------------------------------------------------
Navigation
---------------------------------------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 4px;
}

#nav {
		font: 0.9em Arial;
		
		/*text-transform: uppercase;
		letter-spacing: 1px;*/
		border-top: solid 1px #b2b2b2;
		border-bottom: solid 1px #b2b2b2;
		padding: 1px 0;
		text-align: center;
		position: relative;
		clear: both;
	}
		#nav li {
			float: left;
			display: block;
			line-height: 1em;
			white-space: nowrap;
			background-color: transparent;
			list-style-image:none;
		}
			#nav li:before {
				margin-bottom: 0em;
				margin-left: .2ex;
				color: #fff;
				display: block;
				background-color: transparent;
				padding: 10px 15px;
			}
						
		#nav a {
			color: #ffffff;
			text-decoration: none;
		}
			#nav a:hover {
			}
		#nav_main { /*main nav bar across top*/
			
			background: #6B1687;
			height: 22px;
			display: block;
			padding: 0 0 0 1px;
			
		}
				

			#nav_main a {
				
				padding: 6px 35px 9px 35px;
				display: block;
				background: url(../images/nav-div.gif) no-repeat right center;
			}
			
			#nav_main li:hover ul#nav_sub_1 {
				display: block;
			}
			#nav_sub_1 li {
				text-align: left;
				padding: 6px 10px;
				letter-spacing: 0;
				width: 100%;
				clear: both;
				border-bottom: dotted 1px #bfbfbf;
				position: relative;
				z-index: 450;
			}
			#nav_main #nav_sub_1 li a {
				padding: 0;
				background: none; 
				display: block;
				position: relative;
				z-index: 500;
			}
			#nav_sub_1 li.no_border {
				border: none;
			}

/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
} 

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}

.hr {
	width: 100%;
	float: left;
	background: url("../images/hr.gif") repeat-x top left;
	height: 5px;
	padding: 10px 0 10px 0;
}


.break {
	height: 30px;
	width: 100%;
	float: left;
}

.smallbreak {
	height: 15px;
	width: 100%;
	float: left;
}


/*---------------------------------------------------------------------------------
Layout Styles
---------------------------------------------------------------------------------*/

.content {
	width: 930px;
	margin: 0 auto 0 auto;
	padding: 0px;

}

/*--Header---*/

#header{
	text-align: left;
	background: url("../images/header_back2.jpg") repeat-x top left;
	width:100%;
	height: 133px;
	padding: 0 0 0 0;
}

#logobar{
	text-align: left;
	background: url("../images/logobarback.jpg") #FFFFFF no-repeat;
	width:100%;
	height: 90px;
	padding: 0 0 0 0;
}

#breadcrumbs{
	text-align: left;
	background-color:White;
	width:100%;
    font-size:0.75em;
    clear:both;
}

#header_wrapper {
	text-align: center;
	background: url("../images/bg.gif") repeat-x top left #FFFFFF;
	width:100%;
	height: 108px;
	padding: 20px 0 0 0;
}

#header_wrapper .content h1{
	background: url("../images/onlytruegodlogo.gif") no-repeat top left;
	padding: 53px 0 0 0;
	margin: 0; 
	display: block;
	height: 0;
	overflow: hidden;
}

#header_wrapper img{
	margin: 10px 0 10px 0;
}

#header_content {
	padding: 15px 0 24px 0;
	text-align: left;
}


/*--Navigation--*/

#nav_wrapper 
{
    width:960px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 5px;
	margin: 0;
	margin: 0 auto 0 auto;
	margin-top:5px;
	height:20px;
	background: white;
	background: url("../images/nav_bg.gif") repeat top left #FFFFFF;
}

.nav {
	text-align: center;
	width: 910px;
	background-color:Black;
	padding: 0 20px 0 20px;
	margin: 0 auto 0 auto;
}

.nav_content ul{
	padding: 0;
	float: left;
	list-style-type: none;
}

.nav_content li{
	padding: 0;
	margin: 0;
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	list-style-image: none;

}

.nav_content li a {
	padding: 3px 4px 3px 3px;
	margin: 0 4px 0 0;
}

.nav_content li a:link		{ color: #FFF; text-decoration: none; background-image: none;}
.nav_content li a:visited	{ color: #FFF; text-decoration: none; background-image: none;}
.nav_content li a:hover		{ color: #30301F; text-decoration: none; background-color: #CBCBC7; background-image: none;}
.nav_content li a:active	{ color: #FFF; text-decoration: none; background-image: none;}

.nav_content #selected a{
	color: #30301F;
	text-decoration:
	none; background-color: #CBCBC7;
}


/*--Sub Navigation--*/

#content_wrapper .content .small_left #subnav ul{
	
	padding: 3px 0 0 0;
	margin: 0;

}

#content_wrapper .content .small_left #subnav li{
	background: url("../images/hr.gif") repeat-x bottom left;
	padding: 0 0 3px 0;
	list-style-image: none;
	margin: 0;
}


#content_wrapper .content .small_left #subnav ul li ul{
	margin: 0;
	padding: 0;
	
}

#content_wrapper .content .small_left #subnav ul li ul li{
	background-image: none;
	margin: 0 0 0 15px;
	padding: 0;
	list-style-image: none;
	
}


#content_wrapper .content .small_left #subnav ul li ul li a{
	background-color: transparent;
	padding: 2px;
	color: #626255;
	font-size: 13px;
	_height: 1em;
	list-style-image: none;

}

#content_wrapper .content .small_left #subnav ul li ul li>a {
float: none;
list-style-image: none;
}

#content_wrapper .content .small_left #subnav ul li ul li a:link		{ color: #626255; text-decoration: none; background-image: none;}
#content_wrapper .content .small_left #subnav ul li ul li a:visited		{ color: #626255; text-decoration: none; background-image: none;}
#content_wrapper .content .small_left #subnav ul li ul li a:hover		{ color: #30301F; text-decoration: none; background-color: #EFEFE4; background-image: none;}
#content_wrapper .content .small_left #subnav ul li ul li a:active		{ color: #626255; text-decoration: none; background-image: none;}


#content_wrapper .content .small_left #subnav ul li ul li ul li a{
	background-color: transparent;
	padding: 2px;
	color: #474738;
	font-size: 12px;
	list-style-image: none;
}

#content_wrapper .content .small_left #subnav ul li ul li ul li a:link		{ color: #474738; text-decoration: none; background-image: none;}
#content_wrapper .content .small_left #subnav ul li ul li ul li a:visited		{ color: #474738; text-decoration: none; background-image: none;}
#content_wrapper .content .small_left #subnav ul li ul li ul li a:hover		{ color: #30301F; text-decoration: none; background-color: #EFEFE4; background-image: none;}
#content_wrapper .content .small_left #subnav ul li ul li ul li a:active		{ color: #474738; text-decoration: none; background-image: none;}

#content_wrapper .content .small_left #subnav .subnav_selected{
	color: #30301F;
	text-decoration: none;
	background-color: #EFEFE4;
	list-style-image: none;
}

#content_wrapper .content .small_left #subnav ul li ul{
	background-image: none;
	padding: 0;
	margin: 0;
	clear: both;
	list-style-image: none;
	
	
}

#content_wrapper .content .small_left #subnav a{
	
	display: block;
	margin: 3px 0 3px 0;
	padding: 3px;
}

#content_wrapper .content .small_left #subnav li a:link		{ color: #30301F; text-decoration: none; background-image: none;}
#content_wrapper .content .small_left #subnav li a:visited	{ color: #30301F; text-decoration: none; background-image: none;}
#content_wrapper .content .small_left #subnav li a:hover	{ color: #30301F; text-decoration: none; background-color: #EFEFE4; background-image: none;}
#content_wrapper .content .small_left #subnav li a:active	{ color: #30301F; text-decoration: none; background-image: none;}


/*--Content--*/

#content_wrapper 
{
    width:960px;
	text-align: center;
	padding: 0;
	margin: 0;
	margin: 0 auto 0 auto;
	background: white;

}

.content {
	text-align: center;
	width: 910px;
	padding: 0 20px 0 20px;
	margin: 0 auto 0 auto;
}

#content_wrapper .content{
	padding: 20px 20px 0 20px;
}

.small_left {
	width: 190px;
	float: left;
	margin: 0 20px 0 0;
}

.small_right{
	width: 190px;
	float: right;
	margin: 0 0 0 20px;
}

.main {
	width: 700px;
	float: left;
}

.main_third {
	float: left;
	width: 190px;
	margin: 0 20px 0 0;
}

.main_third_end {
	float: right;
	width: 220px;
}

.main_half_left{
	float: left;
	width: 340px;
}

.main_half_right {
	float: right;
	width: 340px;
}



.half_left{
	float: left;
	width: 440px;
}

.half_right{
	float: right;
	width: 440px;
}

.half_right img{
	border: double 3px #B7B7B1;
	margin: 10px 0 15px -15px;
	
}

.half_left img{
	border: double 3px #B7B7B1;
	margin: 10px 0 20px 0;
	
}

.backgroundgrey1{
	background-color: #EFEBE6;
	padding: 20px 20px 5px 20px;
}

.backgroundgrey2 a{
	padding: 0 0 0 15px;
}

.backgroundgrey2{
	background-color: #EFEFE4;
	padding: 20px;
}

#background_halfs{
	background: url("../images/halfs_bg.gif") repeat-y top left;
	float: left;
	width: 100%;
}

.mainhalfs_lines{
	background: url("../images/halfs_lines.gif") repeat-x top left;
	float: left;
	width: 100%;
	padding: 2px 0 2px 0;
}

#content_wrapper .content .main .mainhalfs_lines ul li a{
	padding: 0 0 0 15px;
}

.moreart .content a{
	padding: 0 0 0 15px;
}

.moreart h2{
	margin: 20px 0 5px 0;

}

.commands .content a{
	padding: 0 0 0 15px;
}

#content_wrapper .content .main .mainhalfs_lines ul li{
	margin: 2px 0 0 0;
	padding: 0 0 0 5px;
}

#content_wrapper .content .main .mainhalfs_lines ul{
	margin: 0 0 20px 0;
}

#content_wrapper .content .main .mainhalfs_lines h3{
	padding: 10px 0 5px 0;
}

.links li{
	list-style-image: none;
	padding: 0;
}

.links li ul{
	list-style-image: none;
	padding: 8px 0 10px 15px;
	margin: 0;
	font-size: 12px; 
}

.links li ul li {
	list-style-image: none;
	padding: 0 0 3px 0;
	margin: 0;
	font-size: 11px; 
}

.links li ul li a{
	padding: 0 0 3px 0;
	margin: 0;
	font-size: 12px;
	background: url("../images/smallarrow.gif") no-repeat center left;
}

.imagelink {
	padding: 0;
	margin: 0;
	list-style-image: none;
}



/*--Footer--*/



#footer_wrapper 
{
    width:960px;
    border-top: 5px solid #323232;
    background: #393939;
	text-align: center;
	padding: 10px 0 0 0;
	margin: auto;
    height:50px;
	font-size: 8pt;
	color:#C7C7C3;
}

#footer_wrapper p{
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 8pt;
	color:#C7C7C3;
}

#footer_wrapper a{
	padding: 0;
	margin: 0;
	font-size: 8pt;
	color:#C7C7C3;
}

#footer_wrapper a:link		{ color: #C7C7C3; text-decoration: none; background-image: none;}
#footer_wrapper a:visited	{ color: #C7C7C3; text-decoration: none; background-image: none;}
#footer_wrapper a:hover		{ color: #8C96C7; text-decoration: none; background-image: none;}
#footer_wrapper a:active	{ color: #C7C7C3; text-decoration: none; background-image: none;}

#footer_wrapper .footerlinks {
float:right;
}
#footer_wrapper .footerlinks a:link		{ color: #393939; text-decoration: none; background-image: none;}
#footer_wrapper .footerlinks a:visited	{ color: #393939; text-decoration: none; background-image: none;}
#footer_wrapper .footerlinks a:hover	{ color: #393939; text-decoration: none; background-image: none;}
#footer_wrapper .footerlinks a:active	{ color: #393939; text-decoration: none; background-image: none;}


/*--Span Classes--*/
.marginleft {
	margin: 0 0 30px 20px
}

