@charset "UTF-8";
/* CSS Document */

/* BASIC */

html, body {
	margin:auto;
	padding:0;
	text-align:center;
	background: #cccccc url(../img/bg.gif) center repeat-y;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
}

p {
	margin:0;
	padding:5px;
	text-align:left;
}

#content p {
	padding:10px;
	font-size:12px;
	line-height:120%;
}

h1 {
	font-size:20px;
	margin:0;
	padding:10px 0px;
}

h2 {
	font-size:12px;
	padding:0;
	padding-top:10px;
	margin:0;
	color: #990033;
	font-weight:bold;
}

h3 {
	font-size:15px;
	margin:0;
	padding:0;
}


img {
	border:0;
}

ul {
	line-height:125%;
	padding:0;
	margin:5px 50px;
}

.tag {
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

/* LINKS */

a:link, a:visited {
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color: #990033;
}

a:hover {
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	color: #990033;
}

#banner a:link, #banner a:visited {
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:white;
}

#banner a:hover {
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
	color: white;
}

#footer a:link, #footer a:visited {
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
	color:white;
	font-size:10px;
}

#footer a:hover {
	font-weight:normal;
	text-decoration:underline;
	font-style:normal;
	color:white;
	font-size:10px;
}

.top a:link, #footer a:visited {
	text-align:right;
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
	color:white;
	font-size:10px;
}

.top a:hover {
	font-weight:normal;
	text-decoration:underline;
	font-style:normal;
	color:white;
	font-size:10px;
}


/* STRUCTURE */

#container {
	width:680px;
	background:#b20838 url(../img/containerBg.jpg) center repeat-y;
	margin:auto;
	padding:0px 20px;
}

#header {
	width:100%;
	height:312px;
	text-align:right;
}

#banner {
	position:relative;
	float:left;
	width:220px;
	color:white;
	padding-top:10px;
}

#menuContainer {
	width:443px;
	float:right;
	text-align:left;
	background: url(../img/menuBg.jpg) repeat-x;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#content {
	background: #eaeaea url(../img/contentBg.jpg) bottom repeat-x;
	margin:10px 0px;
	padding:10px;
	text-align:left;
	color:#000000;
}

#footer {
	clear:both;
	width:100%;
	padding:15px 0px;
	font-size:11px;
	background: url (../img/logo.jpg) center bottom no-repeat;
}

#copyright {
	width:720px;
	height:25px;
	padding:15px 0px;
	background: url(../img/shadowBot.jpg) repeat-x;
	margin:auto;
	text-align:center;
	color:#ccc;
	font-size:10px;
}

/* SCROLLER */

#scroller {
	clear:right; 
	float:right; 
	padding:0; 
	margin:0; 
	border:1px solid black;
	color:#fffff;
	font-style:italic;
}

#scroller a:link, #scroller a:link {
	font-weight:normal;
	color:white;
}

#scroller a:hover {
	color:white;
}

.date {
	color:#999;
	font-style: normal;
}

/* CALENDAR */

.calendar {
	margin:auto;
}

.calendar td {
	width:80px;
	border:1px solid #999999;
	vertical-align:top;
}

.day {
	background-color:#666;
	color:white;
	font-weight:bold;
	text-align:center;
	height:25px;
}

.week {
	height:80px;
}

.month {
	text-align:center;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	text-transform:uppercase;
}


/* MENU */

.jqueryslidemenu{
background: url(../img/menuBg.jpg);
width: 445px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: url(../img/menuBg.jpg); /*background of tabs (default state)*/
padding: 9px;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #ccc;
font-weight:normal;
text-decoration:none;
font-style:normal;
}

.jqueryslidemenu ul li a:hover{
background: url(../img/menuBgOver.jpg); /*tab link background during hover state*/
color: white;

}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border: 1px solid black;
background: #333 url(../img/menuDropBg.jpg) repeat-x;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
width: 100px; /*width of sub menus*/
padding: 5px 10px;
margin: 0;
text-align:left;
background:none;
font-size:10px;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #666;
color: white;
}

/* ######### CSS classes applied to down and right arrow img  ######### */

.downarrowclass{
position: absolute;
top: 24px;
right: 50%;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 50%;
}

/* END MENU */



/* CSS Document */
