/* CSS Document */
/* Usual Stylings */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	color: #000000;
	background-color: #F0ECE1;
	background-attachment: scroll;
	background-image: url(../images/bardeau_tile.jpg);
	background-repeat: repeat;
	text-align: center;
}
a {
	outline:none;
	border:0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
/* Main Container */
#container {
	background-color: #FFFFFF;
	width: 760px;
	height: auto;
	border: 2px solid #000000;
	color: #000000;
	text-align: left;
	margin: 0 auto 0 auto;
}
/* Header */
#header {
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	height: 261px;
	width: 760px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
}
#header h1, #header p {
	display: none;
}
/* ------------ Start Navigation (Nav) Menus ------------ */
/* menu coding */
#nav, #nav ul {
	/*==== padding: 1px; */
	margin: 0;
	list-style-type: none;
}
#nav a {
	display: block;
	padding: 5px 0;
	display: block;
	margin: 0;
	width: auto;
}
#nav li {
	float: left;
	width: 108px;
	list-style-type: none;
}
#nav li ul {
	position: absolute;
	width: 108px;
	left: -999em;
	list-style-type: none;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	list-style-type: none;
}
/* end menu coding */
#navContainer {
	width: 760px;
	/*text-align: center;*/
	margin: 0px;
	float: left;
	background-color: #003366;
	color: #000000;
	/*border-top: 3px solid #847a67;*/
	border-bottom: 3px solid #847a67;
}
/* Main menus */
#navContainer #nav a:link {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	background-color: #003366;
	text-decoration: none;
}
#navContainer #nav a:visited {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	background-color: #003366;
	text-decoration: none;
}
#navContainer #nav a:hover {
	color: #ffffff;
	background-color: #cc0000;
	text-decoration: none;
}
#navContainer #nav a:active {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	background-color: #003366;
	text-decoration: none;
}
/* end main menus */
/* sub menus */
#navContainer #nav li ul li a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #003366;
	padding: 5px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
#navContainer #nav li ul li a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #003366;
	padding: 5px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
#navContainer #nav li ul li a:hover {
	color: #ffffff;
	background-color: #cc0000;
	text-decoration: none;
}
#navContainer #nav li ul li a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #003366;
	padding: 5px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
/* end sub menus */
/* ------------ End Navigation (Nav) Menus ------------ */
/* Content Block */
#content {
	/*float: left;
	position: relative;*/
	width: 530px;
	min-height: 485px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #cc0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
	padding: 0px;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	color: #003366;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	padding: 0px;
}
#content h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	padding: 0px;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 14pt;
	color: /*#312b20*/#000;
}
#content hr {
	/*color: #003366;*/
	background-color: #003367;
	height: 2px;
}
#content a:link, #content a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	text-decoration: none;
}
#content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content .caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	font-style: italic;
}
/* Ad Block */
#ads {
	float: right;
	width: 150px;
	padding: 0px;
	background-color: #fff;
	margin: 20px;
	/*border: 1px solid #666666;*/
}
#ads img{
	border: 1px solid #666666;
}
#ads .noborder {
	border: none;
}
#ads a:link, #ads a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
	border-bottom-style: none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#ads a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* "footer" */
#footer {
	/*min-height: 50px;*/
	clear: both;
	position: relative;
	border-top: 3px solid #847a67;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	background-color:#171717;
	text-align: center;
	color:#999999;
}
#footer p {
	margin: 8px;
	line-height: 9pt;
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #FFFF00;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFF00;
}
.prop {
	height:50px;
    float:right;
    width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
/* Specifics */
#content .ip {
	color: #999999;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
#content .goto {
	font-style: italic;
}
#home1 {
	width: 140px;
	float: left;
}
#home1 p {
	font-size: 8pt;
	line-height: normal;
}
#home1 a:link, #home1 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #003366;
	border-bottom-style: none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#home1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#home2 {
	float: right;
	width: 375px;
}
#directory h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 10px;
	margin-top: 15px;
}
#directory h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 5px;
}
#directory p {
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 0px;
}

