@charset "utf-8";

/*
 ** @core
 */
 
body {
	background-color: #ffffff;
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
}

hr {
	border-top: solid 1px #cccccc;
	margin: 15px 0 10px 0;
}

a {
	color: #6a963d;
	font-family: Arial;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}	

/*
 ** @ids
 */
 
#wrap {
	margin: 0;
	padding: 0;
}

#content {
	width: 960px;
	margin: 30px auto;
	padding: 0;
}

#content h3 {
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 25px 0;
}

#content p.notice {
	font-size: 11px;
	margin: 30px 0;
	text-align: left;
}

#content p.copyrights {
	font-size: 11px;
	margin: 30px 0 0 0;
	text-align: center;
}

#content table {
	margin-top: 50px;
	width: 100%;
}

#content table td {
	vertical-align: top;
}

#content table td.padding {
	padding-right: 30px;
}

#content table td p {
	margin: 0 0 15px 0;
}

#content table td p font {
	color: #000000;
	font-size: 12px;
}

#content table td p.contact {
	background-color: #e5e5e5;
	color: #666666;
	font-size: 17px;
	margin-top: 20px;
	padding: 20px;
}

#content fieldset {
	border: solid 3px #dbe9ef;
	color: #5c5c5c;
	font-family: Arial;
	font-size: 12px;
	padding: 10px 15px;
}

#content legend {
	color: #b7ccd5;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;	
}

#content fieldset small {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	display: block;
	margin-bottom: 10px;
}

#content fieldset span {
	color: #dae5e9;
	width: 20px;
	margin: 0 10px;
}

#content img.portfolio {
	margin-top: 25px;
}

#content img.logo {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#logo p {
	float: right;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	margin: 75px 0 0 0;	
}

#logo p span {
	color: #027193;
}

#bar {
	background-color: #027193;
	border-bottom: solid 1px #c0dce4;
	border-left: solid 1px #81b8c9;
	border-right: solid 1px #81b8c9;
	border-top: solid 1px #4195ae;	
	height: 9px;
	margin: 0 0 50px 0;
}

#results {
	background: url(../images/g-text-results.gif) no-repeat top center;
	height: 50px;
}

#summary {
	float: right;
	width: 180px;
}

#summary img {
	margin-bottom: 15px;
}

#summary ul {
	font-size: 11px;
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#summary ul li {
	margin: 0;
	padding: 0 0 0 11px;
}

#slideshow { 
	position: relative; 	
	margin: 30px 0 0 0; 
	padding: 0;	
}

#controls { 
	z-index: 1000; 
	position: absolute; 
	top: 0; 
	left: 0; 
	display: none;   
	margin: 10px 8px 0 0; 
	padding: 0; 
    width: 732px;
}

#controls span { 
	float: right;
	margin: 0 4px;
}

.pics { 
	height: 402px; 
	width: 740px; 
	padding: 0; 
	margin: 0; 
	overflow: hidden; 
}

.pics img { 
	padding: 0; 
	border: 1px solid #cccccc; 	
	top: 0; 
	left: 0; 
}