body {
	margin: 0;
	text-align: center;
	background-color: #eeeee7;
}
body, td {
	font-family: tahoma, verdana, helvetica;
	font-size: 12px;
	color: #000;
	line-height: 17px;
}

a {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #1c6a99;	
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

a.inline {
	font-size: 12px;
	color: #1c6a99;	
	font-weight: normal;
	display: inline;
	text-decoration: underline;
}
a.inline:hover, a.inline:active {
	text-decoration: none;
}

a.sidecolumn {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #1c6a99;	
	text-decoration: none;
}
a.sidecolumn:hover, a.sidecolumn:active {
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background-position: top center;
	background-image: url(../images/shadowSide.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
#contentFrame {
	padding: 15px;
}
#header {
	height: 55px;
	margin-bottom: 15px;
}
#logo {
	float: left;
}
#tagline {
	float: right;
	margin-top: 46px;
	margin-right: 10px;
}
#nav {
	clear: both;
	height: 36px;
	background-position: top left;
	background-image: url(../images/backNav.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#navTable {
	padding-top: 10px;
}
#navTable a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #fff;
	padding-left: 15px;
	padding-right: 10px;
}
#navTable a:hover, #navTable a:active  {
	text-decoration: underline;
}
#navTable a.marker {
	color: #e99619;
}

#splash {
	height: 285px;
	margin-bottom: 10px;
}

#homeServices {
	float: left;
	width: 225px;
	height: 378px;
	margin-right: 17px;
	background-position: top left;
	background-image: url(../images/backHomeServices.jpg);
	background-repeat: no-repeat;
}
.homeServiceItemFirst {
	padding: 55 15 0 15;
}
.homeServiceItem {
	padding: 15 15 0 15;
}

#homeSections {
	float: left;
	width: 678px;
}
#homeSupport {
	height: 110px;
	margin-top: 10px;
	padding: 0 10 0 10;
	background-position: top right;
	background-image: url(../images/backHomeSupport.jpg);
	background-repeat: no-repeat;
}
#homeAboutUs {
	height: 110px;
	margin-top: 10px;
	padding: 0 10 0 10;
	background-position: top left;
	background-image: url(../images/backHomeAboutUs.jpg);
	background-repeat: no-repeat;
}
#homeHowItWorks {
	padding: 10px;
}

.subtitle {
	font-weight: bold;
}
.subtitleSide {
	font-weight: bold;
	color: #1c6a99;
}

#footer {
	float: left;
	background-position: top left;
	background-image: url(../images/backFooter.jpg);
	background-repeat: no-repeat;
	padding-top: 9px;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 36px;
	width: 920px;
}
html>body #footer {
	margin-bottom: -9px;
}
#footer td { 
	font-size: 11px;
	color: #fff;
}
#footer a {
	display: inline;
	text-transform: none;
	color: #fff;
	padding: 0 3 0 3;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#bottomCap {
	margin: 0 auto;
	width: 960px;
	height: 28px;
}

#subpageLeft {
	float: left;
	width: 690px;
	margin-right: 10px;
}
#subpageLeftContent {
	margin-left: 15px;
	margin-top: 20px;
}
#subpageRight {
	float: left;
	width: 220px;
}
.subpageImage {
	display: block;
	margin-bottom: 10px;
}
#submissionForm {
	height: 274px;
	background-position: top left;
	background-image: url(../images/backForm.jpg);
	background-repeat: no-repeat;
	padding: 20 20 10 20;
}
html>body #submissionForm {
	padding-bottom: 0px;
}

#columnOne {
	float: left;
	width: 200px;
	background-position: top right;
	background-image: url(../images/backDots.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
}
#columnTwo {
	float: left;
	width: 420px;
	padding-left: 15px;
}
.altTitle {
	color: #666;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

.subsubtitle {
	display: block;
	text-decoration: underline;
}

input, textarea {
	display: block;
	margin-bottom: 5px;
	color: #666;
	font-family: tahoma, verdana, helvetica;
	font-size: 12px;
}

li {
	margin-left: -20px;
}