body {
	margin: 0;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	background: url(../graphics/bg.jpg) repeat-y center #292929;
	color: #ededed;
	font-size: 12px;
}

h1 {margin: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #c4cb00; font-size: 36px; font-weight: normal;}
h2 {margin: 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #c4cb00; font-size: 18px; font-weight: normal;}
h3 {margin: 15px 0 0 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #c4cb00; font-size: 14px; font-weight: normal;}
h4 {margin: 15px 0 0 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #c4cb00; font-size: 12px; font-weight: normal;}

a {color: #c4cb00; text-decoration: underline;}
a:visited {color: #abb100; text-decoration: underline;}
a:hover {color: #ecf419; text-decoration: underline;}
a:active {color: #c4cb00; text-decoration: underline;}

p {margin-bottom: 0;}

#container {
	width: 763px;
	margin: 0 auto;
}

#header {
	width: 763px;
	height: 136px;
	background: url(../graphics/bg_header.jpg) no-repeat;
}

*html #header {margin-left: 1px;}
	
	#app-logo {
		width: 247px;
		height: 120px;
		display: block;
		float: left;
		background: url(../graphics/app-racing.jpg) no-repeat;
	}
	
	#become-a-sponsor {
		width: 232px;
		height: 96px;
		margin: 40px 18px 0 0;
		background: url(../graphics/become-a-sponsor.jpg) no-repeat;
		display: block;
		float: right;
	}
	
	#become-a-sponsor:hover {
		background: url(../graphics/become-a-sponsor.jpg) 0 -96px no-repeat;
	}

#body {
	width: 724px;
	padding: 20px;
}

*html #body {padding: 20px 0 20px 20px;}

	#nav {
		width: 190px;
		margin-top: 10px;
		border: 1px solid #4f4f3e;
		background-color: #292929;
		float: left;
	}
	
		#nav ul, #nav li {margin: 0; padding: 0; list-style: none;}
		
		#nav li a, #nav li a:visited {
			display: block;
			padding: 10px 12px;
			color: #a5a455;
			text-decoration: none;
		}
		
		#nav li a:hover, #nav li a:active {
			color: #d0cf73;
			background-color: #3f3f3f;
			text-decoration: none;
		}
		
		*html #nav li a {height: 1px;}
	
	#body-right {
		width: 510px;
		float: right;
	}
	
		.latest-projects {
			width: 408px;
			/*height: 196px;*/
			height: 202px;
			margin: 30px auto 0 auto;
			/*padding: 74px 50px 0 50px;*/
			padding: 68px 50px 0 50px;
			background: url(../graphics/latest_projects.jpg) no-repeat;
		}
		
			.latest-projects-table {
				margin: 0 auto;
			}
			
				.project-container-table {
					width: 120px;
					border: 1px solid #999d03;
					background: url(../graphics/bg_latest_projects.png);
				}
				
					.project-thumb-table {
						width: 120px;
						height: 86px;
						border-bottom: 1px solid #999d03;
					}
					
					.project-tagline {
						width: 114px;
						height: 65px;
						padding: 3px 3px 0 3px;
						font-size: 11px;
						color: #FFFFFF;
						vertical-align: top;
					}
					
					.project-container-table strong {color: #faff3d; font-weight: bold;}
					.project-container-table p {margin: 8px 0 0 0; line-height: 14px;}
					.project-container-table a, .project-text a:visited {color: #faff3d; font-weight: bold; text-decoration: underline;}
					.project-container-table a:hover, .project-text a:active {color: #fdffac; font-weight: bold; text-decoration: underline;}
					
					.project-read-more {
						width: 114px;
						height: 15px;
						padding: 3px;
						font-size: 11px;
						text-align: right;
						color: #FFFFFF;
					}
		
			.project-container {
				width: 120px;
				height: 170px;
				border: 1px solid #999d03;
				background: url(../graphics/bg_latest_projects.png);
			}

			* html .project-container, * html .project-container-table {
				background-image: none;
				filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="graphics/bg_latest_projects.png", sizingMethod="scale");
			}
			
				.project-thumb {
					width: 120px;
					height: 86px;
					border-bottom: 1px solid #999d03;
				}
				
				.project-text {
					width: 114px;
					padding: 3px 3px 0 3px;
					font-size: 11px;
					color: #FFFFFF;
				}
				
					.project-text strong {color: #faff3d; font-weight: bold;}
					.project-text p {margin: 8px 0 0 0; line-height: 14px;}
					.project-text a, .project-text a:visited {color: #faff3d; font-weight: bold; text-decoration: underline;}
					.project-text a:hover, .project-text a:active {color: #fdffac; font-weight: bold; text-decoration: underline;}
	
		.content {
			width: 484px;
			padding: 12px;
			margin-top: 10px;
			line-height: 18px;
			border: 1px solid #4f4f3e;
			background-color: #292929;
		}
		
		.content-plain {
			width: 510px;
			padding: 12px 0;
			line-height: 18px;
		}
		
			.pics-thumb {
				width: 161px;
				height: 161px;
				border: 1px solid #E0FF39;
				float: left;
				/*margin-left: 10px;*/
				margin: 0 3px;
			}
			
			.pics-thumb img {width: 161px; border: none;}
			
			.pics-thumb-small {
				width: 117px;
				height: 88px;
				border: 1px solid #dfff3c;
				float: left;
				/*argin-left: 10px;*/
				margin: 0 3px;
			}
			
				.pics-thumb-small a img {border: none; width: 117px; height: 88px;}
		
		.content-black {
			width: 498px;
			padding: 5px;
			margin: 15px auto 0 auto;
			line-height: 18px;
			border: 1px solid #4f4f3e;
			background-color: #000000;
		}
		
		.calendar-container {
			width: 510px;
			margin: 10px auto 0 auto;
		}
		
			.calendar-top {
				width: 510px;
				height: 1px;
				background: url(../graphics/bg_calendar_top.gif) no-repeat;
			}
			
			.calendar-entry-container {
				width: 510px;
				padding: 5px 0;
				background: url(../graphics/bg_calendar.gif) repeat-y;
			}
			
			*html .calendar-entry-container{margin-top: -13px;}
			
				.calendar-entry {
					width: 148px;
					margin: 0 11px;
					line-height: 14px;
					font-size: 11px;
					float: left;
				}
				
				*html .calendar-entry {margin: 0 15px 0 5px;}
				
			.calendar-bot {
				width: 510px;
				height: 1px;
				background: url(../graphics/bg_calendar_bot.gif) no-repeat;
			}
		
		#red-flag-left {float: left; margin-left: 80px;}
		*html #red-flag-left {margin-left: 40px;}
		
		#troops-right {float: right; margin-right: 80px;}
		*html #troops-right {margin-right: 40px;}

#footer {
	width: 720px;
	padding: 12px;
	margin: 15px auto 0 auto;
	border: 1px solid #4f4f3e;
	text-align: center;
	background-color: #000000;
}

#lancet {
	width: 744px;
	margin: 15px auto 0 auto;
}

	#lancet a {
		width: 85px;
		height: 19px;
		display: block;
		background: url(../graphics/lancet.gif) no-repeat;
	}
	
	#lancet a:hover {background: url(../graphics/lancet.gif) 0 -19px no-repeat;}


/******* ICON LIST STYLES *******/

.icon-list-left, .icon-list-right {
	margin-top: 15px;
	padding: 0;
	list-style: none;
}

.icon-list-left {float: left; margin-left: 50px;}
.icon-list-right {float: right; margin-right: 50px;}

	.icon-list-left li, .icon-list-right li {
		margin: 5px 0;
		padding: 0 0 0 24px;
	}
	
	.icon-list-left li a, .icon-list-right li a, .icon-list-left li a:visited, .icon-list-right li a:visited {
		color: #ffffff;
		text-decoration: underline;
	}
	
	.icon-list-left li a:hover, .icon-list-right li a:hover, .icon-list-left li a:active, .icon-list-right li a:active {
		color: #dae200;
		text-decoration: underline;
	}
	
.icon-group {background: url(../graphics/icons/group.gif) no-repeat;}
.icon-information {background: url(../graphics/icons/information.gif) no-repeat;}
.icon-newspaper {background: url(../graphics/icons/newspaper.gif) no-repeat;}
.icon-exclamation {background: url(../graphics/icons/error.gif) no-repeat;}
.icon-pictures {background: url(../graphics/icons/pictures.gif) no-repeat;}
.icon-calendar {background: url(../graphics/icons/calendar.gif) no-repeat;}
.icon-blog {background: url(../graphics/icons/blog.gif) no-repeat;}
	
	
	
	
	
/********* FORM STYLES *********/

.input-text, .input-textarea {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	width: 300px;
	border: 1px solid #4f4f3e;
	color: #ededed;
	background-color: #181818;
}

.input-textarea {height: 112px;}
	



/********* TYPOGRAPHY *********/

.yellow {color: #ecf419;}	
	
.center {text-align: center;}
.right {text-align: right;}	

.hiddenspan {display: none;}

.sponsor-header {font-weight: bold; font-size: 10px; color: #ecf419; line-height: 11px; text-align: center; padding: 3px;}
.sponsor-subhead {font-weight: bold; font-size: 10px; color: #ecf419; line-height: 11px; padding: 3px; border-top: 1px solid #5c6000;}
.sponsor-text {font-size: 10px; line-height: 11px; padding: 3px; text-align: center; border-top: 1px solid #5c6000;}





.clearfloats {clear: both;}

.float-left, #float-left {float: left;}
.float-right, #float-right {float: right;}