/* CSS Document */

body {
	background-color: #343f41;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.5em;
	color: #F90;
	margin: 0 0 15px 0;
}

a {
	color: #FC0;
	text-decoration: none;
}

a:hover {
	color: #F90;
}

.img-border {
	border: solid 1px #FC0;
}

#wrapper {
	width: 945px;
	background: url(images/site-bg.gif) repeat-y;
	margin: 0 auto;
}

#wrapper-end {
	background: url(images/site-btm.gif) no-repeat bottom;
}

#main {
	padding: 10px 18px 35px 18px;
}

#content {
	padding-top: 7px;
	border-bottom: solid 1px #FFF;
	margin-bottom: 15px;
}

#left-col {
	float: left;
	width: 246px;
}

#nav {
	padding-right: 4px;
	margin-bottom: 15px;
}

#sub-content-area {
	width: 640px;
	margin-left: 12px;
	float: left;
	background: url(images/sub-bg.gif) repeat-y;
}

#sub-content-end {
	background: url(images/sub-btm.gif) no-repeat bottom;
}

#sub-content-text {
	padding: 15px 14px 20px 25px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #FFF;
}


/* ----------- Home Page Only ----------- */

#home-center-col {
	float: left;
	width: 314px;
	margin-left: 12px;
	margin-right: 18px;
	background: url(images/center-bg.gif) repeat-y;
}

#home-center-col-end {
	background: url(images/center-btm.gif) no-repeat bottom;
}

#home-center-content {
	padding: 0 14px 20px 0;
}

.center-sub {
	width: 280px;
	margin: 20px 0 0 20px;
	background: url(images/sub-center-bg.gif) repeat-y;
}

.center-sub-end {
	background: url(images/sub-center-btm.gif) bottom no-repeat;
}

.center-sub-content {
	padding: 6px 13px 10px 13px;
	text-align: justify;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #1D425C;
}

.center-sub-content img {
	border: solid 1px #000;
	margin-bottom: 6px;
}

.center-sub-content a {
	color: #EE1C25;
	text-decoration: none;
}

.center-sub-content a:hover {
	color: #BB1A25;
}

#home-right-col {
	float: left;
	width: 307px;
}

.right-sub {
	background: url(images/right-bg-repeat.gif) repeat-y;
}

.right-sub-end {
	background: url(images/right-btm.gif) no-repeat bottom;
}

#right-sub-bg1 {
	background: url(images/right-bg-1.jpg) no-repeat bottom;
	margin-left: 4px;
}

#right-sub-content1 {
	padding: 15px 12px 45px 12px;
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #FFF;
}

#right-sub-content1 a {
	color: #BB0;
	text-decoration: none;
}

#right-sub-content1 a:hover {
	color: #990;
	text-decoration: none;
}

#right-sub-bg2 {
	background: url(images/right-bg-2.jpg) no-repeat bottom;
	margin-left: 4px;
}

#right-sub-content2 {
	padding: 15px 0 142px 0;
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #FFF;
}

.right-sub-spacer {
	height: 8px;
	font-size: 0px;
}

/* ----------- End Home Page ----------- */



#spacer {
	clear: both;
	height: 30px;
}

#footer {
	font-size: 0.8em;
	line-height: 2.3em;
	color: #FFF;
}

#footer a {
	color: #BB0;
	text-decoration: none;
}

#footer a:hover {
	color: #990;
}

