@charset "utf-8";
/* CSS Document */



body {
	margin: 0px;
	background: #3b5878 url(../_images/backgroundTile.jpg) repeat-x top;
}
#pageWrapper {
	width: 100%;
	background: url(../_images/header.jpg) no-repeat center top;
	position: relative;
}
#page {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	position: relative;
}

/*=============================================================== HEADER */
#header {
	height: 260px;
	background: url(../_images/header.jpg) no-repeat center top;
	position: relative;
}
#header a#home {
	position: absolute;
	width: 300px;
	height: 120px;
	top: 72px;
	left: 10px;
	text-indent: -999em;
	display: block;
	outline: none;
}
#header ul#navigation {
	position:absolute;
	top: 214px;
	right: 30px;
	width: 610px;
	overflow: hidden;
}
#header ul#navigation li {
	display: block;
	height: 30px;
	float: left;
	padding: 6px 10px 0px 12px;
	background-image: url(../_images/navLine.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header ul#social {
	position: absolute;
	left: 774px;
	top: 12px;
	overflow: hidden;	
}
#header ul#social li {
	display: inline;
}
#header ul#social li a {
	float: left;
	display: block;
	text-indent: -999em;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	outline: none;	
}
#header ul#social li a#fb {
	background: url(../_images/icon_fb.jpg) top left;
}
#header ul#social li a#fb:hover {
	background-position: top right;
}
#header ul#social li a#tw {
	background: url(../_images/icon_tw.jpg) top left;
}
#header ul#social li a#tw:hover {
	background-position: top right;
}
#header ul#social li a#ms {
	background: url(../_images/icon_ms.jpg) top left;
}
#header ul#social li a#ms:hover {
	background-position: top right;
}
#header ul#social li a#yt {
	background: url(../_images/icon_yt.jpg) top left;
}
#header ul#social li a#yt:hover {
	background-position: top right;
}

/*=============================================================== CONTENT */
#contentWrapper {
	background: url(../_images/contentTile.jpg) repeat-y center top;
	width: 960px;
	float: left;
	position: relative;
}
#content {
	padding: 0px 38px;
	background: url(../_images/header.jpg) no-repeat center -260px;
	width: 884px;
	float: left;	
	position: relative;
}
#content .single3Col {
	width: 252px;
	margin-left: 32px;
	float: left;
	display: inline; /*IE6 double margin bug fix */
}
#content .double3Col {
	width: 536px;
	margin-left: 32px;
	margin-bottom: 12px;
	float: left;
	display: inline; /*IE6 double margin bug fix */
}
#content .triple3Col {
	width: 820px;
	margin-left: 32px;
	margin-bottom: 12px;
	float: left;
	display: inline; /*IE6 double margin bug fix */
}
#content .single2Col {
	width: 394px;
	margin-left: 32px;
	float: left;
	display: inline; /*IE6 double margin bug fix */
}

#content .boxSection {
	float: left;
	width: 100%;
}
#content .boxSection .boxContent {
	float: left;
	background: url(../_images/boxBorder.gif) no-repeat 17px bottom;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 6px;
	margin-bottom: 40px;
}
#content .clear {
	clear: both;
}

/*=============================================================== FOOTER */
#footer {
	background: url(../_images/footer.jpg) no-repeat center top;
	height: 40px;
	clear: both;
	padding: 120px 60px 0;
	font-size: 10px;
	color: #6f829c;
	text-align: center;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #6f829c;
}
#footer a:hover {
	text-decoration: underline;
}
