@charset "utf-8";
/* CSS Document */

body {
	background-color:#434343;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333333;
	margin:0px;
	padding:0px;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}

#outer-wrapper {
	width: 1023px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

/* Header and Nav */
#header {
	width: 100%;
	height:223px;
	background:url(images/logo.jpg) top left no-repeat;
	text-align:right;
}

#header ul {
	list-style-type: none;
	margin:0px;
	padding:140px 50px 0px 0px;
	text-align:right;
	overflow:hidden;
}

#header li {
	display:inline;
}

#header ul a {
	padding: 0px 10px 0px 10px;
	line-height: 44px;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 9pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif; 	
	color: #ffffff;
	display: inline-block;
}

.active {
	color:#999999;
}


/* Main Section */
	/* Home Page */
#main-home {
	width:1023px;
	height:355px;
	background:url(images/home-header.jpg) top left no-repeat;
}

#main-home #text {
	position:relative;
	top:116px;
	left:574px;
	padding-right:636px;
}

	/* Leave It To Us Page*/
#main-leave-wrapper {
	width:1023px;
	font-size:0px;
	line-height:0px;
}

#main-leave-content {
	background-color:#ffffff;
	padding:0px 60px 30px 60px;
	margin:0px 11px 0px 58px;
}

#main-leave-content #text {
	font-size:13px;
	line-height:23px;
	font-family:Helvetica, Arial, sans-serif;
}

#main-leave-content #text p {
	margin-top:0px;
}

#main-leave-content #text ul {
	margin-left:0px;
	padding:5px 0px 5px 15px;
	list-style-image:url(images/bullet-small.gif);
}

#main-leave-content #text #list-container ul {
	margin-left:0px;
        margin-top:0px;
	padding-left:15px;
	list-style-image:url(images/bullet-small.gif);
}

.bold li {
	font-weight:bold;
	list-style-image:url(images/bullet-big.gif);
	margin-left:2px;
}

#list-container {
	width:50%;
	padding-bottom:15px;
}

#list-left {
	float:left;
}

#list-right {
	float:right;
	padding-left:10px;
}

.extra-space {
	clear:both;
	padding-top:15px;
}

	/* Find Out More Page */
#main-find {
	width:1023px;
	height:590px;
	background:url(images/contact-header.jpg) top left no-repeat;
}

#main-find #text {
	position:relative;
	top:188px;
	left:616px;
	color:#ffffff;
	padding-right:636px;
}

#main-find #text table {
	padding-top:20px;
	text-align:left;
	border:0;
}

#main-find #text table .left-col {
        padding-bottom:10px;
		padding-right:0px;
		margin-right:0px;
}

#main-find #text table .middle-col {
        padding-bottom:10px;
}

#main-find #text table .right-col {
        padding-bottom:10px;
		padding-left:20px;
}

#main-find a {
	color:#ffffff;
	text-decoration:underline;
}

#main-find a:hover {
	color:#ffffff;
	text-decoration:none;
}

/* Footer */
#footer {
	clear:both;
	padding:20px 0px 60px 69px;
	text-align:left;
	color:#808284;
	font-size:12px;
}

#footer a {
	color:#cccccc;
	text-decoration:underline;
}

#footer a:hover {
	color:#cccccc;
	text-decoration:none;
}

.copyright {
	color:#999999;
}