﻿body 
{
	color				: #000; 
    background-color	: #ccc; 
    font-family			: Trebuchet MS, sans-serif; 
    font-size			: 80%;
    line-height			: 150%;
	text-align			: center;
}
#wrapper
{
	width: 960px;
	margin: 0px auto 0px auto;
	display: block;
	background-color: white;
	text-align: left;
	background-image: url(/images/bkg_main.png);
	background-repeat: repeat-x;
	z-index: -1;
	
}
#contentwrapper
{
	margin				: 0px 0 10px 0;
	background-color	: white;
	z-index				: 100;
}
#footer
{
	width				: 960px;
	height				: 20px;
	margin				: 0px auto 0px auto;
	border				: none;
	padding				: 0 0 0 0;
	display				: block;
	text-align			: center;
	background-color	: #fce099;
	color				: maroon;
	z-index				: 1;
}




#container
{
	width				: 640px;
	margin				: -280px 160px 0px 160px;
	display				: block;
	position			: relative;
	text-align			: left;
	vertical-align		: top;
	
	z-index				: 2;
	
}
* html #container
{
	margin-top			: -280px;
	
}


#logo
{
	
	height				: 300px;
	margin				: 0px 10px auto 10px;
	
	
}

#ctl00_Menu1
{
	
	width			: 100%;
	height: 100px;
	margin				: 0px;
	/*padding: 0 0 0 2em; */
	border-left: 0.2em solid maroon;
	background-image: url(/images/bkg_menu.png);
	background-repeat: repeat-x;
	text-align: center;
	z-index: 100;
}


#logotext
{
	position: relative;
	font-family: Trebuchet MS;
	color: #fef4dc;
	font-weight: bold;
	
}

#content 
{
	position            : relative;
	margin				: 0 220px 0 0;
	background-color	: #fff;
	padding				: 0 10px 20px 10px;	
	border-left			: 0.2em solid maroon;
	border-right		: 0.1em solid maroon;
	
	
}

#sidebar {
	position            : relative;
	float				: right;
	width				: 200px;
	background-color	: #fff;
	margin              : 0 0 0 0;
	
	


}

img
{
	border				: 0;	
}



img.teaser
{
	
	float				: right;
	clear				: left;
	border				: 0;
	z-index				: 100;
}

img.sideteaser
{
	float				: left;
	border				: 2px solid maroon;
	clear				: right;
	display				: block;
	margin-right		: 5px;
}
.sidebox
{
	display				: block;
	position			: relative;
	margin				: 50px 25px 5px 5px;
	min-height			: 70px;
	color				: #333;
	
}


.sidecontent 
{
	min-height			: 10px;
   	padding				: 2px;
	border-top			: 2px solid maroon;
	border-bottom		: 2px solid maroon;
	border-left			: 0px;
	background-color	: #fef4db;
	font-weight			: normal;
	
}

/* P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		


/*---------------------Font Definitions ----------------------------------*/

a.AspNet-Menu-Link
{
	text-decoration		: none;
	font-weight			: bold;
	color				: #222222;
	font-family			: 'Trebuchet MS' , Sans-Serif;
	font-size			: 130%;
	border				: 0;
}
a:hover
{
	color			: #993435;	
}
a
{
	color			: Maroon;
	
	
		
}

a.teaser
{
	font-size		: 80%;
	text-decoration	: none;
	text-align		: right;
		
}


.AspNet-Menu 
{
	
	
	height				: 50px;
	
	list-style-type		: none;
	display				: block;
	
	}
	
.AspNet-Menu-Leaf
{
	
	margin-right		: 5px;
	display				: inline;
	list-style-type		: none;
	
}


a.AspNet-Menu-Selected
{
	

	background-image	: url(/images/bkg_menu_selected.png);
	background-repeat	: repeat-x;

	/*background-color	: #fbd063;
	*/
}



li.AspNet-Menu-Selected
{
	

	margin-top		: 20px;
	
}

li>a
{
	float:left;
	margin: auto 10px auto 10px;
	display:inline-block;
	padding-top:30px;	
}

li.AspNet-Menu-Selected>a 
{
	
	color			: #993435;		
}


h3 {
	padding				: 0;
	margin				: 0 0 5px 0;
	font-size			: 110%;
	font-weight			: bold;
	color				: maroon;
  	
}

h1 {
	padding				: 0;
	margin				: 0 0 5px 0;
	font-size			: 130%;
	font-weight			: bold;
	color				: maroon;
  	
}
.name
{
	font-size			: 110%;
	font-weight			: bold;
	color				: Maroon;	
}


.phatheadline
{
	font-size			: 130%;
	font-weight			: bold;
	color				: #222222;
	background-color	: Transparent;
	display				: inline-block;
	margin-top			: -10px;
	
	
}
.phatheadline_background
{
	width				: 190px;
	font-size			: 300%;
	font-style			: italic;
	font-weight			: bold;
	color				: #fef4dc;
	text-align			: center;
	
}
