/* === Resets === */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	text-align: left;
	word-spacing:0; /* Added By Me */
	font-family:helvetica,arial,sans-serif; /* Change back to inherit for other applications  */
}
strong{ font-weight: bold;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}


/*=== No Flash Styles ===*/
#bflashContent {

}


#bflashContent ul{
	background:#edd2ca;
	width:990px;
	margin:0 0 0 46px;
	padding:5px 0 5px 0;
	height:22px;
}

#tflashContent ul {
	margin:0 0 0 44px;
	background:#edd2ca;
	width:990px;
	padding:5px 0 5px 0;
	height:22px;
}

#bflashContent ul li,#tflashContent ul li {
	display:inline;
	background:#edd2ca;
	padding:10px;
}

#bflashContent ul li:hover,#tflashContent ul li:hover{
	background:#c8aca4;
}

#bflashContent ul li a,#tflashContent ul li a{
	color:#573128;
	text-decoration:none;
}


/* === Quick Universal Styles === */

.float_left {
	float:left;
}

.float_right {
	float:left;
}

.clear {
	clear:both; /* To be used with <br /> tags for floats */
}

/* Global Styles */

body {
	background:#383838;
}

#wrapper {
	width:1050px;
	margin:-21px auto;
	padding:29px 0 0 0;
	background:url(../images/background.png) no-repeat #383838;
}

#header {
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
margin-top: 30px;
border:0px solid #000;
	width:990px;
}

#flash_container {
	width:1090px;
	height:586px;
	background:none;
	margin:0 auto;
	margin-left:-20px;
}

#logo {
	float:left;
	width:211px;
}

#logo img {
	margin:-8px 0 0 0;
}

#logo p {
	padding:10px 0 0 0;
	font-size:0.8em;
	color:#fff;
	text-align:center;
	float:left;
}

#header_nav {
	width:200px;
	float:right;
	text-align:right;
}

#header_nav li {
	width:200px;
}

#header_nav span a {
	text-transform:uppercase;
	color:#edd2ca;
	font-size:0.7em;
	text-align:right;
	display:block;
	float:right;
	width:130px;
	text-decoration:none;
}

#header_nav span a:hover {
	color:#cbb0a9;
}

#header_nav ul {
	margin:20px 0 0 0;
}

#header_nav ul li {
	text-align:right;
}

#header_nav ul li a {
	font-size:0.7em;
	color:#fff;
	text-decoration:underline;
}

#header_nav ul li a:hover {
	color:#aaa;
}

#footer {
	width:990px;
	margin:10px auto;
	color:#6c6c6c;
	font-size:0.6em;
}

#footer a, #footer a.visited{
color:#6c6c6c;
text-decoration: none;
}

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



/* Sub Styles */

#container {
	width:990px;
	height:426px;
	background:#fff;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#top_flash_nav {
	width:1050px; /* 1036px */
	height:27px;
	overflow:hidden;
	position:relative;
	z-index:0;
	margin:-1px auto;
	
}

#topnav-subpages {
	width:1090px;
	margin:0px auto;
	display:block;
	margin-left:-14px;
}

#topnav-subpages object,#topnav-subpages embed {
	margin:0 0 0 -7px;
	display:block;
}

#bottom_flash_nav {
	width:1090px;
	height:133px;
	display:block;
	margin:0 auto;
	margin-left: -16px;
}

#bottom_flash_nav_container {
	width:1050px; /* 1036px */
	height:133px;
	overflow:hidden;
	margin:0px auto;
	position:relative;
	z-index:11;
}


#left_sub {
	width:548px;
	height:424px;
	float:left;
}

#right_sub {
	width:442px;
	height:424px;
	float:left;
}

#right_sub_content {
	overflow:auto;
	padding:0 0 30px 0;
	margin:21px 0 0 46px;
    background:#fff;
	width:420px;
	height:370px;
}

#right_sub_content a, #right_sub_content a:visited{
	color:#5b362c;
	text-decoration: underline;
}

#right_sub_content a:hover{
	color:#000;
	text-decoration: underline;
}

#right_sub_content h1, #faqWrapper h1 {
	font-size:1.5em;
	color:#5b362c;
	padding:15px 60px 15px 0;
}

#right_sub_content p {
	font-size:0.8em;
	line-height:1.1em;
	padding:10px 60px 0 0;
	line-height:1.3em;
	
}

#right_sub_content ul {
	list-style:disc outside;
	padding:0 50px 0 2px;
	font-size:0.9em;
	margin-left:30px;
	margin-top:10px;
}

#right_sub_content ol {
	list-style-type: decimal;
	padding:0 50px 0 2px;
	font-size:0.9em;
	margin-left:30px;
	margin-top:10px;
}

#right_sub_content ul li, #right_sub_content ol li {
	font-size:0.9em;
	line-height:1.3em;
	margin-bottom: 10px;
}


#right_sub_content ul li ul li, #right_sub_content ol li ul li, #right_sub_content ul li ol li, #right_sub_content ul ul ul li {
	font-size:1.1em;
	line-height:1.2em;
}

#right_sub_content img {
	margin:0 10px 0 0;
}

#right_sub_content ul li a, #right_sub_content ol li a {
	font-size:1em;
	color:#5b362c;
	text-decoration:underline;
}

#right_sub_content p a {
	text-decoration:underline;
}


#tflashContent,#bFlashContent,#flashContent {
padding:0px;
margin:0px;
display:inline;
}

#header ul li a {
	text-decoration:none;
}

/* SPECIAL ARTICLE STYLES */
.article-wrapper {padding:0 0 20px 0;margin:0 10px 0 0;}
.article-wrapper .the_article {font-size:13px;display:block;padding:0 70px 0 0;}
.article-wrapper p {font-size:12px !important;}
.article-wrapper img{width:250px;}
.article-wrapper strong {display:block;color:#573128;font-size:13px;padding:5px 0;}

.ctable {width:300px}
.ctable td{padding:3px;}

.valueshead{
	text-align: center; 
	color: rgb(172, 1, 1); 
	font-size: 24px; 
	margin-bottom:0px;
	width:85%;
}

.valuestext{
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	margin-bottom:20px;
	width:85%;
}