/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000066;
}
html, body{
	height:100%;
	font: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bgtile.jpg);
	background-repeat: repeat-x;
}
.fullheight{height:100%}
.nospace {font-size:0px;}
h1 {
	font-size: 1.5em;
	color: #5f058c;
	margin-left: 0px;
	margin-top: 10px;
	font: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.2em;
	margin-left: 0px;
}
a {color: #000066; }
a:link {color: #000066;}
a:visited {color: #000066;}
a:hover {
	text-decoration: none;
	color: #CC6600;
	
}
a:active {color: #FF0000;}
b {color: #6666FF;}
p {	margin-left: 15px;}
#wrapper {
	margin: 20px auto;
	text-align: left;
	border:solid #000 2px;
	width:900px;
	background-color: #FFF;
}
#header {
	position: relative;
	clear:both;
	margin-right: auto;
	height: 280px;
	margin-bottom: 0;
	margin-left: auto;
}
#header #header-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 280px;
	background-image: url(images/TopWave.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#main {
	position: relative;
	padding: 0 20px;
	clear:both;
}
#footer {
	position: relative;
	height:90px;
	clear:both;
}
#footer #footer-image {
	position: absolute;
	right: 0;
	width: 800px;
	height: 80px;
	background-image: url(images/bottomwave.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	bottom: 0px;
}
.nav {
	position: absolute;
	top: 30px;
	left: 457px;
	font-size: 14px;
	z-index: 2;
}
#topnav {
	position: absolute;
	top: 234px;
	left: 104px;
}
.nav ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.nav li {
	display: inline;
	list-style-type: none;
	padding: 2px 2px;
	text-align: center;
}
.nav a {
	color: #000077;
	padding: 0px;
	margin: 0px;
}
.nav a:hover, .nav a#currentpage {
	color: #CC6600;
	text-decoration: none;
}
.nav a:active {
	color: purple;
	text-decoration: none;
	/*border-bottom: 1px dashed #690203;*/
}
.row {
	display: block;
	width: 84%;
	margin: 0 auto;

}
.portfolio {
	position: relative;
	display: block;
	border: 1px solid #6666FF;
	width: 300px;
	height: auto;
	text-align: center;
	background-color: #AFC8D3;
	margin: 8px;
	float: left;
}
.portfolio h2 {
	display: block;
	font-size: 13px;
	width: 100%;
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px;
	background-color: #6666FF;
}
.portfolio img {
	margin: 5px auto;
	border-width: 0; /* Remove border around linked images */
}
.portfolio p {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 15px;
	text-align: left;
}

.portfolio a:hover {
	border-width: 0; /* Wake up IE so it will show hover borders on img */
}
.portfolio a:hover img {
	border-left: 2px solid #CC6600;
	border-right: 2px solid #CC6600;
}
.clear {
	clear: both;
}
ABBR, ACRONYM { border-bottom: 1px dotted #000; cursor: help; padding-left: 2px; padding-right: 2px; }
.backtotop {
	font-size: 9px;
	margin: -40px 25px 2px 10px;
	text-align: right;
}
#CRDlink a{
	color: #CCC;
	font-size: xx-small;
}
