/* CSS Document */

/* hack for min-height */

#Body{ height: 400px}
#Container>content { height: auto; min-height:400px} 

/*general stuff */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left:0px;
	}

h1 {
	font-size:1.25em;
	color:#000000;
	font-weight:bold;
	}

h1.PageTitle {
	font-size:1.25em;
	color:#000000;
	font-weight:bold;
	}
h2 {
	font-size:1em;
	color:#000000;
	font-weight:bold;
	font-style: italic;
}


#Container {
	margin: 0 auto;
	width:750px;
	background:#FFFFFF;
	}

/*header stuff*/

#Header {
	margin: 0 auto;
	width:750px;
	float:left;
	}
	
#Header img {
	margin-bottom:-3px;
	}

html>body #Header img{
	margin-bottom:-3px;
	}

/*menubar stuff*/

#Menu {
	margin: 0 auto;
	background:url(images/menu_bg.jpg) repeat-x;
	width:539px;
	height:20px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	color:#999999;
	float:right;
	}

html>body #Menu {
	width:540px;
}
	
	
#Menu a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:.9em;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	}


#Menu a:hover {
	color:#CCCCCC;
	}
	
/*container stuff*/

#Body {
	margin: 0 auto;
	width:559px;
	overflow:auto;
	min-height:500px;
	height:auto;
	background:#FFFFFF url(images/body_bg.jpg) no-repeat bottom right;
	float:right;
	height:auto !important;
	}


#Body a{
	color:#000000;
	}

#Body a:hover {
	color:#6a6a6a;
	}

#Content {
	float:left;
	width:539px;
	
	margin:10px 0px 10px 5px;
	color:#000000;
	padding-left:10px;
	
	
	}



#Content a {
	color:#000000;
	text-decoration:none;
	
	}
	
#Content a:hover {
	color:#000000;
	text-decoration:underline;
	}

/*SideMenu*/

#SideMenu {
	float:left;
	width:190px;
	height:auto;
	background:#dedfd7;
	color:#000000;
	padding-top:10px;
	}
	
#SideMenu a {
	color:#000000;
	text-decoration:none;
	padding:0px 10px 0px 10px;
	line-height:15px;
	font-size:.90em;
	display:block;
	font-weight:bold;
	}
	
#SideMenu a:hover {
	color:#000000;
	text-decoration:underline;

	}
#SideLinks a {
	background:url(images/bullet.jpg) no-repeat left ;
	padding-top:5px;
	padding-right:2px;
	margin-left:8px;
	}
#SidePicture {
	text-align:center;
	padding-bottom:5px;
	}

#ContactInfo p {
	text-align:center;
	line-height:20px;
	font-size:.90em;
	}

#ContactHeading {
	background:url(images/side_heading_bg.jpg);
	width:181px;
	height:18px;
	padding-left:10px;
	margin-top:20px;
	font-size:1em;
	color:#FFFFFF;
	font-weight:bold;
	}

/*Content*/

#ContentBoxHeading {
	background:url(images/heading_bg.jpg) no-repeat; 
	width:141px; 
	height:16px; 
	padding-left:30px; 
	padding-top:1px; 
	font-weight:bold;
	color:#FFFFFF;
	font-size:.9em;
	}

#ContentBoxHeading a {
	color:#FFFFFF;
	text-decoration:none;
	}

#ContentBoxHeading a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}

#ContentBoxContent {
	width:171px; 
	height:185px;
	background:#ededed;
	
	}
#ContentBoxContent p {
	font-size:.75em;
	margin-top:0px;
	margin-bottom:2px;
	margin-left:5px;
	}

#ContentBoxContainer {
	
	float:left;
	margin-left:2px;
	margin-right:2px;
	overflow:hidden;
	
	}

#ContentBoxContainer img {
	margin-bottom:5px;
	}

#ContentBoxContent a {
	color:#000000;
	text-decoration:none;
	font-size:.75em;
	background:url(images/bullet.jpg) no-repeat top left;
	display:block;
	padding-left:10px;
	padding-right:5px;
	}

#ContentBoxContent a:hover {
	color:#000000;
	text-decoration:underline;
	}

#ContentBoxContainerLong {

	display:block;
	padding-top:10px;
	margin-bottom:10px;
	}
	
#ContentBoxLongHeading {
	background:url(images/welcome_heading_bg.jpg) no-repeat; 
	width:500px; 
	height:14px; 
	padding-left:30px; 
	padding-top:2px; 
	font-weight:bold;
	color:#FFFFFF;
	font-size:.9em;
	}

#ContentBoxLongContent {
	width:530px; 
	height:70px;
	background:#ededed;
	float:left;
	}

#ContentBoxLongContent p {
	font-size:.75em;
	margin-top:10px;
	margin-bottom:2px;
	margin-left:5px;
	}

#ContentBoxLongContentPicture {
	width:90px; 
	height:90px;
	background:#ededed;
	float:left;
	}

#ContentBoxLongContentRight {
	width:415px; 
	height:85px;
	background:#ededed;
	float:left;
	padding-left:5px;
	padding-top:5px;
	}

#ContentBoxLongContentRight p {
	font-size:.75em;
	margin-top:0px;
	margin-bottom:2px;
	}

#ContentBoxContainerLong a {
	color:#000000;
	text-decoration:underline;
	font-size:.75em;
	background:url(images/bullet.jpg) no-repeat top left;
	display:block;
	padding-left:10px;
	padding-right:5px;
	}

#ContentBoxContainerLong a:hover {
	color:#000000;
	text-decoration:underline;
	}



/*admin stuff*/
#AdminMenu {
	margin: 0 auto;
	width:530px;
	text-align:right;
	background:#202020;

	padding-top:2px;
	padding-right:2px;
	}
#AdminMenu a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:.75em;
	font-weight:bold;
	}

#AdminMenu a:hover {
	color:#6a6a6a;
	text-decoration:none;
	}

.AdminText {
	color:#FFFFFF;
	}

/*footer stuff*/

#Footer {
	margin: 0 auto;
	width:730px;
	padding:5px 10px 5px 10px;
	font-size:.75em;
	text-align:center;
	color:#000000;
	clear:both;
	}

#Footer a {
	color:#000000;
	text-decoration:none;
	}

#Footer a:hover {
	color:#000000;
	text-decoration:underline;
	}
	
