html, body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, ul li, form, fieldset, input, button {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul, ul li {
	list-style-type: none;
}

fieldset, a img {
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333;
	text-align: center;
	background-color: #C76F31;
	background-repeat: repeat-x;
}



/* Wrapper
------------------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto 40px;
	padding: 0 5px;
	width: 795px;
	text-align: left;
	background: #FFF url(../images/bg-wrapper.gif) repeat-y;
}



/* Header
------------------------------------------------------------------------------*/
#header {
	position: relative;
	margin: 0 0 13px;
	min-height: 124px;
	height: auto;
}



/* Logo
----------------------------------------------------------*/
#header h1 {
	position: absolute;
	left: 21px;
	top: 4px;
	width: 344px;
	height: 75px;
	overflow: hidden;
}

#header h1 a {
	display: block;
	width: 344px;
	height: 75px;
	background: url(../images/southeastrans-logo.gif) no-repeat;
	text-indent: -9999px;
}


/* Top Right Navigation
----------------------------------------------------------*/
#nav {
	position: absolute;
	right: 19px;
	top: 14px;
	width: 400px;
	font-size: 10px;
	line-height: 18px;
	text-align: right;
}

#nav li {
	display: inline;
	padding-left: 4px;
	margin-right: 3px;
	border-left: 1px solid #333;
}

#nav li.first {
	padding-left: 0;
	border-left: none;
}

#nav li a {
	color: #333;
	text-decoration: none;
}



/* Main Navigation (orange bg)
----------------------------------------------------------*/
#mainnav {
	position: relative;
	left: 15px;
	top: 94px;
	width: 766px;
	min-height: 30px;
	height: auto;
	font-size: 14px;
	line-height: 18px;
	background: #c76f31;
}

#mainnav:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#mainnav li {
	float: left;
	border-right: 1px solid #FFF;
}

#mainnav li a {
	display: block;
	padding: 6px 0;
	width: 100%;
	min-height: 18px;
	height: auto;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#mainnav li a:hover, #mainnav li a:focus {
	background: #f17411;
}

#mainnav li#about {
	width: 111px;
}

#mainnav li#solutions {
	width: 279px;
}

#mainnav li#resources {
	width: 179px;
}

#mainnav li#consumers {
	width: 194px;
	border-right: none;
}



/* Content
------------------------------------------------------------------------------*/
#content:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#content p {
	margin: 0 0 1em;
}


/* Primary Content
----------------------------------------------------------*/
#primary {
	float: left;
	margin: 0 18px 0 15px;
	width: 537px;
}

#primary a {
	color: #333;
	text-decoration: underline;
}

#primary h2 {
	margin: 0 0 10px;
	font-size: 24px;
	color: #cd6b2e;
	font-weight: normal;
	line-height: 36px;
}

#primary h3 {
	margin: 0 0 10px;
	font-size: 18px;
	color: #2D768C;
	font-weight: normal;
	line-height: 20pt;
}

#primary h3 a {
	color: #cd6b2e;
	text-decoration: none;
}

/* Main image for home page
--------------------------------------*/
#primary img#mainimage {
	margin: 0 0 18px;
}


/* Content images (for inside pages)
--------------------------------------*/
#primary img.contentimage {
	float: left;
	margin: 6px 17px 5px 0;
}



/* Content Callouts (on home page)
--------------------------------------*/
#callouts {
	padding: 1em 0 0;
	border-top: 1px solid #dedede;
}

#callouts .callout {
	position: relative;
	margin: 0 0 20px;;
	padding: 0 0 0 143px;
	font-size: 12px;
	line-height: 18px;
}

#callouts .callout img {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 120px;
	height: 90px;
}



/* Secondary Content
----------------------------------------------------------*/
#secondary {
	float: left;
	width: 211px;
	font-size: 12px;
	line-height: 18px;
}

#secondary a {
	color: #333;
	text-decoration: underline;
}

#secondary h4 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}



/* Content modules (with border & heading)
--------------------------------------*/
#secondary .module {
	margin: 0 0 17px;
	padding: 0 12px 1px;
	width: 187px;
	background: url(../images/bg-module.gif) no-repeat left bottom;
}

#secondary .module h4 {
	margin: 0 -12px 12px;
	padding: 6px 12px;
	color: #FFF;
	background: #2d768c;
}

#secondary .module p.quote {
	font-style: italic;
}

#secondary .module p.credit {
	text-align: right;
}




/* Auxillary navigation (sidebar, inside page only)
--------------------------------------*/
#auxnav {
	margin-bottom: 24px;
	font-size: 12px;
	line-height: 29px;
	background: #96bac5;
}

#auxnav li {
	border-bottom: 2px solid #fff;
}

#auxnav li a {
	display: block;
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
	text-align: right;	
}

#auxnav li a:hover, #auxnav li a:focus {
	background: #47879a;
}



/* Footer
------------------------------------------------------------------------------*/
#footer {
	margin: 0 -5px;
	padding: 0 20px 6px 19px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	background: url(../images/bg-footer.gif) no-repeat left bottom;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer p {
	margin-bottom: 0;
}

#footer p#copyright {
	margin: 1em 0;
	color: #2d768c;
}

#footer p#copyright a {
	color: #2d768c;
}

#footer p.first {
	margin-top: 15px;
	padding-top: 22px;
	border-top: 1px solid #747e80;
}
hr {
	border: 1px dotted #999999;
}
.flash {
	border: 1px solid #333333;
}
