/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: #FFFFFF;
}

.navitabs {
	float: left;
	width: 125px;
	padding-bottom: 2px;
	margin-right: 5px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

div.navitabs a, div.navitabs a:link, div.navitabs a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16pt;
	font-weight: normal;
}

div.navitabs a:hover {
	text-decoration: underline;
}

.bigcity {
	clear: both;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#icons {
	position: relative;
	width: 85px;
	float: left;
	padding-left: 25px;
	padding-top: 50px;
}

#icons img {
	margin-bottom: 10px;
	border: none;
}

#icons strong {
	display: block;
	margin-bottom: 10px;
	color: #000000;
}
	

#content {
	text-align: left;
	float: right;
	clear: right;
}

#servicelinks {
	color: #ffffff;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#servicelinks a {
	color: #ffffff;
}

#loading {
	text-align: center;
}

#footer a, #footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}


/* color classes */
.home {
	background-color: #90A93E;
}
.calendar {
	background-color: #F9E500;
}
.portfolio {
	background-color: #F99C1C;
}
.services {
	background-color: #ED1556;
}
.contact {
	background-color: #797396;
}
.login {
	background-color: #0099B1;
}
.links {
	background-color: #B0B0B0;
}


.blackback {
	background-image: url(../images/contentback.png);
	background-repeat: repeat;
	border: 1px solid #000000;
	padding: 10px;
}

.linklist-old {
	list-style-image: url(../images/web_icon.png);
	list-style-position: outside;
	margin-bottom: 35px;
}
.linklist {
	list-style-type: none;
	background-image: url(../images/web_icon.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 15px;
	background-position: 0px 4px;
}

div.gallery {
	width: 160px;
	height: 160px;
	padding: 25px;
	text-align: center;
	float: left;
}

div.gallery img {
	border: 1px solid #ffffff;
}
