/* Zero margin and padding */
html, body, p {
	margin: 0;
	padding: 0;
}


/* Body */
body {
	background-color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #606060;
}


/* Wrapper (contains all page elements) */
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 3em;
	width: 820px;
	background-color: #FFFFFF;
	min-height: 1024px;
}


/* Header */
#header img.logo {
	float: left;
	padding: 30px 0 32px;
}

#header p {
	margin: 0;
	font-size: 1em;
	line-height: 2em;
	text-align: right;
}

#header a:link, #header a:visited {
	color: #606060;
	text-decoration: none;
}

#header a:hover {
	color: #FF7C19;
	text-decoration: underline;
}


/* Tabs */
#tabs {
	float: left;
	margin: 0 0 20px;
	width: 100%;
	background: #FFFFFF url(../../../../images/tab_background.gif) repeat-x bottom;
}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tabs ul li {
	float: left;
	margin: 0 3px 0 0;
	background: url(../../../../images/tab_right.gif) no-repeat right top;
	border-bottom: 1px solid #CCCCCC;
}

#tabs ul li a {
	display: block;
	padding: 5px 6px 4px;
	background: url(../../../../images/tab_left.gif) no-repeat left top;
	color: #606060;
	text-decoration: none;
}

#tabs ul li.active {
	background-image: url(../../../../images/tab_right_active.gif);
	border-width: 0;
}

#tabs ul li.active a:link, #tabs ul li.active a:visited {
	padding: 5px 6px;
	background-image: url(../../../../images/tab_left_active.gif);
}

#tabs ul li a:hover {
	color: #FF7C19;
	text-decoration: none;
}


/* Main */
#main p a:link, #main p a:visited {
	color: #FF7C19;
	text-decoration: none;
}

#main p a:hover {
	text-decoration: underline;
}


/* Columns */
.home_column_1 {
	float: left;
	margin: 0 20px 0 0;
	width: 320px;
}

.home_column_2 {
	float: left;
	margin: 0 20px 0 0;
	width: 320px;
}

.home_column_3 {
	float: left;
	margin: 1em 0 0;
	width: 140px;
}


/* Thumbnail Rotator */
.thumb_rotator ul {
	margin: 0;
	padding: 0;
}

.thumb_rotator ul {
	position: relative;
	height: 120px;
}

.thumb_rotator ul li {
	display: block;
	overflow: hidden;
	height: 40px;
	list-style: none;
}

.thumb_rotator ul li img {
	position: absolute;
	display: block;
	width: 130px;
	height: 120px;
	top: 0;
	left: 0;
	visibility: hidden;
}

.thumb_rotator ul li a {
	display: block;
	margin: 0 0 0 130px;
	padding: 5px;
	height: 29px;
	background-color: #E5E5E5;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #606060;
	text-decoration: none;
}

.thumb_rotator ul li.active img, .thumb_rotator ul li:hover img {
	visibility: visible;
}

.thumb_rotator ul li.active a, .thumb_rotator ul li a:hover {
	background-color: #606060;
	color: #FFFFFF;
	text-decoration: none;
}


/* Thumbnail Listing */
.thumb_listing {
	padding: 10px 0 0;
}

.thumb_listing ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.thumb_listing ul li {
	clear: left;
	padding: 10px;
	border-top: 1px dotted #CCCCCC;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #606060;
}

.thumb_listing ul li img {
	float: left;
	padding: 0 10px 0 0;
	vertical-align: top;
}

.thumb_listing ul li a:link, .thumb_listing ul li a:visited {
	color: #FF7C19;
	text-decoration: none;
}

.thumb_listing ul li a:hover {
	text-decoration: underline;
}

.thumb_listing ul li strong {
	font-weight: normal;
	color: #FF7C19;
}


/* Article Listing */
.article_listing {
	background-color: #E5E5E5;
	border-top: 1px solid #CCCCCC;
}

.article_listing ul {
	margin: 0;
	padding: 0.5em 0;
	list-style: none;
}

.article_listing ul li {
	padding: 0.4em 0.4em 0.4em 3em;
	background: url(../../../../images/nav_arrow.gif) no-repeat 1em;
}

.article_listing ul li a:link, .article_listing ul li a:visited {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #606060;
	text-decoration: none;
}

.article_listing ul li a:hover {
	color: #FF7C19;
	text-decoration: underline;
}


/* Footer */
#footer {
	clear: both;
	margin: 35px 0 0;
	height: 100px;
	border-top: 1px solid #CCCCCC;
}

#footer p {
	margin: 1em 0;
	font-size: 1em;
	text-align: right;
	line-height: 2em;
}

#footer a:link, #footer a:visited {
	color: #606060;
	text-decoration: none;
}

#footer a:hover {
	color: #FF7C19;
	text-decoration: underline;
}

