/*defaults*/
body 	{
	/*background:#2765AF url('../images/body_bg.jpg') repeat-x 0 0;*/
	background:#f1ecd9 url('../images/body_bg2.jpg') repeat-x 0 0;
	color:#333000;
	margin:20px 0;
	padding:0;
	font-family:"Arial", verdana, arial, "Times New Roman", sans serif;
	font-size:90%;
}
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:none; }
a:hover	{color:#225799; text-decoration:none;}

/* Tab Content - menucool.com */
	
ul.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Arial;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;
    color: #000;
    background: #F0F0F0 url(tabbg.gif) 0 0 repeat-x;
    border-radius: 3px 3px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #B7B7B7;
    background:#F0F0F0 url(tabbg.gif) 0 -36px repeat-x;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
	color:#C00000;
    background: white;
    border: 1px solid #B7B7B7;
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
	border: 1px solid #B7B7B7; padding: 30px;
    background-color:#FFF;
    border-radius: 0 3px 3px 3px;
}

div.tabcontents a:hover
{
	color:#c00000;
}


/*structural elements*/
#container	{margin:0px auto; text-align:center; width:760px; }
#holder		{
	width:100%;
	padding:20px 20px 5px 20px;
	background:#FFFFFF;
	text-align:justify;
}
#logo		{background:url('../images/logo5.gif') no-repeat 0 -3px; font-size:xx-large; border-bottom:1px solid #DADADA; padding:9px 1px 10px 0px; }
#navigation	{padding:10px 0; font-size:71%; }
#header		{background:#DADADA url('../images/header_home.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#content	{float:left; width:540px; padding:20px 10px 0 0; line-height:160%; }
#news		{
	float:right;
	width:200px;
	line-height:140%;
	text-align:justify;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#flip { cursor:pointer;}
#flip2 { cursor:pointer;}
.newsItem	{padding:3px 3px 3px 10px; background:#F4F5F5; border:1px solid #EAEAEA; font-size:80%; margin-bottom:20px; }

#panel { cursor:default; display:none;}
#panel2 { cursor:default; display:none;}
#footer		{clear:both; width:100%; font-size:80%; background:#666666; padding:20px; text-align:left; border-top:2px solid #ffffff; }
#copyright	{float:right; }


/*headings*/
.newsItem h1	{color:#C00000; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#225799; }


/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#225799; padding:0 15px 0 0; text-decoration:none; }
#navigation a:hover	{color:#000000; }

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#ffffff; font-weight:bold; padding:0 30px 0 0; text-decoration:none; }
#footer a:hover	{color:#dadada; text-decoration:none; }


/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */
