﻿/* CSS layout */
#top_nav ul {
	padding: 0px;
	margin: 0px;
}
.clear {
	clear: both;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#wrapper {
	width: 780px;
	text-align: left;
	margin: 0px auto;
}

#masthead {
	background-position: right top;
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url('assets/images/hdr-bg.jpg');
	background-repeat: no-repeat;
	height: 91px;
}
#top_nav {
	padding: 5px;
	background-position: left top;
	width: 770px;
	text-align: right;
	background-image: url('assets/images/nav-left-cap.gif');
	background-repeat: no-repeat;
	background-color: #cf6144;
}

#container {
	position: relative;
	width: 780px;
}

#left_col {
	padding: 0px 10px 10px 20px;
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}
#page_content {
	padding: 0px;
	text-align: left;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	margin-left: 200px;
	margin-top: 0px;
}

#footer {
	padding: 10px;
	border-width: 2px;
	border-color: #333333;
	margin: 0px;
	width: 780px;
	text-align: center;
	font-size: .7em;
	color: #CCCCCC;
	background-color: #666666;
	border-top-style: solid;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
img {
	border-style: none;
}
/*NAVIGATION BAR*/
#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-top: 1px solid white;
	width: 160px;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	border-bottom-width: 2px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 2px solid CCCCCC;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #CCCCCC;
}

#navlist li a { text-decoration: none; }

#left_col H3 {
	color: #C63;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.imgFloatLeft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.imgFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
/* Image Border */
.imgBorderFloatRight {
	padding: 3px;
	border: 1px solid #CCCCCC;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imgBorderFloatLeft {
	padding: 3px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.imgBorder {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#testimonials p {
	font-size: 11px;
	margin-top: 0px;
}
#testimonials h4 {
	margin-top: 10px;
	font: Bold 11px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 5px 0 5px 25px;
	background: #FFF url('assets/images/bullet-hdr-orange.gif') no-repeat 3px 50%;
	margin-bottom: 0px;
}
/* Footer List */
#footer ul {
	padding: 0px;
	margin: 0px;
}
#footerlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
#footer a {
	text-decoration: none;
	color: #CCCCCC;
}
#bodycontent h2 {
	padding: 0px;
	font-size: 1.7em;
	color: #993300;
	margin-top: 0px;
}
#bodycontent  H3 {
	font-size: 1.4em;
	color: #CC6633;
	font-weight: normal;
}
#bodycontent  H4 {
	font-size: 1.1em;
	color: #808080;
}
/* Sub Menu List */
#topnav_menu li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
#topnav_menu ul {
	padding: 0px;
	margin: 0px;
}
#banner {
	margin: 0px;
	background-image: url('assets/images/bnr-template.jpg');
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 10px;
	border-bottom-width: 15px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-left: 20px;
	padding-top: 7px;
	background-color: #CCCCCC;
	width: 558px;
	height: 70px;
}
#bodycontent {
	padding: 20px;
}
#bodycontent p {
	line-height: 160%;
}
#banner H2 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.6em;
	margin: 0px;
	padding: 0px;
}
#banner H3 {
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1.1em;
}
.imgPayPalFloatRight {
	float: right;
	margin-right: 30px;
}
#donate {
	width: 350px;
}
/* Grid Options */
.Grid { 
	
	width: 100%;
	}

.Caption th {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border-bottom: solid 1px #dfdfdf;
	background-image: url('assets/images/CaptionBg.gif');
	white-space: nowrap;
}

.Caption td { 
	font-family: Arial; font-size: 80%; text-align: left; vertical-align: top;
	padding: 5px;
	border-bottom: solid 1px #dfdfdf;
	background-image: url('assetst/images/CaptionBg.gif'); color: #000000;
	white-space: nowrap;
	}
.Caption a:link { 
	color: #000000;
	}

.Caption a:visited { 
	color: #000000;
	}

.Caption a:active { 
	color: #ff0000;
	}

.Caption a:hover { 
	color: #ff0000;
	}

.Caption img {
	margin: 2px; 
	vertical-align: middle;
	}

.Caption input {
	vertical-align: middle;
	}

.Row th { 
	font-family: Arial;
	font-size: 80%;
	font-weight: normal; 
	text-align: left; 
	vertical-align: top;
	padding: 5px;
	border-bottom: solid 1px #dfdfdf;
	background-color: #f7f7f7; 
	color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Row td {
	font-size: 11px;
	padding: 5px;
	border-bottom: solid 1px #dfdfdf;
	text-align: left;
	vertical-align: top;
	background-color: #f7f7f7;
}
caption.Row { 
	font-family: Arial; font-size: 80%;
	padding: 5px;
	
	text-align: left;
	vertical-align: top;
	background-color: #f7f7f7; 
	color: #000000;
	}
.AltRow th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 5px;
	border-bottom: solid 1px #dfdfdf;
	background-color: #f7f7f7; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.AltRow td {
	font-size: 11px;
	padding: 5px;
	border-bottom: solid 1px #dfdfdf;
	text-align: left;
	vertical-align: top;
	background-color: #EFEFEF;
}
#bodycontent a {
	text-decoration: none;
}
#doc_list
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 1.5em;
}
#doc_list li 
{
	padding-left: 20px;
	background-image: url('assets/images/bullet_document.png');
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
#check_list
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 1.5em;
}

#check_list li 
{
	padding-left: 20px;
	background-image: url('assets/images/bullet_tick.png');
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
#arrow_list
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 1.5em;
}

#arrow_list li 
{
	padding-left: 20px;
	background-image: url('assets/images/bullet_circular_arrow.png');
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
