body {
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 22px;
  background: #D4D4A9 url(../images/site_bg.jpg) top left repeat-x;
  margin: 0;
  padding: 0;
  padding-bottom: 75px;
}

p {
	margin: 0;
	padding: 0;
}

/* Fix for IE6 transparent PNG issue */
img, div { behavior: url(css/iepngfix.htc) }

a { outline: none !important; }

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 17px 0 5px;
}

h2 {
	font-size: 16px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 0;
	margin: 0;
	color: #394887;
}
h3 {
	margin: 17px 0 5px;
	font-size: 14px;
}

/* Layout styles */
.outer-container {
	width: 948px;
	margin: 0 auto;
	padding: 0 19px;
	background: url(../images/container_bg.png) top repeat-y;
}
.header {
	height: 89px;
	margin: 0 12px;
	padding-top: 8px;
	background: url(../images/main_menu_bg.gif) bottom left repeat-x;
}
.header-top {
	height: 34px;
	width: 924px;
}
.header-bottom{
	height: 55px;
	width: 924px;
}
.header-bottom img {
	float: left;
}
.header-top .secondary-menu {
	height: 30px;
	padding-top: 4px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #2C3767;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.header-top .secondary-menu a {
	color: #2C3767;
	text-decoration: none;
}
.header-top .secondary-menu a:hover{
	text-decoration: underline;
}

.inner-container{
	width: 924px;
	margin: 10px 12px 0; 
	padding-bottom: 15px;
	background: url(../images/sidebar_bg.gif) top left repeat-y;	
	position: relative;
}

.sidebar{
	float: left;
	width: 185px;
	min-height: 10px;
	background: url(../images/sidebar_pod_separator.jpg) 0 -10px no-repeat;
	padding-top: 2px;
}
.content{
	float: left;
	width: 722px;
	padding-left: 15px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
.content p {
	padding: 4px 0 8px;
}
.footer {
	width: 948px;
	margin: 0 auto;
	padding: 35px 19px 15px;
	background: url(../images/container_bottom.png) top no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
.footer a, .footer a:visited {
	color: #000000;
}
.footer a:hover {
	color: #0000CC;
}

/* Menu Styles */
#menu ul li a img{
	float: left;
	border: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sidebar .pod {
	color: #333333;
	background: url(../images/sidebar_pod_separator.jpg) top left no-repeat;
	padding-top: 12px;
	width: 187px;
}
.sidebar .pod.first {
	padding-top: 0px;
	background: none;
}
.sidebar .pod .pod-content {
	padding: 6px 10px 10px;
}
.sidebar a .pod img {
	border: none;
}
.sidebar a .pod {
	text-decoration: none;
	color: #333333;
}
.sidebar #rotating-sidebar-container{ position:relative; top:0px;}
#home-banner {
	width: 720px;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #000;
}
#home-right-col{
	width: 225px;
	float: right;
	min-height: 400px;
	margin-left: 12px;
	margin-top: 10px;
	padding-left: 12px;
	background: url(../images/vertical_dotted_bg.gif) left top repeat-y;
}
/* News */
#news {
	padding-bottom: 12px;
	margin-bottom: 12px;
	background: url(../images/horizontal_dotted_bg.gif) bottom repeat-x;
}
#news ul {
	padding: 8px 5px 0;
	margin: 0;
}
#news h2 {
	text-align: center;
	margin: 0;
}
#news ul {
	list-style: none;
}
#news ul li {
	margin-bottom: 15px;
}
#news ul li .news-date {
	width: 35px;
	float: left;
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
}
#news ul li .news-date .news-date-month, #news ul li .news-date .news-date-year {
	background: #900;
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	padding: 1px;
}
#news ul li .news-date .news-date-day {
	color: #000;
	font-size: 16px;
	line-height: 16px;
	background: #FFF url(../images/cal_bg.jpg) top left repeat-x;
	padding: 2px;
}
#news ul li .news-details {
	width: 168px;
	float: left;
	line-height: 18px;
	font-size: 14px;
}
/* BREADCRUMBS */
#breadcrumbs {
	font-size: 11px;
	color: #999;
	line-height: 11px;
	padding: 0 0 4px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#breadcrumbs a {
	text-decoration: none;
	color: #999;
}
#breadcrumbs a:hover {
	text-decoration: underline;
	color: #666666;
}
#breadcrumbs a#current {
	font-weight: bold;
}
#social-net-links {
	padding: 5px 0;
	text-align: center;
}
#social-net-links img{
	border: none;
}

/* Gallery page styles */
.gallery-link {
	padding: 0 6px 10px 6px;
	text-align: center;
	color: #666;
	font-weight: normal;
	font-size: 11px;
	vertical-align: top;
}
.gallery-link a h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #333;
	margin: 0;
	padding: 0;
}
.gallery-image {
	border: 1px solid #999;
	margin: 2px;
}
.gallery-link a:hover .gallery-image{
	border: 1px solid #B80D1F;
}
/* Page links */
.page-links {
	padding: 0 0 5px;
}
.page-links #elipses {
	padding: 0;
	margin-right: 5px;
	font-weight: bold;
	color:#000099;
}
/* Display Messages */
.messages {
    margin: 0 0 8px 0;
    padding: 5px 8px;
    border: 1px solid #333;
    background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
}
.message {
    color: #333333;
    padding: 0 0 4px 22px;
    vertical-align: top;
    background: url(../images/SymbolInformation.gif) left top no-repeat;
}
.errorMessage {
    color: #FF0000;
    padding: 0 0 4px 22px;
    vertical-align: top;
    background: url(../images/ErrorMessage.gif) left top no-repeat;
}
.messages h3, .errorMessages h3 {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 0;
    margin: 0;
}
/* Search Page Styles */
#search-criteria{
	width: 200px;
	padding: 5px 0;
	float: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}	
#search-criteria, #search-results{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}	
#search-criteria .search-category table{
	border: 1px solid #999;
	background: #ECECD9;
	margin-bottom: 10px;
	width: 198px;
}
#search-criteria .search-category h1, #search-results h1{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #394887;
}
#search-results{
	width: 500px;
	padding: 5px;
}
#search-results-list td{
	text-align: center;
}
.page-links-container {
	border-bottom: 1px solid #999; 
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.page-links{
	font-size: 11px;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.page-links a.page-link, .page-links .page-link-disabled{
	display: inline;
	line-height: 10px;
	font-weight: bold;
	border: 1px solid #999;
	padding: 0 4px;
	margin: 0 2px;
}
.page-links a.page-link {
	background: #394887;
	color: #FFFFFF;
	border-color: #2C3767;
	text-decoration: none;
}
.page-links .page-link-disabled{
	background: #EDEDED;
	color: #999999; 
}
.plan-link a{
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	display: inline;
}
.plan-link a .plan-name{
	background: #009900;
}

.plan-link a:hover{
	text-decoration: underline;
}
.plan-link a img{
	border: 1px solid #999;
}
.plan-link a img.estimator-enabled {
	border: none;
	margin-left: 5px;
	vertical-align: text-bottom;
}
/* Sidebar Pod Styles */
#my-favorites{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#my-favorites a img{
    border: none;
}
#my-favorites-content {
	font-family: Arial, Helvetica, sans-serif;
}
#my-favorites-content table td{
	padding-bottom: 5px;
}

#share-this-container {
	float: right;
}
#share-this-container a, #share-this-container a:hover, #share-this-container a:visited{
	color: #23831E;
	text-decoration: none;
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 12px;
	padding-right: 4px;
}
#share-this-container a:hover {
	background-color: #EDEDED !important;
	text-decoration: underline;
}
#share-this-container a.add-bookmark-link {
	color: #333;
}
#share-this-container a.add-bookmark-link:hover {
	text-decoration: underline;
}
#share-this-container a.add-bookmark-link img{
	margin-right: 2px;
}
.placeholder {
	height: 200px;
	width: 175px;
	border: 1px solid #666;
	background: #999;
	color: #666
	font-size: 24;
	text-align: center;
	margin: 15px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.print-header, .print-footer {
	display: none;
}
/* Call-out box styles */
div.call-out {
	padding: 0;
	margin: 5px 0 5px 10px;
	border: 1px solid #394887;
	float: right;
	width: 300px;
	background: url(../images/call_out_bg.jpg) 0% 100% repeat-x;
}
div.call-out h2 {
	background: #394887;
	padding: 2px 6px;
	text-align: center;
	margin: 0;
	color: #FFF;
}
div.call-out p {
	padding: 8px;
	margin: 0;
}
