/** PAULSONIT V2 STYLESHEET **/
/** BY ETHAN S. TABOR **/


/** TAG DEFINITIONS **/

body {
	background: #62637e url(/v1/images/background.gif) repeat-x top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
body, p, td {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
h2 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
img {
	margin: 0px;
	padding: 0px;
}



/** FORM STYLES **/
fieldset {
	clear: both;
	float: none;
	width: 480px;
	margin-bottom: 6px;
	border: 1px solid #BCC6E0;
}
label {
	clear: left;
	float: left;
	width: 180px;
	margin-bottom: 3px;
	height: 22px;
}
input {
	clear: right;
	float: right;
	width: 280px;
	height: 16px;
	margin-bottom: 3px;
	background: #E2E7F1;
	color: #000000;
	border-bottom: 1px solid #FF0000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-left: 6px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
}
textarea {
	width: 460px;
}

.checkboxinput label, .radioinput label {
	float: right;
	clear: right;
	width: 260px;
	height: 16px;
	margin: 0px;
	padding: 0px;
}
.checkboxinput input, .radioinput input {
	float: left;
	clear: left;
	width: 16px;
	height: 16px;
	margin: 0px 0px 0px 186px;
	padding: 0px;
	background: none !important;
	color: none !important;
	border: none !important;
}






/** ID DEFINITIONS **/

#header {
	height: 69px;
	width: 794px;
	margin: 0px;
	padding: 0px;
}
html>body #header {
	height: 88px;
}
#header #title {
	width: 179px;
	clear: left;
	float: left;
	margin: 24px 12px 0px;
}
#header #slogan {
	width: 400px;
	text-align: right;
	clear: right;
	float: right;
	padding: 6px;
	margin: 12px 0px 0px;
	height: 12px;
}
#header #slogan h2 {
	font-size: 1.2em;
	font-weight: bold;
}
#leftnav .testimonial {
	background: url(/v1/images/leftnav_testimonial_quotes_bg.gif) no-repeat center top;
	padding: 18px 12px 0px 24px;
	height: 130px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 36px 0px 0px;
	vertical-align: top;
}
#leftnav .testimonial dl {
	margin: 0px;
	padding: 0px;
}

#leftnav .testimonial dd, #leftnav .testimonial dt {
	font: 0.9em/1.6em Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
#leftnav .testimonial dd {
	color: #E4E9F9;
}
#leftnav .testimonial dt {
	font-weight: bold;
}


#header #usernav {
	background: url(/v1/images/usernav_bg.gif) no-repeat center top;
	margin: 0px;
	padding: 6px;
	clear: right;
	float: right;
	height: 29px;
	width: 225px;
	font: 0.9em Georgia, "Times New Roman", Times, serif;
}
#header #usernav a {
	color: #000000;
	text-decoration: none;
	font: 1em Georgia, "Times New Roman", Times, serif;
}
#header #usernav a:link {
	border-bottom: 1px solid #333333;
}
#header #usernav a:hover {
	border-bottom: 1px solid #CC0000;
}
#header #usernav a:active, #header #usernav a:visited {
	border-bottom: 1px solid none;
}

#main {
	background: url(/v1/images/main_bg.gif) repeat-y top;
	width: 794px;
	margin: 0px;
	padding: 0px;
	height: 800px;
}
html>body #main {
	height: 1056px;
}

#leftnav {
	height: 834px;
	width: 180px;
	background: url(/v1/images/leftnav_bg.gif) no-repeat left top;
	margin: 0px;
	clear: left;
	float: left;
	text-align: left;
	padding: 222px 0px 0px 7px;
}
#leftnav ul {
	margin: 0px;
	padding: 0px;
}
#leftnav li {
	margin: 0px;
	padding: 4px 6px 4px 12px;
	color: #FFFFFF;
	list-style: none;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
}
#leftnav a {
	text-decoration: none;
	color: #FFFFFF;
}
#leftnav a:link, #leftnav a:visited {
	border-bottom: 1px solid none;
}
#leftnav a:hover, #leftnav a:active {
	border-bottom: 1px solid #CC0000;
}
#leftnav a .selected, #leftnav li .selected {
	color: #000000;
	background-color: #e4e9f9;
}

#topnav {
	background: url(/v1/images/topnav_%20bg.gif) no-repeat top;
	margin: 0px;
	padding: 0px;
	width: 607px;
	clear: right;
	float: right;
	height: 56px;
	list-style: none;
}
#topnav a {
	display: block;
	width: 99px;
	list-style: none;
	float: left;
	margin: 8px 0px 0px;
	padding: 0px;
	line-height: 44px;
	height: 44px;
	color: #FFFFFF;
	text-decoration: none;
	background: #808b91;
	font-size: 0.8em;
	font-weight: bold;
	border-right: 1px solid #535e64;
}
#topnav #corporate {
	background: #808B91 url(/v1/images/topnav_selected_bg.gif) no-repeat right top;
	border-right-width: 0px;
	border-right-style: none;
	width: 100px;
}
#topnav .selected {
	background: url(none) !important;
}



#contentunder {
	margin: 0px;
	padding: 0px;
	clear: right;
	float: right;
	height: 1000px;
	width: 607px;
	background: url(/v1/images/content_bg.jpg) no-repeat bottom;
}

#content {
	background: url(/v1/images/contentRight_bg.gif) no-repeat right top;
	height: 390px;
	overflow: visible;
	text-align: left;
	margin: 0px;
	padding: 26px;
}
#content p {
	font-size: 0.9em;
}
#content img {
	margin-right: 6px;
	margin-bottom: 6px;
}

#content ul, #content ol, #content li {
	list-style: square url(/v1/images/bullet_red.gif) outside;
}
html>body #content ul, html>body #content ol, html>body #content li {
}

#content a:link {
	color: #FF0000;
	text-decoration: none;
}
#content a:visited {
	color: #990033;
	text-decoration: none;
}
#content a:hover {
	color: #FF0000;
	text-decoration: none;
}
#content a:active {
	color: #FF0000;
	text-decoration: none;
}
#content p, #content li {
	line-height: 1.6em;
}

#footer {
	margin: 0px;
	padding: 0px 0px 24px;
	width: 794px;
	background: url(/v1/images/footer_bg.gif) no-repeat top;
	height: 97px;
	text-align: left;
}
#footer p {
	margin: 0px;
	padding: 12px 12px 0px 36px;
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #D6B498;
}


/** CLASS DEFINITIONS **/

.left {
	float: left;
	clear: left;
	width: 50%;
}
.right {
	float: left;
	clear: right;
	width: 50%;
}
.fullcolumn {
	background: #cfd6e9 url(/v1/images/content_fullcolumn_bg.gif) no-repeat center top;
	width: 515px;
	padding: 12px;
	font-size: 0.8em;
	height: auto;
}

.clear {
	clear: both;
}
.table tbody td {
	border-bottom: 1px dashed #ACC0F7;
	padding: 3px 3px 3px 6px;
	margin-bottom: 6px;

}
.table thead th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	background: #E4E9F9;
	text-align: left;
	padding: 3px 3px 3px 6px;
	margin-bottom: 12px;
	border-bottom: 1px solid #799AF2;
}

