@import url("http://fonts.googleapis.com/css?family=Open+Sans:600");
html {
	width:100%;
	overflow:inherit; /* SF  triggers 100% height in Opera 9.5 */
    margin:0;
    padding:0;
}
body{
	width:100%;
	height:100%;/* SF needed to base 100% height on something known*/
	overflow:inherit; /* SF  triggers 100% height in Opera 9.5 */
    margin:0;
    padding:0;
	background:#ffffff url(../images/bg-top.jpg) repeat-x center top;
}
#wrapper{
	width:1002px;
	min-height:100%; /* SF */
	margin:0px auto;
	padding:0px 1px 0px 1px;
}
* html #wrapper { 
	height:100%; /* IE6 treats height as min-height */
}
#topWrapper{
	min-width:1004px;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:450px;
	background:url(../images/header-home.jpg) no-repeat center top;
}
#contentWrapper{
	width: 100%;
	padding:470px 0 224px 0; /* SF bottom padding clears the #footer */
}
#bottomWrapper{
	min-width:1004px;
	width:100%;
	height:184px;
	margin:-184px auto 0; /* SF -Xpx sucks it back in & auto centers it */
	background:#333333 url(../images/bg-bottom.jpg) repeat-x center top;
	font-size:13px;
	color:#ffffff;
}

#top{
	width:1002px;
	height:100%;
	margin:0px auto;
	display:block;
}
#header{
	position:absolute;
	top:0px;
	width:1002px;
	height:445px;
	background-repeat:no-repeat;
	background-position:right bottom;
}
#tagLine{
	width:1002px;
	height:445px;
}

#logo{
	position:absolute;
	width:345px;
	height:80px;
	margin-top:12px;
	cursor:pointer;
}

#menu{
	float:right;
	list-style:none;
	background-color:#a6a8ab;
	margin:0px;
	padding:0px;
	z-index:9999999;
}
#menu li {
	float:left;
	position:relative;
	border-right:solid 1px #c1c3c5;
	margin:0px;
	padding:0px;
	height:50px;
}
#menu li a {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:13px;
	color: #ffffff;
	display:block;
	outline:0;
	text-decoration:none;
	text-transform:uppercase;
	padding:17px 11px 17px 11px;
}
#menu a:hover{
	background-color:#666666;
}
#menu a.active{
	background-color:#072f52;
}
#menu li ul{
			margin: 0;
			padding: 0;
			list-style:none;
			position: absolute;
			visibility: hidden;
			z-index:9999999;
		}
		
		#menu li ul li{
			float:left;
			position:relative;
			border-top: 1px solid #c1c3c5;
			border-right:none 0px #c1c3c5;
			margin:0px;
			padding:0px;
			height:36px;
		}
		
		#menu li ul li a
		{	width: 230px;
			background: #a6a8ab;
			font-size:11px;
			padding:11px 11px 11px 11px;
		}
		
		#menu li ul li a:hover
		{	background: #666666;}
		
#toolbar{
	position:absolute;
	width:1002px;
	text-align:right;
	margin-top:78px;
}
#aFacebook{
	float:right;
	margin-top:13px;
	margin-left:10px;
	display:block;
	width:33px;
	height:33px;
	background:url('../images/social-media.png') no-repeat left top;
	text-decoration:none;
}
#aLinkedin{
	float:right;
	margin-top:13px;
	margin-left:10px;
	display:block;
	width:33px;
	height:33px;
	background:url('../images/social-media.png') no-repeat -42px top;
	text-decoration:none;
}
#aTwitter{
	float:right;
	margin-top:13px;
	margin-left:10px;
	display:block;
	width:33px;
	height:33px;
	background:url('../images/social-media.png') no-repeat right top;
	text-decoration:none;
}
#search{
	float:left;
	margin-left:285px;
}

#bottom{
	width:1002px;
	height:151px;
	padding-top:25px;
	margin-bottom:8px;
	margin:0px auto;
	display:block;
	background:url('../images/alcera-small.png') no-repeat 908px 84px;
	font-family:verdana, Sans-Serif;
	font-size:8pt;
	line-height:14px;
}
#copyr{line-height:20px;}
#bottom ul{
	list-style:none;
	width:242px;
	margin:0px 0px 4px 0px;
	padding:0px;
}
#bottom b{
	text-transform:uppercase;
	padding-bottom:5px;
	display:block;
}
#bottom ul li{
	float:left;
	width:121px;
	margin:0px 0px 5px 0px; 
}
#bottom a{
	color: #ffffff;
	text-decoration:none;
}
#bottom a:hover{
	color: #ffffff;
	text-decoration:underline;
}

#btmCol1{
	float:left;
	width:272px;
}

#btmCol2{
	float:left;
	width:290px;
	padding-right:20px;
}

#btmCol3{
	float:left;
	width:290px;
	padding-right:20px;
}

#btmCol4{
	float:left;
	width:110px;
}

#btmCol4 a{
	text-decoration:underline;
}

.error_message {
	display: block;
	background: url("../images/error.png") no-repeat left 5px;
	padding: 4px 10px 4px 22px;	
	margin-bottom: 10px;
	font-size: 90%;
}

.loader {
	float: right;
	padding: 12px;
	width:85px;
	background: url("../images/progress.gif?v=1") no-repeat center center;
}

#success_page {
	display: block;
	background: url("../images/success.png") no-repeat left 5px;
	padding: 4px 10px 4px 22px;	
	margin-bottom: 10px;
	font-size: 90%;
}
#output{margin-top:4px;}

#txtEmail{color:#999999}