@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-color: #2a3141;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	width:1000px;
	margin-top:103px;
	margin-left:auto;
	margin-right:auto;	
}
#menu {
	height:30px;
	width:950px;
	margin-left:auto;
	margin-right:auto;	
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.menu {
	background-image: url(../images/menuBg.png);
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	height: 30px;
	padding-right: 14px; /* sliding doors padding */
	text-decoration: none;
	float:left;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

a.menu span {
	background-image: url(../images/menuBgA.png);
	display: block;
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
} 
#logo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#rightMenu {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
a.menu:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.menu:hover span {
    background-position: bottom left;
} 
a.menuSelect {
	background-image: url(../images/menuSelectBg.png);
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	height: 30px;
	padding-right: 14px; /* sliding doors padding */
	text-decoration: none;
	float:left;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

a.menuSelect span {
	background-image: url(../images/menuBgSelectA.png);
	display: block;
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
} 
#spacerTop {
	height:33px;
	width:950px;
	background-image: url(../images/spacerTop.png);
	background-repeat: no-repeat;
	background-position: center top;	
	margin-left:auto;
	margin-right:auto;	
}
#data {
	height:434px;
	width:950px;
	background-image: url(../images/data.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left:auto;
	margin-right:auto;
}
#data a {
	color: #0099FF;
}
#leftContent {
	padding-left:5px;
	width:590px;
	float:left;
	height:425px;
	background-color: #FFFFFF;
	margin-left: 30px;
	padding-right: 5px;
}
#rightContent {
	padding-right:7px;
	width:270px;
	float:right;
	height:425px;
	background-color: #FFFFFF;
	margin-right: 30px;
	padding-left: 7px;
}
#leftMedia {
	width:590px;
	float:left;
	height:425px;
	background-color: #FFFFFF;
	margin-left: 30px;
}
#rightMedia {
	width:270px;
	float:right;
	height:425px;
	background-color: #FFFFFF;
	margin-right: 30px;
}

#footer {
	color:#0789d4;
	height:47px;
	width:950px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left:auto;
	margin-right:auto;
	font-size: 10px;
	font-style: italic;
	padding-top: 11px;
	text-align: center;
}
h1 {
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
}
