/* CSS Document */

body {
	background-color: #333333;
}

/************************************
***  Layout Formatting   ***
*************************************/

#container-top {
	background:url(../images/bkgd_top.gif) no-repeat;
	height: 7px;
}

#container-main {
	background: url(../images/bkgd_main.gif) repeat-y;
}

#container-bottom {
	background: url(../images/bkgd_bottom.gif) no-repeat;
	height: 8px;
}

#top {
	background:url(../images/logo.gif) bottom left no-repeat;
	height: 76px;
}

#gray-bar {
	background-image: url(../images/gray_bar.gif);
	background-repeat: no-repeat;
}

#blue-bar {
	background-image: url(../images/blue_bar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: -16px;
}

#contact-box {
	background: #f3f0ef;
	width: 167px;
	height: 139px;
	margin-top: 5px;
}

.footer {
	margin-top: 3px;
	margin-bottom: 23px;
	width: 670px;
	height: 21px;
	background: #f3f0ef;
}

#side-box {
	width: 230px;
	height: 390px;
	background: #e4e4e4;
	margin-top: 4px;
}

/************************************
***  Navigation   ***
*************************************/

.nav {
	margin-top: 3px;
	width: 167px;
	height: 34px;
}

.nav-text {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 7px;
	padding-left: 9px;
}

#nav1 {
	background: #336699;
}

#nav2 {
	background: #993333;
}

#nav3 {
	background: #cc9933;
}

#nav4 {
	background: #e4ba3a;
}

#nav5 {
	background: #669933;
	margin-bottom: 4px;
}

.nav2 {
	margin-top: 3px;
	width: 167px;
	height: 26px;
	background: #4d4d4d;
}

.nav-text2 {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 9px;
	padding-top: 5px;
}

/************************************
***  Support Boxes - Colors   ***
*************************************/

#support-box-blue {
	margin-top: 3px;
	background: #336699;
	width: 167px;
	height: 165px;
}

#support-box-red {
	margin-top: 3px;
	background: #993333;
	width: 167px;
	height: 165px;
}


#support-box-orange {
	margin-top: 3px;
	background: #cc9933;
	width: 167px;
	height: 165px;
}


#support-box-yellow {
	margin-top: 3px;
	background: #e4ba3a;
	width: 167px;
	height: 165px;
}


#support-box-green {
	margin-top: 3px;
	background: #669933;
	width: 167px;
	height: 165px;
}


/************************************
***  Text and Picture Formatting  ***
*************************************/

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	margin: 0;
	padding: 0;
}

.footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #7c7c7c;
	padding-top: 10px;
}

.header-photo {
	position: relative;
	padding-left: 3px;
	padding-top: 3px;
	margin-bottom: -4px;
}

.contact-header {
	font-size: 13px;
	letter-spacing: 0px;
	color: #4d4d4d;
	padding-bottom: 8px;
	font-weight: bold;
}

.contact-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 9px;
	padding-top: 5px;
	color: #336699;
	letter-spacing: -1px;
	line-height: 14px;
}

.support-header {
	font-size: 13px;
	letter-spacing: 0px;
	color: #ffffff;
	padding-bottom: 8px;
	font-weight: bold;
}

.support-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 9px;
	padding-top: 5px;
	color: #ffffff;
	letter-spacing: -1px;
	line-height: 14px;
}

.support-read-more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4d4d4d;
	float: right;
	margin-right: 8px;
	margin-top: 20px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4d4d;
	margin: 8px 20px 20px 20px;
}

.content-side-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4d4d4d;
	margin: 0 8px 8px 8px;
	padding-top: 5px;
}

.side-box-read-more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	float: right;
	margin-right: 8px;
	margin-top: -10px;
}

.side-box-list {
	list-style: none;
	list-style-image:url(../images/bullet.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	margin-top: 40px;
	line-height: 18px;
	font-weight: bold;
}

.side-box-list li {
	margin-left: -10px;
}

.indent {
	margin-left: 15px;
}