@charset "UTF-8";
/* CSS Document */

html{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000100;
}

body{
	width:100%;
	margin: 0 auto;
	background-color:#FFFFFF;
	position:relative;
}

div{
	margin:0px;
	padding:0px;
}



h2{
	font-size:12px;
	font-weight:bold;
}


hr{
	color:#000000;
	width:205px;
}

a{
	text-decoration:none;
	color:#000000;
}

a:hover{
	text-decoration:underline;
	color:#000000;
}



#mainContainer{
	width:900px;
	margin: 0 auto;
}

#header{
	float:left;
	clear:both;
}

#logo{
	float:left;
	clear:both;
	margin:0;
}

#logo h1{
	/*LOGO IN HEADER*/
	width:900px;
	height:68px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-9999px;
	text-align:center;
	display:block;
	margin:0;
}

#logoSub{
	float:left;
	clear:both;
	width:900px;
	height:40px;
	background-image:url(../images/logoSub.gif);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	margin:0;
}

#topLeftMenu{
	width:375px;
	height:23px;
	float:left;
	text-align:left;
	margin:0;
	padding-left:75px;
	padding-top:7px;
}

#topRightMenu{
	width:375px;
	height:23px;
	float:left;
	text-align:right;
	margin:0;
	padding-top:7px;
}

#mainMenu{
	float:left;
	clear:both;
	border-bottom: solid 1px #631012;
	height:16px;
	width:752px;
	margin-left:75px;
	margin-top:4px;
}


.btnActive {
	display:block;
	float:left;
	width:106px;
	height:16px;
	background-image:url(../images/menuBg.gif);
	background-repeat:no-repeat;
	text-align:center;
	color:#fff;
}

.btnInactive {
	display:block;
	float:left;
	width:80px;
	height:16px;
	color:#000000;
	text-align:center;
}


#bodyContainer{
	float:left;
	margin:0px;
	margin-top:12px;
}


#leftArabesque{
	float:left;
	width:76px;
	height:374px;
	background-image:url(../images/leftArabesque.gif);
	background-repeat:no-repeat;
	
}

#rightArabesque{
	float:left;
	width:72px;
	height:374px;
	background-image:url(../images/rightArabesque.gif);
	background-repeat:no-repeat;	
}

.bodyContent{
	float:left;
	background-image:url(../images/redPoints.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin:0px;
	padding-left:8px;
}

#greyBox{
	width:237px;
	float:left;
	margin-left:8px;
}

#greyBoxTop{
	width:237px;
	height:18px;
	margin:0px;
	padding:0px;
	float:left;
	clear:both;
	background-image:url(../images/greyBoxTop.gif);
	background-repeat:no-repeat;
	font-size:1px;
}

#greyBoxCenter{
	width:211px;
	margin:0px;
	padding:0px;
	float:left;
	clear:both;
	background-color:#d7d7d7;
	padding-left:13px;
	padding-right:13px;
}

#greyBoxBottom{
	width:237px;
	height:18px;
	margin:0px;
	padding:0px;
	float:left;
	clear:both;
	background-image:url(../images/greyBoxBottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	font-size:1px;
}

#bodyText{
	width:490px;
	float:left;
	padding-left:5px;
}

.text{
	padding-left:45px;
	width:390px;
	text-align:justify;
}


#footer{
	float:left;
	clear:both;
	width:752px;
	height:118px;
	margin:0px;
}

/*NEWS*/
.lnkActive{
	color:#521a15;
}

.lnkInactive{
	color:#000000;
}

/* News Section */
#NewsTicker {
            border: solid 0px #cccccc;
            width: 204px;
            height: 120px;
        }
        #NewsTicker h1 {
            padding: 6px;
            margin: 0;
            border: 0;
            color: #000000;
            font-size: 11px;
            font-weight: bold;
        }
        #NewsVertical {
            width: 204px;
            height: 120px;
            display: block;
            overflow: hidden;
            position: relative;
			float:left;
        }
        #TickerVertical {
            width: 204px;
            height: 120px;
            display: block;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        #TickerVertical li {
            display: block;
            width: 190px;
            color: #333333;
            text-align: left;
            font-size: 11px;
            margin: 0;
            padding: 6px;
            float: left;
        }
        #TickerVertical li .NewsTitle {
            display: block;
            color: #000000;
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 6px;
        }
        #TickerVertical li .NewsTitle a:link, #TickerVertical li .NewsTitle a:Visited {
            display: block;
            color: #000000;
            font-size: 12px;
            font-weight: bold;
            margin-bottom: 6px;
            text-decoration: none;
        }
        #TickerVertical li .NewsTitle a:hover {
            text-decoration: underline;
        }
        #TickerVertical li .NewsImg {
            float: left;
            margin-right: 10px;
        }
        #TickerVertical li .NewsFooter {
            display: block;
            color: #000000;
            font-size: 10px;
            margin: 6px 0 14px 0;
        }
/* Kill News Section */

/*SUBMENU*/

#subMenu h2{
	font-size:14px;
	clear:both;
}

.divider{
	color:#FFFFFF;
	font-weight:bold;
	clear:both;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	letter-spacing:0.1em;
}

.dividerGrey{
	color:#978b8f;
	font-weight:bold;
	clear:both;
	float:left;
	padding-top:3px;
	padding-bottom:3px;
	letter-spacing:0.1em;
}


/*FORM*/
fieldset{
	margin-top:10px;
}
label, label span{
	display:block;
	padding-bottom:3px;
	padding-top:3px;
}

label{
float:left;
width:100%
}

label span{
	float:left;
	width:25%;
	text-align:left;
}

fieldset input, select, textarea{
	margin:2px 5px 0 0;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#521a15;
	color:#521a15;
	font-family:"Times New Roman", Times, serif;
	padding:1px 2px;
	float:left;
	width:65%;

}
fieldset input, select{
	height:20px;
}

#btnSubmit {
	width:60px !important;
	margin-right: 10px;
	background-color:#521a15;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	padding:2px;
	color:#FFFFFF;
	
}

.btn {
	width:140px;
	margin-right: 10px;
	background-color:#521a15;
	font-family:"Times New Roman", Times, serif;
	padding:2px;
	color:#FFFFFF;
	
}


.undernewsElement
{
	text-align:center; 
	margin-top:15px; 
	display:block;
	width:100%; 
	float:left; 
	clear:both;
}

.undernewsElementspan
{
	padding-left:3px;
}


/*modal window*/

.feedbackBtn
{
	position:absolute; 
	top:300px; 
	left:0px;	
	width:26px;
	height:100px;
	cursor:pointer; 
}
	.modal-overlay
	{
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		height:100%;
		width:100%;
		margin:0;
		padding:0;
		background:#000;
		opacity:.75;
		filter: alpha(opacity=75);
		-moz-opacity: 0.75;
		z-index:101;
	}
	* html .modal-overlay
	{   
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
	.modal-window
	{
		position:fixed;
		top:50%;
		left:50%;
		margin:0;
		padding:0;
		z-index:102;
	}
	* html .modal-window
	{
		position:absolute;
	}
	.close-window
	{
		position:absolute;
		width:32px;
		height:32px;
		right:8px;
		top:8px;
		background:transparent url('modalWindow/close-button.png') no-repeat scroll right top;
		text-indent:-99999px;
		overflow:hidden;
		cursor:pointer;
		opacity:.5;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
	}
	.close-window:hover
	{
		opacity:.99;
		filter: alpha(opacity=99);
		-moz-opacity: 0.99;
	}

.lock-container   {width:90%; text-align:left; clear:both; float:left; margin-left:80px; height:20px;}

.lock-container a {display:block; float:left; margin-right:5px;}
.mail-lock		  {padding-top:2px;}
