
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


   
.animatedtabs{
border-bottom: 1px solid gray;
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(../images/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(../images/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

/***************************************************************************/


#wrapper {
margin: 0 auto;
height:  700px;
width:1005px;
}

body {background: url(../images/site-bg.jpg) repeat scroll center top;
font-family:Arial,Helvetica,sans-serif;
font-size:small;
margin:0;
padding:0;
}

#header {
height:153px;
margin:10px 10px 0;
position:relative;
}

#content {
background:transparent url(../images/content_bg.png) repeat-y scroll 0;
padding:0 10px;
margin-top: 14px;
}

.body-content {
padding:18px;
height: 500px;
/*background: url(./content-bk.jpg)*/;
}

.textpaddings
{
padding: auto;}


#footer {
background:transparent url(../images/footer_bg.png) no-repeat scroll 0;
color:#006699;
font-family:Arial,Helvetica,sans-serif;
font-size:85%;
font-weight:bold;
height:45px;

//padding-top:20px;
text-transform:uppercase;
}

#homeMainContent {
border:0 solid #CC9900;
float:right;
height:450px;
overflow:hidden;
padding:18px;
width:550px;
}

#newsscroller
{
float: left;
height:280px;
overflow:hidden;
padding:18px;
margin-top: 180px;
width:330px;
}

#newsbanner
{
float: left;
height:150px;
overflow:hidden;
padding-left:40px;

width:300px;
}


.headerleft
{
	float:left;
	height: 100px;
	width: 98px;
}


.intro{
position:absolute;
left:0;
top:0;
/*layer-background-color:red;background-color:red;*/
background-image: url(../images/curtain.png);
background-repeat: repeat x;

border:0.1px solid red;
z-index:9;
}

///////////////////////////////////////////////////



.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}

