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

html, body, div, span, applet, object, iframe, h1, h2, h3, 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: #222222;
	background: #CCCCCC;
	text-align: center;
	font-size: 12px;
}

p {
	margin-bottom: 10px;	
}

h1, h2, h3 {
	clear: both;
}

h1 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 15px;
	color:#880000;
	font-family: 'Arvo', serif;
}

h2 {
	font-size: 16px;
	font-weight: 400;
	padding-top:5px;
	padding-bottom: 10px;
	color: #880000;	
	font-family: 'Arvo', serif;
}

h3 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #CC0000;
	font-family: 'Arvo', serif;
}

a:link {
	text-decoration: none;
	color:#1166bb;
}

a:visited {
	text-decoration: none;
	color:#1166bb;
}

a:hover {
	text-decoration: underline;
	color:#1166bb;
}	

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

#fullContainer {
	width: 1200px;
	text-align: left;
	position: relative;
	margin-right: auto;
	margin-left: auto;		
}

#menuTop {
	width: 100%;
	min-width: 958px;
	float: left;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #880000;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
}

#menuName {
	width: 300px;
	float: left;	
	font-weight:400;	
	color: #FFFFFF;
	font-size:16px;
	padding-top:17px;
	padding-left:18px;
	height: 33px;
	margin-top:2px;	
	margin-bottom:2px;	
	text-align: left;	
	background: #880000;
	font-family: 'Arvo', serif;
}

#menuName a:link, #menuName a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}

#menuName a:hover, #menuName a:active {
	color: #EEEEEE;
	text-decoration: none;	
}

#menu {
	width: 635px;
	float: right;		
	color: #FFFFFF;
	font-size:12px;
	padding-top:20px;
	height: 30px;
	margin-top:2px;	
	margin-bottom:2px;	
	text-align: right;	
	background: #880000;
	font-family: 'Arvo', serif;
}

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

#menu a:hover, #menu a:active {
	color: #EEEEEE;
	text-decoration: none;
	padding-left:20px;
	padding-right:20px;
}

#content {
	float: left;
	width: 100%;
	background: #FFFFFF;
	line-height: 125%;	
	padding-top:5px;	
	margin-bottom:1px;	
}

#filler {	
	height: 500px;	
}

#wholePageContent {
	float: left;
	width: 1200px;
	text-align: left;
	background: #FFFFFF;
	line-height: 150%;
	padding: 0px 0px 10px;
}

#fullPageContent {
	float: left;
	width: 940px;
	text-align: left;
	background: #FFFFFF;
	line-height: 150%;
	padding: 0px 10px 10px;
}

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

#centerContent {
	float: left;
	width: 540px;
	padding: 5px 10px;		
}

#centerContentCentered {
	float: left;
	width: 540px;
	padding: 5px 10px;	
	text-align:center;	
}

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

#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 #333333;		
	border-bottom: 2px solid #333333;		
	background: #880000;
}

#footer a:link, #footer a:visited {
	color: #EEEEEE;
	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;
}

input[type="text"] {
	width: 200px;
	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="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;		
}

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"] { 	 
	color:#000000;  
    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;
}

input[type="password"]:focus { 
	background: #EEEEEE;
	color:#000000;
    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="password"]::-webkit-input-placeholder {
   color: #000000;
}

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

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

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

select {
	width: 210px;
	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;
}

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;	
}

.Btn {
	width: 210px;
	font-weight: 600;
	border: 1px solid #BBBBBB;
	background-color: #CCCCCC;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px 10px 4px;
	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;
}

.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);
}

textarea {
	float: left;
	color:#444444;
	height: 100px;
	width: 370px;	
	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;
}

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;  
}

.arrowSpace {
	margin-left: 10px;			
}

.TrColor {
	background-color: #FFFFFF;	
	line-height: 200%;
}

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

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

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

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

boldText {
	font-weight: 500;
}

.formLeftEdit {
	float: left;
	width: 260px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-weight: none;
	text-align: left;
}

.formRightEdit {
	float: left;
	width: 275px;
	height: 20px;
	padding-bottom: 30px;
	text-align: left;
	padding-top: 0px;
}

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

.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;
}

.compHolder {
	background-color: #FFFFFF;		
}

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

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

.tableRow {
	float:left;
	width:100%;
	padding-bottom:10px;
}

.tableLeft {
	float:left;
	width:49%;
	padding-top:5px;
}

.tableRight {
	float:left;
	width:49%;
}

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

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

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

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

bold {
	font-weight:600;
}