@import "layout.css";
@import "form.css";

/*-------------------------*//* global text styles & classes *//*-------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/* define basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	background-color:#EEE;
}

body {
	width:100%;
	text-align:center;
	font:normal 62.5%/1 verdana,arial,helvetica,sans-serif;
	color:#036;
}

/* headings*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

h1, h2, h3, h4, h5 {
	font-family:verdana,arial,helvetica,sans-serif;
	margin:0 0 10px;
}

h1, h1 span{
	width:231px;
	height:20px;
	background-color:#FFF;
	background-position:0 0;
	background-repeat:no-repeat;
}

h2, h2 span {
	font-size:1.4em;
	background-color:#FFF;
	background-position:0 0;
	background-repeat:no-repeat;
}

h2.replace, h2.replace span {
	width:228px;
	height:20px;
}

h3 {
	margin:0 0 5px 0;
	font-size:1.3em;
}

h4, h4 span {
	font-size:1.2em;
	width:300px;
	height:20px;
	background-color:#FFF;
	background-position:0 0;
	background-repeat:no-repeat;
}

h5 {
	
}

/*paragraphs etc*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

p {
	font-size:1.2em;
	margin:0 0 20px;
	line-height:1.4;
	color:#036;
}

span {
	
}

address{
	font:normal 1.1em/1.3 verdana, arial, sans-serif;
	margin:0 0 10px;
}

blockquote{
	
}

cite{
	
}

p.panel_text{
	padding:15px 0;
	font-size:1.1em;
}

p.image_note{
	font-weight:bold;
	color:#039;
	font-size:1em;
	padding-top:5px;
}

/* list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
ol{
	
}

ul {
	margin:0 0 10px 25px;	
}

li {
	line-height:1.4;
	font-size:1.2em;
}

	
/*definition list styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
dl {
	margin:0 0 15px 0;
}

dt {
	clear:left;
	float:left;
	width:250px;
	font-size:1.2em;
	line-height:1.4;
}

dd {
	font-size:1.2em;
	line-height:1.4;
}


/* link styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
a {
	color:#F93;
}

a img {
	border:none;
}

a:link, a:visited {
	
}

a:hover {
	
}

a:active {
	
}

/* skip to content link at top of page*/
.skip {
	position:absolute;
	left:-9999px;
}

/*image replacement*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.replace{ 
	position:relative; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow:hidden;
	 /* */
} 

.replace span{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
}

a.replace span{
	cursor:hand;
}

/* bug workarounds */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

/*easy clearing*/
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */



/* general custom classes*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
.dotrule {
	height:1px; 
	font-size:1px;
	background:url(/images/dot.gif) repeat-x; 
	clear:both;
	margin:10px 0;
}
	
.right{
	float:right;
}

.left{
	float:left;
}

.thumb{
	border:1px solid #CCC;
	padding:1px;
}

.thumb.left{
	margin:0 15px 15px 0;
}

.thumb.right{
	margin:0 0 15px 15px;
}

.clear{
	clear:both;
}

.intro{
	font-weight:bold;
}

.columns2 img{
	margin:0 0 10px;
}

.documents{
	margin:0;
	padding:0;
}

.documents li{
	margin:0 0 .5em;
	padding:0 0 5px 25px;
	list-style:none;
	background:transparent url(/images/icon_default.gif) no-repeat center left;
}

.documents li a {
	color:#036;
}

.documents li.doc{
	background:transparent url(/images/icon_doc.gif) no-repeat center left;
}

.documents li.pdf{
	background:transparent url(/images/icon_pdf.gif) no-repeat center left;
}

#bodyDirections #content_sub2 a {
	color:#036;
	white-space:nowrap;
}
