/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
	table{border-collapse:collapse;border-spacing:0;}
	fieldset,img{border:0;}
	img,object{display:block;}
	address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
	ol,ul {list-style:none;}
	caption,th {text-align:left;}
	h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
	q:before,q:after{content:'';}
	abbr,acronym {border:0;}

/* ^/ STANDARD ............................................................................... */
body {
	margin:64px 0;
	padding:0 34px;
	background:#fff;
	font:75%/140% Verdana, Arial, Helvetica, sans-serif;
	color:#222;
	}
img {
	display:block;
	border:none;
	}


#container {
	width:100%;
	}
	#c2 {
		width:643px;
		margin:0 auto;
		height:1%;
		border:1px solid #000;
		}
		#contents {
			background:#fff url(img/shadow.gif) repeat-x;
			padding:24px;
			padding-top:0;
			}
		#mainflash {
			display:block;
			height:234px;
			margin:0;
			padding:0;
			}
		#quote {
			width:643px;
			background:#000;
			}
			#quote table {
				width:100%;
				}
			.question {
				padding-top:2px;
				font-weight:bold;
				color:#fff;
				}
			.answer {
				text-align:right;
				}
			.answer select {
				font-size:.9em;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				}
				.fieldok {
					border:12px solid #000;
					border-bottom:1px dashed #f90;
					background:#000;
					padding-bottom:10px;
					}
				.fieldalert {
					border:12px solid #1962f7;
					border-bottom:1px solid #1962f7;
					background:#1962f7;
					padding-bottom:10px;
					}
			#tag {
				float:left;
				width:404px;
				padding:.7em 0 .3em 12px;
				font-size:1.7em;
				line-height:1.3em;
				font-weight:bold;
				font-style:italic;
				color:#fff;
				}
		
h1 {display:none;}
h2 {
	padding-top:1.6em;
	font-size:1.1em;
	font-weight:bold;
	}
h3, h4 {
	padding-top:1.6em;
	font-size:1.4em;
	font-weight:bold;
	}
h4 {
	padding-top:.2em;
	font-size:1.2em;
	line-height:1.4em;
	}
	h3 span {text-transform:uppercase;}
	h4 span {
		font-size:1.2em;
		white-space:nowrap;
		color:#f90;}
p {
	padding-top:.7em;
	font-size:.9em;
	}
	p.copyright {
		font-size:.8em;
		text-align:center;
		color:#999;
		}
		
/* ^/ BUTONS ............................................................................... */
#btn {
		float:right;
		height:61px;
		padding:12px 0;
		}
	#btn li {
		float:left;
		padding-right:12px;
		}
	#btn a {
		display:block;
		width:88px;
		height:61px;
		text-decoration:none;
		}
	#btn a span {visibility:hidden;}
		#btn a#auto {background:url(img/quote_auto.gif) 0 0 no-repeat;}
		#btn a#home {background:url(img/quote_home.gif) 0 0 no-repeat;}
		#btn a:hover#auto {background-position:0 -61px;}
		#btn a:hover#home {background-position:0 -61px;}

/* ^/ SOUTHLAND BANNER ............................................................................... */
#banner-merger {
	text-align:center;
	}
#banner-merger a {
	display:block;
	width:645px;
	height:93px;
	margin:0 auto;
	background:url(../images/slm_banner.gif) no-repeat left -93px;
	}
	#banner-merger a:hover {background-position:top;}
	#banner-merger a span {display:none;}
			
			
/* ^/ CLEARFIX ............................................................................... */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}	
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */	

