﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html, body
{
	background-color: #F0FFFF;
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
	height: 100%;
	width: 710px;
	margin-left: auto;
	margin-right: auto;
}

a:link
{
	color: #034af3;
	text-decoration: underline;
}
a:visited
{
	color: #505abc;
}
a:hover
{
	color: #1d60ff;
	text-decoration: none;
}
a:active
{
	color: #12eb87;
}

p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

div#ContentHolder
{
	height:545px;
}

/*
Cards
*/

div#cardlisting
{
	height:545px;
	overflow: auto;
}
.CardHolder
{
	background-color:transparent;
	margin: 0;
	padding: 0;
}
.CardHolder img
{
	vertical-align:middle;
	width:215px;
	height:195px;
	overflow:auto;
}
.Card {
	margin: 2px;
	border: thin solid #000000;
	padding: 4px;
	width: 450px;
	height: 200px;
	vertical-align:middle;
	display:inline;
	background-image: url('/Content/cardbackground.png');
	background-repeat:repeat-x;
}

.Card h1, h2
{
	margin: 4px;
}

.Card h1
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 2.5em;
}
.Card h2
{
	font-style:italic;
	font-size:2em;
}

#backgroundPopup
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}

.popupContactClose
{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}

div.bioPopup
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:384px;
	width:408px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}

div.bioPopup h1
{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}

.moreBio
{
	text-align: right;
	color:Blue;
	font-style: italic;
	font-size: 1.2em;
	padding-right: 2em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin: 10px 0 0 0;
	font-style: italic;
}
h2
{
	padding: 0 0 10px 0;
}
h3
{
	color:Gray;
	font-size: 1.2em;    
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#header
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}

#logo, #header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px !important;
}

#main
{
	background-color: #fff;
	height: 700px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
	height:5%;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	
	padding: 0 0 4px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li
{
	display: inline;
	list-style: none;
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #034af3;
}

ul#menu li a:hover
{
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active
{
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

.floatright
{
	float:right;
	padding: 2px;
}

fieldset 
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset p 
{
	margin: 2px 12px 10px 10px;
}

legend 
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
	width: 200px;
	border: 1px solid #CCC;
}

input[type="password"] 
{
	width: 200px;
	border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color:Red;
}

#menucontainer
{
	margin-top:0px;
	background-image: url('/Content/best_road_big.jpg');
	background-repeat: no-repeat;
	height:150px;
	border-bottom: 1px #5C87B2 solid;
}

div#title
{
	/*display:block;*/
	float:left;
	text-align:left;
	height:100%;
}

div#logo
{
    height:150px;
	background-image: url('/Content/best_road_big.jpg');
	background-repeat: no-repeat;
}
#logindisplay
{
	font-size:1.1em;
	display:block;
	text-align:right;
	margin:10px;
	color:White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

.display-label,
.editor-label,
.display-field,
.editor-field
{
	margin: 0.5em 0;
}

.text-box
{
	width: auto;
	background-color: Fuchsia;
}

.text-box.multi-line
{
	height: 6.5em;
}

.large
{
	height: 6.5em;
	width: 350px;
}

.tri-state
{
	width: 6em;
}

div#paper
{
	/*background-image: url('/Content/notebook-paper.jpg');*/
	background-image: url('/Content/border4.gif');
	background-repeat:repeat-y;
	height:100%;
}

div#paper > div
{
	margin: 0;
	padding: 2em 0px 0px 100px;
}

