@charset "UTF-8";
/* CSS Document */

/*---------------Basic Styling---------------*/
*{
	margin: 0px;
	padding: 0px;
}
body {
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	font-size: 85%;
}
#clear {
	clear: both
}

/*-----------------------------------------------------------Main Template Layout-----------------------------------------------------------*/	
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	background: #FF0000;
	padding: 0;
	
}

#banner {
	position: relative;
	width: 900px;
	height: 90px;
	margin: 0;
	padding: 0;
}

#border {
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: inherit;
	border:#FF0000 4px solid;
	margin: 0;
	padding: 0;
}

#leftPanel {
	position: relative;
	float: left;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	min-height: 800px;
	background:#FF0000;
}	
/*-----------------The #bottomLeftPanel is am embadded sytle------------*/

/*---------------Navbar Begins ---------------*/
#navbar ul {
	top: 0;
	left: 0;	
	margin: 0;
	padding: 0;
	border:#FF66CC 1px solid;
}
#navbar ul li{
	float:left;
	list-style: none;
	background:url(Graphics%20and%20Logo/redNavButton.gif) no-repeat;
}
ul.navbar li {
	display: inline;
}
#navbar ul a {
	font-size: 16px;
	font: "Bookman Old Style", "Hoefler Text";
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	width: 130px;
	height: 35px;
	display: block;
	text-align: left;
	text-indent: 0.5em;
	line-height: 2em;
}
#navbar ul a:hover {
	background: url(Graphics%20and%20Logo/blueNavButton.gif) no-repeat;
} 
.toolong {
	font-size: 12px;
	width: 130px;
	height: 35px;
}
body#home li#home a, body#bushHog li#bushHog a { 
	background: url(Graphics%20and%20Logo/blueNavButton.gif) no-repeat;
}

/*---------------Navigation End---------------*/

	
#mainContent {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 760px;
	height: auto;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

#footer {
	position: relative;
	bottom: 0;
	left: 0;
	width: 898px;
	padding: 5px;
	font-family: "Bookman Old Style", "Hoefler Text";
	font-size: 15px;
	color:#FFFFFF;
	text-align: center;
	background:#FF0000;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	border-bottom:dashed;
	font-style: italic;
}
.designBy  {
	font-family: "Bookman Old Style", "Hoefler Text", serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}
.designBy a {
	font: inherit;
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
	text-decoration: none;
}
.designBy a:hover {
	font: inherit;
	color: #FF0033;
	border-bottom: 1px dashed #FF0033;
}
/*----------------------------------------------------------MICS Page-----------------------------------------------------------*/	
.solgan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #0033cc;
	font-weight: bold;
	text-align: center;
}

.constructionPic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #0033CC;
	text-align: center;
}
