﻿/*
================================================================================
Website:	South Dakota Department of Transportation
Author:	South Dakota Bureau of Information & Telecommunications
Date:	Monday, April 25, 2011
Notes:	N/A
================================================================================
*/

/*
================================================================================
Header
================================================================================
*/

#header
{
	background-image: url(Img/Banner.jpg);
	background-repeat: no-repeat;
	width: 1000px;
}

/*
================================================================================
Main navigation
================================================================================
*/

#mainnav
{
	clear: both;
	width: 1000px;
	height: 45px;
	padding-bottom: 5px;
	text-align: center;
}

/*
================================================================================
*/

#mainnav div
{
	background-image: url(Img/MainNav1-off.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 125px;
	height: 45px;
}

#mainnav div.noline
{
	background-image: url(Img/MainNav2-off.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 125px;
	height: 45px;
}

#mainnav a
{
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 45px;	
}

/*
================================================================================
Left navigation
================================================================================
*/

#leftnav div.outermain
{
	background-color: #2e8743;
	width: 180px;
	min-height: 32px;
	_height: 32px;
}

/*
================================================================================
*/
/*
================================================================================
Breadcrumb
================================================================================
*/
#subcontent .breadcrumb
{
	background-image: url(Img/Breadcrumb.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 30px;
	margin-bottom: 10px;
	/*	padding-left: 10px;*/
	line-height: 20px;
}
/*
================================================================================
*/
