@charset "UTF-8";
/* CSS Document */

/*Colors*/
.lightgreen { background: #DFE8DA; }
.lightbrown { background: #8E8371; }
.darkbrown { background: #53493A; }
.verydarkbrown { background: #2B231A; }
.mustard { background: #D0BA7A; }
.rust { background: #A57C52; }
/*Resets*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;  }
/* remember to define focus styles! */
:focus { outline: 0; }

ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/*Layout*/


body {
	text-align: center;
	font:12px verdana, sans-serif;
	background-color: #362e23;
	color: #f1f1f1;
	background-image: url(../_images/layout/wrap_bg.gif);
	background-repeat: repeat-x;
	
}

#wrapper {
	text-align: left;
	position:relative;
	margin:0 auto;
	width:800px;
	color: #362e23;
	
	
	
}  

.clear {
clear: both;
}
/* TopNav
------------------------------------------------------------------*/ 

#memNav {
	font-size: 90%;
	padding: 0;
	background-color: #50473a;
	height: 25px;
	border-bottom: 1px #666666  solid;
	border-top: 2px #999  solid;
	margin:0;
	width: 100%;
}


#login p a {
	border:0;
	text-decoration:none;
	color: #f1f1f1;
	padding:5px 0 0 0;
	margin: 0;
	
	}
	
#login p a:hover {

	text-decoration:none;
	color: #999;
	}
	
	

	
.centering {
		width: 800px;
		margin: 0 auto;
		padding:0;
		

	}
	
#search {
	float:left;
	display: inline;
	height:25px;
	width:35%; 
	text-align: right;
	vertical-algn: top;
 line-height: 25px; 
 margin: 0;

}
.input{
	margin: 2px 0 0 0;
	padding: 0;
	border:1px #000 solid;
	color: #333;
	display: inline;
	vertical-align: top;
	height: 20px;
	}
#login{	
	height:25px;
	width:60%;
	line-height: 1em;
	float:left;
	padding: 5px 0 0 15px;
			}
			
.bar {
 	color: #999999;
 }
/* end TopNav
------------------------------------------------------------------*/	


/*FULL WIDTH FOOTER*/
#footer {
	background-image: url(../_images/layout/dashFoot.gif);
	background-repeat: repeat-x;
	padding:10px;
	border-top: 1px #666666  solid;
	width: 100%;
	color: #888;

	}

#footer ul {
	text-align:left;
	width: 800px;
	margin: auto;
}

.centering {
	text-align:left;
	width: 800px;
	margin: auto;
}
/*#buttonWrap
 {
	
	background-image: url(../_images/layout/topBg.gif);
	background-repeat: no-repeat;
	
}
*/  
a:link {
	color: #7888ff;
}
a:hover {
	color: #3f56ff;
	text-decoration: none;
}
a:visited {
	color: 3f56ff;
}
.top{
	width: 277px;
	height: 179px;
	padding: 25px 0 0 10px;
	background-image: url(../_images/layout/dash_button.gif);
	float: left;
	position:relative;
 	margin: 0;
	}

.topTD{
	margin: 25px 30px 0 10px;
	background-image: url(../_images/layout/dash_button.gif);
 	padding: 0;
	width: 180px;
	}
	
h2 {
	font-size: 40px;
	color: red;
	padding: 0;
}

 h4 {
	font-size: 18px;
	color: #333;
	padding: 0 0 0 0;
}
h3 {
	font-size: 18px;
	color: #f1f1f1;
	padding: 0 0 10px 0;
}

h5{
	font-size: 12px;
	color: #333;
	padding: 0 0 0 5px;
}
 
.link {
	font-size: 12px;
	color: blue;
	margin: 0 0 0 80px;
	
	
}
.bottom {
	
	margin: 0;
	width: 250px;
	padding: 0 0 0 10px;
	position: absolute; 
	left: 10px; top: 175px; 
	height: 20px; 
	
}
.lighter {
	color: #999999;
}
.lightest {
	color: #f1f1f1;
}
.smaller {
	font-size: 10px;
}
.d_img {
	float:left;
	padding: 0 5px 0 0;
	width:100px;
	
}
.d_img_detail {
	float:left;
	padding: 0 10px 0 0;
	width:300px;
	
}