@charset "utf-8";
/* CSS Document */

/*-----------------------RESET--------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------USER---------------------------*/
#wrap{
	width: 800px;
	margin: 0 auto;
	position: relative;
	top: 6px;
}
#header{
	height: 99px;
	background: url(../images/top_banner790.jpg) no-repeat;
}
#navigation{
	background: url(../images/nav_bg.jpg) no-repeat;
	height: 38px;
	width: 800px;
	margin-bottom: 10px;
}
#navigation ul{
	position: relative;
	top: 5px;
	left: 12px;
}
#navigation ul li{
	display: inline;
	padding: 0px 20px 0px 20px;
	border-right: 2px solid white;
	line-height: 16px;
}
#navigation ul li a{
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#navigation ul li a:hover{
	color: #F00;
}
#navigation ul li.endnav{
	border-right: 0px;	
}
#promobar{
	height: 140px;
	margin-bottom: 30px;
}
#flashpromo{
	padding-top: 10px;	
}
#login{
	width: 125px;
	height: 140px;
	position: absolute;
	right: 10px;
	top: 146px;
	background: url(../images/log_in_back.jpg) no-repeat;
}
#login h3 a{
	color: #000;
	position: relative;
	top: 105px;
	left: 33px;
	font-size: 21px;
	text-decoration: none;
}
#login h3 a:hover{
	color: #F00;	
}
#anndiv{
	width: 	780px;
	height: 20px;
	background: url(../images/announcement_main/ann_header.jpg) no-repeat;
	margin-bottom: 25px;
}
#announcements{
	width: 780px;
	height: 220px;
	margin: 0 auto;
	background: url(../images/ann_bg.jpg) no-repeat;
	position: relative;
}
#annleft{
	position: absolute;
	top: 15px;
	left: 150px;
}
#annright{
	position: absolute;
	top: 15px;
	right: 150px;
}
#eventsdiv{
	width: 780px;
	height: 25px;
	background: url(../images/upcomming_events.png) no-repeat;
	margin: 20px 0px;
}
#events{
	width: 780px;
	position: absolute;
}
#eventsolder{
	position: absolute;
	left: 10px;
	background: url(../images/older_event_box_tall.jpg) no-repeat;
	width: 350px;
	height: 125px;
}
#eventsolder h4, #eventsyounger h4{
	position: relative;
	top: 30px;
	left: 100px;
	font-size: 18px;
	text-transform: uppercase;
	color: #03C;
}
#eventsolder p, #eventsyounger p{
	position: relative;
	top: 36px;
	left: 100px;
	line-height: 20px;
	font-size: 17px;
}
#eventsyounger{
	position: absolute;
	right: 10px;
	background: url(../images/younger_event_box_tall.jpg) no-repeat;
	width: 350px;
	height: 125px;
}
#calendar{
	margin-top: 25px;	
}
h4.description{
	color: #03C;
	font-size: 20px;
	font-style: italic;
	padding: 10px 0px;
}
#about{
	margin-top: 25px;	
}
#aboutleft{
	width: 	281px;
	height: 410px;
	float: left;
}
#aboutright{
	width: 	410px;
	height: 410px;
	float: right;
	background: url(../images/leaf_group.png) no-repeat bottom;
}
#aboutright p{
	margin-top: 20px;
	font-size: 18px;
	line-height: 20px;
}
#forms{
	width: 100%;
	height: 400px;
	background: url(../images/forms.jpg) no-repeat left;
}
#formslist{
	width: 300px;
	float: right;
	padding: 30px 80px 0px 0px;
}
#formslist ul{
	margin-top: 25px;	
}
#formslist ul li{
	padding: 15px 0px;	
}
#formslist p{
	font-size: 18px;
	line-height: 20px;
}
#formslist ul li a{
	text-transform: uppercase;
	color: #900;
}
#stonebridge{
        width: 400px;
        height: 100px;
        position: relative;
        top: 150px;
		left: 235px;
}
#stonebridgeabout{
        position: absolute;
        top: 650px;
		left: 190px;
		height: 200px;
		width: 400px;
}
.jbname{
	width: 200px;	
}
.jbvideo{
	width: 100px;	
}
p.jbvideotext{
	padding-left: 30px;	
}