/**
 * Stylesheet
 *
 * Copyright Fusionary Media, 2004
 */


/* begin styles to "normalize" elements accross browsers */
body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}
/* end of "normalizing" styles */ 


body{
	background: #BAB894 url(../images/bg_main.gif) 0 0 repeat-y;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #231F20;
}

h1{
	font-size: 21px;
	color: #000;
	margin:10px 0px 0px;
	font-weight: normal;
}

h2{
	font-size: 14px;
	margin:10px 0px 0px;
	color: #5B5600;
}

p {
	padding:5px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}


td{
	vertical-align: top;
}

a:link{color: #6D98B4;}
a:visited{color: #6D98B4;}
a:hover{color: #004264;}
a:active{color: #004264;}

hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

.clr {
	clear: both;
	height: 0px;
}
.clearfix:after { /*http://positioniseverything.net/easyclearing.html*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Content management block below footer */
#scms-admin {
	margin-top: 10px;
	background: #ccc; /* #316698 */;
	border: 1px solid #999;
	
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
	/* border-bottom: 1px solid #4D4D4D; */
	position: relative;
}
#scms-admin a { color: black; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#container{
	margin: 0px;
}

#sidebar{
	display: block;
}
	#sidebar h1{
		width: 100%;
		border-bottom: 1px solid #6D98B4;
	}
	#sidebar h1 a{
		text-decoration: none;
	}
	#sidebar ul, #sidebar li, #sidebar p{
		display: none;
	}


#main{
	margin: 0px;
	padding: 10px;
}

/*HEADER */
#header{
	display: none;
}





#content{
	margin: 0px;
	padding: 0px;
	width: 90%;
}

	.profile-pic{
	 	float:left; 
		padding: 4px; 
		border: 1px solid #DCD7CC;
		margin: 0px 15px 15px 0;
	}
	.definition{
		background: #EEE3D2;
		border: 4px double #C9BDA6;
		padding: 10px;
		margin: 10px;
		font-style: italic;
		line-height: 1.5em;
	}


#footer{
	text-align: center;
	background: transparent url(../images/bg_footer.jpg) top center no-repeat;
	padding-top: 10px;
}
	#footer p{
		margin: 0px;
		padding: 5px 0px;
	}
	#footer p.footernav{
		display: none;
	}










