/* Trillium CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#dcecfa;
	margin:0;
}

/**** H1-H6 ****/

h1, .h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#4189e0;
}

h2, .h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:100;
	color:#4189e0;
}

h3, .h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:100;
	color:#4189e0;
}


/**** TAGS ****/

#banner {
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;	
	width:894px;
	height:245px;
}

#navbar {
	background-image:url(images/navbar.jpg);
	background-repeat:no-repeat;	
	width:894px;
	height:63px;
}

#navigation {
	width:550px;
	height:30px;
	float:left;
	margin-left:10px;
	margin-top:2px;
}

#divider {
	color:#f0c650;
	margin:0;
}

#body {
	background-image:url(images/body.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;	
	width:863px;
}

.left {
	background-image:url(images/left.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:445px;
}

#left-repeat{
	background-image:url(images/left-repeat.jpg);
	background-repeat:repeat-y;
	width:15px;
}

.right {
	background-image:url(images/right.jpg);
	background-repeat:no-repeat;
	width:16px;	
	height:445px;
}

#right-repeat{
	background-image:url(images/right-repeat.jpg);
	background-repeat:repeat-y;
	width:16px;
}

#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:894px;	
	height:8px;;
}

/**** BODY CONTENT ****/

p, .content {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#333333;
	line-height:1.5em;
}

.footertext {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	color:#8195c3;
	line-height:1.5em;
}

.footer {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	color:#8195c3;
	line-height:1.5em;
	text-decoration:none;
}
.footer:visited {
	text-decoration:none;
}
.footer:hover {
	text-decoration:underline;
}
.footer:active {
	text-decoration:none;
}

/**** LINKS ****/




/**** NAV-BAR ****/

.nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	margin:0;
	text-decoration:none;
}
.nav:visited {
	color:#ffffff;	
	text-decoration:none;
}
.nav:hover {
	color:#4189e0;	
	text-decoration:none;
}
.nav:active {
	color:#ffffff;	
	text-decoration:none;
}


/* CSS Drop Menu */
#chromemenu{

}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
margin-left: 0;
padding-left: 15px;
margin: 0;
list-style-type:none;
display: inline;
text-align: left; /*set value to "left", "center", or "right"*/
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
padding: 7px 7px;
text-decoration: none;
padding-bottom:6px;
}

#chromemenu ul li a:hover{
color: #4189e0;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:15px;
z-index:200;
background-color:#307bc1;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight:100;
text-align: left;
border-bottom:#5697d1 1px solid;
border-left:#5697d1 1px solid;
border-right:#5697d1 1px solid;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #7db8ef;
color: #074986;
text-decoration: none;
}
/* ######### End Drop Down Menu ######### */


