/*
 * Styles
 */

div.autofill {
	display: block;
	clear: both;
	height: 1px;
	width: 1px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: left;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: normal;
	width: 760px;
}

div.container {
	margin: 0px;
	padding: 0px;
	width: 760px;
	/*border: 1px solid #ff0000;*/
}

div.main {
	/*border: 1px solid #00ff00;*/
	background: url(../images/gradient-pattern.gif) repeat-y top right;
	padding-bottom: 40px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, p {
	padding: 0px;
	margin: 0px;
}

a {
	color: #244b6e;
}

a:visited {
	color: #3774a9;
}

a:hover {
	color: #5f90ba;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul li {
	padding: 0px;
	margin: 0px;
}

div.header {
	width: 760px;
	height: 95px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

div.header img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 470px;
	height: 95px;
}

/*h1 {
	font-family:  ;
	font-size:  ;
}*/

div#menu {
	width: 210px;
	float: left;
	position: relative;
	font-size: 0px;
	line-height: 0px;
	padding-bottom: 200px;
}

div#menu a {
	display: block;
	text-decoration: none;
	/*border: 1px solid #0000ff;*/
}

div#menu a img {
	border: 0px;
}

div.content {
	float: left;
	margin-top: 40px;
	margin-left: 30px;
	width: 440px;
	font-family: Helvetica, Arial;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: normal;
}

div.content h1 {
	font-size: 16px;
	margin-bottom: 30px;
	color: #bb1f63;
	text-transform: uppercase;
}

div.content h1.construction {
	color: #000;
	text-align: center;
}

div.content h2 {
	font-size: 11px;
	color: #bb1f63;
	text-transform: uppercase;
}

div.content p {
	margin-bottom: 15px;
}

div.content pre {
	margin: 0px 0px 15px;
	padding: 0px;
	font-family: Helvetica, Arial;
	font-size: 11px;
	line-height: 15px;
}

div.content ul {
	margin-left: 20px;
	margin-bottom: 20px;
	list-style-type: square;
}

div.content ul.nobullets {
	list-style-type: none;
}


div.footer {
	clear: both;
	padding-left: 10px;
	width: 720px;
	height: 30px;
	margin-top: 5px;
	/*border: 1px solid #000;*/
}

div.footer div.contact {
	text-align: center;
}

div.footer div.signature {
	padding: 0px 0px 10px; 
	text-align: center; 
	color: #7f7f7f;
}

div.footer div.signature a {
	color: #7f7f7f;
}
div.footer div.signature a:hover {
	color: #a0a0a0;
}

/* PayPal forms and buttons */
form.paypal {
	/*display: block;
	float: left;
	padding: 0px 2px 2px 0px;*/
	display: inline;
	font-size: 0px;
	line-height: 0px;
}

form.paypal input.button {
	background-color: #ffffff;
	color: #bb1f63;
	font-size: 9px;
	line-height: 13px;
	margin: 2px 0px 0px;
	padding: 0px 3px;
	border: 2px outset #fb5fa3;
}

form.paypal input.button:hover {
	border-style: inset;
}

/* Helpful styles */
img.floatedright {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}

img.floatedleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

