/*
 *	i-aberdeen style.css
 *  date 2nd june 2009, ts
 *
 */

html, body {
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	margin:0px;
	padding:0px;	
}

a:link, a:visited, a:active {
	color:#424d56;
}

a:hover {
	color:#63707c;
}

body {
	background-image:url(../img/i-abdn.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#38434d;
}

#container {
	background-image:url(../img/main-final.png);
	background-repeat:no-repeat;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:870px;
	top:80px;
}

#navigation {
	padding-right:6px;
	position:relative;
	top:80px;
	width:430px;
	float:right;
}

	.navi_button {
		text-decoration:none;
		padding:0px;
		outline:none;
	}
	
	.navi_img {
		border:none;
	}


#content {
	border:0px solid #000;
	height:360px;
	padding-left:25px;
	top:80px;
	position:relative;
	width:820px;
	color:#536e8b;
	font-size:16px;	
	float:left;
}

.content-index {
	border:0px solid #000;
	height:440px;
	left:25px;
	position:relative;
	top:80px;
	width:830px;
}

#content_bar {
	height:90px;
	width:855px;
	padding-left:9px;
	top:90px;
	position:relative;
	float:left;
}

	#content_p {
		color:#636363;
		font-size:22px;
	}
	
	.content_p1 {
		color:#536e8b;
		font-size:16px;	
	}
	
	.content_span {
		color:#536e8b;
		font-size:16px;	
	}
	
	.content_span_bold {
		font-weight:600;
	}

#googlemap {
	width:360px;
	float:left;
}

#contactinfo {
	float:left;
}

#footer {
	padding-left:25px;
	position:relative;
	top:100px;
	float:left;
}
	
	#footer_span {
		color:#536e8b;
		font-size:12px;
	}
	
	#footer_spacer {
		 height:10px;
		 width:660px;
	}

/*
 *	webdev.html
 *
 */
 
.listHeader {
	font-size:16px;
}

.listContent {
	font-size:14px;
}