body {
	background-color: #ffffff;
}

body#home .intro_bg {
	height: 439px;
	background-image: url(/images/home_bg.gif);
	background-repeat: repeat-x;
}

body#subpage .intro_bg {
	height: 193px;
	background-image: url(/images/subpage_bg.gif);
	background-repeat: repeat-x;
}

body#home .intro {
	min-height: 439px;
}

body#subpage .intro {
	min-height: 193px;
}

.nav {
	text-align: center;
	margin-top: 12px;
	margin-bottom: 10px;
	color: #cfbfad;
	font-size: 28px;
	font-weight: bold;
}

.nav a, .nav a:link, .nav a:visited {
	font-family: Verdana, Ariel, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #cfbfad;
	text-decoration: none;
}

.nav a:hover {
	color: #297bcc;
}

.nav a:active {
	color: #73a5d6;
}

.intro {
	background-repeat: no-repeat;
	background-position: right top;
}
	
.page_home .intro {
	background-image: url(/images/home_image.png);
}

.page_process .intro {
	background-image: url(/images/process_image.png);
}

.page_samples .intro {
	background-image: url(/images/samples_image.png);
}

.page_start .intro {
	background-image: url(/images/start_image.png);
}

.page_contact .intro {
	background-image: url(/images/contact_image.png);
}

.page_samples .bullets img {
	width: 286px;
	height: 286px;
	margin-top: 10px;
	margin-right: 10px;
	border: 2px solid #75a3d6;
}

.page_samples .bullets img.popupbutton {
	float: right;
	width: 113px;
	height: 37px;
	border: none;
}

.page_samples .bullets p {
	text-align: center;
}

.intro .header {
	margin-top: 46px;
	font-family: Cambria, Times New Roman, serif;
	font-size: 38px;
	font-weight: bold;
	color: #73a5d6;
}

.intro .subheader {
	margin-top: 14px;
	font-family: Cambria, Times New Roman, serif;
	font-size: 26px;
	font-weight: bold;
	color: #4d4d4d;
}

.intro .text {
	margin-top: 34px;
	font-family: Cambria, Times New Roman, serif;
	font-size: 19px;
	font-weight: normal;
	color: #000000;
}

.intro .text p {
	margin-bottom: 18px;
}

.strong_green {
	font-weight: bold;
	color: #339933;
}

.strong_red {
	font-weight: bold;
	color: #cc0000;
}

.strong_black {
	font-weight: bold;
	color: #000000;
}

.bullets {
	font-family: Cambria, Times New Roman, serif;
	margin-top: 46px;
	margin-bottom: 10px;
}

.bullets p {
	font-family: Cambria, Times New Roman, serif;
	font-size: 15px;
}

.bullets p.header {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
}

.policy p {
	font-family: Verdana, Ariel, sans-serif;
	font-size: 15px;
	margin-bottom: 8px;
}

.policy p.header {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
}

.step .s1,.s2,.s3 {
	padding-top: 100px;
	height: 20px;
	margin-bottom: 10px;
	font-family: Cambria, Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
	background-repeat: no-repeat;
	background-position: right top;
}

.s1 {
	background-image: url(/images/step1.png);
}

.s2 {
	background-image: url(/images/step2.png);
}

.s3 {
	background-image: url(/images/step3.png);
}

.step .header {
	margin-bottom: 10px;
	font-family: Verdana, Ariel, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #297bcc;
}

.step p {
	margin-bottom: 18px;
	font-family: Cambria, Times New Roman, serif;
	font-size: 15px;
	font-weight: normal;
}

div.divider {
	margin: 0px;
	padding: 0px;
	height: 7px;
	background-image: url(/images/divider.png);
	background-repeat: repeat-x;
}

.center {
	text-align: center;
}

.shorttop {
	margin-top: 26px;
}

body#home #footer {
	margin-top: -24px;
}

body#subpage #footer {
	margin-top: -41px;
}

#footer {
	background-color: #f7f4f1;
	font-family: Cambria, Times New Roman, serif;
	font-size: 12px;
	color: #4d4d4d;
}

#footer .copyright {
	margin-top: 200px;
	padding-bottom: 12px;
}

div.messagebox {
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px;
	width: 960px;
	color: #339933;
	font-family: Verdana, Ariel, sans-serif;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #339933;
	border-bottom: 1px solid #339933;
	background-color: #cee5ce;
	
}