/* CSS Document */
*{
	padding:0;
	margin:0;
}
body{
	background:url(../images/index-all-bg.png) repeat-x top #6a3ace;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
ul{
	list-style:none;
}
.clear{
	clear:both;
}
.clearleft{
	float:left;
}
.clearright{
	float:right;
}
.tcenter{
	text-align:center;
}
.tright{
	text-align:right;
}
.mt13px{
	margin-top:13px;
}
.mt10px{
	margin-top:10px;
}
.mr10{
	margin-right:10px;
}
.wrapper{
	width:980px;
	margin:0 auto;
}
.pt20{
	padding-top:20px;
}
#pagetop{
	background:url(../images/page-bg.png) no-repeat center top;
	width:100%;
}
#header{
	height:311px;
}
#logo{
	position:absolute;
	margin-left:-25px;
	width:288px;
	top:0;
}
ul#topmenu{
	z-index:888;
	position:absolute;
	margin-left:220px;
}
ul#topmenu li{
	float:left;
	padding:20px 18px;
	background:url(../images/top-bu-bg.png) no-repeat right;
}
#mainmenu{
	height:81px;
	z-index:999;
	position:absolute;
	margin-top:230px;
	margin-left:220px;
}
#rotator{
	background:url(../images/rotator-bg.png) no-repeat center top;
	height:442px;
}
#banners{
	height:278px;
	margin-left:-20px;
	width:1020px;
}
#banners li{
	float:left;
}
#indexbottom{
	background:url(../images/bottom-box-bg.png) no-repeat;
	width:980px;
	margin-left:-15px;
	height:411px;
	padding:10px 0 0 30px;
}
#indexbottom h3{
	height:71px;
}
#news{
	width:318px;
	background:url(../images/three-boxes-bg.png) repeat-x;
	height:380px;
}
#newscontent{
	background:url(../images/boxes-bg.png) repeat-x;
	width:283px;
	height:289px;
	padding:0 10px 20px 10px;
	color:#FFF;
}
#newscontent li{
	padding:10px 0;
	border-bottom:1px solid #a592cb;
}
#newscontent li a{
	text-decoration:underline;
	color:#FFF;
	margin:15px 0 0 0;
	display:block;
}
#newscontent li a:hover{
	text-decoration:none;
}
#newscontent .calbox{
	background:url(../images/cal-bg.png) no-repeat top;
	width:59px;
	height:65px;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	float:left;
	margin-right:10px;
}
#newscontent .calbox h4{
	font-size:16px;
	font-weight:normal;
	margin-top:-8px;
}
#enewsletter{
	width:327px;
	background:url(../images/three-boxes-bg.png) repeat-x;
	height:380px;
	color:#FFF;
}
#enewsletter p{
	padding:10px;
}
#enewsletter .textfield{
	line-height:30px;
	width:88%;
}
#newslettercontent{
	background:url(../images/boxes-bg.png) repeat-x;
	width:313px;
	height:309px;
}
#mediacenter{
	width:307px;
	background:url(../images/three-boxes-bg.png) repeat-x;
	height:380px;
}
#mediacontent{
	background:url(../images/boxes-bg.png) repeat-x;
	width:286px;
	height:309px;
	padding:0 10px;
}
#mediacontent .video{
	padding:10px 0 0 0;
}
#mediacontent li{
	float:left;
}
#flicker{
	background:url(../images/flickr-bg.png) no-repeat center top;
	height:175px;
	width:980px;
	margin:30px 0;
}
#innercontainer{
	background:#FFF;
	width:100%;
	padding-bottom:30px;
}
#sidebar{
	width:245px;
	background:url(../images/sidebar-bg.png) repeat-x;
	padding:20px 15px;
}
#sidebar h3{
	padding:10px 20px;
}
ul#quicklinks{
	margin:10px 0;
	width:245px;
}
ul#quicklinks li{
	float:left;
	width:245px;
	display:block;
}
ul#quicklinks li a{
	background:url(../images/quicklinks-normal.png) repeat-x;
	line-height:36px;
	padding:0 20px;
	width:205px;
	float:left;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	display:block;
}
ul#quicklinks li a:hover{
	background:url(../images/quicklinks-hover.png) repeat-x;
}
#content{
	width:665px;
	padding:20px;
}
#containershadow{
	height:20px;
	width:100%;
}

/* Footer Style */
#footer{
	background:url(../images/footer-bg.png) repeat-x;
	width:100%;
	height:304px;
}
#footer .footerbg{
	background:url(../images/footer-inner-bg.png) no-repeat center;
	height:304px;
}
#footer .footerlogo{
	width:100%;
	padding-top:20px;
	height:140px;
}
#footersocial{
	position:absolute;
	width:980px;
	margin-top:160px;
}
ul#footerlinks{
	height:64px;
}
ul#footerlinks li{
	display:inline-block;
	padding:30px 15px 0 0;
}
#copyright{
	width:100%;
	color:#FFF;
	line-height:50px;
}