/* CSS Document */

body {
	width: 100%;
	float: none;
	background-image: url(macbg1.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}


#toppage1 {
	height: 150px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
}


#header1 {
	height: 151px;
	width: 1025px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
}

#subpage {
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	top: 150px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#main {
	height: 700px;
	width: 1025px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	margin-top: 145px;
	padding-right: 8px;
}

#slogan {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 8px;
	margin-top: 0px;
	position: absolute;
	left: 0px;
	top: 65px;
	float: left;
	text-align: left;
}

#slogan p {
	font-size: 14px;
}

#bar-links {
	width: 991px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 12px;
	height: 20px;
	color: #2F6FC6;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 9px;
	/*background-image: url(bar-links9.gif);*/
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	position: absolute;
	bottom: 0px;
	margin-top: 10px;
	left: 0px;
	background-color: #FFF;
}

#bar-links .quickanswer {
	float: left;
	width: 250px;
	color: #DC6C13;
	text-align: left;
	padding-left: 5px;
}
 
#bar-links a:link {
	font-size: 12px;
	color: #2F6FC6;
	text-decoration: none;
}

#bar-links a:visited {
	font-size: 12px;
	color: #2F6FC6;
	text-decoration: none;
	outline:none;
}

#bar-links a:hover {
	font-size: 12px;
	color: #D89323;
}

#bar-links a:active {
	font-size: 12px;
	color: #2F6FC6;
	text-decoration: none;
}

#bar-links .quickanswer a {
	color:#C60;
}

#bar-links .quickanswer a:hover {
	color:#03C;
}


#logo1 {
	float: left;
	height: 60px;
	width: 200px;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	outline:none;
	left: 0px;
	top: 0px;
}

#logo1 a {
	outline:none;

}

#navigation1 {
	float: right;
	height: 40px;
	margin-left: 0px;
	padding-top: 8px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
}




#search1 {
	float: right;
	height: 32px;
	width: 153px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	right: 0px;
	display:inline;
	top: 9px;
	z-index: 30;
}

