@charset "utf-8";


/* CSS Document */
html{
height:100%;
}

body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	height:100%;
	min-height:100%;
}

/* Basic Layout */

#container {
	margin: 0 auto;
	width:956px;
	position:relative;
	min-height:100%;
	background-color: #FFFFFF;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
}

#header {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	position: relative;
	height: 116px;
}

#content{
	color: #000000;
	height:100%;
	padding-bottom:30px;
}

#footer{
	font-size: .75em;
	margin-top: 20px;
	position:absolute;
	bottom:0;
	background-color:#000000;
	width:100%;
}

/* Basic Elements */
p {
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}

a {
	color: #c5c4c4;
}

.clearfloat{
	float:none;
	clear:both;
}

ul{
margin-top:5px;
margin-bottom:15px;
font-size:.95em;
}

img{
margin:10px;
border: thick solid #838383;
}

#content a{
color:#000066;
}

/* Header Elements Includes Nav */

#header h1{
position:absolute;
top:10px;
left:10px;
margin:0px;
padding:0px;
}

#header h1 a, #header h1 a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#contact{
position:absolute;
top:10px;
right:10px;
margin:0px;
padding:0px;
font-size: .9em;
font-weight:bold;
}

/* Navigation bar */

#nav {
	position:absolute;
	bottom:0px;
	left:-2px;
	margin:0px;
	padding:0px;
	
}

#nav ul{
	list-style-type: none;
	margin:0;
	padding:0;
	display:inline;
	font-size:1.1em;
}

#nav ul li{
	float:left;
	width:133px;
	height:34px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	line-height: 2em;
	behavior: url("iepngfix.htc");
}

#nav ul li span{
padding:10px;
}

#nav a{
	color: #d2d2d2;
	text-decoration: none;
	padding-left:20px;
}
#nav .active{
	background-image: url(images/nav-active.png);
	background-repeat: no-repeat;
	behavior: url("iepngfix.htc");
}

#nav .next{
	background-image: url(images/nav-next.png);
	background-repeat: no-repeat;
	behavior: url("iepngfix.htc");
}

#nav .last{
	background-image: url(images/nav-last.png);
	background-repeat: no-repeat;
	width: 154px;
	behavior: url("iepngfix.htc");
}

#nav .lastnext{
	background-image: url(images/nav-next-last.png);
	background-repeat: no-repeat;
	width: 154px;
	behavior: url("iepngfix.htc");
}
#nav .lastactive{
	background-image: url(images/nav-last-active.png);
	background-repeat: no-repeat;
	width: 154px;
	behavior: url("iepngfix.htc");
	color:#000000;
}

#nav .active a{
	color:#000000;
}

#nav .lastactive a{
	color:#000000;
}

/* Content */

#introtext{
	float:left;
	width:388px;
	margin-top: 35px;
	margin-left: 10px;
	
}

#introtext h2{
	font-size:1em;
	text-decoration:none;
	margin:0;
	padding:0;
	line-height: 25px;
}

#introphoto{
float:right;
	margin-top:10px;
	margin-right:5px;
}

#introphoto img{
	border: thick solid #838383;
	padding:0;
	margin:0;
}

/* SubContent */

#bottom-content{
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	background:#4d86e5;
	height:7px;
	
}

#subcontent{
	margin-top:5px;
}

#box-left{
	float:left;
	width:465px;
	margin-left:10px;
}

#box-right{
	float:right;
	width:465px;
}

#content h3{
margin-top:10px;
margin-bottom:10px;
}

#services{
padding:10px;
}