@charset "UTF-8";
body {
	margin: 0;
	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 */
	color: #FFFFFF;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 138%;
	background-color: #000000;
	background-image: url(images/background_3.jpg);
	background-repeat: repeat-y;
	background-position:center top;
	}
img {
	border:0;
}
em {
	font-weight:bold;
	font-style:italic;
}
#container {
	width: 914px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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-bottom:24px;
	}
#mainContent {
	width:914px;
	padding: 0px;
	height:auto;
	overflow:hidden;
	margin: 0px;
	background-image:url(images/smallContentBackground-trans.png);
	}
#leftSide {
	position:relative;
	float:left;
	clear:left;
	width:320px;
	height:736px;
	}
#cornerLogo {
	position:relative;
	float:left;
	clear:left;
	margin-top:30px;
	margin-bottom:30px;
	left:50px;
/*	border: 1px solid #FF6600;*/
	width:235px;
	}
#menuBox {
	position:relative;
	float:left;
	clear:left;
	left:50px;
	width:235px;
/*	border: 1px solid #FF6600;*/
	}
#menuContent {
	margin:0;
	padding:0;
	background-repeat:repeat-y;
	position:relative;
	float:left;
	clear:left;
	width:235px;
	background-image: url(images/menuBack_03.gif);
	}
#menuContent a:link, #menuContent a:visited {
	color:#e8e8e8;
	text-decoration: none;
	}
#menuContent a:hover {
	color:#3399FF;
	}
#menuContent ul {
	position:relative;
	float: left;
	clear: left;
	left:10px;
	margin:0;
	margin-top:6px;
	padding:0;
	width:230px;
	/*border:green 1px solid;*/
	display:block;
	}
#menuContent ul li {
	position:relative;
	float: left;
	clear: left;
	white-space:nowrap;
	width:216px;
	margin:0;
	padding:0;
	list-style-type: none;
/*	border:red 1px solid;*/	
}
#menuContent ul li ul {
	position:relative;
	float: left;
	clear: left;
	padding:0;
	margin:0;
	left:50px;
	width:180px;
	margin-top:6px;
	margin-bottom:10px;
	/*border:blue 1px solid;*/
	}
#menuContent ul li ul li {
	position:relative;
	float: left;
	clear: left;
	padding:0;
	margin:0;
	list-style-type: none;
	}
#servicesList {
	position:relative;
	float:left;
	clear:left;
	height:175px;
	overflow:hidden;
	}
#callRequest {
	margin:0;
	padding:0;
	margin-top:10px;
	color:#FFFFFF;
	margin-left:14px;
	}
#footer {
	font-size:12px;
	width:914px;
	}
#footer a:link, #footer a:visited {
	color:#3399FF;
	}
	
#pageContent {
	/*border: 1px solid #FF6600;*/
	position:relative;
	float:left;
	clear:none;
	margin-top:30px;
	width:535px;
	color:#333333;
	line-height:138%;
}
#pageContent p {
	margin:0;
	padding:0;
	margin-bottom:1.38em;
}
#pageContent h1 {
	margin-top:1.6em;
	margin-bottom:10px;
	font-size: 2em;
}
#pageContent h2 {
	margin-top:1.38em;
	margin-bottom:10px;
	font-size: 1.38em;
}
#pageContent h3 {
	margin-top:1.2em;
	margin-bottom:10px;
	font-size: 1.2em;
}
#callBox {
	position:absolute;
	visibility:hidden;
	top:25%;
	left:25%;
	height:380px;
	width:540px;
	background:url(images/smallContentBackground-trans.png);
	background-position:center;
	text-align:left;
	color:#333333;
	}
	
#callForm {
	margin:36px;
	margin-bottom:0;
	}

#callForm input, #callForm textarea {
	margin-top:6px;
	}
#photoGallery {
	text-align:left;
	}
#photoGallery img {
	border:#333333 solid 2px;
	}

.galleryImage {
	position:relative;
	text-align:center;
	float:left;
	/*border:#FF0000 1px solid;*/
	width:160px;
	height:160px;
	margin:6px;
	}
#pageContent p {
	margin:0;
	padding:0;
	margin-bottom:0.618em;
}
#pageContent ol, #pageContent ul {
	margin:0;
	padding:0;
	margin-bottom:0.618em;
	margin-left:2em;
	margin-right:2em;
	list-style-position:outside;
}
#pageContent li {
	margin:0;
	padding:0;
	margin-bottom:0.382em;
}
#pageContent a:link{
	color: #444444; 
}
#pageContent a:visited{
	color:#808080;
}
#pageContent a:hover{
	color:#3366FF;
}
#pageContent a:active{
	color:#FFFFFF;
}
#contactForm input {
	position:relative;
	float:left;
	clear:left;
	margin-bottom:10px;
}
#contactForm p {	
	position:relative;
	float:left;
	clear:left;
}
#formButtons {
	width:216px;
	position: relative;
	float:left;
	clear:both;
	}
#formButtons input {
	position:relative;
	float:left;
	clear:none;
	}
#flagBox {
	border:0;
	width:235px;
	height:73px;
	position:relative;
	top:17px;
	left:49px;
	float:left;
	clear:both;
}
#formsList {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style-type:none;
	border:0;
}
#formsList li {
	width:230px;
	position:relative;
	float:left;
	border:0;
	text-align:center;
	margin:0;
	padding:0;
	margin-top:36px;
}
#TB_closeAjaxWindow {
	color:#FFFFFF;
}
#TB_closeAjaxWindow a, #TB_closeAjaxWindow a:link, #TB_closeAjaxWindow a:visited {
	color:#CCCCCC;
}