/* Koehler Electric Stylesheet */

/*# Layout Styles #*/
html, body
{
	margin: 0;
	padding: 0;
	font-family: arial, tahoma;
	font-size: 12px;
	color: #000;
}
#container
{
	width: 800px;
	border: solid 1px #d59809;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	background-color: #fff;
}

/*# Font Styles #*/
h1
{
	font-weight: bold;
	font-size: 16px;
	color: #003e7e;
}
h2
{
	font-weight: bold;
	font-size: 14px;
	color: #003e7e;
}
a
{
	text-decoration: none;
	color: #003e7e;
}
a:hover
{
	text-decoration: underline;
	color: #f78f1e;
}

/*# Shadow #*/
#shadow
{
	width: 830px;
	margin: 0 auto;
	background: url(../App_Themes/KoehlerElectric/images/shadow.jpg) repeat-y;
	height: 100%;
}

/*# Header #*/
#header 
{
	width: 790px;
	margin: 5px auto;
	height: 215px;
	border-top: solid 1px #d59809;
	border-left: solid 1px #d59809;
	border-right: solid 1px #d59809;
	border-bottom: solid 20px #003e7e;
	padding: 0;
	color: #fff;
	font-size: 10px;
}
#header a
{
	color: #fff;
	text-decoration: none;
}
#header a:hover
{
	color: #fff;
	text-decoration: underline;
}
#logo
{
	position: absolute; 
	top: 18px; 
	margin: 0 0 0 12px;
}
.IE7 #logo
{
	margin:	0 0 0 -778px;
}

/*# Footer #*/
#footer 
{
	background-color: #003e7e;
	width: 100%;
	padding: 10px;
	color: #fff;
	font-size: 10px;
	border-top: solid 1px #d59809;
}
#footer a
{
	color: #fff;
	text-decoration: none;
}
#footer a:hover
{
	color: #fff;
	text-decoration: underline;
}

/*# Content Area #*/
#main
{
	width: 795px;
	margin: 10px 0 0 0;
	height: 100%;
}
#content
{
	height: 100%;
	background: url(../App_Themes/KoehlerElectric/images/content_bg.jpg) repeat-y;
	border-left: solid 1px #d59809;
	border-top: solid 1px #d59809;
	border-right: solid 1px #d59809;
}
#leftcolumn
{
	width: 200px;
	height: 100%;
	margin: 0;
	padding: 0 5px 0 0;
}
.textSimple
{
	padding: 8px 15px 15px;
}

/*# Menu #*/
.firstCMSMenuItem, .firstCMSMenuItemMouseUp, .firstCMSMenuItemMouseDown 
{ 
	width: 200px;
	text-align: center;
	border-bottom: 3px solid #fff;
	padding: 7px 10px 8px 0px;
	font-size: 12px; 
	color: #003e7e; 
	font-weight: bold;
	background-color: #f78f1e; 
	/*background: url(../App_Themes/KoehlerElectric/images/menu_bg.jpg) no-repeat; */
}

.firstCMSMenuItemMouseOver, .firstCMSMenuHighlightedMenuItem, .firstCMSMenuHighlightedMenuItemMouseUp, .firstCMSMenuHighlightedMenuItemMouseOver, .firstCMSMenuHighlightedMenuItemMouseDown 
{
	width: 200px;
	text-align: center;
	border-bottom: 3px solid #fff;
	padding: 7px 10px 8px 0px;
	font-size: 12px; 
	color: #fff; 
	font-weight: bold;
	background-color: #f78f1e; 
	/*background: url(../App_Themes/KoehlerElectric/images/menu_bg.jpg) no-repeat; */
}
.secondCMSMenuItem, .secondCMSMenuItemMouseUp, .secondCMSMenuItemMouseDown 
{ 
	width: auto;
	height: auto;
	text-align: left;
	padding: 7px 10px 8px 10px;
	font-size: 12px; 
	color: #003e7e; 
	font-weight: bold; 
	background-color: #f78f1e; 
	border-bottom: 3px solid #fff;
}
.secondCMSMenuItemMouseOver, .secondCMSMenuHighlightedMenuItem, .secondCMSMenuHighlightedMenuItemMouseUp, .secondCMSMenuHighlightedMenuItemMouseOver, .secondCMSMenuHighlightedMenuItemMouseDown 
{ 
	width: auto;
	height: auto;
	text-align: left;
	padding: 7px 10px 8px 10px;
	font-size: 12px; 
	color: #fff; 
	font-weight: bold; 
	background-color: #f78f1e; 
	border-bottom: 3px solid #fff;
}

/*# Subpages #*/

/*# Subpages/Menu #*/
.subfirstCMSMenuItem, .subfirstCMSMenuItemMouseUp, .subfirstCMSMenuItemMouseDown 
{ 
	width: 200px;
	text-align: center;
	padding: 6px 15px;
	font-size: 12px; 
	color: #003e7e; 
	font-weight: bold;
	background-color: #f78f1e; 
	/*background: url(../App_Themes/KoehlerElectric/images/submenu_bg.jpg) no-repeat; */
	border-bottom: 3px solid white;
	border-top: 3px solid white;
}

.subfirstCMSMenuItemMouseOver, .subfirstCMSMenuHighlightedMenuItem, .subfirstCMSMenuHighlightedMenuItemMouseUp, .subfirstCMSMenuHighlightedMenuItemMouseOver, .subfirstCMSMenuHighlightedMenuItemMouseDown 
{
	width: 200px;
	text-align: center;
	padding: 6px 15px;
	font-size: 12px; 
	color: #fff; 
	font-weight: bold; 
	background-color: #f78f1e; 
	/*background: url(../App_Themes/KoehlerElectric/images/submenu_bg.jpg) no-repeat; */
	border-bottom: 3px solid white;
	border-top: 3px solid white; 
}

/*# Home Page #*/
#rightcolumn
{
	width: 175px;
	height: 100%;
	min-height: 550px;
	float: right; 
	background: url(../App_Themes/KoehlerElectric/images/rightcolumn_bg.jpg) repeat;
}
.hometextSimple
{
	width: 375px;
	padding: 8px 15px 15px;
	float: left;
}
.title
{
	background-color: #f78f1e;
	padding: 10px 10px;
	color: #003e7e;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.rightcolumncontent
{
	padding: 10px;
	color: #003e7e;
}


