/* CSS Document */

html {
     margin:0px;
     padding:0px;
     height: 100%;
	 left:0;
}

body {
     margin:0;
     padding:0;
     height:auto !important;
     height:100%;
     min-height:100%;
}

p
{
	font-family:  helvetica, geneva, arial; 
	font-size:13px; 
	color:#1E1212;
	line-height:16px;
	
}
a, a:visited
{
	color:#C13914;
	border-bottom: 1px dotted #C13914;
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
	color:#DF601D;
	border-bottom: 1px dotted #DF601D;
}
h1 
{
	font-size:26px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#6D0700;
	text-transform: uppercase;
	font-weight:normal;
	line-height:31px; 
	
}
h2 
{
	font-size:20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color:#7B2822;
	font-weight:normal;
	line-height:24px; 
	margin-bottom:-5px;
}
h2 a, h2 a:visited
{
	color:#7B2822;
	line-height:24px; 
	margin-bottom:-5px;
	border-bottom:0px;
}
h2 a:hover
{
	border-bottom: 1px dotted #C13914;
	color:#C13914;
}
h4 
{
	font-size:16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color:#7B2822;
	font-weight:bold;
	line-height:22px; 
	margin-bottom:-5px;
}
#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 7px;
	padding: 0px;
	text-align: left;
	width: 805px;
	background:url(images/main-bg.jpg);
	}
 	
#content
	{
	padding:10px;
	padding-left:0px;
	}

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(images/main-bg-lt.jpg);
	background-position: 0px 0px;
	
	}

#trc
	{
	background-image:url(images/main-bg-rt.jpg);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(images/main-bg-lb.jpg);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(images/main-bg-rb.jpg);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(images/main-bg-top.jpg);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(images/main-bg-bottom.jpg);
	background-position: 50% 100%;
	margin-bottom:-5px;
	}
	
#rb
	{
	background-image:url(images/main-bg-right.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	margin-right:-5px;
	}

#lb
	{
	
	background-image:url(images/main-bg-left.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	margin-left:-5px;
	}
		
.menu
{
	float:left; 
	width:250px;
	height:100%; 
	margin:1px 0 0 0; 
}

.menu a:hover
{
	border-bottom:0px;
}

ul
{
	font-family:  helvetica, geneva, arial; 
	font-size:13px; 
	color:#1E1212;
	line-height:16px;
	
}
ul.leftmenu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#6D0700;
	text-transform: uppercase;
	font-size: 13px;
	font-weight:bold;
	width: 250px;
	margin-top:20px;
	
}

ul.leftmenu li {
	line-height:50px;
	background:url(images/separator.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
}
ul.leftmenu li.bottom {
	border-bottom:0px;
	font-size: 12px;
}
ul.leftmenu li a {
	text-decoration: none;
	display: block;
	color:#6D0700;
	border-bottom:0px;
}
ul.leftmenu li a:visited {
	text-decoration: none;
	color:#6D0700;
	}

ul.leftmenu li a:hover {
	background:url(images/menu_on.png);
	background-repeat:no-repeat;
	opacity:0.9;
	color: #F7B15C;
	margin-right:-10px;
	
}

.menutext
{
	padding-left:15px;
}
.menutext a
{
	border-bottom:0px;
}
.toptitle
{
	float:right; 
	margin-right:15px; 
	margin-top:25px;
}
.logo
{
	margin-left:50px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
}
.logo a
{
	border-bottom:0px;
}
.logo a:hover
{
	border-bottom:0px;
}
.content
{
	padding:15px;
	margin-left:275px;
}
.footer
{
	font-size:10px;
	margin-bottom:15px;
	display:block;
}
.footer p{
	color:#F2FBC2;
}
.footer a
{
	font-size:12px;
	color:#F2FBC2;
	text-decoration:none;
	border-bottom:1px dotted #F2FBC2;
}
.footer a:hover
{
	text-decoration:none;
	border-bottom:0px;
	color:#F90;
	border-bottom:1px dotted #F90;
}
.banner a
{
	margin:0;
	padding:0;
	margin-left:-5px;
	border-bottom:0px;
}
.banner a:hover
{
	text-decoration:none;
	border-bottom:0;
}	
.list
{
	padding-left:3px;
	margin-left:0;
}
.list ul
{
	padding-left:0;
	margin-left:0;
}
.list li
{
	list-style: none;
	line-height:23px;
}
.listsquare
{
	padding-left:20px;
}
.listsquare ul
{
}
.listsquare li
{
	line-height:23px;
	list-style-image: url(images/square.gif);
}



