﻿/* Global */
body
{
	background-color: #ffffff;
	border: none 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
	outline: 0;
	padding: 0;
}
img a
{
	border: none;
}

a
{
	outline: none;
}

.bold
{
	font-weight: bold;
}

.border
{
	border-right: dotted 1px gray;
}

.gray
{
	color: #696969;
}

.half
{
	width: 50%;
}

.italic
{
	font-style: italic;
}

.left
{
	text-align: left;
}

.nowrap
{
	white-space: nowrap;
}

.pad
{
	padding: 9px;
}

.small
{
	font-size: smaller;
}

.top
{
	vertical-align: top;
}

.xxl
{
	font-size: xx-large;
}

h1, h2, h3, h4
{
	color: #F47912;
}

#page
{
	margin: 0 auto;
	width: 950px;
}

/* Header */
#header
{
	clear: both;
}

/* Header - Navigation Bar (Menu) */
#navBar
{
	background: transparent url(/Content/Images/bg_nav.jpg) no-repeat scroll 0 0;
	float: left;
	height: 40px;
	margin: 18px 0;
	padding: 0 25px;
	width: 900px;
}

#navBar #nav
{
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#navBar #nav ul, #navBar #nav li
{
	background: transparent url(/Content/Images/hr_nav_Vertical.gif) no-repeat scroll 0 0;
	float: left;
	height: 27px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 13px 5px 0;
	text-align: center;
	vertical-align: middle;
	width: 90px;
}

#navBar #nav a
{
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#navBar #nav a:hover
{
	color: #F47912;
}

/* Header - Branding */
#branding
{
	clear: both;
	white-space: nowrap;
}

#logo
{
	float: left;
	height: 152px;
	text-align: center;
	width: 475px;
	margin-top: 35px;
}

#logo img
{
	border: 0 none;
}

#tagline
{
	float: left;
	height: 117px;
	width: 475px;	
	margin-top: 35px;
}

#tagline1
{
	float: left;
	font-size: xx-large;
	line-height: 1.4em;
	margin: 5px 0;
}

#tagline2
{
	float: left;
	font-size: larger;
	font-style: italic;
	margin: 5px 0;
	white-space: normal;
}

/* Footer */
#footer
{
	background-color: #ffffff;
	bottom: 0;
	font-size: x-small;
	height: 25px;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

/* Main Content */
#content
{
	clear: both;
	padding: 18px 25px 43px 25px;
	width: 900px;
}

/* Option Tables */
#option th, #option td
{
	border-top: 1px solid #e7e7e7;
	padding: 5px 5px 5px 5px;
	height: 86px;
}

#option a, #option a:link, #option a:visited, #option a:hover, #option a:active
{
	border: 0 none;
	text-decoration: none;
}

#option img
{
	border: 0 none;
	display: none;
	visibility: hidden;
}

#option tr:hover
{
	background-color: #d8e5ec;
}

#option tr:hover img
{
	display: block;
	visibility: visible;
}

/* Form Styling */
#dataEntryForm
{
	padding: 10px;
}

fieldset
{
	background-color: #E5E5E5;
	border: thin solid #333333;
	width: 640px;
}

legend
{
	background-color: #333333;
	border: thin solid #999999;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 2px 5px 2px 5px;
}

#dataEntryForm ol
{
	display: inline-block;
	list-style: none;
	padding: .2em .2em 0 .2em;
}

#dataEntryForm ol li
{
	display: inline-block;
	width: 600px;
}

#dataEntryForm label
{
	clear: both;
	float: left;
	padding-right: 10px;
	text-align: left;
	width: 175px;
}

#dataEntryForm input[type=checkbox]
{
	float: left;
	margin-bottom: 18px;
}

#dataEntryForm input[type=text]
{
	float: left;
	margin-bottom: 10px;
	width: 375px;
}

#dataEntryForm select
{
	float: left;
	margin-bottom: 10px;
}

#dataEntryForm textarea
{
	float: left;
	margin-bottom: 10px;
	width: 375px;
}

#dataEntryForm button
{
	clear: both;
	margin-right: 5px;
	width: 100px;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}
