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

html, body {
	height: 100%;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	height:100%;
}
.top_buffer {
	width:100%;
	height:30px;
	letter-spacing: .75em;
	margin-top: 50px;
}

.title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	float:right;
	color: #FFFFFF;
}
.title_dark {
	color:#3F5976;
}

.title_beta {
	font-size: xx-small;
	color: #FF0000;
}
.type_light {
	color:#FFFFFF;
}

h2 {
	text-decoration: underline;
}

.bottom_buffer {
position:relative;
bottom:0;
	height:20px;
	letter-spacing: .5em;
	margin-left:10px;
}

.splash {
	width:96%;
	height:500px;
	background-color:#FFFFFF;
	border-bottom-color:#999999;
	border-bottom:thin;
	font-size:12px;
	overflow:auto;
	padding-left:2%;
	padding-right:2%;
	padding-top:0px;
	padding-bottom:0px;
	color:#3F5976;
}

.portfolio_container {
	width:96%;
	height:500px;
	background-color:#FFFFFF;
	border-bottom-color:#999999;
	border-bottom:thin;
	font-size: small;
	overflow:auto;
	padding-left:2%;
	padding-right:2%;
	padding-top:0px;
	padding-bottom:0px;
	color:#3F5976;
}

.portfolio_menu {
	float:left;
	padding-top:20px;
	letter-spacing: 0.5em;
	line-height: 30px;
	font-size: small;
	text-transform: uppercase;
	text-align: right;
}

.service_container {
	padding-right:10%;
}

a {
	font-size: small;
	color: #3F5976;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1 {
	font-size:18px;
	font-weight:bold;
	text-align: center;
}



.portfolio_menu {
	font-size:x-small;
}

.contact_container {
	padding-right: 20%;
	
}
.about_container {
	text-indent: 15px;
	white-space: normal;	
}
.contact_splash {
	float:left;
	padding-right:20px;

}

.contact_links {
	font-weight: bold;
	text-decoration: underline;
}


#my_flash {
	height:85%;
}
