/***** Standard.css for Leisure Point *****/

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans serif;
	color: #333;
	font-size: 62.5%;
	text-align: center;
	background: url(../images/interface/bg_large.gif) repeat center top;
	background-attachment: fixed;
}
img {
	border: 0;
}

.clear {
	clear: both;
}
a:link {
	color: #333;
}
a:visited {
	color: #666;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #cc0000;
}







/***** Structure *****/
#container {
	width: 764px;
	text-align: left;
	margin: 0 auto;
	padding: 31px 16px 60px 20px;
}






/***** Header *****/
#header {
	position: relative;
	height: 62px;
}
#logo {
	width: 231px;
	height: 31px;
	background: url(../images/interface/sda-connect-logo.gif) no-repeat 0 0;
	margin-left: 15px;
}
#logo a {
	display: block;
	width: 233px;
	height: 34px;
}
#logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#login {
	position: absolute;
	top: -32px;
	right: 4px;
	width: 461px;
	height: 74px;
	background: url(../images/interface/login-bg.gif) no-repeat 0 0;
	padding: 20px 0 0 15px;
	color: #424e5a;
}
#login p {
	padding-bottom: 6px;
	font-size: 1.1em;
}
#login label {
	float: left;
	padding: 7px 5px 0 0;
	font-size: 1.1em;
}
#login .textfield {
	width: 124px;
	padding: 3px;
	float: left;
	margin-right: 8px;
	color: #424e5a;
}
#login .usernameField {
	margin-right: 15px;
}







/***** Main Nav *****/
#mainNav {
	height: 31px;
	margin-bottom: 18px;
	background: url(../images/interface/main_nav.png) no-repeat left top;
	font-size: 1.2em; /* mac.css */
	padding-left: 5px;
}
#mainNav ul {
	list-style-type: none;
}
#mainNav li {
	float: left;
	padding: 0;
}
#mainNav a {
	text-decoration: none;
	display: block;
	padding: 8px 11px 5px 11px;  /* mac.css */
	color: #d1dae3;
}
#mainNav a:hover {
	/*border-bottom: 3px solid #9aaec1;*/
	color: #fff;
}
#mainNav a.selected {
	border-bottom: 3px solid #faaf40;
	background: #424e5a;
	color: #fff;
}
#mainNav .nav1 {
	padding: 0;
}
#mainNav .nav1 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
#mainNav .nav1 a {
	display: block;
	height: 31px;
	width: 41px;
	padding: 0;
	background: url(../images/interface/main_nav_home_off.png) no-repeat 0 0;
}
#mainNav .nav1 a:hover,
#mainNav .nav1 a.selected {
	border: none;
	background-position: 0 -39px;
}
#mainNav .nav8 {
	padding-right: 0;
	padding-left: 12px;
	height: 31px;
}
#mainNav .nav8 a {
	display: block;
	padding-left: 13px;
	width: 112px;
	background: url(../images/interface/main_nav_login_off.gif) no-repeat right top;
}
#mainNav .nav8 a:hover,
#mainNav .nav8 a.selected {
	border: none;
	background-position: 0 -39px;
}




/****** Home *****/
.introBanner {
	width: 763px;
	height: 53px;
	background: url(../images/home/banner-create-deliver.gif) no-repeat 0 0;
	margin-bottom: 18px;
}
.introBanner span {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}




/***** Home Content *****/
.content {
	position: relative;
	margin-top: 19px;
}
.threeColOne,
.threeColTwo,
.threeColThree {
	float: left;
	width: 241px;
}
.threeColOne,
.threeColTwo {
	margin-right: 18px;
}
.homeThreeColumn p,
.homeThreeColumn h2 {
	padding: 0 14px 10px 12px;
}
.homeThreeColumn p {
	font-size: 1.1em;
	line-height: 1.4;
	margin-bottom: 7px;
}
.homeThreeColumn h2 {
	font-size: 1.3em;
	line-height: 1.4;
}
.homeTwoColumn .twoColOne {
	width: 500px;
	float: left;
	padding: 33px 29px 0 0;
}
.homeTwoColumn .twoColTwo {
	padding: 33px 0 0 0;
}
h2.theBestJustGotBetter {
	font-size: 1.1em;
	width: 493px;
	height: 17px;
	background: url(../images/titles/title_the_best_just_got_better.png) no-repeat 14px 0;
}
.homeTwoColumn .twoColOne p {
	padding-left: 14px;
}
.mainParagraph {
	line-height: 1.4;
	font-size: 1.2em;
	margin-top: 18px;
}
blockquote {
	line-height: 1.6;
	font-style: italic;
}
cite {
	display: block;
	font-style: normal;
	color: #f6921e;
	margin-top: 18px;
}
.threeColBox {
	padding-left: 13px;
}
.homeSubFooter {
	padding-top: 37px;
}
.homeSubFooter div {
	float: left;
}
.homeSubFooter .banner {
	margin-right: 29px;
}
#signup {
	height: 60px;
	width: 351px;
	background: url(../images/home/signup-bg.gif) no-repeat 0 0;
	color: #fff;
	padding: 10px 0 0 14px;
}
#signup p {
	padding: 0 0 8px 0;
}
#signup input {
	float: left;
}
#signup .textfield {
	width: 131px;
	padding: 3px 3px 0 3px;
	height: 19px; /* mac.css */
	float: left;
	margin-right: 8px;
	color: #424e5a;
}





/***** Login - Two Column *****/
.twoColumn .twoColOne {
	float: left;
	width: 522px;
}
.twoColumn .twoColTwo {
	float: left;
	width: 242px;
}
.twoColBox {
	margin-bottom: 9px;
}
.twoColBox .wrapper {
	padding: 12px 14px 14px 14px;
}
.twoColBox.type1 {
	background: url(../images/boxes/side_box_orange_bottom.png) no-repeat left bottom;
}
.twoColBox.type1 .wrapper {
	background: url(../images/boxes/side_box_orange_top.gif) no-repeat 0 0;
}
.twoColBox.type2 {
	background: url(../images/boxes/side_box_grey_bottom.png) no-repeat left bottom;
}
.twoColBox.type2 .wrapper {
	background: url(../images/boxes/side_box_grey_top.gif) no-repeat 0 0;
}
.twoColBox h2 {
	color: #fff;
	margin-bottom: 12px;
	font-size: 1.6em;
}
.formContainer {
	background: url(../images/interface/form_bg_bottom.png) no-repeat left bottom;
}
.formContainer .wrapper {
	background: url(../images/interface/form_bg_top.png) no-repeat 0 0;
	padding: 16px;
}	
h2.customerLogin {
	background: url(../images/login/title_customer_login.gif) no-repeat 0 0;
	width: 150px;
	height: 20px;
}
.formContent {
	padding: 35px 70px 35px 54px;
	font-size: 1.2em;
	line-height: 1.4;
}
.formContent ol {
	list-style-type: none;
	margin-top: 15px;
}
.login .formContent label {
	float: left;
	width: 80px;
	margin-top: 3px;
}
.formContent .checkbox,
.formContent .submit,
.formContent .forgot {
	padding-left: 80px;
}
.formContent .checkbox label {
	float: none;
	width: auto;
}
.formContent li {
	margin-bottom: 5px;
}
.formContent .submit input {
	border: 0;
	width: 91px;
	background: url(../images/login/button_bg_91px.png) no-repeat 0 0;
	padding: 4px 0 6px 0; /*ie6.css & ie7.css */
	color: #fff;
	margin-top: 8px;
	cursor: pointer;
}
.disclaimer {
	padding: 21px;
	color: #999;
	line-height: 1.4;
}







/***** Content *****/
#contTwoColOne {
	float: left;
	width: 150px;
	padding-right: 20px;
	font-size: 1.2em;
}
#contTwoColTwo {
	float: left;
	width: 590px;
}
#contTwoColTwo .inner {
	padding: 22px 80px 0 10px;
	color: #666;
}
#contTwoColTwo h1 {
	line-height: 1;
}
#contTwoColTwo .inner h2 {
	font-size: 1.5em;
}
#contTwoColTwo .inner h2,
#contTwoColTwo .inner h3 {
	color: #333;
	padding: 0 0 15px 0;
}
#contTwoColTwo .inner h3 {
	font-size: 1.3em;
}
#contTwoColTwo .inner p {
	padding: 0 20px 15px 0;
	line-height: 1.6;
	font-size: 1.1em;
}
#contTwoColTwo ul {
	padding: 0 20px 10px 21px;
}
#contTwoColTwo li {
	padding: 0 0 15px 20px;
	list-style-type: none;
	background: url(../images/interface/bullet-orange.gif) no-repeat 0 6px;
	font-size: 1.1em;
}
#contTwoColTwo li strong {
	display: block;
	padding: 0;
	color: #333;
	font-size: 1.2em;
}
#contTwoColTwo .inner img {
	padding-bottom: 20px;
}
.nav {
	margin-bottom: 20px;
	list-style-type: none;
}
.nav li {
	margin-bottom: 10px;
}
.nav a {
	text-decoration: none;
	display: block;
	background: url(../images/interface/subnav_off_top.png) no-repeat 0 0;
	color: #fff;
	font-size: 88%;
}
.nav a span {
	display: block;
	background: url(../images/interface/subnav_off_bottom.png) no-repeat left bottom;
	padding: 3px 10px; /* mac.css */
}
.nav li li { /* ie6.css */
	background: none;
	margin: 0;
}
.nav li li a {
	background: none;
	padding: 3px 10px 0 10px;
	color: #fff;
}
.nav li ul {
	padding: 0 0 8px 0;
}
.nav a:hover {
	text-decoration: underline;
	color: #fff;
	background: url(../images/interface/subnav_on_top.png) no-repeat 0 0;
}
.nav a:hover span {
	background: url(../images/interface/subnav_on_bottom.png) no-repeat left bottom;
}
.nav a.selected {
	background: url(../images/interface/subnav_on_top.png) no-repeat 0 0;
	color: #faaf40;
}
.nav a.selected span {
	background: url(../images/interface/subnav_on_bottom.png) no-repeat left bottom;
}






/***** Features *****/
.feature {
	border-top: 1px solid #e6ebf0;
	padding: 19px 0;
}
#contTwoColTwo .feature img {
	float: left;
	padding: 0;
	/*margin-right: 20px;*/
}
#contTwoColTwo .feature h3 {
	padding-bottom: 11px;
	margin-left: 235px;
}
#contTwoColTwo .feature p {
	padding-right: 0;
	margin-left: 235px;
}






/***** List Form *****/
#listForm {
	border-top: 3px solid #faaf40;
	border-bottom: 3px solid #faaf40;
	padding: 20px 0;
}
#listForm li {
	background: none;
	padding: 0 0 14px 0;
}
#listForm label {
	float: left;
	width: 90px;
	padding-top: 4px;
}

#listForm .textField,
#listForm .selectWide {
	width: 250px;
}

#listForm select {
	width: 140px;
}
#listForm .legals {
	padding:  0 0 0 90px;
}
#listForm .legals label {
	float: none;
	width: auto;
}
#listForm .legals input {
	width: auto;
}
#listForm .submitButton {
	padding: 26px 0 0 0;
	text-align: center;
}






/***** Footer *****/
#footer {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	margin-top: 22px; /* ie6.css */
	height: 33px;
}
#footer p.legals {
	float: left;
	width: 49%;
	padding: 11px 0 0 9px;
	color: #999999;
}
#footer ul {
	list-style-type: none;
	float: right;
	padding-right: 9px;
	width: 48%;
}
#footer li {
	padding: 11px 0 0 0;
	float: right;
	
}
#footer a {
	color: #666;
	text-decoration: none;
	padding: 0 5px;
	border-right :1px solid #666
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}
#footer .last a {
	padding-right: 0;
	border-right: none;
}
