html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	font: 70% Arial, Helvetica, sans-serif;
	color: #5f5f5f;
	cursor: default;
	background-color: #e5e5e5;
}

/**/
h2 {
	margin: 0;
	padding: 3px 0 4px 25px;
	background: #e5e5e5 url(/new_images/dot.gif) bottom repeat-x;
	font-size: 105%;
	color: #333333;
	text-transform: lowercase;
	/*text-indent: -9000px;*/
}
h2.left {
	margin-right: 1px;
	border-right: 0px dotted #333;
}
/*h2 {
	padding: 0;
	height: 21px;
	text-indent: -9000px;
}*/
/*h2#welcomeTitle {
	background: #e5e5e5 url(/new_images/welcome_title.gif) 25px 0 no-repeat;
}
h2#projectsTitle {
	background: #e5e5e5 url(/new_images/projects_title.gif) 25px 0 no-repeat;
}
h2#newsTitle {
	background: #e5e5e5 url(/new_images/news_title.gif) 25px 0 no-repeat;
}*/
p {
	margin: 15px 23px 9px 15px;
}
a {
	color: #0066cc; 
	text-decoration: none;
}
a:hover {
	color: #0D0F74; 
	text-decoration: underline;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
ul {
	list-style-image: url(/page_images/li_arrow.gif);
}

/**/
#accessibility, .hide {
	display: none;
}
#wrapper {
	background-color: #ffffff;
}
#header {
	height: 66px;
	background-color: #e5e5e5;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	display: block;
	height: 66px;
	width: 280px;
	background: url(/new_images/main_logo_1.gif) 25px 0px no-repeat; /* medium */
	/*background: url(/new_images/main_logo_plain.gif) 25px 0px no-repeat;*/ /* medium */
	/*background: url(/new_images/main_logo.gif) 25px 30px no-repeat;*/ /* small */
	/*background: url(/new_images/main_logo_med.gif) 25px 30px no-repeat;*/ /* medium */
	/*background: url(/new_images/main_logo_large.gif) 25px 25px no-repeat;*/ /* medium */
	text-indent: -9000px;
}
#nav {
	float: left;
	width: 100%;
	display: inline;
	border-top: 1px solid #333333; 
	border-bottom: 1px solid #333333;
	background-color: #ffffff;
}
#nav ul {
	float: left;
	display: inline;
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#nav ul li a {
	display: block;
	margin-right: 25px;
	padding: 3px 0px 3px 0px;
	font-size: 110%;
	color: #333333;
	text-transform: lowercase;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li a.current {
	color: #999999;
}
#nav ul li a {
	padding: 0;
	height: 21px;
	text-indent: -9000px;
}
#nav ul li a#navHome {
	width: 34px;
	background: url(/new_images/nav_home_on.gif) no-repeat;
}	
#nav ul li a#navHome:hover, #nav ul li a#navHome.current {
	background: url(/new_images/nav_home_off.gif) no-repeat;
}	
#nav ul li a#navInformation {
	width: 68px;
	background: url(/new_images/nav_information_on.gif) no-repeat;
}	
#nav ul li a#navInformation:hover, #nav ul li a#navInformation.current {
	background: url(/new_images/nav_information_off.gif) no-repeat;
}	
#nav ul li a#navPortfolio {
	width: 51px;
	background: url(/new_images/nav_portfolio_on.gif) no-repeat;
}	
#nav ul li a#navPortfolio:hover, #nav ul li a#navPortfolio.current {
	background: url(/new_images/nav_portfolio_off.gif) no-repeat;
}	
#nav ul li a#navQuote {
	width: 35px;
	background: url(/new_images/nav_quote_on.gif) no-repeat;
}	
#nav ul li a#navQuote:hover, #nav ul li a#navQuote.current {
	background: url(/new_images/nav_quote_off.gif) no-repeat;
}	
#nav ul li a#navContact {
	width: 47px;
	background: url(/new_images/nav_contact_on.gif) no-repeat;
}	
#nav ul li a#navContact:hover, #nav ul li a#navContact.current {
	background: url(/new_images/nav_contact_off.gif) no-repeat;
}	
#banner {
	clear: left;
	height: 172px;
	background: #5694E5 url(/page_images/banner.jpg) right no-repeat;
	border-bottom: 1px solid #ffffff; 
}
#banner p#intro {
	font: 175% georgia, times, times-roman, serif; 
	color: #6ba5fe; 
	margin: 0 0 0 25px;
	padding-top: 25px;
	width: 400px; 
	font-weight: bold; 
	font-style: italic;
}
#mainContent {
	background: url(/new_images/home_back_dot.gif) repeat-y;
}
#contentHolder {
	background: url(/new_images/main_back.gif) right bottom no-repeat;
}
#footer {
	clear: both;
	border-top: 1px solid #333333;
	background: #e5e5e5; 
	font-size: 90%;
	color: #333333; 
}
#footer p#contact {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	margin: 14px 25px 0 0; 
}
#footer p#copy {
	float: right;
	text-align: right;
	display: inline;
	margin: 10px 25px 10px 0; 
}

/**/
.contentBox {
	float: left;
	display: inline;
	width: 250px;
}
#smallRight {
	margin-left: 500px;
}
#largeRight {
	margin-left: 250px;
}
form {
	margin: 0;
	padding: 0;
}
.formCol {
	float: left;
	width: auto;
}
.form {
	border: #cccccc 1px solid;
}
.button {
	border: 1px solid #999999; 
	color: #4e4e4e; 
	background-color: #e4e4e4;
}

/* portfolio */
#siteHolder {
	border: 0px solid blue;
	margin: 15px 23px 9px 15px;
	padding-top: 1px;
}
.site {
	border-top: 1px solid #e5e5e5;
}
.site .imageClearer {
	clear: left; height: 15px;
}
.siteImages {
	float: left;
	display: inline;
	width: 220px;
	margin-top: -1px;
	border: 0px solid red;
}
.siteImages a {
	position: relative;
	z-index: 1;
}
.siteImages a img {
	border: 1px solid #333333;
	display: block;
}
siteImages a span {
	display: block;
}
.siteImageNav {
	float: left;
}
.siteImageNav span {
	display: none;
}
.siteImageNav a {
	position: relative;
	z-index: 2;
	float: left;
	display: block;
	border: 1px solid #e5e5e5;
	/*padding: 2px 8px;*/
	padding: 2px 0;
	font-size: 80%;
	color: #333333;
	width: 21px;
	text-align: center;
	margin: 3px 3px 3px 0;
}
.siteImageNav a:hover, .siteImageNav a:active, .siteImageNav a:focus {
	background-color: #e5e5e5;
	border: 1px solid #333333;
	text-decoration: underline;
}
a.imageSelected, a.imageSelected:hover, .siteImageNav a.imageSelected:active, .siteImageNav a.imageSelected:focus {
	margin-top: -1px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: 0px solid #333333;
	background-color: #e5e5e5;
	text-decoration: underline;
}
.siteInfo {
	margin-left: 230px;
}
.siteInfo h3 {
	margin: 10px 23px 9px 0;
	font-weight: normal;
	font-size: 110%;
}
.siteInfo p {
	margin-left: 0;
}
.siteInfo p span {
	font-weight: bold;
	color: #333333;
}


