/********************************************************************************/
/** COMMON                                                                     **/
/********************************************************************************/

body {
	background-color: #525051;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: small/85% Arial, Helvetica, Verdana, sans-serif;	
	color: #333333;
}

.warning
{
  color: #FF0000;
  font-size: 1.1em;
  font-weight: bold;
}

p.warning
{
	padding-bottom: 15px;
}

.small
{
   font-size: 0.85em;
   font-weight: normal;
}

.tiny
{
   font-size: 0.8pt;
}

.formLabel
{
	font-weight: bold;
}

/********************************************************************************/
/** CONTAINERS                                                                 **/
/********************************************************************************/

#MainContainer {
	margin: 0px auto;
	width: 953px;
	height: 100%;
	border-style: none;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	}
	
#Banner {
	border-style: none;
	overflow: visible;
	width: 953px;
	height: 175px;
	background-image: url('../images/web_graphics/banners/banner_ohiored4.jpg');
	background-repeat: no-repeat;
	}

#Main {
	clear: both; 
	padding: 0; 
	background-color: #FFFFFF;
	margin-left: 18px;
	margin-right: 18px
	}
	
/********************************************************************************/
/** BANNER CONTAINERS                                                          **/
/********************************************************************************/

/* Links to ohio.gov and OhioRED.gov */


#links{
	width: 315px;
	padding-left: 373px;
	padding-top: 13px;
	float: left;
}

#links ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 315px; 
}

#links ul li{
	display: inline;
}

#links ul li a{
	float: left;
	text-decoration: none;
}

#links ul .ohio {
	width: 128px;
	height: 35px;
	margin-right: 6px;
	background-color: transparent;
}

#links ul .ohiored {
	width: 112px;
	height: 35px;
	background-color: transparent;
}

/* SEARCH */

#Search {
	margin-top: 5px;
	width: 140px;
	height: 15px;
	color: #0C276A;
	float: right;
	}
	
#Search input {
	background-color: #ffffff;
	color: #0C276A;
	border-style: solid;
	border-color: #0C276A;
	border-width: 1px;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;	
	}

#Search .Button	{
	width: auto;
	background-color: #EBEEF3;
	color: #0C276A;
	border-style: solid;
	border-color: #0C276A;
	border-width: 1px;
	font-size: 9px;
	font-weight: bold;
	}


/* Top Navigation Bar */

#TopNav {
	width: 950px;
	height: 40px;	
	text-align: center;
	margin-top: 28px; 
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	float: right;
	line-height: normal;
	}

#TopNav a {
	color: #000000;
	text-decoration: none;
	border-right: 1px solid black;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	}

#TopNav .last {
	border-right: 0px;
}
#TopNav a:visited {
	color: #000000;
	text-decoration: none;
	}

#TopNav a:hover {
	color: #AA002F;
	text-decoration: none;
	}

#TopNav a:active {
	color: #000000;
	text-decoration: none;
	}

#ExtraTopNav {
	width: 400px;
	height: 16px;	
	text-align: right;
	margin-top: 60px; 
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	float: right;
	line-height: normal;
	}

#ExtraTopNav  a {
	color: #000000;
	text-decoration: none;
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	}

#ExtraTopNav a:visited {
	color: #000000;
	text-decoration: none;
	}

#ExtraTopNav a:hover {
	color: #AA002F;
	text-decoration: underline;
	}

#ExtraTopNav a:active {
	color: #AA002F;
	text-decoration: underline;
	}

/********************************************************************************/
/** CONTENT                                                                    **/
/********************************************************************************/
p {
	margin: 0 0 1em 0; line-height: 1.3em;	
}


#OfficePageTitle {
	display: block;
	color: #D2232A; 
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: normal;
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

	}

#OfficePageTitle span {
	padding-left: 5px;
	color: #000000;
}

.PageTitle {
	display: block;
	color: #D2232A; 
	font-size: 18px;
	line-height: normal;
	font-family: Georgia;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 3px;
	}

#Content {

	width: 872px;
	float: left;
	overflow: visible;
	background-color: white;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #000000;
	text-align: left;
	line-height: 16px;
	vertical-align: top;
	background-color: #FFFFFF;
   border-left: 1px solid #D2232A;
	border-top: 1px solid #D2232A;
	border-bottom: 1px solid #D2232A;
	border-right: 1px solid #D2232A;
	}

#Content p {
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#Content h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	}

#Content h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	}

#Content h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	}

#Content h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	}

#Content h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	}

#Content h6 {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	}

#Content hr {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D2232A;
	}

#Content li {
	list-style-type: square;
	}

#Content th {
	background-color: #D2232A;
	color: #FFFFFF;
	}

#Content a:link {
	color: #91080D;
	}

#Content a:visited {
	color: #EF1217;
	}

#Content a:hover {
	color: #EF1217;
	}

#Content a:active {
	color: #EF1217;
	}

#Content .MainPicture {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-style: none;
	background-image: url("../images/web_graphics/common/main_picture_bottom.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	}


#PageContent {

	width: 872px;
	float: left;
	overflow: visible;
	background-color: white;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #000000;
	text-align: left;
	line-height: 16px;
	vertical-align: top;
	background-color: #FFFFFF;
   border-left: 1px solid #D2232A;
	border-top: 1px solid #D2232A;
	border-bottom: 1px solid #D2232A;
	border-right: 1px solid #D2232A;
	}

#PageContent p {
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#PageContent p span.title {
   display: block;
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
   margin-bottom: 6px;
	}

#PageContent p span.importanttitle {
   display: block;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
   margin-bottom: 6px;
	}

#PageContent p.sub {
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
	}

#PageContent p.sub span.title {
   display: block;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
   margin-bottom: 6px;
	}

#PageContent td span.titleFirst {
   display: block;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
   margin-bottom: 6px;
	}

#PageContent td span.title {
   display: block;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
   margin-top: 36px;
   margin-bottom: 6px;
	}

#PageContent td span.subtitle {
   display: block;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 10px;
	}

#PageContent td.contactlist {
	font-family: Times New Roman, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	}

#PageContent h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	}

#PageContent h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	}

#PageContent h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	}

#PageContent h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	}

#PageContent h5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	}

#PageContent h6 {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	}

#PageContent hr {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D2232A;
	}

#PageContent li {
	list-style-type: square;
	}

#PageContent a:link {
	color: #D2232A;
	}

#PageContent a:visited {
	color: #D2232A;
	}

#PageContent a:hover {
	color: #D2232A;
	}

#PageContent a:active {
	color: #D2232A;
	}

#PageContent .MainPicture {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-style: none;
	background-image: url("../images/web_graphics/common/main_picture_bottom.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	}



/********************************************************************************/
/** NAV BUTTONS                                                                **/
/********************************************************************************/

.NavButton {
	width: auto;
	height: auto;
	color: #000000;
	vertical-align: middle;
	line-height: 16px;
	}

.NavButton, .NavButtonFirst, .NavButtonLast {
	padding: 5px 5px 5px 10px; /* top, right, bottom, left */
	}
	
.NavButtonFirst, .NavButtonLast {
padding: 5px 5px 5px 10px; /* top, right, bottom, left */

}

.NavButton, .NavButtonFirst, NavButtonLast, NavButtonFirstLast {
	font-size: 11px auto;
}

.NavButtonFirst {
	padding-top: 5px;
}

.NavButtonDark {
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-align: left;
	color: #D2232A;
}
/********************************************************************************/
/** LEFT NAV                                                                   **/
/********************************************************************************/

#LeftNav {
	display: none;
	}

/********************************************************************************/
/** RIGHT NAV                                                                   **/
/********************************************************************************/

#RightNav {
	display: none;
}


/********************************************************************************/
/** FOOTER                                                                     **/
/********************************************************************************/

#Footer {
	clear: both;
	width: 953px;
	height: 26px;
	
	padding-top: 20px;
	padding-bottom: 10px;
	background-position: top;
	background-repeat: no-repeat;

	background-color: #ffffff;
	color: #525051;
	
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	}

#Footer a:link {
	color: #525051;
	text-decoration: none;
	}

#Footer a:visited {
	color: #525051;
	text-decoration: none;
	}

#Footer a:hover {
	color: #525051;
	text-decoration: underline;
	}

#Footer a:active {
	color: #525051;
	text-decoration: none;
	}


