/* CSS Document */
body {
	background-color: #ffcc66;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
img {
	border: none;
	}
.footer {
	font-size: 10px;
	}
#colContentStart {
	position: relative;
	top: 22px;
	}
#colContentStart2 {
	position: relative;
	top: 19px;
	}
.required {
	color: #FF3333;
	}
.icore a{
	text-decoration: none;
	color:#000000;
	}
.icore a:hover {
	color:#990000;
	}
#container {
	margin: 0 auto;
	text-align: left;
	width: 768px;
	}
#menu {
	background-color: #CC6600;
	height: 20px;
	}
#phone {
	position: relative;
	top: 40px;
	left: 10px;
	width: 350px;
	}
#leftColContent {
	margin: 5px;
	padding: 5px;
	width: 350px;
	}
#leftColContent img {
	border: 1px solid;
	}
#rightColContent {
	margin: 23px 8px;
	padding: 15px;
	vertical-align: top;
	}
#rightColContent img {
	border: 1px solid;
	}
#rightColContent a {
	background-color: #ffcc66;
	color: #102075;
	}
#rightColContent h2 {
	font-size: 24px;
	}
#sitemap {
	font-weight: bold;
	line-height: 20px; 
	}
/* nav bar styling */
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 0;
	}
ul#nav li {
	position: relative;
	margin: 0;
	float: left;
	display: block;
	width: 96px;
	padding: 0px;
	text-align: center;
	}
ul#nav li ul {
	position: absolute;
	left: -40px;
	top: 20px;
	display: none;
	height: 20px;
	list-style-position:outside;
	}
ul#nav li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffc;
	background: #c60;
	padding: 3px 5px;
	border: 0;
	border-bottom: 0;
	}	
ul#nav li a:hover {
	color: #884A00;
	background: #FDDCA0;
	}
ul#nav #interior { 
	background: #FEE6BA;
	color: #884A00;
	}
ul#nav #exterior { 
	background: #FDECCE;
	color: #884A00;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li a { height: 1%; }
ul#nav li:hover ul, ul#nav li.over ul { 
	display: block; 
	}
ul#nav #interior:hover, ul#nav #interior.over {
	background: #FDF5E5;
	}
ul#nav #exterior:hover, ul#nav #exterior.over {
	background: #FDF5E5;
	}