/* CSS Document */

html,body{
	margin:0;
	padding:0;
	height:100%;
	}
body{
	background:#000000 url(images/background-1.gif) repeat;
	text-align:center;
}
div, p, td {
	font-family:'Times New Roman', Times, serif;
	font-size:17px;
	color:#222222;
	line-height:23px;
	vertical-align:top;
	text-align:left;
}	


h2 {
	font-size:24px;
	font-weight:bold;
	display:inline;
	color:#2B1600;
	text-align:center;
}

h4 {
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

a {
	color:#660000;
	text-decoration:underline;
}

a:hover {
	color:#660000;
	text-decoration:none;
}


#container {
	width:900px;
	margin:20px auto 0px auto;
	border: 3px solid #C9B481;
	height:688px;
	background-color:#E1D3A6;
}

#header {
	background-image: url(images/template-head-bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.header1 {
	margin:17px 0px 17px 40px;
}

.header2 {
	margin:17px 0px 17px 95px;
}


#navigation {
	height:30px;
	background-image: url(images/template-nav-bkgrnd2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	padding:8px 40px 0px 40px;
}

.nav-spacer{
	margin:0px 47px;
}

#content {
	background-color:#E1D3A6;
	height:510px;
	padding:40px 40px 0px 40px;
}

#service-description {
	margin-top:15px;
	text-align:left;
}

#service-images td{
	text-align:right;
	font-size:13px;
}

#service-menu {
	dispay:inline;
	list-style-type: none;
	margin-left:0px;
	margin-top:0px;
	text-align:left;
	text-indent:0px;
	
}

#service-menu li{
	margin-bottom:21px;
	margin-top:0px;
	font-size:20px;
	font-weight:bold;
	color:#222222;
	text-indent:0px;
	margin-left:0px;
}

#service-menu a{
 	color:#660000;
	text-decoration:none;
}

#service-menu a:hover{
 	text-decoration:underline;
}

#resource-table td{
	font-size:15px;
	vertical-align:middle;
}

#resource-table a{
	color:#222222;
	text-decoration:underline;
}

#resource-table a:hover{
	text-decoration:underline;
}


.service-background {

}

.image-border {
	border: 1px solid #C9B481;
}

.image-border-2 {
	border: 1px solid #999999;
}


#footer {
	color:#C9B481;
	margin-top:4px;
	font-size:13px;
	height:20px;
	text-align:center;
	

}

#footer a{
	color:#C9B481;
	text-decoration:underline;
}


.blue {
	color:#184B4E;
}
