/* GLOBAL.CSS FILE */

/* Defines overall body color (currently just that not taken up with anything else on the right side */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

/* General formatting */
a {
	color: #0033FF;
	border-bottom: 1px #ccc;
	text-decoration: underline;
	font-size:11px;
}

a:hover {
	color: #906;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Defines header area at top of pages. */
#header {
	position:absolute;
	height:125px;
	width: 760px;
	margin:0px;
	padding: 0px;
	left:0px;
	top:0px;
	right:0px;
	background-color:white;
}

#header img {
	margin-left:0px;
	margin-right:0px;
	vertical-align:middle;
}

/* The main (horizontal) menu with mouseovers */
#menu ul {
	margin:0px;
	margin-top:10px;
	padding: 0px;
	list-style-type: none;
	background-color: purple;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: silver;
	border-right-color: #CCCCCC;
	border-bottom-color: silver;
	border-left-color: #CCCCCC;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	font-size: 12px;
	color: white;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-bottom: 3px;
	font-weight: bold;
}

#menu ul li a:hover {
	text-decoration: none;
	color: black;
	background-color: white;
	font-weight: bold;
	font-size: 12px;
}

#menu ul li a.here {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-bottom: 3px;
	background-color: white;
}

#menu ul li a.here:hover {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	font-size: 12px;
	color: black;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-bottom: 3px;
	background-color: white;
}

/* Defines box around left and right columns */
#wrapper {
	border:0px #000 solid;
	position:absolute;
	width: 760px;
	margin-top: 150px;
	margin-left:0px;
	left:0;
	top:15px;
	background-color: #fff;
}

/* Defines the area for intro text below the menu */
#intro {
	position:relative;
	border: 0px solid #906;
	margin-top: 5px;
	margin-bottom:5px;
	margin-left:25px;
	margin-right: 0px;
	width: 550px;
	padding:10px;
	border-bottom:1px #ccc dashed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Division of Intro into 2 sections for pic and text */
#introLeft {
	width:80px;
}

#introLeft img {
	border:4px double #999;
	margin-bottom:0px;
	vertical-align:middle;
}

#introRight {
 position:absolute;
 margin-left:105px;
 top:10px;
 width:450px;
}

#introRight h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: darker;
	color: black;
	text-align: left;
	margin-bottom: 0px;
	margin-left:0px;
}

#introRight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: black;
	text-align: left;
	margin-bottom: 0px;
}

/* Defines main content area (wide left column) */
#content {
	padding-top:10px;
	border:0px #000 solid;
	width: 500px;
	top:0;
	margin-left: 75px;
	margin-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Defines formatting within wider left column */
#content h3 {
	font-size: 14px;
	font-weight: darker;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content h4 {
	font-size: 12px;
	font-weight: darker;
	color: #000;
	margin-top: 15px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCC;
}

#content h5 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content p {
	text-indent:0em;
	font-size: .8em; 
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content img {
	margin-right:8px;
	border:4px double #999;
	margin-bottom:10px;
}

/* Defines formats for page summaries */
.teaser  { 
	clear:both;
	border: 0px solid #333;
	width:100%;
	margin-bottom:20px;
}
.teaser img { 
	border: 1px solid #906;
	margin: 0px 7px 10px 0px;
	float:left;
}

.teaser	p	{
	text-indent:0;
	font-size: .6em;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	line-height: 1.2em;
	margin-left:90px;
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
}

.teaser h3	{
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	color:#906;
	font-style:darker;
}		

.caption {
	font-size: 11px;
	font-family: Arial, Verdana, Lucida, Geneva, Helvetica, sans-serif;
	color: #000;
	font-style: italic;
}

/* Defines the right column */
#rightCol {
	position:absolute;
	padding:10px;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	margin-left:600px;
	top: 10px;
	left: 620;
	font-size: 12px;
	width: 135px;
	text-align: left;
}


/* Defines the left column */
#leftCol {
	position:absolute;
	padding:10px;
	background-color: #fff;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	margin-left:0px;
	top: 10px;
	left: 620;
	font-size: 12px;
	width: 135px;
	text-align: left;
}

/* Right column content formatting */
.rightColImg {
	margin-left: 15px;
	margin-bottom: 10px;
}

.rightColHeadline {
  font-size:11px;
	font-weight:darker;
	margin-bottom: 5px;
	margin-top: 5px;
}

#rightCol p {
	font-size: 11px;
	margin-top:0px;
}

.rightList ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

.rightList li {
	padding: 0px 0px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.rightList li a {
	font-size: 11px;
	text-decoration: underline;
	margin-bottom: 0px;
	padding: 0px;
}

.rightList li p {
	font-size: 11px;
	margin-bottom:0px;
	font-weight:bold;
	list-style-image: url(images/indicator.gif);
}

/* Defines footer */
#footer {
	width: 550px;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-right:10px;
	line-height: 14px;
	clear: both;
	border-top-color: #CCCCCC;
	border-top-style: dashed;
	border-top-width: 1px;
	margin-top: 0px;
	margin-left:25px;

}

#footerCont img {
	margin-left:0px;
	vertical-align:middle;
	float:left;
	width:40px;
	height:0px;
}

#footerCont p {
	margin-left:10px;
	margin-top:0px;
	font-size: .6em;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}