/* CSS Document */

* {
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	}
	
body {
	background-color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	height: 100%;
	width: 100%;
	}
	
.clearfix:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
font-size: 0;
}

.clearfix {
display: inline;

}  

    * html .clearfix {height: 1%;}
	.clearfix {display: block;}

#container {
	width: 780px;
	background-color: #F3F3F3;
	border: 0;
	margin-right: auto;
	margin-left: auto;
	}
	
h1 {
	height: 15px;
	color: #CC3300;
	font-size: 12px;
	padding: 3px 5px;
	letter-spacing: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	
h2 {
	background-color: #99ccff;
	height: 25px;
	font-size: x-large;
	color: #0E177C;
	letter-spacing: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 110px;
	}
h3	{
	font-size: 15px;
	font-weight: bold;
	}
#navigation {
	height: 23px;
	list-style-type: none;
	margin-left: -15px;
	}
	
#navigation li {
	float: left;
	text-align: center;

	}
	
#navigation a {
	width: 80px;
	display: inline;
	height: 25px;
	font-size: 9px;
	color: #CCC;
	text-decoration: none;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-right: 10px;

	}
	
#container #introductionnews {
	float: none;
	width: 675px;
	margin-left: -25px;
	}
	
#intro {
	font-size: 16px;
	color: #003399;
	padding: 0px;
	background-color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	}
	
#news {
	margin: 0px;
	}
	
h4 {
	font-size: 15px;
	color: #003399;
	margin-top: 5px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99ccff;
	text-decoration: none;
	width: 374px;
	}
	
#news p {
	background-color: #F1FCFF;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	}
#news a {
	background-color: #F1FCFF;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	}

#news1 p {
	display: none;
	}
#news1 a {
	display: none;
	}


#recentwork {
	width: 720px;
	float: none;
	background-color: #FDFFFF;
	margin-right: 5px;
	margin-bottom: -5px;

	}
	
#recentwork ul {
	list-style-type: none;
}



h5 {
	height: 22px;
	background-color: #FFFFFF;
	color: #CC3300;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99ccff;
	width: 374px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
h6 {
	font-size: 18px;
	color: #003399;
	padding: 0px;
	background-color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99ccff;
	width: 425px;
	}

#recentwork p {
	margin-top: 10px;
	margin-bottom: -5px;
	float: none;
	width: 675px;
	}

#footer {
	width: 650px;
	border: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	list-style-type: none;
	position: relative;
}
	
#footer p, a {
	color: #003399;
	font-size: 9px;
	padding-top: 5px;
	font-weight: bold;
	padding-right: 5px;
	text-decoration: none;
	}

#maincontent #options {
	margin-top: 9px;
	list-style-position: outside;
	color: #003399;
	font-size: 14px;
	line-height: 25px;
	list-style-type: none;
}

#container #Layer1 {
display: none;
}

#recentwork #table {
	margin-bottom: 0px;
	border-collapse:collapse;
	padding-right: 2px;
	margin-right: 2px;
	margin-left: 2px;
	float: none;
	text-align: left;
	border: 1px solid #99ccff;
	width: 650px;
}
img.floatLeft {
	float: left;
	border: 1px solid #99ccff;
	padding-top: 30px;
	margin-right: 18px;
	padding: 0px;
}

img.floatRight {
	float: right;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border: 1px solid #99ccff;
} 

img.floatRightClear {
	float: none;
	clear: none;
	border: 1px solid #99ccff;
} 