@charset "utf-8";
/* CSS Document */

body {padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt}

label {float: left;
	width: 120px;
	font-weight: bold;}
	
input {width: 180px;	
margin-bottom: 3px;
}

textarea {width: 400px;
	height: 150px;
	margin-bottom: 3px;
}

h2 {padding:;
	color:#F90;
	margin:3px 3px 3px 3px;}

h3 {padding:;
	color:#000;
	margin:5px 5px 5px 5px;}
	
ul {margin: 0;
	padding: 0;}

li {list-style:none;
	padding: 2px 0px 5px 15px;
	color:#333;
	}

img {border: 0px solid;}

a {text-decoration:none;
	color:#09F}
a:visited {text-decoration:none;
	color: #666}
a:hover {text-decoration:none; 
	color: #F90}
a:current {text-decoration:none; 
	color: #000}	

p { font: 12px;
	line-height:1.75em;}

#wrap {margin: 0 auto;
	width: 924px;
	height: inherit;
	}

#header {float: left;
	width: 900px;
	height: inherit;
	padding: 0px 10px 0 10px;
	
	}

#logo {float:left;
	width:300px;
	height: 100px;
	}

#intro {float:right;
	width:600px;
	height: 100px;
	text-align:right;
	}

#intro p {line-height: normal;}

#sitemap {float:left;
	width:700px;
	height:20px;
	margin-top: 5px;}

#social {float:right;
	width:200px;
	height: 20px;
	margin-top: 5px;
	text-align:right;}
	
#title {float:left;
	width:900px;
	height:150px;}
	
#content {
	float: left;
	width: 900px;
	height:inherit;
	padding: 10px 10px 10px 10px;
	border: 1px solid #333;
	border-top: 0px;}
	
.row {float: left;
	width: 900px;
	height: inherit;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 10px 0px;
	}
	
.services {float: left;
	height: 150px;
	width:100%;}
	
.services img {float:right; padding-left: 10px;	}	

#imageviewer img {float: left;
	margin: 0 auto;
	padding: 5px 0px;}
	
#footer {
	clear:both;
	float: left;
	width: 900px;
	height: 150px;
	margin: 0px 12px 0 12px;}

.footer-box {float: left;
	width: 112px;
	height: 120px;
	margin: 0px;}
	
#copyright {width: 900px;
	height:inherit;
	text-align:center}	
	
#copyright li {padding: 0px 15px 0px 15px; display:inline}
.no-height {height:inherit}
.float-left {float:left}
.float-right {float:right}
.border-left {border-left: 1px dotted #CCC;}
.border-bottom {border-bottom: 1px solid #999;}
.padding-left {padding-left: 30px;}
.padding-left2 {padding-left: 60px;}
.padding-right {padding-right: 10px;}
.inline {display: inline}
.blue1 {background:#009}
.blue2 {background:#06C}
.blue3 {background:#39F}
.grey  {color:#666}
.white {color:#FFF}
.margin-left-10px {margin-left: 10px}
.margin-right-10px {margin-right: 10px}
.margin-top-10px {margin-top: 10px}
.margin-bottom-10px {margin-bottom: 10px}
