body {
	margin: 0;
	padding: 0;
	color: #333;
	font: 14px Arial, Verdana, sans-serif;
	text-align: left;
	background: #dae3d1;
}

#container {
	margin: 10px auto 20px auto;
	width: 880px;
	border-left: 2px solid #d3dcc9;
	border-right: 2px solid #d3dcc9;
	border-bottom: 2px solid #cad4be;
	border-top: 2px solid #cad4be;
	background: #fff;
}

#header {
	height: 127px;
	background: #0090ff url(../images/header_bg2.jpg) top right no-repeat;
}
	
#main {

}	

#fade {
	background: #FFFFFF
}

#side {
	float: right;
	width: 0px;
}

#sideLeft {
        float: left;
        width: 0px;
        margin: 80px 0px 0px 0px;
}

#left {
	float: left;
	width: 0px;
	border: 0px solid black;
}	

#right {
        float: right;
        width: 600px;
        border: 0px solid black;
}

#content {
	padding: 10px;
	border: 0px solid black;
}

#footer {
        clear: both;
        background: #064882;
        height: 40px;
}	
	
/* header */

#header img {
	margin: 0px 0 0 10px;
}
	
/* menu - top */

#menuOther {
	height: 27px;
	background: #0090bf url(../images/menuOther_bg.gif) repeat-x 0 50%;
	border-left: 0;
	border-right: 0;
}

#menuOther li {
	display: inline;
}

#menuOther li a:link, #menuOther li a:visited {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #fff;
	padding: 0 20px;
	font-size: 1em;
	line-height: 27px;
	height: 27px;
}

#menuOther li a:hover {
	background: #52bde0 url(../images/menuOther_bg_.gif) repeat-x 0 50%;
}

#menuOther li a.menuItemCurrent:link, #menuOther li a.menuItemCurrent:visited {
	background: #0090bf url(../images/menuOther_bg_current.gif) repeat-x 0 50%;
}

/* menu - main */
	
/* level one */
	
#menuMain {
	border: 2px solid #b6650e;
	border-left: 0;
	border-right: 0;
	margin-bottom: 18px;
}
	
#menuMain li a:link, #menuMain li a:visited {
	display: block;
	padding: 4px 0 5px 12px;
	font-size: 0.9em;
	background: #d87a14;
	color: #fff;
	border-top: 1px solid #ea8a21;
	border-bottom: 1px solid #b6650e;
	text-decoration: none;
}

#menuMain li a:hover {
	background-color: #e78c29;
	color: #eee;
	border-top: 1px solid #ec912d;
	border-bottom: 1px solid #c47015;
	padding-left: 0px;
        decoration: none;
}	

#menuMain li a.menuItemCurrent:link, #menuMain li a.menuItemCurrent:visited {
	background-color: #e28826;
	color: #eee;
}

/* level two */

#menuMain li ul {
	padding: 3px 0 6px 0;
	background: #f7e3ce;
	margin: 0;
	border: 0;
}
	
#menuMain li ul li a:link, #menuMain li ul li a:visited {
	display: block;
	padding: 4px 0 5px 20px;
	margin-left: 0px;
	font-size: 0.85em;
	background: url(../images/menuMain_ul_a_bg.gif) no-repeat 0 6px;
	color: #333;
	border: 0;
}

#menuMain li ul li a:hover {
	padding: 4px 0 5px 20px;
	background: url(../images/menuMain_ul_a_bg.gif) no-repeat 3px 6px;
	color: #955a1a;
	border: 0;
}	

#menuMain li ul li a.menuItemCurrent:link, #menuMain li ul li a.menuItemCurrent:visited {
	display: block;
	padding: 4px 0 5px 20px;
	margin-left: 0px;
	background: url(../images/menuMain_ul_a_bg.gif) no-repeat 2px 6px;
	color: #955a1a;
	border: 0;
}

/* headers */
/* Content */

#content h1 {
	font-size: 1.8em;
	color: #666;
	font-weight: normal;
	line-height: 1.2em;
	letter-spacing: -1px;
	text-align: left;

}

#content h2 {
	font-size: 1.6em;
	margin: 20px 0 10px 0;
	padding: 0;
	color: #888;
	line-height: 1.2em;
	letter-spacing: -1px;
	border-bottom: 1px solid #ccc;
}	

#content h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;
	color: #777;
	line-height: 1.2em;
}	

#content h1 em {
	color: #888;
}

/* modified */

#header h1 {
	float: right;
	font-size: 1.5em;
	font-style: italic;
	color: #ddd;
	margin: 32px 20px 0px 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: -1px;
	text-align: left;
}	

#header h1 em {
	text-decoration: underline;
	color: #fff;
}

#sideBox h4 {
	color: #b26b1e;
	font-size: 1.3em;
	text-align: center;
	padding: 3px 0 0 0;
}

/* content */

#content p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	padding: 0;
}	

#construct em {
	display: block;
	font-weight: normal;
	text-transform: none;
	font-size: 0.8em;
	font-family: Verdana, serif;
	letter-spacing: 1px;
}

/* links */

#content a:link, #content a:visited {
	/* color: #5c9433; */
	text-decoration: none;
}

#content a:hover {
	text-decoration: none;
	/* background-color: #7aa226; */
	color: #00F;
}


/* side */
#sideBox {
	background: #f7e3ce;
	border-top: 2px solid #e4c9ad;
	border-bottom: 2px solid #e4c9ad;
	border-left: 1px solid #e4c9ad;
	margin-bottom: 20px;
}

#sideBox p {
	padding: 5px 10px 8px 10px;
	color: #555;
	font-size: 0.9em;
}

#jrlogo {
	display: block;
	margin: 20px auto;
}

/* error */
#errorMessage {
	background: #EAE841;
	padding: 2px 0 5px 20px;
	font-size: 12px;
	color: #222;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

#errorMessage p {
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(../images/icons/msg.gif) no-repeat 0 5px;
}

#friendlyMessage {
	background: #EFEFFF;
	padding: 2px 0 5px 20px;
	font-size: 12px;
	color: #222;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

#friendlyMessage p {
	margin: 0;
	padding: 5px 0 5px 30px;
	background: url(../images/icons/friendlyMsg.gif) no-repeat 0 5px;
}


#debugMessage {
	background: #eabc41;
	padding: 2px 0 5px 0;
	font-size: 12px;
	color: #222;
	text-align: left;
}

#debugMessage p {
	margin: 5px 0;
	padding: 5px 0 5px 50px;
	background: url(../images/icons/debug.gif) no-repeat 25px 5px;
	border-bottom: 1px solid #aaa;
}

#debugMessage p strong {
	margin: 0 15px 5px 0;
	display: block;
	float: left;
}


#wrapper {
        margin: 0 auto;
        padding: 0px 0;
        width: 880px;
}

/* footer */
#menu_footer {
        float: left;
        padding: 14px 0 0 10px;

}

#menu_footer li {
        padding: 0;
        margin: 0;
        display: inline;
}

#menu_footer li a:link, #menu_footer li a:visited {
        display: block;
        float: left;
        font: 0.8em Verdana, sans-serif;
        font-weight: bold;
        letter-spacing: -1px;
        border-right: 1px solid #fff;
        text-decoration: none;
        color: #fff;
        padding: 0 5px;
}

#menu_footer li a:hover {
        color: #bbb;
        text-decoration: underline;
}

#menu_footer li.menu_end a:link , #menu_footer li.menu_end a:visited { 
border-right: none; }

#copyright {
        float: left;
        padding: 12px 0 0 80px;
        color: #fff;
        font-size: 0.8em;
}

#hiddenLogin {
		float: right;
		padding: 26px 0 0 12px;
		font-size: 1em;
}	

#content #contactDetails {
	margin: 20px 0 0 0;
	text-align: center;
	height: 300px;
}

#content #contactDetails h2 { text-align: center; }

#submitbox2 {
	display: none;
}

#youTubeEmbed {
	width: 425px;
	height: 355 px;
	border: 1px solid #EEE;
        margin-left: 80px;
}

#testimonial {
	border: 0px solid red;
}

#resources  p{
	background: #FFFFFF url(../images/folder.png) top left no-repeat;
	font-size: 1.6em;
	text-indent: 60px;
	margin: 10px 0 5px -20px;
	padding: 0;
	color: #888;
	height: 45px;
	letter-spacing: -0.02em;
	border-bottom: 0px solid #ccc;
}

#events_box h2 {
	font-size: 2.2em;
	font-weight: normal;
	background: #5FA6D8;
	color: #fff;
	margin: 15px 20px 0 20px;
	padding: 0 10px;
	line-height: 1.6em;
	border: 2px solid #d4a5bf;
	border-bottom: 0;
}

#events_box h3 {
	color: #777;
	font-size: 1.8em;
	font-weight: normal;
	margin: 5px 0 10px;
	padding: 0;
	line-height: 1.6em;
	border-bottom: 1px solid #999;
}
	
#events_box table {
	margin-left: 6px;
	border-collapse: collapse;
}

#events_box table td {
	padding: 3px 2px;
}

#calendar table {
	font-family: Tahoma, Verdana, sans-serif; font-size: 12px;
	text-decoration: none;
	border-bottom: 0px solid #4682b4;
}
#calendar table td{
	font-family: Tahoma, Verdana, sans-serif; font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #808080;
}
	


