@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F130B; 
	padding: 0px;
	margin: 0px; 
	background-image: url(../images/background.jpg); 
	background-attachment:fixed;  
	background-repeat: repeat-x;
	background-color:#D5BF98; 
}
#shadow { 
	background-image:url(../images/shadow.png); 
	background-repeat:repeat-y;
	width:1050px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#before_top {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height: 10px;
	padding:10px 0px 10px 20px;	
}
#before_top h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px; 
	color:#7A5135;
	padding:0px;
	margin:0px;
}
#top { 
	background-image:url(../images/top.png);
	height:36px;
	width:1050px;
	margin-left:auto;
	margin-right:auto;
}
#banner {
	background-image: url(../images/banner.jpg);
	width:730px; 
	height:55px; 
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px; 
	font-weight:normal;
	color:#FFFFFF;
	padding-top:125px;
	padding-left:270px;
	}
.strip {
	width: 1000px;
	background-color:#E7E0D3;
	height:18px;
	padding-top:5px;
	text-transform:uppercase;
}
.strip h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #2F130B;
	padding:0px;
	margin:0px; 	
}
#middle {
	width:1000px;
	background-image: url(../images/content_bg.jpg);	
}
#logo {
	width:184px;
	height:183px;
	float:left;
}
#flash {
	width:816px;
	float:left; 
	background-color:#000000; text-align:center;
}
#nav {
	width:184px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #2F130B; 
}
.nav_title {
	
	text-align:center; 
	padding:5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/nav_title_bg.jpg);
	background-color:#E7E0D3;
	background-repeat:repeat-x;	
}
.nav_title h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px; font-weight:bold; 
	text-transform:uppercase;
	color: #2F130B;
	padding:0px;
	margin:0px; 
}
#nav_inside {
	color:#FFFFFF; 
	text-align:left;
}
.nav_inside_dark { 
	background-color:#835E4B;
}
#nav_inside ul { 
	list-style-image:url(../images/arrow.png);
	margin:0px 0px 0px 20px;
	padding:10px 0px 10px 10px;
}
#nav_inside ul li {
	padding: 0px 0px 5px 0px;	
}
#nav hr {
	color:#FFFFFF; 
	padding:0px;
	margin:0px;
	}
#content {	
	width:815px;
	float:left;
}
#left_side {
	width: 595px; 
	padding:10px 20px;
	float:left;
}
#right_side { 
	width: 180px; 
	float:left; 
	padding-top:10px;
}
#right_side h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px; 
	text-align:center;
	padding:0px; 
	margin:0px;
}
#right_side h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px; 
	text-align:center; 
	color:#2F130B; 
	padding:0px; 
	margin:0px;
}
.left_pane {
	float:left;
}
.right_pane {
	float:left;
	margin-left: 20px;
}
#footer { 
	background-image:url(../images/footer.png);
	width:1050px;
	height:62px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	color:#FFFFFF;
}
.clearFix {
	clear: both;
}

h1 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px; font-weight:normal;
	color: #2F130B;
}
h1.sanserif { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px; 
	text-align:center;
	padding:0px; 
	margin:0px;
}
h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px; font-weight:normal;
	color: #A46D1C;
}
h3 {
	padding:0px;
	margin:5px 0px;
	font-size:14px;
}
h4 {
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:14px;
	margin:0px;
	color: #5E4E37;
}
h5 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px; font-weight:normal;
	color: #990000;
}
/******************* PARAGRAPH TAG *******************/
/* no padding and margin prevents problems while styling */
/* Use <br> to create extra page break after paragraphs */
p {
	padding: 0px;
	margin: 0px;
}
.text_padding {
	padding:5px 10px;
}
a:link, a:visited {
color: #2F130B;
}

a:hover, a:active {
color: #A46D1C; 
}
/*********** menu ***********/
a.menu:link, a.menu:visited {
font-family:  Verdana; arial, helvetica, sans-serif; 
font-size: 11px;
color: #2F130B;
font-weight: bold;
text-decoration: none; 
}

a.menu:hover, a.menu:active 
{font-family: verdana;  arial, helvetica, sans-serif;
font-size: 11px;
color: #A46D1C;
font-weight: bold;
text-decoration: none;
}
/*********** menu dark ***********/
.nav_inside_dark a.menu:link,  .nav_inside_dark a.menu:visited {
color: #fff;
}

.nav_inside_dark a.menu:hover {
color: #CC9900;
}
/*********** footer links ***********/
a.bottom:link, a.bottom:visited {
font-family:  Verdana; arial, helvetica, sans-serif; 
font-size: 10px;
color: #C5AB87;
font-weight: bold;
text-decoration: none;
}

a.bottom:hover, a.bottom:active 
{font-family: verdana;  arial, helvetica, sans-serif;
font-size: 10px;
color: #F6E26E;
font-weight: bold;
text-decoration: none;
}
.hide-movie { display: none; }

/******************* pics *******************/

img.borders { 
	border-left: #000000 5px solid;
	border-right: #000000 5px solid;
	border-top: #000000 10px solid;
	border-bottom: #000000 10px solid;
}

.circle { 
	background-image:url(../images/circle.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:25px;
	width:39px;
	height:36px;
	text-align: center;
	margin:0px;
	padding-top:3px;
}
.shout {
	font-size:18px;
	color:#990000;
}
.shout_white {
	font-size:18px;
	color:#fff;
	padding:0px;
	margin:0px;
}
.tiny {
font-size:9px;
}
.diagnosis {
	background-color:#FF9900;
	padding:20px; width:300px; 
	color:#FFFFFF; font-weight:bold;
	border:#fff 2px solid;
}
.diagnosis h1 {
	padding:0px;
	margin:0px;
}
.solution {
background-color:#fff;
	padding:20px; 
	width:302px; 
	border:#FF9900 1px solid;
	 
}
.solution h1 {
padding:0px;
	margin:0px;
}


