/********************************************************************************/
/** COMMON                                                                     **/
/********************************************************************************/

body {
	SCROLLBAR-FACE-COLOR: #E1E6F2;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #0C276A;
	SCROLLBAR-SHADOW-COLOR: #73A5CC; 
	SCROLLBAR-ARROW-COLOR: #335D4B;
	SCROLLBAR-TRACK-COLOR: #F2F2F2;
	background-color: #C9D1E8;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: small/85% Arial, Helvetica, Verdana, sans-serif;	
	}

/********************************************************************************/
/** 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: hidden;
	width: 953px;
	height: 175px;
	background-image: url('../images/web_graphics/banners/default.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 jfs.ohio.gov */

#links{
	width: 400px;
	padding-left: 346px;
	float: left;
}

#links ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 400px; 
}

#links ul li{
	display: inline;
}

#links ul li a{
	float: left;
	padding: 5px 11px;
	text-decoration: none;
}

#links ul .ohio {
	width: 115px;
	height: 47px;
	background-color: transparent;

}

#links ul .jfs {
	width: 184px;
	height: 47px;
	background-color: transparent;
}


/* SEARCH */

#Search {
	margin-top: 20px;
	width: 175px;
	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: 606px;
	height: 40px;	
	text-align: center;
	margin-top: 20px; 
	margin-left: 344px; 
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	float: right;
	line-height: normal;
	}

#TopNav a {
	color: #0C276A;
	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: #0C276A;
	text-decoration: none;
	}

#TopNav a:hover {
	color: #73A5CC;
	text-decoration: none;
	}

#TopNav a:active {
	color: #0C276A;
	text-decoration: none;
	}


/********************************************************************************/
/** CONTENT                                                                    **/
/********************************************************************************/
#OfficePageTitle {
	display: block;
	color: #4581d0; 
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: normal;
	}

#OfficePageTitle span {
	padding-left: 5px;
	color: #1A3C8E;
}

.PageTitle {
	display: block;
	color: #4581d0; 
	font-size: 16px auto;
	line-height: normal;
	font-family: Georgia;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 3px;
	}


#Content {

	width: 493px;
	float: left;
	overflow: hidden;
	background-color: white;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #0C276A;
	text-align: left;
	line-height: 16px;
	vertical-align: top;
	background-color: #FFFFFF;
	font-size: 11px auto;
	border-top: 1px solid #73A5CC;
	border-bottom: 1px solid #73A5CC;
	border-right: 1px solid #73A5CC;
	}

#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: #0C276A;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #73A5CC;
	}

#Content li {
	list-style-type: square;
	}

#Content a:link {
	color: #1A3C8E;
	}

#Content a:visited {
	color: #1A3C8E;
	}

#Content a:hover {
	color: #1A3C8E;
	}

#Content a:active {
	color: #1A3C8E;
	}

#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: 493px;
	float: left;
	overflow: hidden;
	background-color: white;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #0C276A;
	text-align: left;
	line-height: 16px;
	vertical-align: top;
	background-color: #FFFFFF;
	border-top: 1px solid #73A5CC;
	border-bottom: 1px solid #73A5CC;
	border-right: 1px solid #73A5CC;
	}

#PageContent p {
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#PageContent h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	}

#PageContent h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	}

#PageContent h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	}

#PageContent h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	}

#PageContent h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	}

#PageContent h6 {
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	}

#PageContent hr {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #0C276A;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #73A5CC;
	}

#PageContent li {
	list-style-type: square;
	}

#PageContent a:link {
	color: #1A3C8E;
	}

#PageContent a:visited {
	color: #1A3C8E;
	}

#PageContent a:hover {
	color: #1A3C8E;
	}

#PageContent a:active {
	color: #1A3C8E;
	}

#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;
	}

#PageContent table {
	table-layout:auto;
}

/********************************************************************************/
/** NAV BUTTONS                                                                **/
/********************************************************************************/

.NavButton {
	width: auto;
	height: auto;
	color: #73A5CC;
	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;
	color: white;
}

.NavButtonFirst {
	padding-top: 5px;
}

.NavButtonDark {
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-align: left;
	color: #0C276A;
}
	
/********************************************************************************/
/** LEFT NAV                                                                   **/
/********************************************************************************/

#LeftNav {

	width: 190px;
	float: left;
	overflow: hidden;
	margin: 0px auto;	
	padding-bottom: 20px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-size: 11px auto;
	border: 1px solid #73A5CC;
	color: #0C276A;
	}

#LeftNav span {
	font-weight: bold;
	font-family: georgia;
	font-size: 16px auto;
}

#LeftNav a:link {
	color: #0C276A;
	text-decoration: none;
	}

#LeftNav a:visited {
	color: #0C276A;
	text-decoration: none;
	}

#LeftNav a:hover {
	text-decoration: underline;
	color: #73A5CC;
	}

#LeftNav a:active {
	text-decoration: underline;
	}

#LeftNav .NavButtonFirst {
	width: auto;
	height: auto;	
	color: #73A5CC;
	vertical-align: top;
	line-height: 16px;
	}

#LeftNav .NavButtonLast {
	width: auto;
	height: auto;
	color: #73A5CC;
	line-height: 16px;
	border-bottom: 1px solid #73A5CC;
	}

#LeftNav .NavButtonFirstLast {
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #73A5CC;
	line-height: 14px;
	border-bottom: 1px solid #73A5CC;
	}

/********************************************************************************/
/** RIGHT NAV                                                                   **/
/********************************************************************************/

#RightNav {
	width: 190px;
	height: auto;
	float: right;
	overflow: hidden;
	margin: 0px auto;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	font-size: 11px auto;
	border: 1px solid #73A5CC;
	border-left: 0px;
	color: #0C276A;
	}

#RightNav span {
	font-weight: bold;
	font-family: georgia;
	font-size: 16px auto;
	color: #0C276A;
}


#RightNav h1 {
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	line-height: 14px;
	font-weight: bold;
	font-size: 11px;
	}

#RightNav .Comment {
	padding-left: 10px;
	}

#RightNav a:link {
	color: #0C276A;
	text-decoration: none;
	}

#RightNav a:visited {
	color: #0C276A;
	text-decoration: none;
	}

#RightNav a:hover {
	text-decoration: underline;
	color: #73A5CC;
	}

#RightNav a:active {
	text-decoration: underline;
	}

#RightNav .NavButtonFirst {
	width: auto;
	height: auto;	
	color: #9DA8C6;
	vertical-align: top;
	line-height: 16px;
	}

#RightNav .NavButtonLast {
	width: auto;
	height: auto;
	border-bottom: 1px solid #73A5CC;	
	color: #9DA8C6;
	line-height: 18px;
	}

#RightNav .NavButtonFirstLast {
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #9DA8C6;
	line-height: 14px;
	border-bottom: 1px solid #73A5CC;	
	}


/********************************************************************************/
/** 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: #0C276A;
	
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
	}

#Footer a:link {
	color: #0C276A;
	text-decoration: none;
	}

#Footer a:visited {
	color: #0C276A;
	text-decoration: none;
	}

#Footer a:hover {
	color: #0C276A;
	text-decoration: underline;
	}

#Footer a:active {
	color: #0C276A;
	text-decoration: none;
	}

#fb span {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	vertical-align: center;
	text-align: right;
	}
