/* 
General Styling --------------------
--------------------------------------- */


#wrapper	{
	margin:10px auto;
	width:90%;

	
	}

body {
	margin-top: 20px;
	margin-left: 5px;
	font-family: arial, verdana, helvetica;
	color: #000;
	font-weight:normal;
	font-size:14px;
}
	
h1, h2, h3, h4, h5, h6	{
	
	padding:0;
	margin:0;
	font-weight:bold;

	}

#top h1			{
	font-size:180%;
	text-align:left;
	margin:0;
	font-stretch:ultra-condensed;
	padding:2px 0 0 4px;
	
	}
	
h2			{
	font-size:150%;
	}

h3	{
	margin-top:5px;
	}

h4  {
	font-size:90%;
	font-family:"arial black", arial, helvetica;
	letter-spacing:1px;
	font-weight:normal;
	margin-bottom:10px;
	text-align:center;
	}
	
h5  {
	font-size:100%;
	font-family:"arial black", arial, helvetica;
	letter-spacing:3px;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:10px;
	text-align:center;
	}
	
h6  {
	font-size:75%;
	font-style:italic;
	text-align:center;
	}
	
/* 
Navbar --------------------
--------------------------------------- */

#top	{
	background-color: #FFF;
	border:3px #000 solid;
	margin:0 auto;
	padding:0px;


			}

#mainMenu  {
	text-align:right;
	margin:0;
	padding:0;
	
	}

/* small box --------------------
--------------------------------------- */

#leftnav  {
	float:left;
	width:200px;
	margin-top:5px;
	padding:5px;
	background-color: #FFF;
	border:3px #000 solid;
	height:500px auto;
	
	}

.leftnav h3  {
	font-size:130%;
		font-family:"arial black", arial, helvetica;
	letter-spacing:1px;
	font-weight:normal;
	text-align:center;
	}
/* menu --------------------
--------------------------------------- */

.menu  {
	margin:0 5px 5px 0;
	
	}

.menu a {	
	font-size:16px;
	color: #000;
	text-decoration: none;
	font-style:none;
	border:0px;
}
	

.menu a:hover {
	color:#F03;
	text-decoration:none;
}
	
.menu ul {
	list-style:none;
	margin: 0px;
	display: inline;
	padding:0;
}

.menu li {
	list-style: bullet;
	padding:0px 6px 0 6px;
	display: inline;
	margin:0;
}

		
.hide	{

	display: none;
	
	}

/* 
content --------------------
--------------------------------------- */
#content, #content_links, #content_contact	{
	background-color: #FFF;
	margin-top:5px;
	margin-left:220px;
	margin-bottom:0px;
	border:3px #000 solid;
	background-image:url(../img/bird01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:8px 0 0 8px;
	min-height:504px;
}

#content_links  {
	background-image:url(../img/bird02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#content_contact  {
	background-image:url(../img/bird03.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

.linkstyle  {
	font-style:italic;
	font-size:90%;
	}
	
.content_table {
	width: 90%;
	padding: 4px;
}

.news_grid_headline_cell {
	width: 50%;
	padding: 0 4px 4px 4px;
}

/*small box --------------------
--------------------------------------- */

#leftnav  {

	float: left;
	border:3px #000 solid;
	background-color: #FFF;
	width:200px;
	height: auto;

	}
	
/*footer --------------------
--------------------------------------- */

#footer
	{
	clear:both;
	margin:0;
	}
	
/*featured box --------------------
--------------------------------------- */

#feature  {
	margin-top:10px;
	text-align:center;
	}

#feature img  {
	border:1px solid #000;
	margin-bottom:10px;			
	}	
/*General Links----------------------
--------------------------------------- */

a	{color:#000;text-decoration:underline;
}
a:hover  {color:#F03; text-decoration:underline;
}

.input
{

background: #fff;
border: #000 solid 1px;
width:250px;
}

/*UbiEdit----------------------
--------------------------------------- */


.float_left {
	float: left;
}

.float_right {
	float: right;
}

.float_center {
	text-align: center;
	display: block;
	margin: 4px 0;
}

img.float_left {
	float: left;
	margin: 0 8px 4px 0;
}

img.float_right {
	float: right;
	margin: 0 0 4px 8px;
}

div.float_right {
	text-align: right;
	width: 100%;
	display: block;
	margin: 4px 0;
}

div.float_left {
	text-align: left;
	width: 100%;
	display: block;
	margin: 4px 0;
}

.clear {
	clear: both;
}
