﻿body
{
	font-family: Calibri, Tahoma, Arial, Times New Roman;
	background-image: url(media/pgBG.jpg);
	background-repeat: repeat-x;
	background-color: #480101;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	/*background-image: url(media/bg_45.png);
	background-repeat: repeat-x repeat-y;*/
}

.pageCont
{
	width: 100%; 
	height:100%;
	background-image: url(media/bg_45.png);
	 	background-repeat: repeat-x repeat-y;
	 	min-height:900px;
}
.page
{
	width: 800px;
	margin: 0 auto;
}
.topPart
{
	background-color: Transparent;
	background-image: url(media/bg_topcenter.png);
	background-repeat: no-repeat;
	background-position: center;
}
.top
{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 800px;
	height: 150px;
	margin: 0 auto;
}
.logo
{
	float: left;
	border: 0px;
}

.topMenu
{
	float: right;
}
.topMenu img
{
	border: 0px;
	height: 50px;
	width: 50px;
	padding: 2px;
}

.mainMenu
{
	height: 40px;
	background-image: url(media/menubg.jpg);
	background-repeat: repeat-x;
}
.mainMenuLvl1
{
	padding-top: 2px;
	width: 780px;
	height: 35px;
	margin: 0 auto;
	background-color: Transparent;
}

.body
{
	background-image: url(media/contentBG.png);
	background-repeat: repeat-x repeat-y;
	min-height: 450px;
	width: 100%;
}
.bodyFooter
{
	background-image: url(media/pgBottom.png);
	height: 10px;
	width: 100%;
}

.content
{
	float: left;
	padding: 10px;
	width: 550px;
	margin-left: 10px;
	min-height: 259px;
	background-image: url(media/page.png);
	background-repeat: no-repeat;
	color: #ccc;
}
.content h1
{
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.content p
{
	text-align: justify;
}
.content a
{
	color: #fff;
	font-weight: bold;
}

.controls
{
	float: right;
	width: 200px;
	margin-right: 10px;
}
.control
{
	padding: 10px;
	width: 180px;
	min-height: 180px;
	background-image: url(media/controlBG.png);
	background-repeat: no-repeat;
	color: #ccc;
}
.control h1
{
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.control img
{
	border: 0px;
}

.footer
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 11px;
}
.footer a
{
	color: #999;
	text-decoration: none;
}

.pImages
{
	width: 200px;
	float: left;
}
.pImg
{
	float: left;
	width: 60px;
	height: 60px;
	padding: 3px;
	cursor: pointer;
}
.pContent
{
	width: 340px;
	float: right;
}
.pContent h2
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.pContent a
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.pContent a:hover
{
	text-decoration: underline;
}


.newsItem
{
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: solid 1px #666;
}
.newsAltItem
{
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #aaa;
	margin-bottom: 2px;
	background-image: url(media/newsAlt.png);
	background-repeat: repeat-x repeat-y;
}
.newsDay
{
	font-size: 33px;
	font-weight: bold;
	float: left;
	width: 33px;
	padding-right: 3px;
	text-align: right;
}
.newsRightPart
{
	float: right;
}
.newsDate
{
	font-size: 11px; /*width: 130px;*/
	float: left;
	padding-top: 4px;
}
.newsTitle
{
	clear: both;
	float: left;
	font-size: 13px;
	padding-top: 4px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	width: 100%;
}
.newsSpacer
{
	clear: both;
	height: 1px;
}


.contactForm
{
	font-size: 13px;
}
.contactInput
{
	font-family: Calibri,Tahoma,Verdana,Times New Roman;
	font-size: 13px;
	width: 200px;
	border: 0px;
	background-image: url(media/newsAlt.png);
	background-repeat: repeat-x repeat-y;
	padding: 3px;
}
.contactInputMulti
{
	font-family: Calibri,Tahoma,Verdana,Times New Roman;
	font-size: 13px;
	width: 200px;
	border: none;
	background-color: #ccc;
	padding: 3px;
	height: 60px;
}

.ucNews a
{
	clear: both;
	padding-top: 7px;
	font-size: 11px;
	color: #ddd;
	text-align: right;
	float: right;
}
.ucNews a:hover
{
	color: #888;
}

.redBtn
{
	height: 25px;
	background-image: url(media/btnBG.png);
	border: 0px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 3px;
	font-family: Calibri, Tahoma, Arial, Times New Roman;
	cursor: pointer;
}
