﻿/** MENU */

#menu {
	width:960px;
	height: 60px;
	margin: 0px auto;
	background-color:White;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#menu li { display: inline; }

#menu a {
	display: block;
	float: left;
	padding: 12px 0px 0px 0px;
	
	background: url(../images/homepage02.gif) no-repeat left top;
}

#menu li.first a { background: none; }

#menu span {
	display: block;
	width: 105px;
	height: 35px;
	background: url(../images/homepage03.gif) no-repeat 50% 16px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 { margin: 0px; }
h2{color:#2F4F4F;}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana ;
	font-size: 11px;
	color: #495260;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.text1 {
	font-size: 12px;
	font-weight: bold;
	color: #345863;
	height: 35px;
	padding: 0px 0px 0px 1px;
	background: url(../images/homepage05.gif) repeat-x left bottom;
}
	
.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #368EA9;
}

.text3 { text-align: center; }

/** LINKS */

a {
	color: #7EB200;
	font-weight:bold;
	font-size:12px;
}

a:hover { text-decoration: none; }

a:visited{ text-decoration:none; }

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #2B3E54;
}

.link1:hover { text-decoration: underline; }

.link2 {
	padding-left: 20px;
	background: url(../images/homepage06.gif) no-repeat left center;
}

.FadingImageLink:hover
{  
    opacity:0.4;
    filter:alpha(opacity=40)
}

/** BACKGROUNDS */

.bg1 { background: url(../images/homepage05.gif) repeat-x left bottom; }
.bg2 { background: url(../images/homepage01.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border-style: none;
    border-color: inherit;
    border-width: medium;  
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

hr { display: none; }

/* See FaceBookAnimation.ascx */
#flyout
{
    display: none;
    overflow: hidden; 
    z-index: 2;
    background-color: #FFFFFF;
    border: solid 1px #D0D0D0;
}
#info
{
    display: none;
    width: 300px; 
    z-index: 2; 
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    font-size: 12px; 
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    padding: 5px; 
}
/*************************************************/
.grid-view
{
    background-color:White;
    border: 2px solid #CCCCCC;           
}
.grid-view tr.header
{
   background-color:#f0f0f0;
   font-weight:bold;
}



