/* CSS Document */

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:#fff;
	background-image: url(images/sidebg.jpg);
	background-attachment: inherit;
	background-repeat: repeat-y;
	background-position: center;
	margin-left:auto;
	margin-right:auto;
}

#container {
	width:895px;
	margin-top:0px;
	padding-top:0px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:895px;
	height:133px;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	margin-top:0px;
	float:left;
}
#nav {
	width:895px;
	height:50px;
	float:left;
	font-size:18px;
	color:#7BBDD7;
	padding-top:5px;
	background-color:#000;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
}
#nav2 {
	background-color:#000;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
}
#content, #content-home {
	width:895px;
	background-color:#ffffff;
	float:left;
	padding-top:0px;
	padding-bottom:0px;
}
#content-home {
}
#block-news {
	width:175px;
	padding-right:10px;
	padding-left:20px;
	float:left;
	background-image:url(images/newsbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#block-more {
	width:117px;
	padding-right:10px;
	float:left;
	padding-left:5px;
}
#block-main {
	width:659px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
	float:left;
	background-image:url(images/inspiringbg2.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	border-left:1px solid #DFE7B8;
}
#block-left {
	width:450px;
	padding-right:10px;
	float:left;
}
#block-misc {
	width:300px;
	padding-right:10px;
	float:left;
}
#block-right {
	width:325px;
	float:left;
}
#block-full {
	width:855px;
	float:left;
	padding-left:20px;
	margin-bottom: 15px;
}
#featured {
	width:865px;
	background-color:#B7C6B4;
	float:left;
	padding: 20px 20px 20px 10px;
	color: #000;
}
#linksattop {
	width:200px;
	float:left;
	font-size: 12px;
	font-style: italic;
	position:relative;
	top:18px;
	left:650px;
}
#linksattop a:link, #linksattop a:hover, #linksattop a:visited {
	text-decoration: none;
	color: #FFF;
}
#bottom {
	width:855px;
	float:left;
	background-color:#d5de9d;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	background-image: url(images/laptopbg.png);
	background-repeat: no-repeat;
	clear: both;
}
#contactblock {
	width:680px;
	float:left;
	background-color:#CCCCCC;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	color:#333333;
	background-image: url(images/greybtm.gif);
	background-attachment: fixed;
	background-position: bottom;
}
#footer {
	width:895px;
	float:left;
	background-color:#C1C1C1;
	height:38px;
	text-align:center;
	color:#666666;
	padding-top:5px;
	background-image: url(images/footerbg.jpg);
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: bottom center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	clear: both;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
#secondaryfeature {
	border-bottom:1px dotted black;
	color:black;
	padding-top:5px;
	padding-bottom:5px;
}
#secondaryfeature h2, h2 a:link, h2 a:visited {
	color:#AF0012;
	text-decoration:none;
	padding-top:0px;
	margin-top:0px;
}
#featured a:link, #featured a:visited {
	color:#000;
}
/* global menubar style*/
#siteName a:active {
}
#globalNav {
	height:35px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
}
#globalLink {
	padding-top: 0px;
	padding-bottom:3px;
	/*controls color of vertical lines*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#globalLink a, #globalLink a:visited {
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	color: #FFF;
}
#globalLink a:hover, #globalLink a:focus, #globalLink a:active {
	color:#7BBDD7;
}
.subglobalNav {
	/* sublinks */
	position: absolute;
	top: 165px;
	padding: 0px;
	display: hidden;
	color:#FFF;
}
.subglobalNav a:link, .subglobalNav a:visited {
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color:#FFF;
}
.subglobalNav a:hover {
	color:#7BBDD7;
}

/* END global menubar style */

