﻿/*Site CSS*/
div#SiteHeader
{
	font-size: 14px;
	font-family: Tahoma , Verdana;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
}
div#SiteHeader h1, div#menu
{
	width: 976px;
	margin: 0 auto;
	text-align: left;
}
div#SiteHeader h1
{
	padding: 30px 0 10px;
	color: #FFF;
}

ul#SiteNav, ul#SiteNav li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#SiteNav
{
	float: right;
	font-size: 80%;
}
ul#SiteNav li
{
	float: left;
	margin-left: 3px;
	text-align: center;
}
ul#SiteNav a
{
	float: left;
	width: 75px;
	padding: 5px 0;
	background: url(../App_Themes/TemplateSite/images/fade_blue.gif) #fff repeat-x 20% top;
	text-decoration: none;
}
ul#SiteNav a:hover
{
	background: #FFF;
	color: orange;
}

div#side
{
	float: left;
	display: inline;
	width: 180px;
	background: #bdbdbd;
	color: #FFF;
	margin: 0px 5px 5px 5px;
	padding: 5px;
	min-height: 100%;
	height: 100%;
	width: 240px;
}
.wr_white li
{
	font-size:12px;
	background: url(../App_Themes/TemplateSite/images/wr_white_x.gif) bottom left repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	width: 155px;
}
.wr_white li a
{
	background: url(../App_Themes/TemplateSite/images/wr_white_bgr.gif) center left no-repeat;
	line-height: 22px;
	color: #4E4D4D;
	text-decoration: none;
	padding-left: 17px;
}
.wr_white li a:hover
{
	text-decoration: none;
	color: #D6300D;
}

#siteContent
{
	padding: 6px 12px;
	border: 1px solid #bdbdbd;
	background: #FFF;
	margin-bottom: 8px;
	min-height: 100%;
	height: 100%;
}
