﻿
html {
	height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	/*background-image: url(ContentImageHandler.ashx?imageId=1311);
	background-color: #BED3E4;*/
	background-color:#6699cc;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
}
ul {
	list-style-type: square;
}

#header {
	height: 32px;
	width: 714px;
	text-align: right;
}

#headerSearch {
	height: 32px;
	width: 787px;
	text-align: right;
}

.stock {
	font-size: 0.9em;
	/*background-color: #FDC056;*/
	background-color:#6699cc;
	background-image:url('images/BG-stock.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
	/*color: #666666;*/
	color: #111;
	float: right;
	height: 26px;
	margin-top:0;
	margin-bottom:0;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 0px;
}

.search {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 6px;
	float: right;
	height: 26px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-left: 8px;
}
.search input {
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.search input TEXTAREA {
	font-size: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #BED3E4;
}

.searchResultsC {
	padding:6px 5px 6px 10px;
	background-color:#fff;
}


#header form {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainbody {
	background-color: #005596;
	width: 698px;
	display: block;
	min-height:529px;
	border: 8px solid #FFFFFF;
	height: auto;
}

#mainbodySearch {
	background-color: #fff;
	_background-color: #005596;
	width: 771px;
	display: block;
	min-height:529px;
	border: 8px solid #FFFFFF;
	height: auto;
}


#left {
	background-color: #005596;
	background-image: url(images/pt_nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: auto;
	width: 248px;
	float: left;
	min-height:529px;
	padding-bottom: 20px;
	text-align: center;
}
#left p {
	color: #79a6c8;
	margin-right: 15px;
	margin-left: 15px;
	font-size: .90em;
}
#left a:link {
	color: #5b90c7;
	text-decoration: none;
	font-weight: bold;
}
#left a:active {
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;
}
#left a:visited {
	color: #5b90c7;
	text-decoration: none;
	font-weight: bold;
}
#left a:hover {
	font-weight: bold;
	color: #FB7923;
	text-decoration: underline;
}
#right {
	background-color: #FFFFFF;
	height: auto;
	width: 442px;
	display: block;
	float: left;
	min-height:529px;
	padding-bottom: 20px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#right h1 {
	font-size: 1.75em;
	font-weight: normal;
	letter-spacing: -0.1em;
	color: #F77C1C;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F77C1C;
	padding-left: 10px;
	padding-bottom: 3px;
	margin-bottom: 2px;
}
#right h2 {
	font-size: 1.50em;
	font-weight: normal;
	letter-spacing: -0.1em;
	color: #3174BA;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #BED3E4;
	background-color: #F1F1F1;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#right h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #3174BA;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 5px;
}
#right h4 {
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 5px;
}

#right h5 {
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 5px;
}

#right h6 {
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 5px;
}

#right p {
	margin-left: 25px;
	margin-right: 25px;
	line-height: 1.5em;
	margin-top: 6px;
}

#page {
	width: 714px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
#footer {
	height: 30px;
	width: 714px;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

#footer p {
	color: #fff;
	font-size: 0.95em;
	line-height: 1.5em;
}
#footer a {
	margin-right: 10px;
	margin-left: 10px;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
#page #mainbody #right .homebox p {
	line-height: 1.5em;
}
#page #mainbody #right .homebox h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
#page #mainbody #right .homebox li {
	font-size: 11px;
}
.clearfloat {
	clear: both;
}

