* { margin: 0; padding: 0; }

body
{
	background: #FFF url('../images/bg.png') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 10px 0;
}

.clear { clear: both; }
img { border: 0; }
img.imgleft { float: left; margin: 0 10px 5px 0; padding: 5px; }
img.imgright { float: right; margin: 0 0 15px 15px; padding: 5px; }
hr { margin: 0 0 5px 0; padding: 0; border: 0; height: 1px; color: #DDD; background: #DDD; }
a { color: #900; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
#map { float: right; border: 1px solid #AAA; margin: 0 0 10px 10px; }

#container
{
	margin: 0 auto;
	width: 960px;
	padding: 20px;
	background: #FFF url('../images/bg-container.png') no-repeat;
}

#topcont
{
	margin: 0 auto;
	width: 940px;
	height: 120px;
	background: #FFF url('../images/bg-headercont.png') no-repeat;
}

#menucont
{
	margin: 0 auto;
	width: 940px;
	height: 40px;
	font-weight: bold;
	background: #930000 url('../images/bg-menucont.png') no-repeat;
}

#menucont ul { list-style-type: none; }
#menucont ul li { display: inline; }
#menucont ul li a { float: left; padding: 0 20px; line-height: 40px; border-right: 1px solid #FFF; text-decoration: none; color: #FFF; }
#menucont ul li a.active { color: #FFF; background: url('../images/bg-menucont-active.png') repeat-x; }
#menucont ul li a.activehome { color: #FFF; background: url('../images/bg-menucont-home-active.png') repeat-x; }
#menucont ul li a:hover { color: #FFF; background: url('../images/bg-menucont-hover.png') repeat-x; }
#menucont ul li.home a:hover { background: url('../images/bg-menucont-home-hover.png') repeat-x; }

#graphiccont
{
	margin: 0 auto;
	width: 940px;
	height: 200px;
	border-top: 1px solid #FFF;
	
}

#graphiccont ul#slider
{
    width: 940px;
    height: 200px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#graphiccont ul#slider li
{
    float: left;
    position: relative;
    display: none;
}

#graphiccont ul#slider li div
{
    position: absolute;
    width: 920px;
    /* background: #111; */
    color: #FFF;
    left: 0;
    display: none;
    padding: 10px;
}

.top { top: 0; color: #FFF; text-align: right; font-weight: bold; }
.bottom { bottom: 0; color: #FFF; text-align: right; font-weight: bold; }

#maincont
{
	margin: 0 auto;
	width: 940px;
	background: #FFF url('../images/bg-maincont.gif') repeat-y;
	line-height: 22px;
}

#maincont h1, #maincont h2, #maincont h3, #maincont h4, #maincont h5, #maincont h6
{
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 24px;
	color: #900;
}

#maincont p
{
	margin: 0 0 15px 0;
}

#maincont ul
{
	margin: 0 0 15px 30px;
}

#mainfull
{
	width: 900px;
	padding: 20px;
	background: #FFF;
	
	min-height: 300px;
	height: auto !important;
	height: 300px;
	
}

#mainfull .hometabcont { width: 900px; margin: 0 0 15px 0; background: url('../images/bg-hometab.jpg') bottom left; }
#mainfull .hometabcont .hometab { float: left; width: 435px; margin: 0 15px 0 0; }
#mainfull .hometabcont .hometab .hometabtitle { width: 405px; padding: 0 15px; line-height: 30px; color: #FFF; text-align: left; font-weight: bold; font-size: 14px; background: #CA131B url('../images/bg-menucont.png') no-repeat; }
#mainfull .hometabcont .hometab .hometabtitle a { color: #FFF; }
#mainfull .hometabcont .hometab .hometabtitle a:hover { color: #FFF; text-decoration: underline; }
#mainfull .hometabcont .hometab .hometabtext { width: 405px; padding: 15px; }
#mainfull .hometabcont .hometab .hometabtext img { margin: 0 0 15px 0; }
#mainfull .hometabcont .hometab .hometabtext a img { padding: 5px; border: 1px solid #DDD; }
#mainfull .hometabcont .hometab .hometabtext a:hover img { padding: 5px; border: 1px solid #333; }

#mainleft
{
	float: left;
	width: 660px;
	padding: 20px;
	
	min-height: 300px;
	height: auto !important;
	height: 300px;
	
}

#mainright
{
	float: left;
	width: 200px;
	padding: 20px;
	color: #666;
}

#maincont #mainright h1, #maincont #mainright h2, #maincont #mainright h3, #maincont #mainright h4, #maincont #mainright h5, #maincont #mainright h6
{
	color: #666;
	font-size: 17px;
}

#maincont #mainright ul { margin: 0 0 15px 0; list-style-type: none; }

#footercont
{
	clear: both;
	margin: 0 auto;
	width: 900px;
	color: #777;
	font-size: 11px;
	border-top: 1px solid #CCC;
	text-align: right;
	padding: 20px;
	line-height: 16px;
}

#footercont a { color: #333; text-decoration: none; text-transform: capitalize; }
#footercont a:hover { color: #900; }
