

/* standard elements ---- based on Marc's 234 template system */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #666;}

body {
	background: #D5D7CB url('../images/bodyTARC.jpg') no-repeat center top;
	color: #444;
	font: normal 62.5% "Trebuchet MS",Tahoma,sans-serif;
	padding-top: 125px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

dd {margin-left: 2em;} 

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif; color:#CC0066}

form,input {margin: 0; padding: 0; display: inline; color: #048;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	display: block;
	font-weight: bold;
	padding-left: 28px;
	margin-right: 5em;
}

.quote blockquote {
	background: url(../images/quote.gif) no-repeat;
}

.quote p {
	margin-top:  0px;	margin-bottom:  0px;
	padding-top: 0px; 	padding-bottom: 0px;
}

.quote .attribute {
    padding: 0 0 0 0;
    font-style: normal;
    text-align: right; }

.pullLeft { float:left; padding-right: 2em; }

.pullRight { float:right; padding-left: 2em; }

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}
h3 {color:#048;}

#printheader {
display: none;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;
	text-align:right;}

/* structure */
.inner-container {
	border: 2px solid #666666;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	background: url('../images/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* header & title */
.header {
	height: 160px;
	/*background: #222 url('../images/header.jpg') no-repeat;
	margin-bottom: 5px;
	text-align: center;*/
}
.header .rotate {
	width:780px;
	height: 160px;
	background-image: url(../rotate/rotater.php);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #686877;
	color: #FFF;
	font: normal 1em Verdana,sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: url(../images/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 538px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}

.content ol { list-style-type: decimal; list-style-image: none; margin-bottom: 1em}
.content ol li {list-style-type: decimal; list-style-image: none}


.content p {font-family: "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {
	float: left;
	width: 210px;
}
/*.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1em;
	color: #554;
	display: block;
	padding: 7px 0 7px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #004990;
	color: #fafafa;	
}*/

/* Accordian Navigation */

#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 200px;
}


ul#menu a {
  display: block;
  text-decoration: none;
  	color: #5A5A43;
	font: 1em Tahoma, Arial, sans-serif;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #004990;
  color: #fff;
  font-weight:bold;
  padding: 0.5em;
}

ul#menu li a:hover {
	background: #333;
	color: #fafafa;	
}

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  font-weight:normal;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #004990 solid;
  padding-left: 15px;
}	

/* footer */
.footer {
	background: #686877;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

.droplistOff {
    height:1em; 
    overflow:hidden;
    color:#000099;
    }

.droplistOn {
    height:auto; 
    overflow:auto;
    color:#000099;
    }
