html , body{
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	background-color: #B1CB44;
	color: #3B4F0D;
}
// hack for old IE
* html #container {
height: 100%;
}
form {
	margin: 0px;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #666;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
h1 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 3px;
}




#container {
	margin: 0px auto;
	min-height: 100%;
	width: 990px;
	background-image: url(../img/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #D5E485;
}
#header {
	height: 181px;
	width: 100%;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
#header #calendar {
	position: absolute;
	width: 58px;
	left: 30px;
	top: 80px;
	height: auto;
}
#calendar #calMonth {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	display: block;
	text-transform: uppercase;
}
#calendar #calDay {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
}

#topNavBar {
	background-image: url(../img/nav-bar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 101px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
}
#topNavBar #digiClock {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	width: 73px;
	text-align: center;
	padding: 7px 0px;
	height: 21px;
	margin-top: 3px;
	right: 77px;
	top: 28px;
	z-index: 5;
	overflow: visible;
	text-shadow: #AAA 0px 3px 2px;
}
#topNavBar #flashClock {
	height: 65px;
	width: 65px;
	position: absolute;
	top: 15px;
	right: 166px;
}
#topNavBar #topNav{
	text-align: center;
	display: block;
	width: 660px;
	position: absolute;
	top: 35px;
	left: 60px;
	list-style-type: none;
	padding: 5px 0px;
	color: #798A2D;
}
#topNavBar #topNav ul{
	margin: 0px;
	padding: 0px;
}
#topNavBar #topNav ul li{
	display: inline;
	text-transform: uppercase;
}
#topNavBar #topNav a{
	color: #798A2D;
	font-weight: bold;
	padding: 5px 15px;
}
#topNavBar #topNav a:hover {
	color: #3B4F0D;
}

#topNavBar #topNav .link_active {
	color: #3B4F0D;
	padding: 5px 15px;
}
#topNavBar .topNavSpacer{
	padding: 0px;
}



#mainPage {
	height: auto;

}
#pageImage {
	float: left;
	width: 732px;
	clear: left;
	height: 335px;
	position: relative;
}
#pageTop {
	width: 100%;
	height: 335px;
}
#notePad {
	clear: none;
	float: right;
	width: 258px;
}
#tag {
	clear: none;
	float: right;
	width: 165px;
	background-image: url(../img/ticket.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 188px;
	padding: 200px 52px 0px 41px;
}
#pageContent {
	padding: 0px 30px;
	width: auto;
}
#pageRight {
	width: 250px;
	margin-right: 30px;
}
.portfolioBox {
	padding: 0px 0px 15px;
	margin: 0px 0px 15px;
	border-bottom: 1px solid #060;
}
.portfolioBox img {
	clear: none;
	float: right;
	margin-left: 50px;
}






.clearingDiv {
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
}
#quickQuote {
	clear: right;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}

