/* ----- BASIC ELEMENTS AND FONTS ----- */


html, body   { color: #fff; font-size: 11px; font-family: Tahoma; background: #fff repeat-x; margin: 0; padding: 0; height: 100% }

.clear {
	clear: both;
	height:300px;
}

p {
	margin: 10px 30px 10px 25px;
}

a {
	text-decoration: none;
	color:#ffd502;
}

/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:9px;
	font-weight:regular;
}

#nav_list a {
	color:#fff;
}

.li_nav_body a   { line-height: 20px; background: url(assets/nav_body.png) no-repeat; display: block; margin-left: 0; padding-left: 25px; width: 170px; height: 20px }

.li_nav_footer a   { line-height: 21px; background: url(assets/nav_body.png) no-repeat; display: block; padding-left: 25px; width: 170px; height: 21px }

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#016001;
}



/*----- LAYOUT ----- */


#container  { background: url(assets/sidebar_body.png) repeat-y 30px 0 !important; margin-left: -30px; bottom: 100%; width: 100%; height: 100% }

#menu_header {
	width:170px;
	height:232px;
	text-align:left;
	float:left;
	margin:0 0 0 30px;
}

#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
    background: url(assets/sidebar_body.png) repeat-y;
}

.login_box  { background-position: 0 0; margin: 0 0 0 10px; width: 170px; float: left }

#head {
    width: 790px !important;
	width: 820px;
	height: 232px;
	float:left;
	text-align: right;
}

#content {
	width: 840px;
	text-align: justify;
	float: left;
	margin:0 0 0 20px;
	background: url(assets/sidebar_body.png) 10px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 20px 0px repeat-y;
}

.content_box {
	width: 120px;
	margin:0px 0px 0px 30px;
	float: left;
}

.content_box_large {
	width: 280px;
	margin:0px 0px 0px 20px;
	float: left;
}

.content_box_photo {
	width: 200px;
	margin:0px 0px 0px -10px;
	float: left;
}

#content_footer {
	background: url(assets/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 60px 0px repeat-y;
	width:100%;
	clear:both;
	margin-bottom:-70px;
	height:50px;
}


/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;
	margin: 2px;
	padding: 2px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.hoverbox li
{
	
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

