/*
*
{
margin: 0;
padding: 0;
}
*/

html, body
{
font-family: Arial, garamond, times;
font-size: 12pt;
color: #FFFFFF;
background: #480000;
text-align: center;
margin:0px;
}

img
{
border: 0px;
}

a
{
color: #FFFFFF;
text-decoration:underline;
}

a:link 
{
color: #FFFFFF;
text-decoration: none;
}

a:visited 
{
color: #FFFFFF;
text-decoration: none;
}

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

ul 
{
margin: 12px 0px 12px 150px;
list-style: none;
}

ul li 
{
float: left;
position: relative;
margin: -5px 5px -5px 5px;
padding: 5px;
/*border: 1px solid blue;*/
}

ul li a
{
margin: -5px 5px -5px 5px;
padding: 5px;
}

ul li a:hover
{
background: #CC3535;
}

/* UL CONTENT */
ul.content 
{
margin: 0px 0px 3px 25px;
list-style: none;
}
ul.content ul li li
{
list-style: none;
}

#wrapper
{
position: relative;
overflow: hidden;
width: 760px;
/*
min-height: 100%;
height: auto !important;
height: 100%;
*/
margin-left: auto;
margin-right: auto;
background-image: url(/images/home_bg.jpg);
background-repeat: no-repeat;
/*border: 1px solid orange;*/
text-align: left;
padding-bottom:25px;
}

#header
{	
position: relative;
overflow: hidden;
width: 100%;
min-height: 417px;
height: auto !important;
height: 417px;
text-align: center;
text-transform: uppercase;
font-family: arial;
font-size: 10pt;
/*border: 1px solid orange;*/
}

#header_nav
{
float: left;
overflow: hidden;
width: 100%;
min-height: 40px;
height: auto !important;
height: 40px;
background: #862B38;
/*border: 1px solid orange;*/
}

#main
{
position: relative;
overflow: hidden;
width: 100%;
background: #6D6F47;
background-image: url(/images/home_main_top.jpg);
background-repeat: no-repeat;
background-position: top middle;
padding: 10px;
}

#main_left
{
float: left;
width: 500px;
min-height: 40px;
height: auto !important;
height: 40px;
/*border: 1px solid orange;*/
}

#main_left p
{
padding: 15px 15px 0 15px;
font-size: 11pt;
}

#main_right
{
float: left;
width: 200px;
min-height: 40px;
height: auto !important;
height: 40px;
margin: 0 0 0 20px;
/*border: 1px solid orange;*/
}

#main_right img
{
margin: 15px 0 0 0;
}

#main_right p
{
padding: 10px;
font-size: 11pt;
}

#footer
{	
overflow: hidden;
width: 100%;
margin: 20px 0 0 0;
background: #834C60;
/*border: 1px solid pink;*/
}

#footer_left
{
display: inline-block;
vertical-align: middle;
width: 275px;
margin:0 0 0 15px;
font-family: arial;
font-size: 8pt;
}

#footer_right
{
display: inline-block;
vertical-align: middle;
margin:0 0 0 25px;
font-family: arial;
font-size: 8pt;
}

.think{
color:#888888;
font-size:10px;
padding-top:10px;
padding-bottom:10px;
}

.think a{
text-decoration:underline;
}

.think a:hover{
color:#ccc;
text-decoration:underline;
}

/* Fix IE. Hide from IE Mac \*/
* html #footer_left {display:inline;}
* html #footer_right {display:inline;}
/* End */