@charset "utf-8"; /* CSS Document */

body {margin: 0px; padding: 0px; font: 100% "Lucida Grande","Lucida Sans Unicode", Verdana, Helvetica,sans-serif;; text-align: center; color: #666666; overflow-y: scroll;}

p, li, td {	font-size: 90%;}
h1, h2, h3, h4, h5 {margin: 0; padding: 0; font-weight:normal; font-family: "Century Gothic", Lucida Sans, Arial}
h1 {font-size: 28px; padding-bottom: 10px}
a { color: #d24800; text-decoration: none;}
a:hover { color:#f4be64; text-shadow: #f4be64 1px 1px 0px;}

#main {width: 930px; margin: 0px auto; margin-top: 10px; background: transparent url(images/orange_stripes.png) repeat-y; }
#logo {height: 224px; margin-top: -224px; margin-left: 5px; background: transparent url(images/head.jpg) top left no-repeat; text-align: left; } 
#header { width: 930px;	height:224px; padding: 0; } 
#container { width: 930px; min-height: 550px; text-align: left; } 
#content { margin: 0 0 0 250px; padding: 0 60px 0 50px; }

#tab_menu {float: right; width: 573px;	height: 33px; margin: -6px 70px 30px 0;	padding: 0;	background: url(images/tab-menu.png) no-repeat left top;}
#tab_menu ul {height:25px;	list-style: none; margin: 0; padding: 0; padding-left: 10px}
#tab_menu ul li {display: inline; margin: 0; padding: 0;}
#tab_menu ul li a {display: block;	float: left; padding: 8px 13px 0 13px; font-size: 14px;	color: #f8a51e; text-shadow:  #d34c06 1px 1px 0px; text-decoration: none;	text-transform: uppercase;} 
#tab_menu ul li a:hover {color:#FFF; text-shadow: #f4be64 1px 1px 0px;	}
#tab_menu ul li.active a {color:#FFF; text-shadow: #f4be64 1px 1px 0px;}

#sidebar { color: #f8a51e; float: left; width: 240px; padding: 50px 5px 15px 0px; }
#sidebar li { margin: 0; padding: 0 0 5px 0; list-style-type: none; text-shadow: #d34c06 1px 1px 0px;}
#sidebar ul li a { font-size: 14px; color: #d24800; text-shadow: #f8a51e 1px 1px 0px; text-decoration: none; text-transform: uppercase;}
#sidebar ul li a:hover { color:#f4be64; text-shadow: #f4be64 1px 1px 0px;	}
#sidebar ul li.active a { color:#f4be64; text-shadow: #f4be64 1px 1px 0px;}


#footer { position: relative; bottom: 0px; width: 822px; padding: 0 50px; margin-left: 3px; text-align: right; font-size: 80%} 
#footer p {margin: 0; padding: 10px 0;}

.fltrt {float: right; margin-left: 8px;}
.fltlft { float: left; margin-right: 8px;}
.clearfloat { clear:both; height:0;font-size: 1px;line-height: 0px;}