/* CSS Document */



/***********************************************/
/* Layout formatting                           */
/***********************************************/ 

body{
	margin:0;
	padding:10px 0 10px 0;
	background:#c0b6a8 url(images/bkg_gradient.png) repeat-x;
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#333333;
}

img{
	border:0;
}

h1{
	color:#455976;
	font-size:17px;
}

p.dots{
	background:url(images/dots.png) repeat-x center;
	width:90%;
	margin:0 0 0 7px;
}

div#page{
	width:865px;
	margin:0 auto;
	background:#f9f1e7;
	text-align:center;
}

div#content{
	width:845px;
	background:#f9f1e7;
	padding:10px 10px 10px 10px;
}

div#mainmenu{
	width:165px;
	background:#455976;
	float:left;
	margin-top:10px;
	text-align:left;
}

#mainmenu ul{
	margin: 20px 0 0 20px;
	padding: 0;
	color: #f9f1e7;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	list-style-type:none;
}

#mainmenu ul li a
{
	padding:0;
	color: #f9f1e7;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing:.02em;
}

#mainmenu ul li a:hover
{
	color: #c0b6a8;
}

#menulist li{
	padding-bottom:10px;
}

#menulist2 li{
	padding-bottom:16px;
}

#menulist li a:hover, #menulist li a:active
{
	color: #c0b6a8;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font: bold normal 11px;
}

div#homecontent{
	width:393px;
	margin-top:10px;
	float:left;
	background:url(images/main_gradient.png) repeat-x;
	text-align:left;
	letter-spacing:.03em;
	line-height:16px;	
	padding:5px 15px 0 20px;
}

p.tagline{
	color:#666;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

div#login{
	text-align:right;
	color:#9f8759;
	margin:0 10px 0 0;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

div#login a{
	text-align:right;
	color:#9f8759;
	margin:0 10px 0 0;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

div#sidebar{
	margin:10px 0 0 0;

	float:right;
	background:url(images/main_gradient.png) repeat-x;
	text-align:left;
	letter-spacing:.03em;
	line-height:16px;	
	padding:15px 10px 0 10px;
}

div#homeevents{
	overflow:auto;
}

div#homeevents a{
	color:#c47517;
	font-size:11px;
}

div#homeevents ul{
	margin: 20px 0 0 20px;
	padding: 0;
	list-style-type:none;
}

#homeevents li{
	padding-bottom:16px;
}

/***********************************************/
/* Second Level Page Styles                    */
/***********************************************/ 

div#quicklinks{
	background:#988054 url(images/quicklink_bkg.gif) no-repeat right;
	width:845px;
	height:76px;
	text-align:right;
}

#quicktext{
width: 100%;
float: right;
}

#quicktext ul { padding: 0; }
#quicktext ul li { display: inline; }

#quicktext ul
{
margin: 0;
padding: 14px 0 0 0px;
color: #fff;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
font-style:italic;
}

#quicktext ul li a
{
padding:9px 42px 0 0;
color: #3d3d3d;
text-decoration: none;
text-transform: uppercase;
letter-spacing:.01em;
float: right;
}

#quicktext ul li a:hover
{
color:#f9f1e7;
}

#quicklist li a:hover, #quicklist li a:active
{
color: #3d3d3d;
text-decoration: none;
text-transform: uppercase;
font: bold normal 10px/16px;
}

div#featurephoto{
	background:#3d3d3d;
	text-align:right;
	margin:10px 0 10px 0;
}

div#textarea{
	background:#f9f1e7 url(images/main_gradient.png) repeat-x;
	margin:0 0 10px 0;
	padding:15px 75px 0 280px;
	text-align:left;
	line-height:18px;
}

div#navbar{
	position: absolute;
	margin:24px 0 0 165px;
	z-index: 1;
	padding:20px 0 0 9px;
	background:url(images/navbar_bkg.jpg) repeat-y;
	width:185px;

}

div#footer{
	color:#3d3d3d;
	font-size:10px;
	line-height:20px;
	text-align:center;
}

div#footer a{
	color:#3d3d3d;
	font-size:10px;
}


/***********************************************/
/* Navigation                                  */
/***********************************************/ 

#menu {
	margin:15px 0 0 10px;
}

dl#menu dt {
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
}

dl#menu dd {
margin:0;
padding:0;
text-align:left;
}

dl#menu li {
padding:0;
margin:0;
text-align: left;
}

dl#menu li a {
margin:0;
color: #3d3d3d;
text-align:left;
text-decoration: none;
border: 0 none;
line-height: 20px;
}

dl#menu dt a {
color: #455976;
text-decoration: none;
text-transform:uppercase;
font-size:12px;
}

dl#menu li a:hover {
text-decoration:underline;
font-weight:bold;
}