 * {
	 margin: 0px;
	 padding: 0px;
 }
 body {
	background-color: #ffffff;
}
p {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #000;
	font-size: 90%;
}
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;
}
.clear {
	clear: both;
}
.space {
	width: 1024px;
	height: 20px;
}
.bold {
	font-weight: bold;
}
.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: 220px;
	float: left;
	background: url('../images/credit.jpg') no-repeat bottom center;
}
#content {
	width: 780px;
	float: left;
}
/*****************************************/
#box1 {
	width: 269px;
	height: 414px;
	background: url('../images/textBox.jpg') no-repeat;
	float: left;
}
#box1 p {
	font-size: 75%;
	padding: 6px 15px;
}
#box2 {
	width: 269px;
	height: 414px;
	background: url('../images/textBox.jpg') no-repeat;
	margin-left: 10px;
	float: left;
}
#box2 p {
	font-size: 75%;
	padding: 6px 15px;
}
#box2 ul {
	width: 240px;
	margin-left: 30px;
	padding-right: 15px;
	font-size: 90%;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
}
#box3 {
	width: 225px;
	text-align: center;
	float: left;
}
#callToday {
	width: 750px;
	text-align: left;
}
#footer {
	width: 1024px;
	height: 40px;
	background: url('../images/footer.jpg') no-repeat;
}
#footer a img {
	border: none;
}
/******** CREDITS AND FOOTER ********/
#leftFooter {
	width: 510px;
	height: 20px;
	float: left;
	text-align: left;
	font-size: .8em;
}
#leftFooter a:link, #leftFooter a:visited {
	color: black;
}
#leftFooter a:hover {
	color: blue;
}
#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 10px;
}
#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 14px;
}
#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 **************/
#contactBtn { 
	width: 206px;
	margin: 0 auto;
}
#contactBtn a:link, #contactBtn a:visited {
	display: block;
	width:206px;
	height: 37px;
	background: url('../images/contactBtn.jpg') left no-repeat;
}
#contactBtn a:hover {
	background: url('../images/contactBtn.jpg') left no-repeat;
}
#contactBtn a:active {
	background: url('../images/contactBtn.jpg') left no-repeat;
}
/************* CONTACT US LINK STYLE ***************/
#clickBtn { 
	width: 223px;
	margin: 0 auto;
}
#clickBtn a:link, #clickBtn a:visited {
	display: block;
	width:223px;
	height: 52px;
	background: url('../images/clickUp.jpg') left no-repeat;
}
#clickBtn a:hover {
	background: url('../images/clickDown.jpg') left no-repeat;
}
#clickBtn a:active {
	background: url('../images/clickUp.jpg') left no-repeat;
}