@charset "utf-8";

/* 
red: #f00
dk red: #c1272d
grey:#999
dk grey:#666
lt grey:#ccc
*/

* {
margin:0;
padding:0;
}

a {
	text-decoration:none;
	color:inherit;
}
a:hover{text-decoration:underline;}
p {
font-size:12px;
margin:4px 0px 6px 0px;

}

body{
background:url(../images/bg_tile.png) repeat #666;
font-family:"Ubuntu", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
color:#333;
}

h1{
margin:10px;
color:#555;
}

h3 {

}

h4{

}

#shadow{
position:relative;
margin: 0 auto;
width:1000px;
background:url(../images/container_shadow.png) repeat-y;

}

#container {
	position:relative;
margin: 10px auto;
width:950px;
background:url(../images/container_bg.png) top left repeat-y #999;
border: 1px solid #fff;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

#header {
height:150px;
background:url(../images/header.png) no-repeat;
}

#contentholder {
	position:relative;

}

#leftnavBG {
	position:absolute;
	height:100%;
	width:160px;
	background:#ccc;
}

#maincontent {
	width:700px;
	min-height:450px;
	margin: 10px 20px 10px 230px;
	background: #fff;
	border:1px solid #fff; /*c11 */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	
	}
#main {
	position:relative;
width:500px;
padding:10px 15px;
color:#666;
}


#rightnav {
	float:right;
	width:150px;
	height:300px;
	border-left:1px solid #c1272d;
	margin:10px 15px 0 0;
	color:#c1272d;
}

#rightnav h4 {
padding:5px 10px;
}

#rightnav ul {
	padding-left:10px;
	list-style:circle inside;
}

#rightnav ul a {
	font-size:12px;
	color:#999;
}
#rightnav ul a:hover {
	color:#666;
	text-decoration:underline;
}

.clearit{
	position:absolute;
	clear:both;
	background:#fff;
	bottom:0px;
}

#footer {
	text-align:right;
	color: #666;
	font-size:10px;
	padding:10px;
}
#footer a{color:#777;}
#footer a:hover{color:#555;}

#NAVIGATOR {
position:fixed;
top:175px;
width:250px;
}

#NAVIGATOR a{
	margin: 10px 0px;
	margin-left:-15px;
	
	display:block;
	background:url(../images/BTN_up.png) no-repeat top left;
	width:200px;
	height:50px;
	padding-left:30px;
	line-height:50px;
	color:#fff;
	font-size:24px;
	font-weight:bolder;

}
#NAVIGATOR a:hover{
background:url(../images/BTN_hover.png) no-repeat top left;
text-decoration:none;
}

#NAVIGATOR img {
	border:none;
	
}

.summitpict_h {
width:600px;
height:345px;
margin:10px 0;
padding: 5px;
border:1px solid red;
}
.summitpict_v {
margin:10px 0;
padding: 5px;
border:1px solid red;
}

.biglink{
	display:block;
text-decoration:none;
font-size:18px;
color:#C00;
border:1px solid #c00;
padding:2px 4px;
margin:10px;
}

.biglink:hover{
text-decoration:none;
color:#fff;
border:1px solid #fff;
background:#c00;
}


.subheading{
text-align:left;
height:60px;
width:600px;
margin-top:20px;
margin-bottom:10px;
padding: 0px 10px;
border-bottom: 10px solid #ddd;
}

.dkred{
color:#c1272d;
}

.red{
color:#f00;
}
.grey{
color:#666;
}
.center{
text-align:center;
}

.content{
width:600px;
margin:10px auto;
}

ul.eventList{
	margin-left:25px;
	list-style-position:inside;
}

ul.eventList{
margin-bottom:10px;
}
ul.eventList li a{color: #666;}
.eventList li a:hover{color: #444; text-decoration:underline;}

