/* Start of CMSMS style sheet 'DOF v1.0' */
@charset "utf-8";
/* CSS Document */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html, body {
	margin:0;
	padding:0;
	height:100%;
	color: #494949;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #981314;
	background-image: url(uploads/images/bg.jpg);
	background-repeat: repeat-x;
}

img {
	border:0;
}

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

a:hover {
	color:#b8ae8b;
	text-decoration:none;
}
	
h1{
	color:#494949;
        font-size: 16px;
} 
	
h2{
	padding-top:5px;
	color:#f8931d;
	font-size: 16px;
}
	 
h3{
	padding: 5px 0px;
	color:#494949;
	font-size: 16px;
}

#container {
   min-height:100%;
   position:relative;
}

.clearfix{
	clear: both;
}

/* header style */
#container #header {
	position:relative;
	width:986px;
	margin:0 auto;
}

#container #header #logo{
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 714px;
}

#container #header #search{
	float:right;
	width: 150px;
	padding-top: 30px;
	padding-right: 53px;
	text-align: right;
}

#container #header #menu{
	padding-top: 10px;
	width:986px;
        height: 35px;
        background-color: #000;
        border-bottom: 5px solid #aa0007;
}

#container #header #menu ul{
	list-style:none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container #header #menu ul li{
	float: left;
	display:block;
	list-style:none;
	margin: 0px 15px 0px 15px;
        font-size:12px;
	padding: 0px;
	color: #494949;
	text-decoration:none;
}

#container #header #menu ul li a {
	float: left;
	display:block;
	padding: 5px 14px 0px 14px;
	text-align:center;
	color: #b8ae8b;
	text-decoration:none;
	position:relative;
	line-height: 20px;
	height: 25px;
	font-weight:bold;
        
}

#container #header #menu ul li a:hover {
	background:#aa0007;
	color: #b8ae8b;
}

#container #header #menu ul li a.active, #menu ul li a.active:hover {
	color:#b8ae8b;
	background:#aa0007;
	font-weight:bold;
	font-size: 100%;
}

/* end header style */

/* content wrapper style */

#wrapper {
	position:relative;
	width:986px;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 40px;
	_padding-bottom: 70px;

}

#wrapper #banner{
	width: 986px;
}

#wrapper #content{
	width: 986px;

}

/* column layout style */

#wrapper #content #leftcolumn{
	float: left;
	width: 665px;

}

#wrapper #content #leftcolumn #contentlinks{
	float: left;
	width: 635px;
        padding: 15px;
	margin: 5px 0px 5px 0px;
        background-color: #fff;
}



#wrapper #content #rightcolumn{
        position: relative;	
        float: right;
	width:315px;
	margin-left: 5px;

}

#wrapper #content #rightcolumn #contentrechts{
	float: right;
	width: 275px;
	margin: 5px 0px 5px 0px;
        padding: 15px;
        background-color: #fff;
        color: #666;

#wrapper #content #rightcolumn #contentrechts a{
	color: #666;
	text-decoration: none;
}

#wrapper #content #rightcolumn a:hover{
        color: #494949;	
        text-decoration: underline;
}

/* end column layout style */

/* end content wrapper style */

/* footer style */

#wrapper #content #footer {
        position:relative;        
        width:986px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
        text-align:center;
}

#wrapper #content #footer #footercontent{
        position:relative;	
        width:986px;
	  margin-left: auto;
    margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	font-size: 12px;
        text-align:center;
   
}

#footer #footercontent a{
	color: #fff;
	text-decoration: none;
}

#footer #footercontent a:hover{
	text-decoration: underline;
}

/* end footer style */
/* End of 'DOF v1.0' */

