/*reset CSS*/
*{
	margin:0;
	padding:0;
}
	
ul,ol{
	list-style:none;
}
	
table{
	border-spacing:0;
}
	
a img, fieldset{
	border:none;
}

.clear{
	clear: both;
}

input{outline:none;}
textarea{resize:none;}

/*end reset*/

html{
	height: 100%;
}

body{
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	background: #940000 url(images/bg.jpg) fixed top;
	height: 100%;
}

p{
	padding-bottom: 12px;
}

a{
	color: #970000;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.asWrap{width: 1143px; margin: 0 auto;}


/* start header styles */

.asHeader{height:105px; padding-left:38px;}
.asHeader h1{padding-top: 24px;}
.asHeader h1 a{font-size: 36px; color:#000;}
.asHeader span{font-size: 16px; color:#000;}

/* end header styles */

/* start menu styles */
.asMenu{background:url(images/menu_bg.png) no-repeat 0 0;height:73px;}
.asMenu ul li{display:inline;}
.asMenu a{float:left; width:20%;text-align:center;margin: 7px 0;font-size:36px;padding-top:17px;color:#ffffff;}
/* end menu styles */

/* start header picture style */
.asHeaderPic{background:url(images/header_bg.png) no-repeat 0 0; height:210px; padding: 14px 14px 14px 14px;margin-top:9px;}
/* end header picture style */

/* start content style */
.asContent{padding-bottom:20px;padding-top:9px;}
.asContentBgTop{background:url(images/content_bg_top.png) no-repeat 0 0; height:36px;}
.asContentBg{background:url(images/content_bg.png) repeat-y; padding: 0 25px;}
.asContentBgBot{background:url(images/content_bg_bot.png) no-repeat 0 0; height:36px;}
.asFirstColumnBox{border-bottom: 1px solid #640000; padding-bottom:20px;}
.asSecondColumnBox{padding-top:25px;}
.asColumn{
	width:400px;
	margin-left:200px;
	float:left;
}
.asColumnFirst{margin-left:0;}

.asColumn h2{
	color:#fff;
	font-size:24px;
	padding-bottom:10px;
	padding-left: 100px;
}
.asReadMore{text-align:right;}
.asReadMore a{color:#b20a0a; font-weight:bold;}
.asSecondColumnBox h2{
	text-align:center;
	font-size:36px;
	padding-bottom:20px;
	padding-left: 20px;
}
.asMiniGallery{text-align:center; width:285px; margin:0 auto; padding-bottom:10px;}
.asMiniGallery a{padding: 3px; float:left;}
.asAuthor {padding-bottom:25px; text-align:right;}
.asAuthor span{font-size: 18px;}
/* end content style */

/* start footer style */
.asFooter{padding-bottom:15px;}
.asFooterLeft{padding-left: 25px; float:left; color:#fff; font-size:11px;line-height:20px;}
.asFooterLeft p{padding:0;}
.asFooterLeft a{color:#fff;font-weight:normal;}
.asFooterLeft a:hover{text-decoration:underline;}
.asFooterRight{float:right; padding-right:7px;}
.asFooterRight a{margin-left: 25px;}
/* end footer style */

/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/


#slider-wrapper {
    background:url(images/top.jpg) no-repeat;
    width: 1113px;
    height: 210px;
    margin:0 auto;
}

#slider {
	position:relative;
    width: 1113px;
    height: 210px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left: 440px;
	bottom:-42px;

}
.nivo-controlNav a {
	display:block;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	display: none
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
