@charset "UTF-8";
/* CSS Document */

body {
	background: #ffffff url("images/bg-page.png") 0 0 repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-wrap: break-word;
}

a {
	color: #9a1f21;
}

#heading {
	position: absolute;
	top: 104px;
	height: 34px;
}

/* This is the main navigation links at the top of the page */
.main-navigation {
	height: 30px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.main-navigation a:link, .main-navigation a:visited, .main-navigation a:active {	  
	color: #313131;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.main-navigation:hover, .main-navigation a:hover {
	background-color:#9a1f21;
	color: #d9d9d9;
	text-decoration: none;
}

/* set the layout for the whole page */
#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
	height: 15px;
}

#video_container {
	float: right;
	position: relative;
	top: 50px;
}

	#video_container .videos {
		width: 630px;
		height: 240px;
		margin-bottom: 2px;
	}

		#video_container .videos .heading {
			height: 20px;
			color: #ffffff;
			font-weight: bold;
			letter-spacing: 2px;
			background-image: url("images/header_bg_A.gif");
			padding-left: 5px;
			padding-top: 4px;
			margin-bottom: 12px;
		}
		
		#video_container img {
			margin-bottom: 5px;
			border: none;
		}

		#video_container a {
			color: #9a1f21;
		}
		
		#video_container td {
			vertical-align: top;
			text-align: center;
			width: 100px;
		}
	
#welcome {
	background: url("images/greyDiag_bg-1.png") no-repeat;
	position: absolute;
	top: 2px;
	left: 485px;
	float: right;
	width: 260px;
 	padding: 50px 10px 10px 10px;
	font-size: 14px;
}

	#welcome a {
		text-decoration: underline;
		color: #9a1f21;
	}
	
	#welcome .redbtn {
		color: #ffffff;
		background-color: #9a1f21;
		padding: 10px;
		text-decoration: none;
		font-weight: bold;
	}
	
	#welcome .redbtn:hover {
		color: #d9d9d9;
		background-color: #313131;
		padding: 10px;
		text-decoration: underline;
		font-weight: bold;
	}

#wrapper {
	position: relative;
	top: 50px;
	border: 2px solid #d9d9d9;
	padding: 2px;
}

#contact {
	position: relative;
	top: 50px;
	padding: 2px;
}

#intro_vid {
	width: 480px;
	height: 355px;
}

#google_home_skyscraper {
	position: absolute;
	top: 525px;
	width: 125px;

}

#google_home_banner {
	position: relative;
	top: 20px;
	width: 470px;
	height: 62px;
	float: right;
}

.code {
	background-color:#d9d9d9;
	font-family: monospace;
	color: #313131;
	margin:10px;
	padding: 2px 10px 2px 10px;
}