/* APG Global Style Sheet created by 2Creative */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #333;
	background: #A6A8A9 url(images/bg-strip.gif) repeat-x left top;
}
h1 {
	font-size: 160%;
	margin-bottom: 20px;	
	color: #333;
}
h2 {
	font-size: 120%;	
	margin-bottom: 10px;	
	color: #860209;
}
h3 {
	font-size: 100%;	
	margin-bottom: 10px;	
}
p { 
	padding-bottom: 15px;
}
img {
	border: none;
}	
a {
	color: #860209;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}
	#header {
		height: 79px;
		background: url(images/header.gif) no-repeat left top;
	}
	#flashHolder {
		height: 261px;
	}
	#menu {		
		height: 50px;
	}

	#content {
		margin-top: 0 !important;
		margin-top: -3px;
		margin-bottom: 10px;
		background: #FFF url(images/body-pic.jpg) no-repeat left top !important;
		background: #FFF;
		padding: 30px 20px 20px;
	}
		#sideMenu {
			float: left;
			width: 200px;
			margin-right: 20px;
		}
			#sideMenu ul {
				margin: 0;
				padding: 0 10px;
				list-style: none;	
			}
			#sideMenu li {
				font-weight: bold;	
				padding: 8px 0 8px 12px;		
				background: url(images/bullet-yellow.gif) no-repeat left center;
				border-bottom: 1px solid #666;					
			}
			#sideMenu li a {						
				text-decoration: none;
			}
			#sideMenu li a:hover {
				color: #333;
			}
			#thissubpage a:link, #thissubpage a:visited, #thissubpage a:hover, #thissubpage a:active {	
				color: #333;
			}
			
			#sideMenu img {
				margin-bottom: 10px;
				border-top: 7px solid #860209;
				border-bottom: 7px solid #860209;
			}
			
		#mainContent {
			float: left;
			width: 440px;
		}
			#mainContent ul, ol {
				margin-left: 20px;
				margin-bottom: 10px;
			}
			#homeIntro {
				color: #000;
				border-bottom: 1px dotted #000;
			}
			#homeContent {
				padding-top: 30px;
			}
				#homePic {
					float: left;
					width: 202px;
				}
				#homeText {
					float: right;
					width: 438px;
				}
					#homeText h3 {
						color: #860209;
						font-weight: bold;
						margin: 5px 0 0 20px;				
					}
					#homeText p {
						font-size: 95%;
						padding-left: 20px;
						padding-bottom: 0;
						line-height: 1.2em;
					}
						
		#sideContent {
			float: right;
			width: 230px;
		}	
			.sideBox { 
				margin-bottom: 10px;
			}
			.sideBox h3 {
				color: #860209;
				font-weight: bold;
				margin: 5px 0 0 20px;	
						
			}
			.sideBox p {
				font-size: 95%;
				padding-left: 20px;
				padding-bottom: 0;
				line-height: 1.2em;
			}		
				#home-news-img { margin-top: 7px; margin-left: 20px; }
				#home-signup-img { margin-top: 10px; margin-left: 20px; }
		
		/* HOME PAGE */
		#twoColumns #mainContent {
			width: 660px;
		}
		
	#siteMenu {
		clear: both;
		background: #868686;
		color: #CCC;
		padding: 10px 20px;
	}
		#siteMenu p {
			color: #CCC;
			padding-bottom: 5px;
		}
		#siteMenu ul {
			margin-left: 10px;
			font-size: 95%;
			padding-left: 5px;
		}
		#siteMenu a {
			color: #CCC;
			text-decoration: none;
		}
		#siteMenu a:hover {
			text-decoration: underline;
		}
		#siteMenu a.whiteLink {
			color: #FFF;
		}
		.siteMenuList {
			float: left;
			width: 180px;
			padding-right: 20px;
		}
			#siteMenuFirstList {
				width: 130px;
				padding-right: 20px;
			}
			#siteMenuLastList {
				width: 130px;
				padding-right: 20px;
			}
			
	#footer {	
		background: #868686;
	}
		#footer p {		
			font-size: 95%;	
			padding: 10px 0;
			text-align: center;
			color: #FFF;
		}
		#footer a {
			color: #FFF;	
		}
	
	#bottom {
		height: 10px;
		background: url(images/footer-pic.jpg) no-repeat left top;
	}	
	
#seo-wrapper {
}	
	#seo-wrapper p {
		padding-bottom: 5px;
	}
	#seo-wrapper a {
		color: #CCC;
	}
	#seo-text h2 {
		margin-bottom: 5px;
	}
	#seo-text p {
		padding-bottom: 10px;
	}		
	
/************************ MISC ********************/	
.clearFloat {
	clear: both;
}
.invisible {
	display: none;
}
.notice {
	font-style: italic;
	font-size: 95%;
}
.heading {	
	font-size: 24px;
	font-weight: bold;
}
.redItalic {
	color: #860209;
	font-size: 16px;
	font-style: italic;	
}


/************************* FORM **********************/
label {
	float: left;
	width: 120px;
	display: block;
	text-align: left;
	padding-bottom: 10px;
}
input, select {
	float: left;
	width: 180px;
	display: block;
	border: 1px solid #666;
	color: #000;
	font-size: 95%;
	padding: 2px;
}
select {
	font-size: 95%;
}
form br {
	clear: left;
}
.tinyInput {
	width: 55px;
	margin-right: 5px;
}
.smallInput {
	width: 80px;
	margin-right: 5px;
}
.mediumInput{
	width: 145px;
}
.largeInput{
	width: 502px;
}
.longLabel {
	width: 300px;
	display: block;
	float: left;
}
.hidden {
	visibility: collapse;
}
.warning {
	color: #CC0000;
	font-weight: bold;	
}
.sendButton {	
	height: 18px;
	width: 53px;
	cursor: pointer;
	border: none;
	display: block;
	margin-left: 129px !important;
	margin-left: 66px;
	background: url(images/send-btn.gif) no-repeat center center;	
}
.processButton {
	border: 1px solid #B31736;
	background: #860209;
	font-size: 12px;
	color: #FFF;
	width: 160px;
	cursor: pointer;
	margin-right: 90px;
}
#formSignup {
	margin-top: 5px;
	margin-left: 20px;
}	
#formSignup input {
	margin-bottom: 5px;
}