/* // (c)2009 TechTriad, Inc.
	   CSS Style Sheet // */

body {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #a0a0a0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg/background2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
 img, div {
	behavior: url(/includes/iepngfix.htc)
 }
img	{
	border: 0;
}
/* wrapper styles */
#page {
	margin-left: -470px;
	position: relative;
	left: 50%;
	top: 40px;
	min-height: 620px;
	width: 940px;
	background-image: url(../images/bg/shadow_top-sides.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#inside {
	margin: 10px;
	background-color: #FFFFFF;
}
#inside .shadow {
	background-image: url(../images/bg/bottom-shadow.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
}

#navigation {
	height: 40px;
	margin-bottom: 10px;
	background-color: #00678B;
}
#container {
	margin-top: 10px;
	background-color: #FFFFFF;
	min-height: 600px;
}

/* header logo styles */
#head {
	height: 110px;
	width: 900px;
	margin: 0px 10px;
}
#head h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: -1.5px;
	color: #00678b;
	padding-right: 10px;
	padding-left: 20px;
	float: left;
	width: 375px;
	height: 40px;
	padding-top: 22px;
}
#head h1 img {
	margin: 0px 10px 0px 0px;
}
#head a {
	color: #000000;
	text-decoration: none;
}
#head a:hover {
	color: #6D7FAD;
	text-decoration: none;
}
#logo {
	float: left;
	height: 110px;
	width: 290px;
	text-align: left;
}
#donate {
	width: 160px;
	float: right;
	padding-top: 10px;
	padding-left: 40px;
}

#global {
	height: 100px;
	width: 600px;
	float: right;
}
/* mainPhoto */
#mainPhoto {
	background-repeat: no-repeat;
	background-position: center center;
	height: 460px;
	width: 900px;
	/*overflow: hidden;*/
	position: relative;
	background-color: #202020;
	background-image: url(../images/mainphoto/mainphoto1.jpg);
	background-position: center -30px !important;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* homepage layout structure */
#container {
	display: none;
}

/* home content styles */
#left {
	width: 300px;
	float: left;
	min-height: 150px;
}
#content {
	width: 580px;
	float: left;
	padding-bottom: 50px;
}

#right {
	float: right;
	width: 300px;
	display: none;
}
#rowWrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}


/* sponsor photo row */
.sponsorRow	{
	height: 75px;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.sponsorRow a {
	color: #000;
	text-decoration: underline;
}

.leftalign {
	height: 75px;
	width: 320px;
	float: left;
	text-align: center;
}
.rightalign {
	height: 75px;
	width: 600px;
	float: left;
	text-align: right;
	font-size: 11px;
	line-height: 1.2;
}


/* footer styles */
#footer-wrapper	{
	width:920px;
	margin-right: auto;
	margin-left:auto;
	padding-top: 0px;
	margin-top: 4px;
}
#footer-wrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f1f1f1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-wrapper a {
	color: #f1f1f1;
	text-decoration: none;
}
#footer-wrapper a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer {
	display: block;
	float: left;
	width: 78%;
	height: 80px;
}
#footer a {
	padding: 0px 5px;
}

#copyright {
	display: block;
	float: right;
	width: 22%;
	text-align: right;
	height: 80px;
}
#copyright {
	text-align: right;
}

/* navigation */
#navigation ul {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 900px;
	list-style-type: none;
}
#navigation ul li {
	margin: 5px 0px;
	display: inline-block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-right: solid 1px #f1f1f1;
}
#navigation > ul > li:last-child {
	border: none;
}
#navigation li.currentpage a {
	color: #99CA3E;
}
#navigation li.last a {
	border: none;
}
#navigation a {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: -1px;
}
#navigation a:hover {
	color: #98CA3D;
	text-decoration: underline;
}
/* lower navigation */
#navigation2	{
}
#navigation2 ul {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 920px;
	list-style-type: none;
}
#navigation2 ul li {
	margin: 5px 0px;
	display: inline-block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-right: solid 1px #CCCCCC;
}
#navigation2 > ul > li:last-child {
	border: none;
}
#navigation2 li.currentpage a {
	color: #202020;
}
#navigation2 li.last a {
	border: none;
}
#navigation2 a {
	color: #808080;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: -1px;
}
#navigation2 a:hover {
	color: #404040;
	text-decoration: underline;
}

/* content typography */
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #0D3074;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	left: 0px;
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 5px;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000000;
}
#content h2 em {
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
}
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 0px;
	color: #333333;
	padding: 0px;
}
#content  h4 {
	color: #272727;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.25;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 50px;
}
#content p {
	color: #676767;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
	margin-top: 0px;
	margin-right: 50px;
}
#content  li {
	color: #676767;
	font-size: 12px;
	line-height: 1.5;
}
#content a {
	color: #676767;
	border-bottom: dotted 1px #CCCCCC;
	text-decoration: none;
	padding-bottom: 2px;
}
#content a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: solid 1px #EB6300;
	padding-bottom: 2px;
}
#content blockquote {
	position: absolute;
	left: 0px;
	width: 200px;
	border-right: solid 1px #CCC;
	padding-right: 20px;
}

#content blockquote p {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 2;

}
#content blockquote p strong {
	font-size: 18px;
	font-weight: bold;
	color: #EB6300;
	margin: 0px 5px;
}

/* links */
a: link. a:active {
}
a:visited	{
}
a:hover {
}
/* lists */
ul.gridlist {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	color: #666666;
}

ul.gridlist li {
	margin-bottom: 10px;
	display: block;
	padding-left: 25%;
}

ul.gridlist li strong {
	display: block;
	width: 20%;
	position: absolute;
	left: 0px;
	color: #272727;
	text-align: right;
	font-weight: normal;
	padding-right: 10px;
	line-height: 18px;
	height: 18px;
}
