* {
	padding:0;
	margin:0;
}

body {
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
	height: 100%;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #0064b9;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
}


.subpages p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
}

.home {
	width: 975px;
	height: 100%;
	background-color: white;
	border: 5px solid white;
	margin: 0 auto;
}

.tophome {
	background-image: url(images/hometop_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	width: 970px;
	height: 100%;
}

.services {
	background-image: url(images/services_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
	width: 970px;
	height: 316px;
}

.nav li {
	display: inline;
	padding-right: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 0;
	padding-left: -10px;
}

.nav ul {
	margin-left: 15px;
}

.footer {
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	width: 970px;
	height: 60px;
}

.footer a:link, .footer a:visited, .footer a:active {color: #333333;text-decoration: none;}
.footer a:hover {color: #333333;text-decoration: none;}

.services a:link, .services a:visited, .services a:active {color: #65B3EB;text-decoration: none;}
.services a:hover {color: #65B3EB;text-decoration: underline;}

a:link, a:visited, a:active {color: #65B3EB;text-decoration: none;}
a:hover {color: #65B3EB;text-decoration: underline;}

.nav a:link, .nav a:visited, .nav a:active {color: black;text-decoration: none;}
.nav a:hover {color: black; border-bottom: 1px dotted #65B3eB;}

.nav a:link, .nav a:visited, .nav a:active {color: black;text-decoration: none;}
.nav a:hover {color: black; border-bottom: 1px dotted #65B3eB;}


/* jQuery Portfolio Styles Start */
#largeImg {
	border: solid 1px #ccc;
	width: 550px;
	height: 400px;
	padding: 5px;
}
.thumbs img {
	border: solid 1px #ccc;
	width: 75px;
	height: 75px;
	padding: 4px;
}
.thumbs img:hover {
	border-color: #FF9900;
}
/* jQuery Portfolio Styles End */

.about ul {
	list-style-type: circle;
}

.about li {
	list-style-type: circle;
}
