/* CSS for TransNet site */

a:link {
	color: #008579;
	text-decoration: none;
}

a:visited {
	color: #008579;
	text-decoration: none;
}

a:hover, a:focus {
	color: #993416;
	text-decoration: none;
}

a:active {
	color: #993416;
	text-decoration: none;
}
/*-------------------------------------------------*/


/* Secondary navigation link styles */

#sub_nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#sub_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#sub_nav a:hover, a:focus {
	color: #993416;
	text-decoration: none;
}

#sub_nav a:active {
	color: #993416;
	text-decoration: none;
}
/*-------------------------------------------------*/


/* Current page main navigation link styles */

a.c:link {
	color: #993416;
	text-decoration: none;
}

a.c:visited {
	color: #993416;
	text-decoration: none;
}

a.c:hover, a.c:focus {
	color: #993416;
	text-decoration: none;
}

a.c:active {
	color: #993416;
	text-decoration: none;
}
/*-------------------------------------------------*/


/* Current page secondary navigation link styles */

#sub_nav a.c:link {
	color: #993416;
	text-decoration: none;
}

#sub_nav a.c:visited {
	color: #993416;
	text-decoration: none;
}

#sub_nav a.c:hover, a.c:focus {
	color: #993416;
	text-decoration: none;
}

#sub_nav a.c:active {
	color: #993416;
	text-decoration: none;
}
/*-------------------------------------------------*/


/* Default styles */

body {
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: extra-light;
	line-height: 20px;
	background: #FFFFFF url("../images/background.gif") repeat-y center;
	text-align: center;
}

/* Alternate background for homepage */
.home {
	background: #FFFFFF url("../images/home_background.gif") repeat-y center;
}

p {
	margin: 0;
	padding-bottom: 10px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding-left: 30px;
	padding-bottom: 10px;
}

img {
	border: 0;
}
/*-------------------------------------------------*/


#header {
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;	
	height: 110px;
	width: 800px;
	background: #FFFFFF url("../images/header_gradient.jpg") repeat-x;	
}


/* Main navigation styles */

#nav {
	text-align: left;
	position: absolute;
	top: 110px;
	left: 0;
	height: 50px;
	width: 800px;
	background: #FDD44F url("../images/nav_gradient.jpg") repeat-x;
}

#nav ul {
	line-height: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#nav li {
	color: #008579;
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #FFFFFF;
}

#nav li.nav_end {
	border-right: 0;
}
/*-------------------------------------------------*/


/* Homepage bodycontent styles */

#homebody {
	text-align: left;
	position: absolute;
	top: 160px;
	left: 0;
	height: 360px;
	background: #008579 url("../images/home_gradient.jpg") repeat-x;
}

#homebody h1 {
	margin: 0;
	color: #993416;
	width: 360px;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 25px;
	font-size: 16px;
	line-height: 0;
}

#homebody p {
	font-size: 14px;
	width: 340px;
	line-height: 25px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	color: #FFFFFF;
}

#transnet_movie {
	position: absolute;
	top: 160px;
	left: 400px;
	width: 400px;
	height: 360px;
}
/*-------------------------------------------------*/


/* Internal page bodycontent styles */

#bodycontent {
	text-align: left;
	position: absolute;
	top: 160px;
	left: 202px;
	padding: 15px 15px 0 15px;
	width: 568px;
	background: #CCE7E4 url("../images/body_shadow.gif") repeat-x;
	height: 214px;

}

.contentconstrained {
	padding-right: 215px;
}

.bold {
	font-weight: bold;
	color: #993416;
}

.name {
	text-align: right;
}

#bodycontent h1 {
	margin: 0;
	color: #993416;
	font-size: 20px;
	padding-bottom: 10px;
}

#bodycontent h2 {
	margin: 0;
	color: #993416;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
}

#bodycontent h3 {
	margin: 0;
	color: #993416;
	font-size: 12px;
}

#bodycontent ul {
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 10px;
}

#bodycontent li {
	padding-bottom: 0;
}

#bodycontent li.ordered {
	padding-bottom: 10px;
}

#bodycontent ul.bullets {
	list-style-type: disc;
	padding-left: 30px;
	padding-bottom: 10px;
}

#bodycontent li.bullets {
	padding-bottom: 10px;
}

/* Class used to separate sections of information within the bodycontent */
.last_line {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #008579;
}
/*-------------------------------------------------*/


/* Styles for images */

/* Block element used to contain images that are independent of the "bodycontent" copy */
#body_images {
	position: absolute;
	top: 175px;
	left: 585px;
	width: 210px;
	float: right;
}

/* Style for images that are placed within the "body_images" div */
#body_images img {
	padding-right: 10px;
	padding-bottom: 10px;
 	background: url("../images/drop_shadow.gif") no-repeat bottom right;
}

/* Style for images that are placed next to specific sections of the "bodycontent" copy */
#bodycontent img {
	float: right;
	margin-right: -10px;
	padding-right: 10px;
	padding-bottom: 10px;
 	background: url("../images/drop_shadow.gif") no-repeat bottom right;
}
/*-------------------------------------------------*/


/* Secondary navigation styles */

#sub_nav {
	position: absolute;
	top: 160px;
	left: 0;
	width: 170px;
	padding: 15px;
	background: #008579 url("../images/nav_shadow.gif") repeat-x;
}

#sub_nav li {
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding-bottom: 10px;
}
/*-------------------------------------------------*/


/* Footer on homepage styles */

#footer {
	position: absolute;
	top: 520px;
	left: 0;
	background: #CCE7E4 url("../images/body_shadow.gif") repeat-x;
	height: 10px;
	width: 800px;
}

#footer p {
	font-size: 9px;
	color: #008579;
	padding-top: 2px;
	padding-right: 15px;
	text-align: right;
}
