body {
	background-color: #9098c9;
	background-image: url(images/back.png);
	background-repeat: repeat-x;
}

#pagearea {
	width: 720px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #444F96;
	padding: 20px;
	min-height: 450px;
}

*html #pagearea {
	width: 720px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #444F96;
	padding: 20px;
	height: 450px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #444F96;
	padding-bottom: 8px;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #485095;
}

p {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #444F96;
}
* {
	margin: 0px;
	padding: 0px;
}

#leftcolumn {
	float: left;
	width: 180px;
}
#logotwo {
	width: 365px;
	/*height: 100px;*/
	padding-bottom: 15px;
}
#logo img {
}

#mainnav ul  {
	list-style-type: none;
	width: 180px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9098C9;
	line-height: 18px;

}

#mainnav ul li{
	display: block;

}

#mainnav ul li a{
	display: block;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #D9D7EB;
	color: #444F96;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9098C9;

}

#mainnav ul li a:hover{
	background-color: #9098C9;
	color: #FFFFFF;
	display: block;

}

#mainnav ul li.login{
	display: block;

}

#mainnav ul li.login a{
	display: block;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #444F96;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9098C9;

}

#mainnav ul li.login a:hover{
	background-color: #9098C9;
	color: #FFFFFF;
	display: block;

}


.bodycopy {
	padding-top: 42px;
	float: right;
	width: 500px;
}

.bodycopy a {
	color: #414C99;
	text-decoration: none;
}

.bodycopy a:hover {
	text-decoration: underline;
}

.bodycopy div.mainform {
	background-color: #D9D7EB;
	padding: 8px;
	border: 1px solid #9098C9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #444F96;
}

.bodycopy div label.subform {
	border-bottom-style: none;
	padding-left: 150px;
	width: 330px;
	display: block;

	}
	
	.bodycopy div label.subform div {
	border-bottom-style: none;
	padding-left: 150px;
	width: 330px;

	}
	
	.bodycopy div div label{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bodycopy form {}

.bodycopy form label {
	width: 480px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9098C9;
	padding-top: 10px;
	display: block;
}

.bodycopy form label span {
	display: block;
	width: 150px;
	float: left;

}

.bodycopy form span.rule {
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9098C9;
	display: block;
	width: 100%;
	clear: both;
	
}

.bodycopy form label input.textfield {
	width: 320px;
}

.bodycopy div label input.othertextfield {
	width: 300px;
	margin: 0px 0px 12px;
	float: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.bodycopy div label textarea.othertextfield {
	width: 300px;
	margin: 0px 0px 12px;
	float: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


head:first-child+body p.checkbox {
	
	padding-left: 150px;
	padding-top: 4px;
	padding-bottom: 4px;
	
}

head:first-child+body p.checkbox input.othertextfield {width: 300px;}

*html div#pagearea div.bodycopy form div.mainform p.checkbox {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: -150px;
	width: 300px;
}

/**html p.checkbox input.othertextfield {width: 300px;}*/

.bodycopy form label select {
	width: 300px;
	margin-bottom: 8px;
}

.bodycopy form input.submit {
	width: 150px;
	color: #000000;
	margin-left: 150px;
}

.bodycopy ul {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #444F96;
	padding-top: 0px;
	padding-bottom: 10px;
	list-style-position: outside;
}

.bodycopy ul li {
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 2px;
}

.bodycopy ul li a{
	text-decoration: none;
	color: #444F96;
}

.bodycopy table {
	width: 500px;
	font-size: 11px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #396DA5;
}

.bodycopy table tr {

}

.bodycopy table tr th {
	background-color: #444F96;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #444F96;
}

.bodycopy table tr td {
	font-weight: normal;
	color: #444F96;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444F98;
	vertical-align: top;
	background-color: #D9D7EB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #444F96;
	width: 20%;
}

.bodycopy table tr td.subhead {
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #396DA5;
	vertical-align: top;
	background-color: #9098C9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #396DA5;
}




.bodycopy table tr td.leftcolumn
 {
	font-weight: normal;
	color: #444F96;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444F98;
	vertical-align: top;
	background-color: #D9D7EB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #444F96;
	width: 40%;
	text-align: left;
}





.productsummary {
	padding-top: 42px;
	width: 720px;
	}
	


.productsummary a {
	color: #414C99;
	text-decoration: none;
}

.productsummary a:hover {
	text-decoration: underline;
}
	
.productsummary p {
	width: 720px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #444F96;
}
.productsummary p.alignright {
	display: block;
	text-align: right;
}

.productsummary table {
	width: 720px;
	font-size: 11px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #396DA5;
}

.productsummary table tr {

}

.productsummary table tr th {
	background-color: #444F96;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #444F96;
}

.productsummary table tr td {
	font-weight: normal;
	color: #444F96;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444F98;
	vertical-align: top;
	background-color: #D9D7EB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #444F96;
}

.productsummary table tr td.subhead {
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #396DA5;
	vertical-align: top;
	background-color: #9098C9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #396DA5;
}

.productsummary  ul {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #444F96;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-position: outside;
}

.productsummary ul li {
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 2px;
}

ul.products {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #444F96;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-position: outside;
}

ul.products  li{
	list-style-position: outside;
	margin-left: 0px;
	margin-bottom: 4px;
	display: block;
	width: 300px;
	border: 1px solid #5D67A7;
	list-style-type: none;
	padding: 8px;
}


.clearfloats {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	display: block;
	float: none;
	width: 100%;
}

div.callus {
	float: right;
	width: 250px;
}

div.callus p {
	display: block;
	float: right;
	width: 250px;
	padding: 4px;
	font-weight: bold;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444F96;
}

div.callus p.contact {
	background-color: #485095;
	color: #FFFFFF;
}

div.callus p.tel {
	background-color: #9098C9;
	color: #FFFFFF;

}

div.callus p.email {
	background-color: #D8D7EB;
}

div.callus p.email a {
	background-color: #D8D7EB;
	text-decoration: none;
	font-weight: bold;
	color: #444F96;
	padding: 4px;
	width: 250px;
}

div.callus p.email a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

div.callus p span {
	display: block;
	width: 50px;
	float: left;
}

div.bodycopy p span.printcosts {
	padding-right: 20px;
}

.videobutton a{
	float: right;
	height: 64px;
	width: 75px;
	margin-right: 12px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 11px;
	background-image: url(images/video_btn.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
}




#pagearea div.bodycopy ul.productsummary li {
	display: block;
	width: 300px;
	padding: 8px;
	border: 1px solid #747CB6;
	margin-bottom: 4px;
}

.next {
	float: right;
	width: 200px;
	text-align: right;
}

.previous {
	float: left;
	width: 200px;
}
