/*
 * Site-wide elements
 */

* {
}

body {
	background: url(/images/bg.png);
	margin-top:0px;
	margin-bottom:20px;
}

a {
	font-family:verdana, Georgia;
	font-size:10pt;
	color:#333333;
	text-decoration:underline;
}
	a:hover {
		color:#777777;
	}

img { 
	border:0px;
	margin:0px;
	display:block;
}

h1 {
	font-family:verdana, Georgia;
	font-size:18pt;
	font-weight:normal;
	color:#2a2a2a;
	margin-top:10px;
	margin-bottom:5px;
}

h2 {
	font-family:verdana, Georgia;
	font-size:14pt;
	font-weight:normal;
	color:#2a2a2a;
	margin:0px;
}

h3 {
	font-family:verdana, Georgia;
	font-size:12pt;
	font-weight:normal;
	color:#2a2a2a;
}

p, p.em, fieldset, .address, td, th {
	font-family:verdana, Georgia;
	font-size:10pt;
	font-weight:normal;
	color:#343434;
	text-align:justify;
}

p.em {
	font-style:italic;
}

input.styled {
	border:1px solid #000000;
	background:#ffffff;
	padding:2px;
	margin:5px 5px 5px 0px;
	font-family:verdana, Georgia;
	font-size:10pt;
	font-weight:normal;
	color:#343434;
	cursor:hand;
}

div.hr {
	background: url(/images/divider.png) no-repeat center;
	padding:2px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:14px;
	margin-bottom:14px;
	clear:both;
}
	div.hr hr{
		display:none;
	}
	
form table th {
	text-align:right;
	vertical-align:top;
	font-weight:normal;
	padding-right:10px;
}

ul {
	list-style-image:url(/images/arrow-black.gif);
}

/*
 * Template Elements
 */
.outerpage {
	background:#d6d6d6;
	width:683px;
	margin:auto;
	text-align:center;
	margin-top:0px;
	padding-top:0px;
}
	.outerpage td {
		vertical-align:top;
		text-align:left;
		padding:0px;
		margin:0px;
	}
	.outerpage .logo {}
	.outerpage .masthead {}
	.outerpage .navigation {}
	.outerpage .content {}
	
	td.navigation {
		background:#c0c0c0;
	}
		div.navigation,
		div.navigation a {
			font-family:verdana, Georgia;
			font-size:11pt;
			font-weight:bold;
			color:#ffffff;
			text-transform:uppercase;
			text-decoration:none;
		}


	td.content {
		padding:15px;
	}

/*
 * Page-level Elements
 */

/* Index Page */
.newsletter_sample {
	margin-top:10px;
	margin-left:15px;

	float:right;
}

.services {
	width:470px;
	border:1px solid #b3b3b3;
	background:url(/images/services-bg.png) #c0c0c0 repeat-x;
	margin:auto;
	text-align:center;
	padding:5px;
}
	.services * {
		text-align:left;
	}
	.services h1 {
		font-family:verdana, Georgia;
		font-size:12pt;
		font-weight:normal;
		color:#2a2a2a;
	}
	
	.services ul {
		list-style-image:url(/images/arrow-black.gif);

	}
		 .services ul li,
		 .services ul li a {
			margin-top:5px;
			margin-bottom:5px;
			font-family:verdana, Georgia;
			font-size:10pt;
			/* color:#2495a2;
			text-decoration:underline; */
		}
			.services ul li a:hover {
				/* color:#46b7c4; */
			}

.affiliates {
	width:470px;
	margin-top:30px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

	.affiliates td {
		width:33%;
		text-align:center;
	}
		.affiliates td img {
			margin:auto;
		}
		
	.affiliate_logo {
		margin:5px;
		margin-left:15px;
		float:right;
		clear:right;
		border:1px solid #000000;
		padding:5px;
		background:#ffffff;
	}
