body {
	margin: 0;
	padding: 0;
	background-color: black;
	font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	background-image: url(../images/asphalt.jpg);
}

/* Links */

a:link {
	color: #335577;
	text-decoration: none;
	text-align: left;
}

a:visited {
	color: #5f9119;
	text-decoration: none;
}

a:hover, a:active {
	color: #993333;
}

#content a:link {
	padding: 0 2px;
	border-bottom: 1px solid #999999;
	text-decoration: none;
}

#content a:visited {
	padding: 0 2px;
	border-bottom: 1px solid #999999;
}

#content a:hover, 
#content a:active {
	color: #ffffff;
	background-color: #993333;
	border-bottom-color: #993333;
}

/* Html Elements */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
	line-height: 32px;
}

h2 {
	font-size: 28px;
	line-height: 28px;
	color: #bc9740;
}

h3 {
	font-size: 24px;
	color: #8f3e17;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
}

h4 {
	font-size: 20px;
	color: black;
	line-height: 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-weight: bold;
	background: #fcd013 repeat-x;
	text-indent: 15px;
	padding: 10px;
	text-transform: uppercase;
}

h5 {
	font-size: 16px;
	line-height: 25px;
}

h6 {
	font-size: 13px;
	text-transform: uppercase;
	margin: 5px 0;
	border-top: thin solid #cdcdcd;
	border-bottom: thin solid #cdcdcd;
}


.redTitle {
	font-weight: bold;
	color: red;
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 30px;
}

.cobaltTitle {
	font-weight: bold;
	color: #65aed2;
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 30px;
}

.orangeTitle {
	font-weight: bold;
	color: #CC6600;
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 30px;
}

.greenTitle {
	font-weight: bold;
	color: #486e43;
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 30px;
}

.forestTitle {
	font-weight: bold;
	color: #176e00;
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 30px;
}

.blueTitle {
	font-weight: bold;
	color: #454c6e;
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 30px;
}

.goldTitle {
	font-weight: bold;
	color: #a08b42;
	font-size: 17px;
	margin-bottom: 10px;
	line-height: 30px;
}

.blueText {
	color: #748198;
	font-weight: bold;
}

.redText {
	color: #982c33;
	font-weight: bold;
}

.blackTitle {
	font-weight: bold;
	color: #4e4e4e;
	margin-bottom: 10px;
}



.agenda {
	font-size: 20px;
	color: #000;
	line-height: 20px;
	font-weight: bold;
	background: #dcbc42 repeat-x;
	text-indent: 15px;
	padding: 5px;
	width: 90%;
	display: block;
	text-transform: uppercase;
}

.form {
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	text-transform: uppercase;
	margin: 20px;
	background-color: #fcc847;
	text-decoration: none;
	width: 250px;
	border: 2px solid black;
}

/* My Comment */



.star {
	color: maroon;
}

ul {
	line-height: 1.8em;
	list-style-type: square;
	color: #333333;
}

ol {
	line-height: 1.8em;
	color: #333333;
}

.tabletext {
	font-size: 12px;
	color: #909090;
}

.tabletextred {
	font-size: 12px;
	color: maroon;
	font-weight: bold;
}


table {
	color: #333333;
	width: 600px;
}

table caption {
	font-weight: bold;
	margin-bottom: 5px;
}

td {

	padding: 2px 5px;
	line-height: 15px;
}


tr.alt td {
	background-color: #eeeeee;
}

table.smalltext a:link {
	font-size: 10px;
	text-align: left;
	text-decoration: none;
}


#container {
	margin: 0 auto;
	width: 908px;
}

#wrapper {
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
	background-color: #f9f9f9;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#title {
	position: absolute;
	z-index: 1000;
	margin-top: 25px;
	height: 309px;
	clear: both;
}

#featured {
	border-top: 1px solid #cdcdcd;
	border-bottom: 2px solid black;
	height: 309px;
}

#featured-inside {
	background-image: url(../images/header.jpg);
	border-top: 1px solid #cdcdcd;
	border-bottom: 2px solid black;
	height: 150px;
}

#featured-about {
	background-image: url(../images/about.jpg);
	border-top: 1px solid #cdcdcd;
	border-bottom: 2px solid black;
	height: 287px;
}


#content-wrapper {
	width: 75%;
	float: left;
}

#content {
	float: left;
	padding: 20px;
	line-height: 20px;
	font-size: 13px;
	color: gray;
	text-align: left;
	min-width:  600px;
	min-height:  300px;
}

.logo {
	float: left;
}


.image {
	margin: 5px;
	padding: 5px;
	background-color: white;
	border: 1px solid silver;
}

.image_rt {
	margin: 5px;
	padding: 5px;
	background-color: white;
	border: 1px solid silver;
	float: left;
}


.photo {
	float: left;
	margin: 1px;
	padding: 1px;
}


#sidebar-wrapper {
	width: 25%;
	float: left;
	position: relative;
}

#sidebar {
	float: left;
	top: 0;
	padding: 10px;
	font-size: 13px;
	line-height: 20px;
	position: absolute;
	}
	
#sidebar.fixed {
  position: fixed;
  top: 0;
}


/* Meta */

p#meta a:link, p#meta a:visited {
	padding: 0 5px;
	color: #9cb1d0;
}

p#meta a:hover, p#meta a:active {
	color: #bed3f0;
}

/* Header */

#header h1 {
	margin: 0;
	padding: 10px 5px 5px;
}

#header h2 {
	font-size: 12px;
	margin: 0;
	padding: 0 5px 10px 20px;
}

#header h1 a:link, #header h1 a:visited {
	color: #333333;
}

#header h1 a:hover, #header h1 a:active {
	color: #000000;
}

/* Navigation */

#navigation {
	float: left;
	width: 100%;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#navigation ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style-type: none;
	background-color: black;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #cdcdcd;
}

#navigation a:link,
#navigation a:visited {
	float: left;
	display: block;
	padding: 5px 10px;
	background-color: black;
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
}

#navigation a:hover,
#navigation a:active {
	color: #ffffff;
	background-color: #f8ba11;
}

#home #home_nav, #about #about_nav, #history #history_nav, #agenda #agenda_nav, #presentations #presentations_nav, #exhibitors #exhibitors_nav, #survey #survey_nav, #photos #photos_nav, #registration #registration_nav, #certification #certification_nav    {
	background-color: #608ec9;
}


/* Content */

#content > h3, #content .top {
	margin-top: 5px;
}

/* Sidebar */

#logos {
	background: url(../images/logo-strip.jpg) no-repeat;
	height: 67px;
	width: 908px;
	border-top: 1px solid #cdcdcd;
}

/* Footer */

#footer  {
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0;
	color: white;
	text-align: center;
	background: #5f5f5f url(../images/footer.jpg) repeat-x;
}

#footer a:link {
	color: orange;
}

#footer a:visited {
	color: orange;
}

#footer a:hover, #footer a:active {
	color: silver;
}

#footer p {
	padding: 5px 0;
}
