/* HTML ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #606365;
	font: .75em/1.5em "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	color: #555;
}


ul {
	list-style-type: none;
}

p {
	margin-bottom: 12px;
}

dt {font-weight: bold;
	color: #42627b;
	font-size: 1.1em;
	margin: 0 0 5px 0;
	}
dl {margin-top: 0;}
dd {
	font-size: .9em;
	padding: 4px 0;
	line-height: 1.3em;
	
}


a {
	text-decoration: none;
	color: #42627b;
	
}

a:hover {
	color: #666;
	text-decoration:underline;
	
}
a.home_link {
	display: block;
	margin-top:-40px;
	width: 200px;		/* image width */
	height: 40px;
	overflow: hidden;
	font-size: 1px;
	border: solid 1px red;
	text-indent: 9999px;
	
}

a img {
	border: none;
}

#content a{ text-decoration: underline;}
#content a:hover {text-decoration: none;}
/* LAYOUT */

#wrap {
	position: relative;
	background: #fff;
	width: 90%;
	height: auto;
	padding: 0px;
	margin: 0 auto 0 auto;
	text-align: left;
}


#horizontal_banner, #p_index #horizontal_banner {
	height: 50px;
	width: 100%;	
	clear: both;

}
#horizontal_banner p a{
	display:none;

}
#news_ticker {
	display:none;
	
	}


blockquote, #p_index blockquote {
	position: relative;
	right: auto;
	top: auto;
	float: none;
	border-top: solid 1px #ccc;
	padding: 10px 20px 0 0px;	
	width: auto;	
	height: auto;
	color: #777;
	overflow: hidden;
	font-size: 1em;
	line-height: 1.8em; 
	background: #ebeef1;

}




#content, #p_index #content {
	position: relative;
	top: 0px;
	clear: both;
	padding: 0 0px;
}
#main, #p_index #main {
	float: none;
	padding: 0px 0px 0px 0px;
	width: auto;
	
}

#main.wide {
	width: auto;
	padding-left: 0px;
	}
#main .nugget {
	float: none;
	width: auto;
	padding-right: 20px;

}


h1 {
	float: none;
	padding: 35px 0 35px 0px;
}
h2, #p_portfolio h2, #p_contact h2 {
	position: absolute;
	top: 0px;
	margin: -95px 0 0 0px;
	padding: 0px 0 0 0;	/* image height */
	width: 415px;		/* image width */
	height: auto;
	overflow: hidden;
	font-size: 15px;
	border: none;

}
#p_index h2, #p_portfolio h2, #p_contact h2 {margin: 0 0 20px 0; width: auto;}
h3, #p_index h3 {
position:relative;
	padding: 10px 0 20px 0;	/* image height */
	width: auto;		/* image width */
	height: auto;
	overflow: hidden;
	font-size: 13px;
	border: none;
	font-family: Georgia, serif;
	text-transform: uppercase;
	color: #369;

}



h4 {
	color: #42627b;
	font-size: 1.1em;
	margin-bottom: 5px;
}
h5 {
	font-size: 1em;
	color: #333;
	margin-bottom: 10px;
}



/* Admin Function Headings */
h6 {

	color:3a5672;
	text-align:center;
	font-size: 150%;
	font-style:normal;
	padding-top:15px;

}



/* MISCELLANEOUS */

.bullets li {
	padding: 0 0 3px 3px;
	list-style-type: square;
}
ul.bullets {
	margin: 0 0 10px 15px;
	}

ul.numbers {
	margin-left: 15px;
	list-style-type: square;
	}

.numbers li {
	list-style-type: square;
	padding: 5px 0;
	}
.clear {
	clear: both;
}

.footnote {
	margin-top:15px;
}

.no_margin_top {margin-top:0;}

	
hr {
	margin: 0px 15px 0px 15px;
	width: 425px;
	height: 1px; 
	background: #ccc;
	color:#ccc;
	border: 0;
	padding: 0 15px;
 }

#nav_a, #nav_left, #footer {display:none;}



/* INDEX PAGE */


#scroll_hidden {
	display: block;
	width: auto;
	height: auto;
	overflow: visible;
}

#flash {display:none;}