@charset "UTF-8";

* {
margin: 0; padding: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00476c;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	margin-top: 10px;
	min-height: 500px;
}
.oneColFixCtr #mainContent {
	margin-bottom: 0;
	position: relative;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/fade_top_portfolio.jpg);
	background-repeat:no-repeat;
	background-position: top;
	min-height: 400px;
	z-index: 1;
}

/* customzation */

a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #00FFFF;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	color: #00476c;
	padding-bottom: .5em;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}
p {
	font-size: 10px;
	line-height: 1.25em;
	padding-bottom: .5em;
}

.boldblue {
	font-weight: bold;
	color: #00476c;
}

blockquote {
	padding-left: 2em;
	padding-right: 2em;
}

#header {
	text-align: left;
	background-image: url(images/header_portfolio.jpg);
	height: 50px;
	padding: 0;
	margin: 0;
	clear: both;
}
#header h1 {
	padding: 0px 30px 0 0 ;
	margin: 0;
}
#header p {
	padding: 5px 30px 0 0 ;
	margin: 0;
}

.footmenu {
	font-weight: bold;
	font-size: 10px;
}


#footer {
	text-align: left;
	background-image: url(images/footer_portfolio.jpg);
	height: 65px;
	border: 0;
	padding: 0;
	margin: 120px 0 0 0;
	z-index: 1;
	clear: both;
	font-size: 9px;
}
#footer p {
	font-size: 9px;
	color: #FFFFFF;
	padding: 20px 20px 0 20px ;
	margin: 0;
}
#footer a:link {
	color: #99CCFF;
	text-decoration: none;
}
#footer a:visited {
	color: #66CCFF;
	text-decoration: none;
}
#footer a:hover {
	color: #99CCFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.green {
	color:#006600;
	font-weight: bold;
	font-style: italic; 
}

.services {
	width: 620px;
}

.services li{
	font-size: 10px;
	line-height: 1.65em;
	margin-left: 20px;
}

.ltcolumn {
	position: relative;
	display: block;
	float: left;
	clear: none;
	width: 300px;
}

.rtcolumn {
	position: relative;
	display: block;
	float: right;
	left: 0px;
	width: 300px;
	clear: none;
}

.rule620 {
	display: block;
	clear: both;
	width: 620px;
	border-bottom: 1px solid #6699CC;
	margin-bottom: 10px;
}
	
.column640 {
	width: 640px;
}

