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

/* ssShell.css */
/* Website and Template Structure */

/* Website - Body & Text */
body {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width: 910px;
	color: #333333;
	background-color: #EBEBEB;
}
/* Website - Container for Everything but Footer */
#wrapper {
	width: 900px;
	margin: 0px auto 0px;
	text-align: left;
	background-color: #fff;
}

/* Navigation - Navigation Area for Logo, Links, and Menus */
#navigation {
	float: left;
	height: 130px;
	width: 900px;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	background: url(images/navigation-background.jpg) no-repeat;
}
/* Navigation - Logo */
#logo {
	float: left;
	height: 100px;
	width: 375px;
	margin-top: 30px;
	margin-left: 20px;
}
/* Navigation - Language and Basic Site Area */
#language {
	font-size: 8px;
	color: #fff;
	float: left;
	height: 12px;
	width: 80px;
	margin-top: 2px;
	margin-left: 405px;
	text-align: right;
}
/* Navigation - Language and Basic Site Links */
#language a {
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
/* Navigation - Language and Basic Site Links Hover Control */
#language a:hover {
	text-decoration: none;
}
/* Navigation - Quick Link 1 */
#quicklink1 {
	float: left;
	/* position: relative; */
	height: 30px;
	width: 150px;
	margin-top: 40px;
	margin-left: 19px;
}
/* Navigation - Quick Link 2 */
#quicklink2 {
	float: left;
	/* position: relative; */
	height: 30px;
	width: 150px;
	margin-top: 40px;
	margin-left: 8px;
}
/* Navigation - Quick Link 3 */
#quicklink3 {
	float: left;
	/* position: relative; */
	height: 30px;
	width: 150px;
	margin-top: 40px;
	margin-left: 8px;
	text-align: center;
}
/* Navigation - Links to All Main Pages */
#menubox {
	float: left;
	height: 30px;
	width: 495px;
	margin-top: 20px;
	margin-left: 10px;
}

/* Main Material - Website Page Material Outershell for Content */
#pagematerial {
	float: left;
	min-height: 400px;
	background-color: #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
/* Main Material - Website Main Content */
#content {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 860px;
}
/* Main Material - Paragraph Text in Main Content */
#content p {
	font-size: 1em;
	line-height: 160%;
}

/* Main Material - Element to Clear Floats in Content Area */
/* because footer is outside wrapper, a clear is needed in the bottom of wrapper */
#clearbox {
	clear: both;
}

/* Footer - Bottom Area of Website */
#footer {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	height: 100px;
	width: 900px;
	margin: 0px auto 0px;
}
/* Footer - Left Footer */
#footerleft {
	float: left;
	text-align: left;
	margin: 20px;
}
/* Footer - Left Footer Links */
#footerleft a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
/* Footer - Left Footer Links Hover Control */
#footerleft a:hover {
	color: #CC0000;
	text-decoration: none;
}
/* Footer - Right Footer */
#footerright {
	float: right;
	margin: 20px;
	text-align: right;
}
/* Footer - Clear */
#footerclear {
	clear: both;
}

/* Website - Image Attributes */
img {
	border: none;
}
/* Website - Link Attributes */
a {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana;
	font-weight: bold;
	color: #006633;
	border: none;
}
/* Website - Link Attributes - Hover*/
a:hover {
	text-decoration: none;
}
