/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/

	Tweaked by: 	Julia Sosa
	Email:		jms30s@yahoo.com
*/
* {
	border:0;
	margin:0;
	padding:0;
}


/* FYI: COLOR CHART CODES AT WWW.COMPUTERHOPE.COM/HTM */

/* general */

a {
	color:#FF0000;
	text-decoration:none;
}
a:hover {
	color:#4AA02C;
	text-decoration:underline;
}


/* body text box */

blockquote {
	background:#f1f1f1;
	border-left:2px solid #7534aa;
	color:#6960EC;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */

/* background behind banner */

body {
	background:#fff url('images/background_body.jpg') repeat-x top;
	color:#666;
	font:0.7em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}


/* header */

#header {
	background:url('images/LogoBanner.jpg');
	height:240px;
	margin:0 auto;
	position:relative;
	width:770px;
	
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}


#header h1 {
	color:#f1f1f1;
	font-size:15px;
	font-weight:400;
	left:0;
	letter-spacing:1px;
	position:absolute;
	top:70px;
}

/* text under logo image */

#header p {
	bottom:65px;
	color:#fff;
	font-size:1em;
	position:absolute;
	right:20px;
}


/* links in header box */

#header ul {
	list-style:none;
	position:absolute;
	top:45px;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	color:#fff;
	display:block;
	font-size:1.2em;
	font-weight:700;
	height:20px;
	padding:10px;
	width:190px;
}


/* header box text hoover color */

#header ul li a:hover {
	background:#8BB381;
	color:#eee;
	text-decoration:none;
}

/* content */

#content {
	height:auto;
	margin:0 auto;
	width:760px;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* sidebar */
#sidebar {
	float:left;
	width:210px;
}


/* sidebar on left, heading text color */

#sidebar h1 {
	border-bottom:2px solid #8BB381;
	color:#C35817;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}


/* sidebar SEARCH box background*/

#sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:5px;
	padding:5px;
	width:170px;
}


/* LATEST NEWS sidebar text box background color*/

#sidebar p {
	background:#f1f1f1;
	color:#151B8D;
	display:block;
	font-size:100%;
	font-weight:600;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px;
}


/* sidebar LINKS underlines*/

#sidebar ul li {
	border-bottom:1px solid #8BB381;
	list-style:none;
	padding:5px 2px;
}


/* sidebar LINKS text specs */

#sidebar ul li a {
	color:#C35817;
	font-weight:600;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}

/* sidebar LINKS hover text color */

#sidebar ul li a:hover {
	color:#810541;
}



/* Main */


/* main section box set-up */

#main {
	float:right;
	width:520px;
}

/* main section text specs */

#main p {
	color:#C35817;
	line-height:20px;
	font-size:120%;
	font-weight:600;
	text-align:justify;	
	padding:10px;
}

#main p.alt {
	color:#C35817;
	line-height:20px;
	font-size:120%;
	font-weight:600;
	text-align:justify;
	text-indent:30px;	
	padding:10px;
}

#main p.content-indent {
	color:#C35817;
	line-height:20px;
	font-size:120%;
	font-weight:600;
	margin:0 0 0 150px;
	
}

/* main section Underline (border-bottom) specs; main section heading text specs */

#main h1 {
	border-bottom:2px solid #8BB381;
	color:#C35817;
	font-size:165%;
	font-weight:600;
	line-height:30px;
	padding:0 10px;
}

#main h1.alt {
	border-bottom:2px solid #8BB381;
	color:#C35817;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}




#main	h2 {
	color:#8BB381;
	font-size:210%;
	font-weight:900;
	padding:0 10px;
	text-align:center;
}

#main ul li a {
	color:8BB381;
	font-weight:600;
	display:block;
	font-family:Geneva;
	text-indent:45px;
	text-decoration:none;
}

#main ul li a:hover {
	color:#810541;
}

/* footer */
#footer {
	margin:10px auto;
	width:760px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid #8BB381;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
}