/* CSS Document */
/* Elements */
body, td, th, input, select, button {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #897F75;
	/*color: #9E9183;*/
}

body {
	margin: 0;
	margin-top:10px;
	padding: 0;
	/*background-color:#E8E2DD;
	background-image:url(../images/background.gif);
	background-position:center;
	background-repeat:repeat-y;*/
}

a {
	color:#004A91;
	border-bottom:1px dotted #CCCCCC;
	text-decoration:none;
}
	
a:link {
	color:#004A91;
	border-bottom:1px dotted #CCCCCC;
}

a:visited {
	color:#004A91;
	border-bottom:1px dotted #CCCCCC;
}

a:hover {
	color:#666;
	text-decoration:underline;
	border-bottom:0;
}


h1 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:15px;
	color:#fff;
}
	
h2 {
	font-weight:bold;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:14px;
	color:#004A91;
}
	
h3 {
	font-weight:bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:12px;
	color:#004A91;
}

h4 {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size:10px;
}

p {
	margin: 0;
	padding-top: 1em;
}


/* IDs */
#header {
	border-top: 17px solid #AB9C8C; 
	border-left: 17px solid #AB9C8C; 
	border-right: 17px solid #AB9C8C;
	}
#body {
	border-left: 17px solid #AB9C8C; 
	border-right: 17px solid #AB9C8C;
	}
#body h1 {
	color:#004A91;
}
#hframe {
	border-left: 17px solid #000; 
	border-right: 17px solid #000;
	background-color:#000;
	}
#hframe2 {
	border-left: 17px solid #000; 
	border-right: 17px solid #000;
	border-bottom: 2px solid #000; 
	border-top: 2px solid #000; 
	background-color:#000;
	}
#lframe {
	border-top: 17px solid #AB9C8C; 
	border-left: 17px solid #AB9C8C; 
	border-right: 17px solid #AB9C8C;
	border-bottom: 17px solid #AB9C8C; 
}
#footer {
	border-bottom: 17px solid #AB9C8C; 
	border-left: 17px solid #AB9C8C; 
	border-right: 17px solid #AB9C8C;
	}
#footer p{
	font-size:10px;
	}
#imageUp {
	position:relative;
	left:0px;
	top:-48px;
	z-index:1;
	}
#map {
	border-left: 17px solid #AB9C8C; 
	border-right: 17px solid #AB9C8C;
	border-top: 17px solid #AB9C8C; 
	border-bottom: 17px solid #AB9C8C;
	}

/*primary nav*/
#header a{
	color:#004A91;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
	border-bottom:0;
	}
	
#header a:link {
	color:#004A91;
	text-decoration:none;
}

#header a:visited {
	color:#004A91;
	text-decoration:none;
}

#header a:hover {
	color:#ACA095;
	text-decoration:none;
}


/* Classes */

.black {
	color:#000000;
}
.brandLine {
	border-top: 1px dotted #AB9C8C;
}
.bLine {
	border-bottom: 1px dotted #AB9C8C;
}
.borderLine , .borderLine a:link {
    border: 1px solid #666666;
	}
.brandLink a{
	color:#004A91;
	border-bottom:1px dotted #CC0000;
	text-decoration:none;
	font-weight:bold;
	}
	
.brandLink a:link {
	color:#004A91;
	border-bottom:1px dotted #CC0000;
	font-weight:bold;
}

.brandLink a:visited {
	color:#004A91;
	border-bottom:1px dotted #CC0000;
	font-weight:bold;
}

.brandLink a:hover {
	color:#666;
	text-decoration:underline;
	border-bottom:0;
	font-weight:bold;
}
.drop {
	margin-bottom:-4px;
}
.pad {
	padding-top: 15px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	}
.padHome {
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	}
.padHomeTwo {
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 5px;
	}
.padBrand {
	padding-top: 15px;
	padding-bottom: 20px;
	}
.padHeader {
	padding-top: 15px;
	padding-bottom: 40px;
}
.padTitle {
	padding-left: 40px;
	height:90px;
}
.padShow {
	padding-top: 5px;
	padding-bottom: 5px;
}
.photoBack {
		background-color:#E8E2DD;
		font-weight:bold;
		color:#004A91;
}
.bottombox { border-color: black #000000; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.topbox { border-color: black #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px}
.sidebox { border-color: black #000000; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px}
.greyside { border-color: black #999999; font-family: Verdana; font-size: 10px; font-style: normal; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 1px}