body {
	margin: 0;
	font-family: Trebuchet MS,verdana;
	
}

body a, a:visited {
	color: #38B7DF;
	text-decoration: none ;
}

body a:hover {
text-decoration: underline;
}

body img {
	border: 0px;
}

body img a {
	border: 0px;
}


tr.withhover:hover {
background: #E5F7FE;
background-image:url("/images/horizontal_gradient.jpg");
}



#topbanner {
	position: relative;
	height: 171px;
	background-image: url("/images/title.png");
	background-repeat: no-repeat;
	background-position: top;
}

#big-cont {
background-image: url("/images/bg_stripes.png");
background-repeat: repeat-x;
background-position: top;
width: 100%;
margin: 0px;
}

#body-container {
	position: relative;
	/*width: 806px;  width + border for IE 5.x */
	/*w\idth: 800px;  real width */
	/*border: solid #036;*/
	/*border-width: 0 3px;*/
}

#horizmenu {
background-image: url("/images/portfolio_horizmenu.jpg");
background-repeat: no-repeat;
width: 642px;
height: 34px;
padding-top: 5px;
}

#horizmenu-thick {
background-image: url("/images/portfolio_horizmenu_thick.jpg");
background-repeat: no-repeat;
width: 642px;
height: 60px;
padding-top: 7px;
}

#horizmenu a, #horizmenu-thick a {
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
color: white;
}

#horizmenu a:hover, #horizmenu a.current, #horizmenu-thick a:hover, #horizmenu-thick a.current {
background-image: url("/images/portfolio_horizmenu_hover.png");
background-repeat: repeat-x;
}

h1 {
	color: #38B7DF;
}
h3 {
	display: block;
	border-bottom: solid #38B7DF;
	border-width: 3px;
	font-style: italic;
}

#contactbox {
	border: solid #488CD9;
	border-width: 15px 1px 1px 1px;
	position: relative;
	float: left;
	margin-top:20px;	
	padding: 20px;
}
.boxmastercontainer {
	width: 100%;
	border: solid #488CD9;
	border-width: 1px;
	padding: 1em;
	padding-left: 0;
}
.boxcontainer {
	float: left;
}
.title {
	margin-left: 1.5em;
	padding: 0 0.5em;
	background-image: url("/images/banner-bg.png");
	color: white;

} 
.box { 
	margin-left: 0;
	/*border: solid #38B7DF;*/
	border: solid #000;
	border-width: 1px;
	position: relative;
	float: left;	
	padding: 10px; 
	padding-left: 10px;
	width:618px;
} 

.box h4 { 
	display: inline;
	border-bottom: medium solid #488CD9;
} 

.box h4:before, h4:after {
	content: "\A";
}

.imagebox {
	margin: 0.0em;
	float: left;
	border: 5px;
	height: 90px;
	width: 120px;
	background: black;
	text-align: center;
}

.imageThumbnail {
padding:5px;
margin-right:10px;
margin-bottom:10px;
float:left;
border: black solid 1px;
width: 120px;
height: auto;
}

#footer {
	
	margin-top: 0.5em;
	background-image: url("/images/footer_bg.png");
	width: 100%;
	text-align: center;
	color: white;
	z-index: 99;
	font-size: 10pt;
}
