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

/* STYLE RESET (Globals) ________________________________________________________________________________________________________*/
* {
	margin:0;
	padding: 0;
}
img {
	vertical-align: text-bottom;
}
a img {
	border:0;
}
a {
	text-decoration:none;
	outline: none;
}
p {
	margin:5px 0 25px 0;
	line-height:1.4em;
}
blockquote {
	margin:0 50px 0 40px;
	padding-left:10px;
	border-left:solid 1px #CCC;
}
body {
	background:url('../img/body-bg.jpg') repeat-x #F4F2F4 30px 0px;
	font-family: Helvetica, Arial, "Trebuchet MS",  sans-serif;
}
small {
	line-height:1.3em;
}

/* H1, H2, H3... ______________________________________________________________________________________________________*/

h1{
	font-size:24px;
	line-height:26px;
}
.left h2, .right h2 {
	background: url('../img/dot.gif') bottom left repeat-x;
	padding-bottom:1px;
	font-family:"Trebuchet MS";
	font-size:19px;
	color:#3D1A3B;
	clear:left;
	margin-top:8px;
} 
.left h2 a {color:#3D1A3B;}
.left h2 a:hover {color:#F08620; text-decoration: none;}

h3 {
	font-size: 16px;
	color: #BF3600;
	margin: 10px 0 5px 0;
	padding: 0;
}

/* GENERAL LINKS ______________________________________________________________________________________________________*/
a.read_more {
	display:block;
	text-align:right;
	color:#733270;
	text-transform: uppercase;
	font-size:12px;
	padding:3px;
}
a:hover.read_more {font-weight:bold; background:#f1f1f1;}
.left a, .right a {color:#733270;}
.left a:hover, .right a:hover {text-decoration: underline;}
#footer a {color:#999;posiiton:relative;}
#footer a:hover {color:#666;}

/* GENERAL FONT _______________________________________________________________________________________________________*/
.left p, .right p {
	color:#666;
	font-size:13px;
}

.nop {
	color:#666;
	font-size:13px;
}

.left p img {
	float:left;
	border:solid 1px #ccc;
	margin:0 5px 5px 0;
	padding:1px;
}
.right p em, .right p strong {
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.right p strong {
	text-align:right;
}

/* LISTS ______________________________________________________________________________________________________________*/
.right ul, .left ul {
	margin:5px 0 5px 15px;
}
.right ul li, .left ul li {
	font-size:13px;
	margin:4px 0 4px 0;
}
/* NAVIGATION ____________________________________________________________________________________________________________*/
#nav {
	position:relative;
	top:193px;
	right:40px;
	text-align:right;
}
#nav ul li {
	display:inline;
	list-style:none;
	padding:0px 5px 0 5px;
	border-right: solid 1px #3D1A3B;
	font-size:13px;
}
#nav ul li.last {border:none;}
#nav ul li a {
	color:#3D1A3B;
}
#nav ul li a:hover {
	text-decoration: underline;
	color:#180A17;
}

/* FORMS ______________________________________________________________________________________________________________*/


/* MISC. CLASSES ______________________________________________________________________________________________________*/
img.homeBtn {
	height:175px;
	width:175px;
	margin-left:25px;
	float:left;
}
#content_wrapper .left.wide {
	width:710px;
	border:none;
}
.quote {
	background-color:#FFF4BA;
	padding:10px;
}
img.thum {
	float:left;
	margin:5px 8px 5px 0;
	padding:1px;
	border:solid 1px #CCC;
}
.right img {
	border:solid 1px #CCC;
	padding:1px;
}
/* LAYOUT ELEMENTS (IDs) ____________________________________________________________________________________________________*/
#wrapper {
	margin:auto;
	position:relative;
	width:823px;
	background:url('../img/wrapper-bg.gif') repeat-y top center;
}
#header {
	height:226px;
	background:url('../img/header-bg.jpg');
}
#content_wrapper {
	margin:0 50px 0 50px;
}
#content_wrapper .left {
	float:left;
	width:416px;
	padding-right:20px;
	border-right:solid 1px #ccc;
}
#content_wrapper .right {
	float:right;
	width:270px;
}
#footer {
	margin:auto;
	position:relative;
	width:823px;
	padding-top:76px;
	height:36px;
	background:url('../img/footer-bg.png') top center no-repeat;
	text-align:center;
	font-size:12px;
	color:#B5B5B5;
}
* html #footer {
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/footer-bg.png', sizingMethod='scale');
}

.list {
	margin-top: 10px;
	width: 700px;
}

.list td {
	color:#666;
	font-size:13px;
	line-height: 18px;
	border-bottom: 1px solid #EEE;
	padding: 5px 0;
}

.list td img {
	border:solid 1px #ccc;
	padding:1px;
}

img.donate {
	border: none;
}
