/* -- undo browser HTML defaults -- */
html{color:#000000;background:#ffffff;font-size:100%;}
body{font-size:62.5%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{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;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}





/* begin basic html elements */
html {
	background-color: #fff;
}

body {
	font-family: Tahoma,Arial,sans-serif;
	color: #61615f;
	height: 100%;
}

h1 {
	font-size: 2.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background-color: #3489da;
	padding: 5px 8px;
	text-align: center;
}	

h2 {
	font-size: 2.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #676767;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 1.0em;
}

a,
a:link {
	color: #2063ca;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	color: #2063ca;
	font-weight: bold;
}

li {
	list-style: none;
}
/* end basic html elements */





#container {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/landing/backgrounds/container.gif) top left repeat-y;
}
	
	#container div.wrapper-top {
		background: url(../images/landing/backgrounds/container-top.gif) top left no-repeat;
	}
	
	#container div.wrapper-bottom {
		background: url(../images/landing/backgrounds/container-bottom.gif) bottom left no-repeat;
	}
	
	#container div.content {
		padding: 11px 14px;
	}

#header {
	border-bottom: 6px solid #585858;
}
	
	#logo {
		float: left;
	}
	
	#signin {
		float: right;
		font-size: 1.2em;
		padding-top: 5px;
	}
		
		#signin li {
			float: left;
			line-height: 1.5em;
			padding-right: 20px;
		}
		
		#signin label {
			display: block;
		}
		
		#signin li.button {
			padding-top: 1.5em;
		}
			
			#signin li.button input {
				vertical-align: middle;
			}

#content-container {
	padding-top: 5px;
	background: url(../images/landing/backgrounds/content-container.jpg) 0 0 no-repeat;
}
	
	#content {
		
	}
		
		#buttons {
			text-align: center;
		}
			
			#buttons img {
				margin: 0 20px;
			}
		
		div.bubble {
			background: url(../images/landing/bubble/middle.gif) top left repeat-y;
		}
			
			div.bubble div.top {
				background: url(../images/landing/bubble/top.gif) top left no-repeat;
			}
			
			div.bubble div.bottom {
				background: url(../images/landing/bubble/bottom.gif) bottom left no-repeat;
			}
			
			div.bubble div.middle {
				padding: 45px 50px 36px 50px;
			}
			
			#quotes {
				position: relative;
				min-height: 6.0em;
				height: auto !important;
				height: 6.0em;
			}
				
				#quotes li {
					position: absolute;
					top: 0;
					left: 0;
					visibility: hidden;
				}
#footer {
	clear: both;
	text-align: center;
	padding: 10px;
	font-size: 1.1em;
	background: url(../images/landing/backgrounds/footer.gif) bottom left no-repeat;
}
	
	#footer li {
		display: inline;
		color: #949393;
		padding-right: 5px;
	}
		
		#footer li a {
			color: #949393;
			padding-right: 8px;
		}





/* BEGIN CLEARFIX */
.clearfix:after,
#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
#header {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix,
* html #header {
	height: 1%;
}

.clearfix,
#header {
	display: block;
}
/* End hide from IE-mac */
/* END CLEARFIX */