/* CSS Document */

/* COLORS

Maroon: #7F1926
Background Brown: #5C4C3D

Light Blue: #1B75BB
Dark Blue: #2A3990
Green: #BED63A
Orange: #F6921E
Dark Orange: #F15A29

*/

/* background and container */

body {
	margin: 0;
	background-color: #1B75BB;
	}

.stage {
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0;
	text-align: left;
	width: 900px;
	background-image: url(../images/cont_bk.gif);
	background-repeat: repeat-y;
	}

.header {
	padding: 0;
	background-image: url(../images/topborder.gif);
	background-repeat: no-repeat;
	}
	
.logo {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}

.clear {
	clear: both;
	}

/* Nav */

.navblock {
	float: left;
	width: 900px;
	text-align: center;
	margin: 10px 0 20px 0;
	padding: 0;
	}
	
#navlinks {
	margin: 0 auto;
	padding: 0; 
}

#navlinks li {
	display: inline;
	margin-right: 1.5em;
	font-family: "Trebuchet MS", Trebuchet, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#navlinks li.last {
	margin-right: 0;
}

#navlinks a:link {
	color: #F15A29;
	text-decoration: none;
}

#navlinks a:visited {
	color: #F15A29;
	text-decoration: none;
}

#navlinks a:active {
	color: #2A3990;
	text-decoration: none;
}

#navlinks a:hover {
	color: #2A3990;
	text-decoration: none;
}
	
.navfocus {
	color: #2A3990;
	}

/* Nav sidebar */
#navsidebar {
	position: relative;
	float: left;
	width: 181px;
	height: 5em;
	margin: 0 30px 0 6px;
	padding: 0px;
	background-image: url(../images/box_bk.gif);
	background-repeat: repeat-y;
	}
	
#navsidebar img{
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	}
	
#navsidebarfooter {
	margin: 0;
	padding: 0;
	border: none;
	}
	
#navsidebar ol {
	padding: 10px 0 0 0;
	margin: 0 0 0 15px;
	}
	
#navsidebar li {
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	text-decoration: none;
	list-style: none;
	display: block;
	font-family: "Trebuchet MS", Trebuchet, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


#navsidebar a:link {
	color: #FFF;
	text-decoration: none;
}

#navsidebar a:visited {
	color: #FFF;
	text-decoration: none;
}

#navsidebar a:active {
	color: #2A3990;
	text-decoration: none;
}

#navsidebar a:hover {
	color: #2A3990;
	text-decoration: none;
}

.navsidefocus {
	color: #2A3990;
	}
	
/* Facebook div inside navesidebar*/
#facebook {
	margin: 0 0 0 0;
	padding: 10px 0 0 10px;
	color: #2A3990;
	font-family: "Trebuchet MS", Trebuchet, Geneva, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	background-color: #FFFFFF;
	}
	
#facebook a:link {
	color: #2A3990;
	text-decoration: none;
}

#facebook a:visited {
	color: #2A3990;
	text-decoration: none;
}

#facebook a:active {
	color: #2A3990;
	text-decoration: none;
}

#facebook a:hover {
	color: #2A3990;
	text-decoration: none;
}
	
#facebook img {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
	}
	


/* Content div and text elements */

#content {
	float: left;
	width: 430px;
	min-height: 400px;
	padding: 0px;
	margin: 0 0 15px 0;
	}
	
#content img{
	float: left;
	padding: 0 15px 5px 0px;
	}
	
h1 {
	margin: 0;
	padding-bottom: .75em;
	font-family: "Trebuchet MS", Trebuchet, Geneva, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #8BB21E;
	}

h2 {
	margin: 0;
	padding: 5px 0 .25em 0;
	font-family: "Trebuchet MS", Trebuchet, Geneva, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #2A3990;
	}

p {
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color:#333;
	padding-bottom: .5em;
	}
	
p span {
	font-weight: 700;
	color: #8BB21E;
	}

p a:link {
	font-weight: 700;
	text-decoration: none;
	color:#333;
	}
p a:visited {
	font-weight: 700;
	text-decoration: none;
	color:#333;
	}
p a:hover {
	font-weight: 700;
	text-decoration: underline;
	color: #333;
	}
p a:active {
	font-weight: 700;
	text-decoration: none;
	color:#333;
	}
	
p.small {
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet, Geneva, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color:#333;
	padding-bottom: .5em;
	}
	
p.testimonials {
	padding-bottom: .5em;
	}
	
	
hr {
	border: 0;
	height: 1px;
	color: #BED63A;
	background-color: #BED63A;
	}

.attribute {
	font-style: italic;
	font-weight: normal;
	line-height: 2em;
	color: #8BB21E;
	margin: 0;
	padding-top: 0;
	padding-bottom: 1em;
	}
	
#content ul { 
	margin: 0;
	padding: 0 0 12px 16px;
	font-family: "Trebuchet MS", Trebuchet, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #8BB21E;
}

#content ul a:link, #content ul a:visited, #content ul a:active { 
	text-decoration: none;
	color: #8BB21E;
}

#content ul a:hover { 
	text-decoration: underline;
	color: #8BB21E;
}

#content ul SPAN { 
 color: #333;
 font-weight: normal; 

}

#content li {
	padding-bottom: 3px;
	}

.rtcornerimg {
	position: absolute;
	bottom: 55px;
	right: 10px;
	padding: 0;
	width: 244px;
	height: 250px;
	}
	
.rtcornerimg img {
	padding: 0;
	margin: 0;
	border: 0;
	}
	
.lcornerimg {
	position: absolute;
	bottom: 55px;
	left: 10px;
	padding: 0;
	width: 156px;
	height: 274px;
	}
	
.lcornerimg img {
	padding: 0;
	margin: 0;
	border: 0;
	}

.bottom {
	width: 900px;
	height: 55px;
	text-align: center;
	color:#cccccc;
	background-image: url(../images/grass.gif);
	background-color: #BED63A;
	}

.bottom img {
	border: none;
	}


/* Copyright footer */
.copyright {
	margin: 5px auto 0 auto;
	width: 900px;
	height: 30px;
	text-align: center;
	font-family: Trebuchet MS, Trebuchet, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color:#FFF;
	background-color: #1B75BB;
	padding-left: 20px;
	}

.copyright a:link {
	text-decoration: none;
	color:#cccccc;
	}
.copyright a:visited {
	text-decoration: none;
	color:#cccccc;
	}
.copyright a:active {
	text-decoration: none;
	color:#cccccc;
	}
.copyright a:hover {
	text-decoration: underline;
	color: #cccccc;
	}
