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

/* START CSS 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;
	margin:0px;
	padding:0px;
}
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;
}

/* END CSS RESET */

body {
	background:#6596dd url(images/background.jpg) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#logo {
	position:absolute;
	margin-top:15px;
	margin-left:35px;
}

#container {
	width:900px;
	margin:0 auto;
}

#title {
	height:90px;
	text-align:right;
}

#title img {
	margin-top:36px;
}

#donate {
	height:71px;
	margin:0 auto;
	margin-top:13px;
	background:url(images/donate-back.jpg) center bottom no-repeat;
	padding-left:220px;
	padding-top:20px;
}

p.donate-copy {
	display:block;
	float:left;
	color:#FFF;
	font-size:16px;
	font-style:italic;
	width:380px;
	margin-right:15px;
}

/* Nav */

#nav {
	height:84px;
	background:url(images/nav-back.jpg) no-repeat;
	text-align:right;
	padding-right:20px;
}

#nav img {
	margin-top:32px;
	margin-left:10px;
}

#drop1 a:link, #drop2 a:link, #drop3 a:link, #drop4 a:link {
	display:block;
	width:120px;
	background-color:#152F6C;
	text-decoration:none;
	padding:5px 15px;
	color:#FFF;
}

#drop1 a:visited, #drop2 a:visited, #drop3 a:visited, #drop4 a:visited {
	display:block;
	width:120px;
	background-color:#152F6C;
	text-decoration:none;
	padding:5px 15px;
	color:#FFF;
}

#drop1 a:hover, #drop2 a:hover, #drop3 a:hover, #drop4 a:hover {
	display:block;
	width:120px;
	background-color:#A4323C;
	text-decoration:none;
	padding:5px 15px;
	color:#FFF;
}

#drop1 {
	display:none;
	position:absolute;
	width:150px;
	background-color:#4975BE;
	text-align:left;
	margin-top:85px;
	margin-left:145px;
	z-index:5;
}

#drop2 {
	display:none;
	position:absolute;
	width:150px;
	background-color:#4975BE;
	text-align:left;
	margin-top:85px;
	margin-left:269px;
	z-index:5;
}

#drop3 {
	display:none;
	position:absolute;
	width:150px;
	background-color:#4975BE;
	text-align:left;
	margin-top:85px;
	margin-left:519px;
	z-index:5;
}

#drop4 {
	display:none;
	position:absolute;
	width:150px;
	background-color:#4975BE;
	text-align:left;
	margin-top:85px;
	margin-left:644px;
	z-index:5;
}

/* END Nav */

#content {
	width:880px;
	margin:0 auto;
	min-height:555px;
	background:#e3d8b3 url(images/content-back.jpg) top repeat-x;
	line-height:18px;
}

#home-left {
	width:580px;
	padding:15px 10px;
	min-height:555px;
	border-right:3px solid #a92d35;
}

.float-left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.float-right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

#home-left h1 {
	font-size:22px;
	margin-top:20px;
	line-height:22px;
}

#home-left p {
	margin-top:15px;
}

#home-left .center {
	margin-top:15px;
	margin-left:40px;
}

#home-right {
	position:absolute;
	margin-left:603px;
	width:277px;
	min-height:500px;
}

.home-right-copy {
	padding:10px;
}

#home-right-bottom {
	padding:30px 10px 0 10px;
	border-top:3px solid #a92d35;
	text-align:center;
	height:150px;
}

#home-right-top {
	padding:15px;
}

#home-right-top ul {
	list-style-type:circle;
	list-style-position:inside;
}

#home-right-top li {
	margin-top:15px;
}

#home-right-top h2 {
	font-size:20px;
}

#home-right-top a:link, #home-right-top a:visited {
	color:#AB3D48;
	text-decoration:none;
}

#home-right-top a:hover {
	text-decoration:underline;
}

#left {
	width:667px;
	padding:15px 15px;
	min-height:555px;
	border-right:3px solid #a92d35;
}

#left p {
	margin-top:15px;
}

#left h1 {
	font-size:22px;
}

#left ol {
	list-style-type:decimal;
	list-style-position:inside;
	margin-left:25px;
}

#left ol li {
	margin-top:10px;
}

#left ul {
	list-style-type:circle;
	list-style-position:inside;
	margin-left:25px;
}

#left ul li {
	margin-top:10px;
}

#left a:link, #left a:visited {
	color:#AB3D48;
	text-decoration:none;
}

#left a:hover {
	text-decoration:underline;
}

#right {
	position:absolute;
	margin-left:700px;
	width:150px;
	min-height:470px;
	padding:15px;
}

#right h2 {
	font-size:20px;
	color:#A4323C;
	margin-bottom:15px;
}

#right ul li {
	margin-bottom:10px;
}

#right ul li a:link {
	text-decoration:none;
	color:#0E2B67;
}

#right ul li a:visited {
	text-decoration:none;
	color:#0E2B67;
}

#right ul li a:hover {
	text-decoration:underline;
}

.goodsearch {
	display:block;
	position:absolute;
	padding-left:15px;
}

ul.about {
	list-style-type:circle;
	list-style-position:inside;
}

#footer {
	width:880px;
	margin:0 auto;
	text-align:center;
}

#footer span {
	float:left;
	height:90px;
	width:270px;
	padding-top:15px;
	background:url(images/nav-line.jpg) left center no-repeat;
}

#footer span.left {
	margin-left:60px;
	background:none;
}

#footer span.right {
	font-weight:bold;
}

#footer a:link, #footer a:visited {
	color:#0C255B;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.bold {
	font-weight:bold;
}

.pad-left {
	padding-left:50px;
}

.ul-list {
	margin-top:15px;
}

.border-blue {
	border:2px solid #102A67;
}

.partners-pic {
	margin-top:10px;
}