
/*  CSS for web site */
body {
		margin-top: 0px; 
		margin-left: 0px; 
		margin-right: 0px; 		
		margin-bottom: 0px;		
		padding: 0px;
		background-color: #9DC1B4;
		background-image: url(/images/background_left.jpg);
   	background-repeat: repeat-y; 
}

h1 {
	color: #FFF;
	font-size: 17px;
	line-height: 135%; 
	font-weight: normal; 
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 6px;
}

h2 {
	color: #666;
	font-size: 13px;
	line-height: 135%; 
	font-weight: normal; 
	font-family: sans-serif, Helvetica, Verdana, Arial; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom: 1px solid #666;
	padding-bottom: 6px;
	width: 616px;
}

.body {
	color: #FFF;
	font-size: 11px;
	line-height: 140%; 
	font-weight: normal; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.small {
	font-size: 10px;
	line-height: 140%; 
	font-weight: normal; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

p.sub_nav {
	font-size: 10px;
	line-height: 120%; 
	font-weight: normal; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 4px;
	margin-top: 4px;
}

p.admin_nav {
	color: #000;
	font-size: 11px;
	line-height: 120%; 
	font-weight: normal; 	 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-bottom: 4px;
	margin-top: 4px;
}

p {
	margin-top: 8px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
}

p.caption {
	margin-top: 4px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 4px;
	font-style: oblique;
	color: #666;
}

ol, ul {
	margin-top: 0px;
	margin-left: 30px;	
	margin-right: 16px;
	margin-bottom: 16px;
	padding-left: 30px;
	padding-right: 16px;
}


li {
	color: #333;
	margin-top: 6px;
	margin-bottom: 6px;
}

img.group_main {
	padding: 20px;
}

img.group_random {
	padding: 10px;
}

#random_photo {
	position: absolute; 
	left: 430px; 
	top: 230px; 
	z-index: 3;
}

#right_side {
		background-color: #9DC1B4;
		background-image: url(/images/background.jpg);
   	background-repeat: repeat-x; 
}


#main_bg {
		background-image: url(/images/main_sub.jpg);
   	background-repeat: no-repeat; 
}

#left_side {
		position: absolute; 
		left: 0px; 
		top: 158px; 
		z-index: 1;
}

#sub_nav {
		position: absolute; 
		left: 0px; 
		top: 490px; 
		z-index: 2;
}

#admin_nav {
		position: absolute; 
		left: 0px; 
		top: 160px; 
		width: 215px;
		z-index: 3;
		background-color: #C7D76A;
		padding-bottom: 10px;
		padding-top: 10px;
}

#admin_container {
		width: 530px;
}

#home_copy {
		position: absolute; 
		left: 225px; 
		top: 155px; 
		width: 200px;
		z-index: 2;
}

#group_header {
		position: absolute; 
		left: 240px; 
		top: 225px; 
		width: 580px;
		z-index: 2;
}
#group_copy {
		position: absolute; 
		left: 240px; 
		top: 255px; 
		width: 260px;
		z-index: 2;
}

#group_copy2 {
		position: absolute; 
		left: 216px; 
		top: 220px; 
		width: 220px;
		z-index: 2;
		color: #666;
}



/* link colors */
A:link { color: #333; }
A:visited { color: #666; }
A:hover { color: #000; }
A:active { color: #000; } 

A.current:link { color: #000; font-weight: bold; }
A.current:visited { color: #000; font-weight: bold; }
A.current:hover { color: #000; font-weight: bold; }
A.current:active { color: #000; font-weight: bold; }

A.white:link { color: #FFF; text-decoration: none; }
A.white:visited { color: #CCC; text-decoration: none;}
A.white:hover { color: #CCC; text-decoration: none;}
A.white:active { color: #999; text-decoration: none;} 

A.groups:link { color: #666; text-decoration: none; }
A.groups:visited { color: #666; text-decoration: none;}
A.groups:hover { color: #000; text-decoration: none;}
A.groups:active { color: #000; text-decoration: none;} 

A.groups_current:link { color: #000; text-decoration: none; font-weight: bold; }
A.groups_current:visited { color: #000; text-decoration: none; font-weight: bold;}
A.groups_current:hover { color: #000; text-decoration: none; font-weight: bold;}
A.groups_current:active { color: #000; text-decoration: none; font-weight: bold;} 


