@charset "UTF-8";

/* RESET */
/* Eric Meyer Reset Reloaded - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* GENERAL */

body {
	text-align: center;
	color: #313131;
	padding: 0 10px 0 10px;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#wrapper {
	width: 761px;
	text-align: left;
	margin: 0 auto;
}
#header {
	position: relative;
}
#header #twoBoys {
	position: absolute;
	left: -4px;
	top: 31px;
}
#header #twoGirls {
	position: absolute;
	left: 0;
	top: 31px;
}
#header h1 {
	font: bold 40px/40px Tahoma, Arial, Helvetica, sans-serif;
	height: 130px;
	width: 761px;
	text-indent: -5000em;
	position: relative;
	background: url(images/header.jpg) no-repeat;
	border-bottom: 2px solid #000000;
	padding: 0 0 1px 0;
	margin: 0 0 1px 0;
}
#header h1.L2 {
	height: 95px;
	background: url(images/header_L2.jpg) no-repeat;
}

#contentWrap {
	border-top: none;
	border-right: 1px solid #CF6A3C;
	border-bottom: none;
	border-left: 1px solid #CF6A3C;

}
#leftCol {
	width: 163px;
	margin: 0 0 0 0;
	float: left;
}
#leftCol #module {
	background-color: #F0EFF0;
	margin: 0 4px 0 4px;
	padding: 10px 0 0 0;
}
#leftCol #module.L2 {
	background-color: #F0EFF0;
	margin: 0 4px 0 4px;
	padding: 0 0 0 0;
}

#leftCol #module p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 3px 10px 3px;
	text-align: left;
}
#rightCol {
	margin: 0 0 0 165px;
	padding: 8px 0 0 0;
	background: #FFFFFF url(images/bg_rightcol.jpg) repeat-x;
	border-left: 1px solid #CF6A3C;
}
#rightCol.L2 {
	margin: 0 0 0 165px;
	padding: 8px 0 0 0;
	background: none;
	border-left: 1px solid #CF6A3C;
}



/* NAV */

#nav {
	margin: 9px 0 1px 0;
	padding: 2px 0 1px 0;
}
#nav.L2 {
	margin: 0 0 1px 0;
	padding: 0 0 1px 0;
}
#nav li {
	margin: 0px 5px 0px 5px;
	padding: 3px 0px 1px 0px;
}
#nav li ul {
	margin: 0 0 0 0;
	padding: 8px 0 10px 10px;
	list-style-position: outside;
}
#nav li ul li {
	background: none;
	margin: 0px 8px 0px 0;
	padding: 3px 0 3px 15px;
	border-bottom: none;
}
#nav li ul li.on {
	background: url(images/bg_green_bullet.gif) no-repeat 0px 6px;
}

#nav li a:link, #nav li a:visited {
	font: bold 1.2em/1.2em Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	padding: 3px 5px 5px 5px;
	text-decoration: none;
	color: #494949;
		border-bottom: 1px solid #333333;

}
#nav li a:hover, #nav li a:active {
	color: #000000;
	text-decoration: underline;
}
#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:hover, #nav li ul li a:active {
	display: block;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #CF6A3C;
	border-bottom: none;
}
#nav li.highlight {
	background-color: #EBF4F0;
}
#nav li.first {
}

#nav li.last a:link, #nav li.last a:visited {
	border-bottom: none;
}


/* CONTENT */

#rightCol p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 10px 15px 10px;
}
#rightCol p a {
	color: #333333;
}
#rightCol p.hdrQuote {
	font-size: 1.2em;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #A8A7A6;
}
#rightCol p.banner {
	background: url(images/bg_banner.jpg) repeat-y;
	border-top: 2px solid #A8A7A6;
	border-bottom: 1px solid #A8A7A6;
	text-align: right;
	line-height: 2.2em;	
	margin: 0 0 10px 0;
}
#rightCol p.banner a:link, #rightCol p.banner a:visited {
	font-size: 1.2em;
	line-height: 1.0em;
	text-decoration: none;
	color: #333333;
	margin: 0 5px 0 5px;
}
#rightCol p.banner a:hover, #rightCol p.banner a:active {
	color: #000000;
	text-decoration: underline;
	margin: 0 5px 0 5px;
}
#rightCol h2 {
	font-size: 1.4em;
	line-height: 1.0em;
	font-weight: bold;
	color: #A85B3C;
	margin: 0 0 10px 10px;
}
#rightCol h2.L2 {
	font-size: 2.2em;
	line-height: 1.0em;
	font-style: normal;
	font-weight: bold;
	color: #CF6A3C;
	margin: 0 0 10px 10px;
}
#rightCol h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #48777C;
	margin: 0 0 10px 10px;
}
#rightCol h3.L2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #48777C;
	margin: 0 0 2px 10px;
}

#rightCol #selectBanner {
	background-color: #FFFFFF;
	padding: 3px 20px 3px 40px;
	margin: 0  0 20px 0;
	border-top: 1px solid #CF6A3C;
	border-bottom: 1px solid #CF6A3C;
}

#rightCol ul {
	margin: 0 0 20px 40px;
}

#rightCol ul li {
	list-style-type: disc;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 10px 3px 0;
}

#rightCol table {
	margin: 0 10px 0 10px;
}

#rightCol table td {
	padding: 3px;
}

#sidebar {
	width: 250px;
	border-top: 3px solid #60000A;
	border-right: 1px solid #A8A7A6;
	border-bottom: 1px solid #A8A7A6;
	border-left: 1px solid #A8A7A6;
	background: #CCCCCC;
	padding: 0 0 3px 0;
	margin: 10px 40px 10px 40px;
	float: right;
}
#sidebar h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}
#sidebar p {
	font-size: 1.0em;
	margin: 0 7px 5px 4px;
}


/* FOOTER */

#footer {
	font: normal 1.1em/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #6B6969;
	border-top: 1px solid #666666;
	border-right: 1px solid #CF6A3C;
	border-bottom: 1px solid #A85B3C;
	border-left: 1px solid #CF6A3C;
	padding: 10px 0 10px 0;
}
#footer p {
	width: 300px;
	color: #6B6969;
	margin: 0 5px 0 10px;
}
#footer p a {
	color: #6B6969;
}


/* MISC */

.alignR {
	text-align: right;
}
.clear {
	clear: both;
}
.brown {
	color: #936E46;
}
#rightCol .last {
	height: 15px;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
img.floatR {
	float: right;
	margin: 0 0 0 5px;
}
.center {
	text-align: center;
}







