body {
	margin: 0;
	padding: 0;
	background: url(../pics/bg_body.jpg) top left repeat-x;
	color: #eee;
	font-family: "Lucida Grande", Arial;
	font-size: 12px;
	text-align: center;
	margin-top: 1px;
	}

#header {
	height:99px;
	}
	
#topnav_wrapper {
	margin: 0 auto;
	position: relative;
	width: 647px;
	}	
#content_wrapper {
	background: url(../pics/bg_container.jpg) center repeat-y;
	color: #444;
	text-align: left;
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px 15px 0;
	}
	#content_left {
		clear: left;
		float: left;
		padding: 20px 0 20px 25px;
		width: 550px;
		}

#footer {
	width: 650px;
	background: #fff;
	text-align: center;
	padding: 1px 0;
	border-top: 1px solid #efefef;
	font-size: 11px;
	color: #999;
	margin: 0 auto;
}

a:link img, a:visited img {
	border: none !important;
	}

h1, h2, h3, h4 {
	font-family: Tahoma, Geneva, Arial;
	font-weight: normal;
	}
h1 {
	color: #f87105;
	font-size: 1.8em;
	border-bottom: dotted 1px #ddd;
	padding-bottom: 2px;
	letter-spacing: -.5px;
	margin-right: 5px;
	
	}
h3 {
	color: #f87105;
	font-size: 1.6em;
	margin-bottom: 12px;
	margin-top: 22px;
}

.highlight {
	color: #f87105;
	}

#container a:link, a:visited,
#footer_wrapper a:link, a:visited  {
	color: #f87105;
	text-decoration: none;
	}	
#container a:hover, a:active,
#footer_wrapper a:hover, a:active {
	color: #f87105;
	text-decoration: underline;
	}

p {
	line-height: 1.6em;
	}

div.top {
	width: 96%;
	text-align: right;
	padding: 3px 0;
	margin: 0 0 10px 0;
	}
	div.top a,
	div.top a:link,
	div.top a:active,
	div.top a:visited {
		padding: 5px 0;
		display:block;
		color: #bbb !important;
		text-decoration: none !important;
		font-size: 90%;
		}

#header h1.maintitle {
	color: #ddd;
	margin: 0;
	font-size: 2.2em;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	}
h1.maintitle span {display: none;}
h1.maintitle img {border:none;}
h1.maintitle small {font-size: 60%; display: block;}
	
.clear {
	clear: both;
	}


ul#topnav {
	margin: 0;
	list-style: none;
	padding: 0;
	position:absolute;
	top: 65px;
	right: 0;
	/*border: solid 1px red;*/
	}
	#topnav li {
		float: left;
		margin-left: 1px;
		padding: 7px 0;
		display: inline;
		background:url(../pics/nav.gif) no-repeat;
		width:91px;
		height:20px;
		text-align:center;
		}
		#topnav li.active {
			background:url(../pics/nav_active.gif) no-repeat;
			}
		#topnav li.big {
			padding: 7px 0;
			background: url(../pics/nav_larger.gif) no-repeat;
			width: 100px;
			}
			#topnav li.bigactive {
				padding: 7px 0;
				background: url(../pics/nav_larger_active.gif) no-repeat;
				width: 100px;
				}
			#topnav li a,
			#topnav li a:link,
			#topnav li a:active,
			#topnav li a:visited {
				font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
				color: #407fa6;
				font-size:13px; 
				text-decoration: none;
				}
			#topnav li a:hover {
				color: #75aed1;
				text-decoration: none;
				}
	
.titlelogo {
	position: absolute;
	left: 2;
	top: 0;
	}			
			
ul
{
	margin-top:0.4em; 
	margin-left:0.7em;
	padding-left:0.7em;
	padding-bottom:0em;
	margin-bottom:0em; 
	line-height: 1.6em;
}


.lists ul,
.lists-serv ul {
	margin: 5px 0 0 0;
	list-style: none;
	padding: 0;
	}
	.lists li {
		margin-right: 27px;
		list-style: none;
		padding: 9px;
		border-bottom: dotted 1px #eee;
		width: 243px;
		background-color:#EEF3F8;
		text-align:justify; 
		}
		.lists li.top {
			border-bottom: solid 1px #f87105;
			background-color:#EEF3F8;
			}
	.lists ul.end li {
		margin-right: 0;
		}
		.lists .list-l {
			float: left;
			}
			
			
.carousel-component { 
	padding:8px 16px 4px 16px;
	margin:0px;
}

.carousel-component .carousel-list li { 
	margin:4px;
	width:154px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:80px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
	display:block;
	border:1px solid #e2edfa;
	outline:none;
}

.carousel-component .carousel-list li a:hover { 
	border: 1px solid #aaaaaa; 
}

.carousel-component .carousel-list li img { 
	border:1px solid #999;
	display:block; 
}
								
.carousel-component .carousel-prev { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

.carousel-component .carousel-next { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}
			
fieldset { 
	border:0;
	margin:0;
	padding:0; 
}
	
label { 
	display:block; 
}

input.text,textarea { 
	width:350px;
	font:12px/12px Tahoma, Geneva, Arial;
	color:#333;
	padding:3px;
	margin:1px 0;
	margin-bottom:12px;
	border:1px solid #ccc; 
}


input#selfCC {
	margin-bottom:12px;
}

input.submit { 
	padding:2px 5px;
	font:bold 12px/12px verdana,arial,sans-serif; 
}
