/* Top Elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #CCCCCC url(images/header.gif) repeat-x left top;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	margin: 0 0 15px 0;
}
p {
	padding-bottom: 8px;
}

/* links */
a, a:visited {	
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;
}
#footer a, a:active, a:visited {	
	color: #0099ff; 
	background: inherit;
	text-decoration: none;		
}
#footer a:hover {
	color: #FFFFFF;
	background: inherit;
	padding-bottom: 0;		
}
#welcome a, a:active, a:visited  {	
	color: #6699cc; 
	background: inherit;
	text-decoration: none;		
}
#welcome a:hover {
	color: #03F;
	background: inherit;
	padding-bottom: 0;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
}
h1 {
	font-size: 21px;
	color: #0066CC;
	padding-bottom: 6px;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	padding-bottom: 6px;
	padding-top: 6px;
}
h3 {
	font-size: 130%;	
}

dl { padding: 10px; margin: 0;

}
ul { list-style: url(none); }

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 10px 10px 0px;
	padding: 0px;
}
th {
	background: #ADD8E6 url(header-bg.jpg) repeat-x 0 -100px;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #78C7FA;
	border-bottom: solid 2px #fff;
}
tr {
	background: #FFFFFF;
}
td {
	border: 1px solid #EDEDED;
	padding: 6px 0px 0px 6px;
	margin: 0px;
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: baseline;
}	

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	margin: 0px auto;
	width: 980px;
	position: relative;
	background-color: #FFFFFF;
	overflow: auto;
}
#header {
	height: 85px;
	width: 980px;
	background: url(images/header.gif) repeat-x;
}
.icons1 {
	float: left;
	height: 48px;
	width: 29px;
	margin-top: 11px;
	margin-left: 88px;
}
.icons2 {
	float: left;
	height: 48px;
	width: 29px;
	margin-top: 11px;
	margin-left: 21px;
}
#logo {
	height: 92px;
	width: 256px;
	position: absolute;
	top: 140px;
	left: 64px;
	z-index: 1;
}
#photo_header {
	background: #000000;
	height: 227px;
	width: 980px;
}
#header_photo {
	float: right;
	height: 227px;
	width: 980px;
	text-align: right;
	background-color: #000;
}
#welcome {
	width: 575px;
	min-height:314px;
	float: left;
	padding-left: 50px;
	text-align: left;
	padding-top: 47px;
	padding-right: 30px;
	background: #FFFFFF url(images/gradientbg.jpg) repeat-x left top;
	margin: 0px;
	height: auto;
	padding-bottom: 0px;
}
#calendar {
	width: 324px;
	float: left;
	text-align: left;
	background: #FFFFFF url(images/sidebar_bg.gif) no-repeat center top;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #ECECEC;
}
.events {
	width: 175px;
	margin-top: 25px;
	line-height: 1.35em;
	margin-left: 20px;
	padding-right: 90px;
	float: left;
}
.join {
	width: 175px;
	margin-top: 4px;
	line-height: 1.35em;
	margin-right: 185px;
	float: left;
}
.login {
	width: 175px;
	margin-top: 4px;
	line-height: 1.35em;
	margin-right: 0px;
	float: left;
}
#footer {
	clear: both;
	height: 59px;
	background: #0066cc;
	margin: 0px auto;
	color: #FFFFFF;
	padding-top: 30px;
	text-align: left;
	font-size: 10px;
	padding-left: 60px;
	width: 920px;
}

/* Navigation */
#nav {
	height: 58px;
	float: right;
	margin-top: 28px;
	width: 601px;
}
#nav ul {
	float: right;
	list-style: none;
	background: #000000 url(images/nav_bg.gif) repeat-x;
	width: 601px;
	padding: 0;
	height: 58px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: right;
	width: 149px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #3297FA;
	border-bottom: none;
	color: #CCC;
	font: bold 13px/58px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#nav ul li a:hover {
	background: url(images/nav_bg2.gif) repeat-x;
	color: #FFFFFF;
}
#nav ul li a:active {
	color: #FFFFFF;
}
#nav ul li#current a {	
}
