﻿body {
	background:url(images/body-background.jpg);
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;	
}

a:link{
	color:#c6c4c4;	
}

a:visited{
	color:#c6c4c4;
}

h3{
	margin-top:5px;
	margin-bottom:5px;
}

#wrapper{
	margin:0px;
	background-image: url(images/big_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:180px;
}

.floatLeft{
    float:left;
}

.floatRight{
    float:right;
}

#frame{
	width:800px;
	margin:auto;
	
}

#header{
	height:110px;
	text-align:center;
	background:url(images/main_heading.png) no-repeat center;
}

#nav{
	height:35px;
	text-align:center;
	margin:0 0 0 100px;
	text-transform:uppercase;
}
#content{
	background:url(images/black_dot.png);

}

#home_rotate{
	width:800px;
	height:300px;
	/*background:#00FF66;*/
	margin:0px 10px 0px 0px;
}

/*#home_links{
	width:190px;
	height:300px;
	background:#FFCC00;
	float:left;
	margin:0px 0px 0px 10px;
}*/

#flashcontent{
	z-index:-1000;
}

img { border: none; } 

#home_boxes{
	margin:20px 0px 0px 0px;
}


.home_box{
	/*background:#999933;*/
	height:180px;
	width:180px;
	float:left;
	/*margin:0px 26px 0px 0px;*/
}
.home_box_last{
	/*background:#999933;*/
	height:180px;
	width:180px;
	float:right;
	margin:0px 0px 0px 0px;
}

.home_box_filler{
    width:26px;
    float:left;
}

.resourceBox{
    /*float:left;*/
    padding:5px;
    width:180px;
}

.imageList {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:10px;
	margin:0px;
}

.eventList{
	float:left;
	width:375px;
}

.imageList img {
	float:left;
}

.imageListText{
	padding-top:45px;
	font-weight:bold;
}

.clear{
	clear:both;
}

#footer{
	/*height:100px;*/
	background:url(images/footer.png) no-repeat;
    padding:20px 0 5px 5px;
    color:#999999;
    
}

#PageTabStrip{
	padding:0px 4px 0px 4px;
}
#PageContentLeft{
	/*float:left;
	width:608px;*/
	color:#999999;
	padding:0px 4px 0px 4px;
}
    #PageContentLeft img{
        border:1px solid #999999;
        padding:2px;
        margin:2px;
    }
#PageContentRight{
	float:left;
	width:175px;
	color:#FFFFFF;
	padding:0px 4px 0px 4px;

}

.RadPanelBar {
	width:auto !important
}
.RadTabStrip_Black .rtsSelected {
color:#FFFFFF !important;
}

.RadTabStrip{
		text-transform:capitalize;
}

.rmText{
	font-weight:bold !important;

}

.rmItem{
	
	
}

.rmVertical .rmText{
	font-weight:normal !important;
}

/*div.tooltip { 
    background-color:#000; 
    border:1px solid #fff; 
    padding:10px 15px; 
    width:200px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
 
    /* outline radius for mozilla/firefox only */ 
    /*moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; */

#tooltip { 
    display:none; 
    background:transparent url(images/black_arrow.png); 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#fff;     
}

#facebookIcon{
	text-align:right;
}
