@import url("all.css");
@import url("paginate.css");
@import url("bubbles.css");
@import url("modal.css");

*{
	margin:0;
	padding:0;
}

body{
	text-align:center;
	background:#5c96b7 url(../img/bg.jpg) repeat-x;
	/*background-color: #3A7DA3;*/
	font-family:"Trebuchet MS",sans-serif;
	font-size: 11px;
}

#wrapper{
	margin:auto;
	text-align:left;
	width :985px;
}

/* start of header */
#header{
}

#logo{
	float:left;
	background:url(../img/logo.png) no-repeat;
	margin-left: 25px;
	width: 272px;
	height:106px;
}

#top_right_links{
	float:right;
	padding:40px;
	color:#fff;
	font-size: 14px;
}

#top_right_links a{
	color:#fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
/* end of header */
/* start of Menu */
#top_menu{
	height: 45px;
	background:url(../img/menu.png) no-repeat;
}

#top_left_menu{
	float:left;
	margin:15px;
	color:#fff;
}

#top_left_menu a{
	color:#fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 15px;
}

#top_left_menu a:hover{
	text-decoration: underline;
}

#top_right_menu{
	float: right;
	padding-right: 7px;
}

#top_right_menu ul li{
	float:left;
	height:45px;
	list-style-position:outside;
	list-style-type:none;
	text-align:center;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.rightlink{
	background:transparent url(../img/menu_bg_on.png) no-repeat scroll 0%;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	line-height:45px;
	width:116px;
	text-decoration: none;
}

.rightlink:hover{
	color:#000;
	background:url(../img/menu_bg.jpg) no-repeat;
	margin-top: 1px;
	text-decoration: none;
}

.tabcurrent{
	color:#000;
	background:url(../img/menu_bg.jpg) no-repeat;
	margin-top: 1px;
	text-decoration: none;
	display:block;
	font-weight:bold;
	line-height:45px;
	width:116px;
	text-decoration: none;
}
/* end of menu */
/* start of main container */
#container{
	background-color: #fff;
	/*margin-left: 2px;*/
	text-align: center;
	width :978px;
	height:auto;
}

#content{
	background-color: #fff;
	padding: 25px 15px 0 15px;
}

#front_bottom{
	height: 85px;
	background:url(../img/bottom.png) no-repeat scroll 0%;
	margin: 0px 0px 5px -2px;
}

#content_bottom{
	height: 45px;
	background:url(../img/content_bottom.png) no-repeat scroll 0%;	
	margin: 0px 0px 5px -1px;
}
/* end of main container */
/* start of frontpage */
#main_box{
	padding: 25px 15px 0 15px;
	height:275px;
	text-align: center;
	background:#fff url(../img/main.jpg) no-repeat;
}

.adv_box{
	float:left;
	margin:15px 25px 0px 25px;
	width: 28%;
	color:#FFFFFF;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
}

.adv_box a{
	text-decoration: none;
	color:#FFFFFF;
}

.proj_box{
	float:left;
	margin:15px 20px 0px 25px;
	width: 28%;
	color:#FFFFFF;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
}

.proj_box a{
	text-decoration: none;
	color:#FFFFFF;
} 
.ad_text{
	font-size: 26px;
	font-style: italic;	
}

.bottom_links1{
	position: relative;
	top: 50px;
	left: 70px;
	text-align: center;
	width: 120px;
	float: left;
}

.bottom_links2{
	position: relative;
	left: 270px;
	top: 50px;
	text-align: center;
	width: 120px;
	float: left;
}

.bottom_links3{
	position: relative;
	left: 480px;
	top: 50px;
	text-align: center;
	width: 120px;
	float: left;
}
/* end of frontpage */
/* start of footer */
#footer{
	background:url(../img/footer.png) no-repeat;
	height:164px;
	text-align: center;
	color: #fff;
	vertical-align: middle; 
}

#footer_left{
	float: left;
	margin: 150px 0px 20px 20px;
}

#footer_right{
	float: right;
	margin: 150px 30px 20px 0px;
}

#footer_right a{
	padding-right: 20px;
	color: #fff;
	text-decoration: none;
}

#footer_right a:hover{
	text-decoration: underline;
}
/* end of footer */
/* start of content page */
#content_box{
	padding: 25px 15px 0 15px;
	height:153px;
	text-align: center;
	background:#fff url(../img/login_bar3.jpg) no-repeat;
}

#top_content_left{
	float: left;
	width: 105px;
	height: 80px;	
}
#top_content_right{
	float: left;
	height: 80px;
	text-align: left;
	padding: 5px 0 0 20px;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-family: Tahoma, arial, Verdana, Helvetica, sans-serif;
}

#content_left{
	float: left;
	margin-left: 70px;
	width: 400px;
	text-align: center;
}

#content_left a{
	float: left;
	padding: 2px 15px 0 5px;
	color: #073752;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	font-family: Tahoma, arial, Verdana, Helvetica, sans-serif;
}
#content_right{
}

#content_right1{
	height:900px;
}

#content_right2{
	height:580px;
}

#content_register{
	
}

#content_main{
	width: 100%;
	color: #0b3f5d;
	font-size: 14px;
	text-align: center;
	height:auto;
}

#content_main table{
	text-align: left;
}

#content_main .oddtr{
	background-color: #f2f5f9;
	border-top: 1px solid #0b3f5d;
	border-bottom: 1px solid #0b3f5d;
}

#content_main .eventr{
	background-color: #fff;
}

#content_main .eventr td{
	vertical-align: middle;
	padding: 10px;
}

#content_main .oddtr td{
	background-color: #f2f5f9;
	border-top: 1px solid #cddae7;
	border-bottom: 1px solid #cddae7;
	vertical-align: middle;
	padding: 10px;
}

#nav_camp{
	border-bottom: 2px solid #ebebeb;
	margin: 20px 20px 0 20px;
	height: 50px;
}

#nav_camp .link{
	float:left;
	line-height:42px;
	display: block;
	width: 200px;
	text-align:center;
	background:#fff url(../img/nav_back.jpg) no-repeat;
}

#nav_camp .spacer{
	float:left;
	line-height:42px;
	display: block;
	width: 25px;
	text-align:center;
	background:#fff url(../img/nav_spacer.jpg) no-repeat;
}


#nav_camp .link a{ 
	text-decoration: none;
	padding-right: 5px;
	color: #7a8c97;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-family: Tahoma, arial, Verdana, Helvetica, sans-serif;
}

#nav_camp .link a:hover, .selected{
	color: #0b3f5d;
}

/* end of content page */