﻿/* default */
body {
  background-color: #f5f5f5;
  font-size: 10pt;
  line-height: 1.5; 
  font-family: Verdana;
  color: #333333;
  margin: 0;
  padding: 0;
}

html {height: 102%;} /* ie8 scroll bar fix */
.IE8Fix{z-index: 100;} /* ie8 fix menu.ascx */
a{outline: none;}
a, a:link, a:visited {color:#4169e1;}
a:hover {text-decoration:underline;}
img {border-width: 0; vertical-align: middle; margin: 0px;}
.photos {border:1px solid gray;}
.spacer {height: 8px; width: 100px}
.center {margin-left: auto; margin-right: auto;}
.border {border: 1px solid #444444; margin: auto;}
.borderfill {border: 1px solid #a9a9a9; margin: auto; background-color: #f3f3f3;}

#wrapper {
width:900px; 
margin:auto;
background-color:#ffffff;
}

.header {
height:80px; position:relative; margin:0 auto; padding:0;
background-color:#562e3c;
}

.footer {
width:900px;
height:50px;
margin: 0 0 0 0; 
background: #645f5c;
font-size: 10px;
color: #d5cb92;
}
.footer a {color: #cccccc; text-decoration:none;}
.footer a:hover {color: #d5cba9; text-decoration:none;}
.footer_copy {padding:0px 0px 0px 10px;}	
.footer_navigation {float: right; padding:0px 30px 0px 0px;}
.footer_navigation li {float: left;padding-left:18px; list-style:none;}
.footer_navigation li a {text-transform:uppercase;list-style:none; text-decoration:underline;}
.footer_navigation li a:visited {color: #cccccc;list-style:none; text-decoration:underline;}
.footer_navigation li a:hover {color: #d5cba9;list-style:none; text-decoration:underline;}

hr {
border: 0;
border-top: 1px solid #999999;
height: 1px;
width: 100%;
}

h1 { 
color: #ffffff;
font-family: Arial;
font-weight:bold;
font-size: 22px;
margin: 0;
padding: 0;
}

h2 {
color: #696969; 
font-size: 18px;
font-weight: bold;
font-family: Arial, Sans-Serif;
margin: 0;
padding: 10px 0 10px 0;
}

h3 {
color: #444444; 
font-size: 15px;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, Sans-Serif;
margin: 0;
padding: 0 0 0 10px; 
}

h4 {
color: #696969; 
font-size: 16px;
font-weight: bold;
font-family: Helvetica, Arial, Sans-Serif;
margin: 0;
padding: 0;
}
/* end default */



/* start splash page */
.panelone {
height:200px; position:relative; margin:0 auto; padding:20px 0 0 0;
background-color:#ffffff;
}

.paneltwo {
height:500px; position:relative; margin:0 auto; padding: 25px 0 0 0;
background-color:#fffaee;
}

.bl {background: url(/App_Themes/current/images/bl.gif) 0 100% no-repeat #c85e35;}
.br {background: url(/App_Themes/current/images/br.gif) 100% 100% no-repeat}
.tl {background: url(/App_Themes/current/images/tl.gif) 0 0 no-repeat}
.tr {background: url(/App_Themes/current/images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}
/* end splash page */



/* start members */
.nav a:link {color: #FFFAFA; text-decoration: none; display:block;} /* sidebar */
.nav a:visited {color: #FFFAFA; text-decoration: none; display:block;} /* sidebar */
.nav a:hover {color: #ffffff; text-decoration: none; display:block;} /* sidebar */


.fillone {
font-size: 14px;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, Sans-Serif;
background-color: #f5f5f5;
border: 1px solid #000066;   
padding: 0 0 0 6px;
}

.basictab {
padding: 0 0;
margin-left: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #e6e4dc;
color: #2d2b2b;
}

.basictab li a:visited li a:hover{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #a0988b;
color: white;
}
dl {
	width: 300px;
	margin: auto;
	padding: 0;
	background: #ccc url(/App_Themes/members/images/box_bottom.png) no-repeat bottom left;
	}

dt {
	margin: 0 0 8px 0;
	padding: 4px 20px;
	font-size: 105%;
	font-weight:bold;
	color: #fff;
	border-bottom: 0px solid #fff;
	background: #999 url(/App_Themes/members/images/box_top.png) no-repeat top left;
	}

dd {
	margin: 0 0 0 0;
	padding: 0 8px 10px 8px;
	color: #444444;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	}
	
.blue dt {
	background-color: #a0988b;
	}

.blue {
	background-color: #ffffff;
	}
	
.slate dt {
	background-color: #8d656f;
	}

.slate {
	background-color: #e0e0e0;
	}

#red dt {
	background-color: #e0e0e0;
	}

#red {
	background-color: #e6e6e6;
	}
/* end members */


/* start sidebar */
.sidebar {
width: 160px;
vertical-align: top;
padding: 20px 0 0 0;
background-color: #dcdcdc;
}
.bordertop {border-top: 1px solid #562e3c;}
.borderbottom {border-bottom: 1px solid #562e3c;}
.blackline {background-image: url(/App_Themes/current/images/blackline.gif); width:1px;}
/* end sidebar */

