@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #000000;
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;		
}	

p {
	margin-bottom: 10px;	
}

h1, h2, h3, h6 {
	clear: both;
}

h1 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #003366;
	font-family: 'Arvo', serif;
}

h2 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #000000;
	font-family: 'Arvo', serif;
}

h3 {
	font-size: 14px;	
	font-weight:500;
	margin-bottom: 10px;
	color:#cc0000;
	font-family: 'Arvo', serif;
}

h4 {
	font-size: 16px;	
	font-weight:500;
	margin-bottom: 20px;
	color:#003366;
	font-family: 'Arvo', serif;
}

h5 {
	font-size: 36px;	
	font-weight:500;
	margin-bottom: 20px;
	color:#003366;
	font-family: 'Arvo', serif;
}

h6 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #003366;
	font-family: 'Arvo', serif;
}

a:link {
	text-decoration: none;
	color:#0044BB;
}

a:visited {
	text-decoration: none;
	color:#0044BB;
}

a:hover {
	text-decoration: underline;
	color:#0044BB;
}	

a:active {
	text-decoration: underline;
	color: #CC0000;
}

#container {
	margin: 0px auto;
	width: 960px;
	text-align: left;
	position: relative;
	background: #FFFFFF;
}

#container-full {
	margin: 0px auto;
	width: 1210px;
	text-align: left;
	position: relative;
	background: #FFFFFF;
}

#headerTop {	
	width:100%;
	min-width:960px;
    float: left;		
	height: 54px;
	position: absolute;
	top: 0px;
	left: 0px;	
	border-top: 2px solid #000000;		
	border-bottom: 2px solid #000000;	
	background: rgb(167,207,223); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(167,207,223,1) 0%, rgba(35,83,138,1) 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(98%,rgba(35,83,138,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 98%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(167,207,223,1) 0%,rgba(35,83,138,1) 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
}

#header {
	float: left;
	width: 100%;		
	padding-top: 9px;
	padding-bottom: 0px;
	height: 49px;	
	color:#FFFFFF;	
}

.headerImage {
	float: left;
	width: 410px;
	padding-right: 5px;
	padding-left: 15px;
	padding-top: 2px;	
}

.headerLeft {
	float: left;
	width: 275px;
	font-size: 24px;
	font-weight: 500;
	font-variant: small-caps;
	letter-spacing: 3px;
	padding-top: 1px;
	padding-left: 0px;
	line-height: 165%;
	background: rgba(0,0,0,0.0);
	font-family: 'Arvo', serif;
	text-shadow: #333333 1px 2px 3px;
}

.headerLeft a:link {
	text-decoration: none;
	color:#FFFFFF;	
}

.headerLeft a:visited {
	text-decoration: none;
	color:#FFFFFF;	
}

.headerLeft a:hover {
	text-decoration: none;
	color:#EEEEEE;	
}	

.headerRight {
	float: right;
	text-align: right;
	width: 480px;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 5px;
	padding-top: 8px;
	line-height: 200%;
	color: #FFFFFF;
	background: rgba(0,0,0,0.0);
	font-family: 'Arvo', serif;
}

.headerRight a:link {
	text-decoration: none;
	color:#FFFFFF;
	padding-left: 40px;
}

.headerRight a:visited {
	text-decoration: none;
	color:#FFFFFF;
	padding-left: 40px;
}

.headerRight a:hover {
	text-decoration: none;
	color:#EEEEEE;
	padding-left: 40px;
}	

#content {
	float: left;
	width: 958px;		
	background: #FFFFFF;			
	border-right: 1px solid #000000;	
	border-left: 1px solid #000000;	
}

#contentLarge {
	float: left;
	width: 1208px;		
	background: #FFFFFF;			
	border-right: 1px solid #000000;	
	border-left: 1px solid #000000;	
}

#contentNoBorder {
	float: left;
	width: 958px;		
	background: #FFFFFF;
	border-right: 1px solid #ffffff;	
	border-left: 1px solid #ffffff;					
}

#fullContent {
	float: left;
	width: 1200px;		
	background: #FFFFFF;			
	border-right: 1px solid #000000;	
	border-left: 1px solid #000000;	
}

#fullContentHolder {
	float: left;
	width: 1200px;
	padding: 15px 10px 10px;
	line-height: 150%;
}

#filler {
	height: 500px;	
}

#contentHolder {
	float: left;
	width: 936px;
	padding: 15px 10px 10px;
	line-height: 150%;
}

#contentHolderLarge {
	float: left;
	width: 1136px;
	padding: 15px 10px 10px;
	line-height: 150%;
}

#contentHolderTop {
	float: left;
	width: 100%;	
}

#adjustmentHolder {
	float: left;
	width: 936px;
	line-height: 150%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contentHolderCenter {
	float: left;
	width: 936px;
	padding: 15px 10px 10px;
	line-height: 150%;
	text-align:center;
}

#leftSidebar {
	float: left;
	width: 180px;
	padding: 5px 9px 0px;
	text-align: left;
}

#centerContent {
	float: left;
	width: 540px;
	padding: 15px 10px 10px;
	line-height: 125%;
}

#middleContent {
	float: left;
	width: 100%;
	line-height: 125%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

#leftContent {
	float: left;
	width: 100%;
	line-height: 125%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
}

#leftResults {
	float: left;
	width: 95%;
	line-height: 150%;
	text-align: left;
	padding: 2%;	
}

#rightSidebar {
	float: right;
	width: 180px;
	padding: 5px 9px 0px;
	text-align: center;
}

#topPage {
	float: left;
	width: 930px;
	padding-bottom: 0px;
	padding-left: 5px;	
}

.contentPlacement {
	float: left;
	width: 936px;	
}

#contentHolderLeft {
	float: left;
	width: 450px;
	padding-right: 10px;
}

#contentHolderRight {
	float: left;
	width: 450px;	
}

#contentLeft {
	float: left;
	width: 220px;
	padding-right: 10px;
}

#contentMiddleLeft {
	float: left;
	width: 220px;
	padding-right: 10px;
}

#contentMiddleRight {
	float: left;
	width: 230px;
	padding-right: 10px;
}

#contentRight {
	float: left;
	width: 220px;
}

#formHolderIndex {
	float: left;
	width: 910px;
	padding-left: 40px;		
}

#footer {
	width:100%;
	min-width:960px;
    float: left;		
	color: #FFFFFF;
	font-size: 10px;
	line-height: 36px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border-top: 2px solid #222222;		
	border-bottom: 2px solid #222222;	
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	background: rgb(35,83,138); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(35,83,138,1) 0%, rgba(167,207,223,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,83,138,1)), color-stop(100%,rgba(167,207,223,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(167,207,223,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(167,207,223,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(35,83,138,1) 0%,rgba(167,207,223,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(35,83,138,1) 0%,rgba(167,207,223,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23538a', endColorstr='#a7cfdf',GradientType=0 ); /* IE6-9 */
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 40px;	
}

#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 40px;
}

.mediumFont {	
	font-size:12px;
}

.smallerFont {	
	font-size:10px;
}

#formHolder {
	float:left;
	width:930px;
}

.formRow {
	float:left;
	width:450px;
	padding-top:10px;	
}

.formLeft {
	float:left;
	width:160px;
	height:20px;
	padding-top:5px;
	padding-bottom:15px;
	padding-left:0px;	
	font-weight:none;
	text-align:left;		
}

.formRight {
	float:left;
	width:220px;
	height:25px;
	padding-bottom:15px;
	text-align:left;
}

.tableInsert tr {
	height:40px;
}

.TrColor {	
	background:#FFFFFF;		
}

.TrColor:hover {
    background:#DDDDDD;
}

.trBold {
	font-weight:bold;		
}

.arrowSpace {
	margin-left: 2px;			
}

.Btn {
	width: 205px;	
	border: 1px solid #BBBBBB;
	background-color: #CCCCCC;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px 10px 4px;
	margin-right:10px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-image: -ms-linear-gradient(top, #ffffff, #CCCCCC);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#CCCCCC));
	background-image: -webkit-linear-gradient(top, #ffffff, #CCCCCC);
	background-image: -o-linear-gradient(top, #ffffff, #CCCCCC);
	background-image: linear-gradient(top, #ffffff, #CCCCCC);
	background-image: -moz-linear-gradient(top, #ffffff, #CCCCCC);
	background-repeat: repeat-x;
	font-size:12px;
	font-weight:bold;
}

.Btn:hover, .Btn:active {
    background-color:#BBBBBB;
    background-image: -ms-linear-gradient(top, #ffffff, #BBBBBB);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#BBBBBB));
    background-image: -webkit-linear-gradient(top, #ffffff, #BBBBBB);
    background-image: -o-linear-gradient(top, #ffffff, #BBBBBB);
    background-image: linear-gradient(top, #ffffff, #BBBBBB);
    background-image: -moz-linear-gradient(top, #ffffff, #BBBBBB);
}

input[type="text"] {
	width: 195px;
	border: 1px solid;
	border-color: #C0C0C0 #E4E4E4 #E4E4E4 #C0C0C0;
	background: #FFFFFF;
	padding: 5px;
	margin-right: 10px;
	-moz-box-shadow: 0 0 5px #C0C0C0;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #C0C0C0;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 5px #C0C0C0;
	border-radius: 5px;
	color: #666666;
	margin-bottom: 5px;	
	-moz-placeholder:#999;
	-ms-input-placeholder:#999;
	font-size:12px;
}	

input[type="text"]:focus { 
	background: #EEEEEE;
    border-color: #B6D5F7 #B6D5F7 #B6D5F7 #B6D5F7;
    outline: none;
    -moz-box-shadow: 0 0 10px #B6D5F7;
    -webkit-box-shadow: 0 0 10px #B6D5F7;
    box-shadow: 0 0 10px #B6D5F7;	
	font-size:12px;	
}

input[type="text"]::-webkit-input-placeholder {
   color: #444444;
}

input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #444444;  
}

input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #444444;  
}

input[type="text"]:-ms-input-placeholder {  
   color: #444444;  
}

input[type="password"] {
	width: 195px;
	border: 1px solid;
	border-color: #C0C0C0 #E4E4E4 #E4E4E4 #C0C0C0;
	background: #FFFFFF;
	padding: 5px;
	margin-right: 10px;
	-moz-box-shadow: 0 0 5px #C0C0C0;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #C0C0C0;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 5px #C0C0C0;
	border-radius: 5px;
	color: #666666;
	margin-bottom: 5px;	
	-moz-placeholder:#999;
	-ms-input-placeholder:#999;
}	

input[type="password"]:focus { 
	background: #EEEEEE;
    border-color: #B6D5F7 #B6D5F7 #B6D5F7 #B6D5F7;
    outline: none;
    -moz-box-shadow: 0 0 10px #B6D5F7;
    -webkit-box-shadow: 0 0 10px #B6D5F7;
    box-shadow: 0 0 10px #B6D5F7;		
}

input[type="password"]::-webkit-input-placeholder {
   color: #444444;
}

input[type="password"]:-moz-placeholder { /* Firefox 18- */
   color: #444444;  
}

input[type="password"]::-moz-placeholder {  /* Firefox 19+ */
   color: #444444;  
}

input[type="password"]:-ms-input-placeholder {  
   color: #444444;  
}

select {
	width: 205px;
	border: 1px solid;
	border-color: #C0C0C0 #E4E4E4 #E4E4E4 #C0C0C0;
	background: #FFFFFF;
	padding: 5px;
	margin-right: 10px;
	-moz-box-shadow: 0 0 5px #C0C0C0;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 5px #C0C0C0;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 5px #C0C0C0;
	border-radius: 5px;
	color: #000000;
	margin-bottom: 5px;
	font-size:12px;
}

select:focus { 
	background: #EEEEEE;
    border-color: #B6D5F7 #B6D5F7 #B6D5F7 #B6D5F7;
    outline: none;
    -moz-box-shadow: 0 0 10px #B6D5F7;
    -webkit-box-shadow: 0 0 10px #B6D5F7;
    box-shadow: 0 0 10px #B6D5F7;	
	font-size:12px;
}

textarea {
	color:#444444;
}

textarea[type="text"]::-webkit-input-placeholder {
   color: #444444;
}

textarea[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #444444;  
}

textarea[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #444444;  
}

textarea[type="text"]:-ms-input-placeholder {  
   color: #444444;  
}

.textAreaFormRow {
	float:left;
	width:930px;
	height:130px;
	padding-top:10px;	
}

.textAreaForm {
	float: left;
	color:#444444;
	width:195px;
	height: 100px;	
	border: 1px solid;
    border-color: #C0C0C0 #E4E4E4 #E4E4E4 #C0C0C0;
    background: #FFFFFF; 
	padding: 5px;      	
    -moz-box-shadow: 0 0 5px #C0C0C0;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #C0C0C0;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 5px #C0C0C0;
    border-radius: 5px;	
	font-size:12px;
}

#loading{
	position: fixed;
	left: 45%;
	top: 25%;
	z-index: 99999999;
	text-align: center;	
}

#mobileLoading{
	position: fixed;
	left: 35%;
	top: 25px;
	z-index: 99999999;
	text-align: center;	
}

.processingForm {	
	color: #999999;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;		
}

smallGray {
	font-size:10px;
	color:#999999;
}

redColor {
	color: #CC0000;
}

redBold {
	color: #CC0000;
	font-weight:500;
}

redBoldLarge {
	color: #CC0000;
	font-weight:500;
	font-size:16px;
}

redColorTopPad {
	color: #CC0000;
	padding-top:5px;
}

redColorSmall {
	color: #CC0000;
	font-size:10px;
}

greenColor {
	color: #009900;
}

bold {
	font-weight:bold;
}

thinBold {
	font-weight:500;
}

boldTotal {	
	font-weight:400;
	color:#116699;
}

ital {
	font-size: 14px;
	font-style: italic;
}

.leftSpacer {
	float: left;
	width: 935px;
	padding-left: 3px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #CC0000;
	font-size: 12px;
	font-style: italic;
}

#printoutHolder {
	float:left;
	width:900px;
}

.printoutCol1 {
	float:left;
	width:280px;
	padding-right:20px;
}

.printoutCol2 {
	float:left;
	width:280px;
	padding-right:20px;
}

.printoutCol3 {
	float:left;
	width:280px;
	padding-right:20px;
}

.printoutSpacer {
	float: left;
	width: 100%;
	margin-top:5px;
	padding-bottom: 15px;
	border-top: 1px solid #666666;
}

#printDiv {
	float:left;
	width:100%;	
}

.smallSpacer {
	float:left;
	width:100%;
	height:10px;
}

.spacer {
	float:left;
	width:100%;
	height:20px;
}

.largeSpacer {
	float:left;
	width:100%;
	height:30px;
}

.largestSpacer {
	float:left;
	width:100%;
	height:50px;
}

.spacerBorderBot {
	float:left;
	width:99%;
	padding-botton: 20px;
	border-bottom:1px #666 solid;
}

.largeImageSpacer {
	float:left;
	width:100%;
	height:200px;
}

.mediumImageSpacer {
	float:left;
	width:100%;
	height:100px;
}

.errorSpacer {
	float:left;
	width:100%;
	height:30px;
}

.imageRight {
	float:right;
	padding:10px;
	margin-top:-30px;	
}

.picRight {
	float:right;
	padding:10px;		
}

.imageLeft {
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.picLeft {
	float: left;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.videoHolder {
	float: left;
	width:930px;
	text-align: left;	
}

.videoFrame {
	float: left;
	width: 940px;
	border: 1px solid #333333;
	margin-bottom:20px;
}

.videoLeft {
	float: left;
	width:450px;	
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.videoRight {
	float: right;
	width:450px;
	text-align:right;	
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.grayHighLight {
	float: left;
	width: 360px;
	background: #DDDDDD;	
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	border: 1px solid #666666;
	font-size:14px;
	font-weight:400;
}

.grayHighLightLong {
	float: left;
	width: 925px;
	background: #DDDDDD;	
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	border: 1px solid #666666;
	font-size:14px;
	font-weight:400;
}

.editSetHolder {
	float: left;
	width:930px;
	text-align: left;		
}

.editSetLeft {
	float: left;
	width: 465px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

.editSetRight {
	float: right;
	width: 465px;		
	padding-top: 10px;
	padding-bottom: 10px;	
}

.editSetFull {
	float: right;
	width: 930px;		
	padding-top: 10px;
	padding-bottom: 10px;	
}

.smallFont {
	float:left;
	width:100%;
	font-size:7px
}

extraLargeFont {
	font-size:72px;
	font-weight:500;
	color:#6696C3;
	font-family: 'Arvo', serif;
}

smallText {	
	font-size:10px
}

blueBold {	
	font-weight: 500;	
	color: #003366;		
}

lightBlueBold {	
	font-weight: 500;	
	color: #0068B3;		
}

.socialHolder {
	float:left;
	width:710px;	
}

.socialMedia {
	float:left;
	width:100%;
	padding-top:0px;
	padding-bottom:10px;
}

.fb-like {
	float: left;
	width: 450px;
	overflow: hidden;
}

.twitterDiv {
	float:left;
	width:75px;
}

.googlePlus {
	float:left;
	width:300px;
}

.boldTitle {
	float:left;
	width:100%;
	font-size: 16px;	
	font-weight:500;	
	color:#003366;
	font-family: 'Arvo', serif;
}

/* used as container for images in horizontal results. used with classes that follow below. */
.search_results_container {
	width: 940px;
	margin: 0px 0px;	
}

.searchResultsContainer {
	width: 900px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.horizontalHolder {
	float: left;
	margin-bottom: 0px;	
}

.horizontalHolder span {
	display:block
}

.clear {
	clear: both;
}

.horizontalInfo {
	float: left;
	width: 223px;
	padding: 5px;	
	text-align: left;
	border-top: none;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.horizontalTextInfo {
	float:left;	
	padding-bottom:5px;
	padding-right:20px;
	text-align: left;	
}

.compHolder {
	background-color: #FFFFFF;		
}

.compHolder:hover {
    background-color:#DDDDDD;
}

.feeRow {
	float:left;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #FFFFFF;	
}

.feeRow:hover {
    background-color:#DDDDDD;
}

.feeLeft {
	float:left;
	width:35%;	
}

.feeMiddle {
	float:left;
	width:33%;	
}

.feeRight {
	float:left;
	width:32%;
}

.feeAdd {
	float:left;
	width:20%;	
}

.fee15 {
	float:left;
	width:15%;	
}

.categoryTitle {
	float:left;
	width:195px;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #003366;
	background: #EEEEEE;
	font-family: 'Arvo', serif;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 2px;
	border: 1px solid #333333;	
}

.categoryHolder {
	float:left;
	width:175px;
	padding-left:5px;	
}

#scheduleHolder {
	float:left;
	width:100%;
	font-size:12px;
}

.scheduleRowSpacer {
	float:left;
	width:100%;
	background-color:#FFFFFF;
	padding-top:5px;
	padding-bottom:15px;
	font-size:16px;
}

spacerNumb {
	font-size:18px;
	font-weight:bold;	
}

.spaceBord {	
	margin-bottom:20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.scheduleRow {
	float:left;
	width:100%;
	background-color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
}

.scheduleRow:hover {
    background-color:#DDDDDD;
}

.scheduleCol300 {
	float:left;
	width:300px;	
}

.scheduleCol250 {
	float:left;
	width:250px;	
}

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

.scheduleCol150 {
	float:left;
	width:150px;	
}

.scheduleCol100 {
	float:left;
	width:100px;	
	padding-left:5px;
}

.scheduleCol75 {
	float:left;
	width:75px;	
	padding-left:5px;
}

.scheduleCol50 {
	float:left;
	width:50px;	
	padding-left:5px;
}

.lowReliability {
	float: left;
	width:405px;
	padding: 5px 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 5px;
	font-weight: 500;
	background: #EEEEEE;
	color:#000000;
	border: 5px solid #990000;
}

.mediumReliability {
	float: left;
	width: 405px;
	padding: 5px 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 5px;
	font-weight: 500;
	background: #EEEEEE;
	border: 5px solid #FFFF33;
}

.highReliability {
	float: left;
	width: 405px;
	padding: 5px 10px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 5px;
	font-weight: 500;
	background: #EEEEEE;
	border: 5px solid #006600;	
}

#ratingLineHolder {
	float: left;
	width: 433px;	
	border: 1px solid #333333;
}

.ratingReliability {
	float:left;
	width:109px;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	font-weight:500;
	padding-top:2px;
	padding-bottom:2px;
}

.ratingPoor {
	float:left;
	width:108px;
	background-color:#990000;
	color:#FFFFFF;
	text-align:center;
	font-weight:500;
	padding-top:2px;
	padding-bottom:2px;
}

.ratingAverage {
	float:left;
	width:108px;
	background-color:#FFFF33;
	color:#000000;
	text-align:center;
	font-weight:500;
	padding-top:2px;
	padding-bottom:2px;
}
	
.ratingGood {
	float:left;
	width:108px;
	background-color:#006600;
	color:#FFFFFF;
	text-align:center;
	font-weight:500;
	padding-top:2px;
	padding-bottom:2px;
}	

#rowHolder {
	float:left;
	width:100%;
	padding-bottom:10px;
}

.rowHolderLeft {
	float:left;
	width:440px;		
}

#rowHolderFull {
	float:left;
	width:100%;	
	padding-left:0%;
	padding-bottom:10px;	
	font-weight:500;
	color:#036;		
}

.rowLineHolder {
	float: left;
	width:423px;	
	border: 1px solid #333333;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
}

.rowHolderRight {
	float:left;
	width:440px;
}

#underRepair {
	top:70px;
	width: 958px;	
	position: fixed;	
	background: #EEEEEE;
	height: 420px;		
	z-index: 999;		
	text-align:center;
	padding-top:100px;	
	margin-top:-10px;
}

#mobileHolder {
	float:left;
	width:100%;	
	background:#FFFFFF;
}

#mobileContent {
	float:left;
	width:90%;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5%;
	line-height:125%;
	font-size:15px;
}

.mobileBorder {
	float: left;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
	padding-top:15px;
}

#mobileSpacer {
	float:left;
	width:100%;	
	padding-top:10px;
}

.statHolder {
	float:left;
	width:100%;
	padding-left:30px;
	padding-bottom:20px;
	font-size:16px;
	font-weight:500;
	color:#333;
}

.criteriaHolder {
	float:left;
	width:100%;
	padding-top:10px;
	padding-left:30px;	
}

.criteriaLeft {
	float:left;
	width:45%;
}

.criteriaRight {
	float:left;
	width:45%;
}

#adjHolderLeft {
	float: left;
	width: 250px;
	padding-top:10px;
	padding-right: 10px;
}

#adjHolderCenter {
	float: left;
	width: 250px;
	padding-top:10px;
	padding-right: 10px;
}

#adjHolderRight {
	float: left;
	width: 250px;	
	padding-top:10px;
}

#adjHolderResults {
	float: left;
	width: 150px;	
}

.adjRow {
	float: left;
	width: 240px;	
}

.adjLeft {
	float: left;
	width: 100px;	
	padding-top:3px;
	padding-right:5px;
}

.adjRight {
	float: left;
	width: 125px;	
}

.adjSaleRow {
	float: left;
	width: 240px;	
}

.adjSaleLeft {
	float: left;
	width: 100px;	
	padding-top:10px;
	padding-bottom:0px;
	padding-right:5px;
}

.adjSaleRight {
	float: left;
	width: 125px;
	padding-top:10px;
	padding-bottom:0px;
	padding-right:5px;
}

.adjSpacer3 {
	float: left;
	width: 100%;
	padding-top:3px;	
}

.adjSpacer25 {
	float: left;
	width: 100%;
	padding-top:60px;	
}

#sidebar {	
	float: left;
	width: 120%;
	height: 450px;		
	overflow: auto;	
	background: #FFF;	
	border-top: 1px solid #000;		
	font-size:100%;		
}

.sideBarPadding {	
	padding-top:1%;
	padding-left:10px;
	padding-right:10px;
}

#commMapHolder {
	float:left;
	width:100%;
	padding-left:1%;
	padding-right:1%;	
	margin-bottom:1%;			
}

googleMap {
	width:100%;
	height:450px;		
}

#map {
	float: left;
	width: 78%;
	height: 450px;
	overflow: hidden;
	text-transform: uppercase;	
	border-left: 1px solid #000;	
	border-right: 1px solid #000;	
}

#infoWindow {
	float:left;
	width:375px;
	height:275px;
	text-align:left;
	line-height: 125%;	
	font-size:10px;
	background:#FFFFFF;
}