/*****************************************
 ** ZERO *********************************
 *****************************************/
div, body, a, img, p, ul, li, h1, h2, h3, form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}

body {
	background: #899e9a;
}

/*****************************************
 ** DIVS *********************************
 *****************************************/

#main {
	background: #ffffff;

	width: 748px;
	margin: 0px auto;
	margin-bottom: 20px;
	position: relative;
	padding: 10px;
}

#header {
	height: 253px;
	background: url(images/header.jpg) no-repeat;
	position: relative;
}

.rheader-img {
	float: right;
}

#content {
	border-top: 1px solid #d9d7d7;
	overflow: auto;
	position: relative;
	
}

#l_column {
	float: left;
	border-right: 1px solid #d9d7d7;
	clear: none;
	width: 188px;
}

#r_column {
	float: left;
	width: 505px;
	clear: none;
	overflow: hidden;
}

#r_top {
	border-bottom: 1px solid #d9d7d7;
	padding: 10px;
}

#r_bottom {

	padding: 10px;
}

#graybox {
	background: #f0efef;
	padding: 10px;
}

#foot {
	margin-top: 15px;	

	border-top: 1px solid #d9d7d7;
	padding: 10px;
	clear: both;
}

.keyline {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d7d7;

}

#floating-quote {
	position: absolute;

	top: 175px;
	left: 30px;

}

#floating-quote-home {
	position: absolute;
	width: 200px;
	top: 155px;
	left: 30px;

}

#floating-quote p, #floating-quote-home p {
	font-family: arial, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #d9d7d7;
}

#gallery-holder {
	height: 460px;

}

/*****************************************
 ** GALLERY ******************************
 *****************************************/

#gallery-navbox{
	height: 24px;

	width: 100%;
}

#gallery-image {
	display: block;
	margin: 40px auto;
}

#gallery-nav {
	border-collapse: collapse;
	background: #606060;
	border-color: #c3c3c3;
}

#gallery-nav a {
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #c3c3c3;
	float: left;
	display: inline;
	border-right: 1px solid #c3c3c3;
	
	padding: 5px 6px;
	margin: 0px;

}

#gallery-page-nav {
	margin: 0px auto;
	width: 160px;
}

/*****************************************
 ** TEXT *********************************
 *****************************************/

p, ul, li, a {
	font-family: "Times New Roman", serif;
	font-size: 14px;
	color: #606060;
}

.cr { margin-bottom: 10px; }
.cr20 { margin-bottom: 20px; }

.foot {
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #002e5f;
	text-align: center;
}

.blue {
color: #002e5f;
font-weight: bold;
}

.quote {
	width: 360px;
	margin: 0px auto;
	line-height: 23px;
	font-family: arial, sans-serif;
	font-size: 13px;

}

.smallquote {
	margin-top: 10px;
	font-family: arial, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-right: 50px;
}

.invlink {
	text-decoration: none;
}
.invlink:hover {
	text-decoration: underline;
}

.link {
	text-decoration: underline;
}
.link:hover {
	text-decoration: none;
}




/*****************************************
 ** LIST *********************************
 *****************************************/

#tr-list {
	list-style-type: square;
	padding-left: 45px;
	
}

#tr-list li {
	margin-bottom: 15px;
}

#navlist {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 15px;
	margin-left: 45px;
}

#navlist li {
	margin-top: 15px;
}


#navlist a{
	font-family: arial;
	font-weight: bold;
	color: #002e5f;
}

#navlist ul a {
	color: #606060;
	font-size: 11px;
}

.submenu {

	list-style-type: none;
	margin-left: 45px;	

}

.submenu li {
	margin: 0px;
	padding: 0px;

}

.triangle {
	margin-right: 10px;
}

.selected {
	margin-left: -25px;
}

.reslist {
	list-style-type: square;
	padding-left: 25px;
}

.reslist li {
	margin-bottom: 5px;
}

#contact {
	list-style-type: square;
	padding-left: 30px;
}

#contact li {
	margin-bottom: 5px;
}


.lquote {
float: left; margin-left: 30px;
}

