﻿/*
      Siva Mulpuru
	  siva.mulpuru at utoledo dot edu
	  
*/

* { padding: 0; margin: 0; }
html
{
/*background:#5F5F5F url('../Images/html_bg.png') repeat-x 0 0;*/
background:#69ac64 url('../Images/html_bg.png') repeat-x 0 0;
}
body 
{
font-family:Times New Roman;
font-size:12pt;/*changed the font of this one*/
padding:10px;
text-align:justify;
}
/* ul li, ol li
{
margin-left:30px;
padding-top:2px;
padding-bottom:2px;
} */
/*kk-added this one as the BuildYourBusiness.aspx was looking ugly*/
p
{
	font-size:12pt;
}


p,h1,h2,h3,h4,h5,h6
{
padding-top:5px;
padding-bottom:5px;
}
h1,h2,h3,h4,h5,h6
{
font-size:90%;
/*font-size:100%;*/
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url('../Images/faux-2-2-col.png');
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 902px;
 padding: 10px;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background-image: url(../Images/logo.png);
 background: transparent url(../Images/logo.png) no-repeat scroll 0 0;
 
 /*background: #D1DBDB;*/
}

#menucolumn { 
 display: inline;
 color: White;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: left;
}
/*kk-- for decreasing size of text in the body tag*/
#rightcolumn span 
{
	font-size:90%;
}
#rightcolumn { 
 float: left;
 color: #333;
 margin: 5px;
 padding-left: 5px;
 width: 683px;
 display: inline;
 position: relative;
}
/* kk-- for increasing the size of tabs in contacts.aspx*/
#rightcolumn a
{
	font-size:12px;
}
#footer { 
 width: 902px;
 clear: both;
 color: GrayText;
 /*background: #ABBEBE;*/
 background: transparent url(../Images/footer_background.png) repeat scroll 0 0;
 
/* background-color:Transparent;*/
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align:right;
 font-size:x-small;
}

/* kk for the news container */

/*#main-container
{
	background: white;
	height:400px;
	width: 683px;
}
#news-container {
	background:url(../Images/news-container-4.png) no-repeat;
	width:446px;
	height:400;
	float: left;
	position:relative;
	top: 0px;
	left:0px;
}
#right-news-container
{
	float:left;
	width: 200;
	height: 400;
}*/
#nav {
	/*width: 572px;*/
	width: 902px;
	height: 48px;
	float: left;
	/*background-image: url('images/nav/navbg.png');*/
	/*margin: 24px 0 0 0;*/
	margin: 0 0 0 0;
	z-index:1;
}
.menu {
	font-family: "Trebuchet MS", Arial, san-serif;
	/*width:574px;*/
	width:902px;
	height:42px;
	position:relative;
	font-size:11px;
	margin: 0;
	z-index:2;
}
.menu ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	width:81px; 
	height:42px; 
	text-align:center;
	border-bottom: 0;
	background-image:url('images/nav/2a.png');
	line-height:48px; 
	font-size:11px; 
	overflow:hidden;
	padding-left: 1px;
}
/* first and last tabs */
.menu .one {
	background-image:url('images/nav/1a.png');
	padding-left: 1px;
	margin-right: -1px;
}
.menu .three {
	background-image:url('images/nav/3a.png');
}

.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* button hover properties */
.menu ul li:hover a {color:#043454; background: url('images/nav/2b.png');}
.menu ul li:hover ul {display:block; position:absolute; top:42px; left:0; width:152px; margin: 0; padding: 0;}
.menu ul li:hover ul li a.two {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.two {background:#6fc; color:#544a3a;}
.menu ul li:hover ul li ul {display: none;}

.menu ul li:hover .one {color:#043454; background: url('images/nav/1b.png');}
.menu ul li:hover .three {color:#043454; background: url('images/nav/3b.png');}

/* dropdown properties */
.menu ul li:hover ul li a {background-image: none; display:block;height: 28px; line-height: 26px; color:#043454; width:142px; text-align:left; margin: 0; padding:0 0 0 11px;font-weight:normal;}
.menu ul li:hover ul {
	margin: 0 0 0 3px;
	padding: 0;
	background-image: url('images/nav/ddbg.png');
	background-repeat:no-repeat;
	background-position:bottom left; 
}
.menu ul li:hover ul .hlight {
	background-image: url('images/nav/hlight2.png');
	margin-right: 1px;
}

/* dropdown selected properties */
.menu ul li:hover ul li a:hover {color:#fff; background-image: url('images/nav/hlight.png');}

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}


/* Custom ol*/
ol li{
	margin-bottom:10px;
}
#accordion{
font-size:	8pt;
}
#block{
	display:block;
	text-align:center;
}

.clear { clear: both; background: none; }