 * {
	 margin: 0px;
	 padding: 0px;
 }
 body {
	background-color: #ffffff;
}
p {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #3f3f3f;
	font-size: .9em;
}
h1 {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #3f3f3f;
}
h2 {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #3f3f3f;
}
h3 {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #3f3f3f;
}
h4 {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #3f3f3f;
}
.clear {
	clear: both;
}
.space {
	width: 1024px;
	height: 20px;
}
.bold {
	font-weight: bold;
}
.red {
	color: red;
	font-size: 1.3em;
}
.green {
	color: #3ab54d;
}
.blue {
	color: #136a90;
}
/******************************/
#wrapper {
	width: 1024px;
	margin: 0 auto;
	
	background: url('../images/boxes1.jpg') no-repeat bottom right;
}
#top {
	width: 100%;
	height: 123px;
	background: url('../images/topSlice.jpg') repeat-x;
}
#longNav {
	width: 100%;
	height: 33px;
	background: url('../images/navSlice.jpg') repeat-x;
}
#header {
	width: 1024px;
	height: 123px;
	margin: 0 auto;
}
#leftBar {
	width: 238px;
	float: left;
	background: url('../images/video.jpg') no-repeat top center;
}
#content {
	width: 780px;
	float: left;
}
#quoteForm {
	width: 540px;
	float: left;
}
#rightBar {
	width: 225px;
	float: left;
}
/*****************************************/
#footer {
	width: 1024px;
	height: 40px;
	background: url('../images/footer.jpg') no-repeat;
}
#footer a img {
	border: none;
}
/******** CREDITS ********/
#leftFooter {
	width: 510px;
	height: 20px;
	float: left;
	text-align: left;
	font-size: .8em;
}
#leftFooter a:link, #leftFooter a:visited {
	color: #3f3f3f;
}
#leftFooter a:hover {
	color: #136a90;
}
#rightFooter {
	width: 500px;
	height: 20px;
	float: left;
	text-align: right;
	font-size: .8em;
}
/********************/
#linkFooter {
	margin: 0 auto;
	width: 1024px;
	text-align: center;
}
#linkFooter li{
	display: inline;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	border-right: 1px solid #3f3f3f;
	padding: 0px 14px;
}
#linkFooter ul {
	text-align: center;
	font-size: 80%;			
}
#linkFooter a:link, #linkFooter a:visited {
	text-decoration: none;
	color: #3f3f3f;
}
#linkFooter a:hover {
	color: #3f3f3f;
	text-decoration: underline;	
}
#linkFooter  a:active {
	color: #3f3f3f;
}
#linkFooter .last {
	border: none;
}
/**************** NAV ********************/
#nav {
	width: 1024px;
	height: 33px;
	margin: 0 auto;
}
#nav li{
	display: inline;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	padding: 0px 18px;
}
#nav ul {
	text-align: center;
	font-size: 1.2em;			
}
#nav a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
}
#nav a:hover {
	color: #ccff00;
	text-decoration: none;	
}
#nav  a:active {
	color: #ccff00;
}
#nav .last {
	border: none;
}
/*********** START BUTTON **************/
#startBtn { 
	width: 222px;
	margin: 0 auto;
}
#startBtn a:link, #startBtn a:visited {
	display: block;
	width:222px;
	height: 52px;
	background: url('../images/clickUp.jpg') left no-repeat;
}
#startBtn a:hover {
	background: url('../images/clickDown.jpg') left no-repeat;
}
#startBtn a:active {
	background: url('../images/startDown.jpg') left no-repeat;
}
/****************************/
#leftBar ul {
	list-style: none;
	margin-left: 20px;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
}
#leftBar li {
	padding: 1px 0;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
}
#leftBar a:link, #leftBar a:visited {
	text-decoration: none;
	color: #3ab54d;
}
#leftBar a:hover {
	color: #136a90;
	text-decoration: underline;	
}
#leftBar  a:active {
	color: #136a90;
}
