/* CSS Document */

html {
	height:100%;
	background-color: #000000;
}

body {
	padding:0;
	margin:0;
	height:100%;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#49453c;
	line-height:13px;
	background-color: #000000;
}

/* You can change the width of this container to whatever the width of the site is, but
you need to have a width on the container. Check the width of the main table too.*/

#container {
	padding:0;
	width:1000px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
}
#container #flash {
	background-image: url(images/flash.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 348px;
	width: 830px;
}

#container #navigation {
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 68px;
	width: 830px;
}
#container #content {
	background-image: url(images/main_bg.png);
	background-repeat: repeat-y;
	width: 830px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #content #left {
	float: left;
	width: 190px;
}
#container #content #left #insideleft {
	width: 230px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
}

#container #content #right {
	float: right;
	width: 540px;
}
#container #content #right #insideright {
	width: 480px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#container #content #bottom {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	clear: both;
	height: 34px;
	width: 830px;
}
#container #bottomnav {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}






/* ----------- HEADER STYLES ------------ */

h1 {
	font-weight:bold;
	font-size:20px;
	display:inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #272A7A;
}

h2 {
	font-weight:bold;
	font-size:16px;
	display:inline;
	font-family: Geneva;
	color: #272A7A;
}

h3 {
	font-weight:normal;
	font-size:13px;
	display:inline;
	font-style: normal;
}
h4 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
}
#sidebar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 10px;
}
  
table, td {
	border-collapse:collapse;
}

table, td, img {
	border:0; 
	padding:0;
}

form, td {
	margin:0; 
	padding:0;
}

br {
	font-size:10px;
}

table{
	border:0px; 
	border-collapse:collapse;	
}

td, input, textarea{
	font-size:13px;
    font-family:Tahoma;
	color:#49453c;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

td, select, input {
	font:13px tahoma, arial, helvetica, sans-serif; 
	color:#49453c; 
	vertical-align:top;  
	text-align:left;
}

img a { 
	border:0px;
}

img { 
	vertical-align:top;
}

b {
	color:#f32648;
}

/* ------------ CHANGE LINK COLOR HERE ------------ */

.header{
	font-size:16px;
	font-weight:bold;
	color:#784f0f;
}
.subheader{
	font-size:13px;
	font-weight:bold;
	color:#784f0f;
}
a.body:link{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.body:visited{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.bottom:link{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:underline;
}

a.bottom:visited{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:underline;
}
a:link{
	color:#49453c;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#49453c;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

ul {
	line-height:1.3em;
}

/*li{ 
	margin:0px; 
	padding-left:8px; 
	line-height:18px ;
}
li a{
	color:#ffffff; 
	text-decoration:underline;
}
li a:hover{
	color:#ffffff; 
	text-decoration:none;
} */

.clear{clear:both;}
#container #bottomnav a:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#container #bottomnav a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.phone {
	font-weight: bold;
	color: #272A7B;
}

