@charset "UTF-8";

#navbar a:hover {
	color: #FF6600;
}
#navbar a {
	float: left;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #336699;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 100px;
	text-align: center;
	margin-right: 60px;
}
#navbar li {
	margin: 0px;
	padding: 0px;
	float: right;
}
#navbar {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-top: 103px;
}


#main ul {
	font-size: 1.6em;
	margin-bottom: 5px;
}

ul {
	margin-left: 1.5em;
	list-style:square;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: scroll;
	width: auto;
	background-image: url(images/homebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}
.colossal #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.colossal  #banner {
	height: 125px;
	padding: 0;
	width: auto;
}
.colossal  #banner  h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: auto;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666699;
}
.colossal #mainContent {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
	color: #666666;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	line-height: 15pt;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
	width: 650px;
}
.colossal #sideBar {
	3font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	line-height: 15pt;
	margin-right: 11px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	width: 150px;
	height: auto;
	overflow: auto;
	position: relative;
	float: right;
}
.colossal #footer {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
} 
.colossal #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#navbar a.here {
	color: #FF6600;
}
#mainContent.flashContent {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 19px;
	color: #666666;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	line-height: 15pt;
	margin: 0px;
}

.tip {  
    width: 212px;  
    padding-top: 37px;  
    display: none;  
    position: absolute;  
    background: transparent url(jquery/tooltip/images/tipTop.png) no-repeat top;}  
  
.tipMid {background: transparent url(jquery/tooltip/images/tipMid.png) repeat-y; padding: 0 25px 20px 25px;}  
.tipBtm {
	background: transparent url(jquery/tooltip/images/tipBtm.png) no-repeat; height: 32px;
}  