/*
*		weestoater. com  	print.css
*		Author:		Ian Burrett
*		(c) 2007.
*/


/*	general tags for master padding 	*/
*, body {
	margin: 0;
	padding: 0;
}

/*	more body settings		*/
body {
	color:#333;
	background: #fff; 
	font: normal small/115% "Trebuchet MS", Georgia, "Garamond"; 
	text-align: center;
}
/*	skip navigation		*/
#skipnav {	
	display: none;
}
/*	page container area		*/
#pagecontainer{
	margin: 0;
	padding: 0;
	background: #fff; 
	color: #222;
	width: 100%;
}

/*	navigation area		*/
#nav {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #fff;
	height: 60px;
}

/*	navigation paragraph	*/
#navtext {
	padding: 0;
	margin: 0;
	text-align: left;
}
#navtext h1 {
	font-size: 2.4em;
	background: transparent;
	color: #555;
	padding: 20px 0 20px 20px;
border: 2px solid #555;

}
#navtext p {
	display: none;
}


/*
	content
*/
#content {
	padding: 0;
	margin: 0 auto;
	background: transparent;
	color: #222;
	text-align: left;
	display: block;
}
#content h1, #content h2, #content h3 {
	font-weight: bold; 
}
#content h1 {
	clear: both;
	color: #983724;
	background: transparent;
	font-size: 150%;
	line-height: 130%; 
	border-bottom: 3px solid #983724;
	margin: 0 10px 5px;
}
#content h2 {
	font-size: 130%;
	line-height: 110%; 
	margin: 10px 10px 5px;
	color: #78ba78;
	background: transparent;
	border-bottom: 2px solid #78ba78;
}
#content p, #content li {
	margin: 0px 10px 15px;
	line-height: 1.6em;
	background: transparent;
	color: #333;
}

#content ul {
	margin-left: 20px;
}
#content li {
	margin-left: 20px;
	margin-bottom: 5px; 
	padding-left: 5px;
	list-style-type: circle;
}
#content li ul li {
	margin-left: 0px;
	padding-left: 5px;
	list-style-type: square;
	font: normal 95%/90% "Trebuchet MS", Georgia, "Garamond";
}
#content acronym {
	color: #321a1a;
	background: transparent;
	border-bottom: 1px dotted #321a1a;
}
/*
	contact form stuff
*/
#content form {
	background: #eee;
	color:#222;
	border: 1px solid #9b9b9b;
	margin: 10px auto;
	padding: 5px;
	width: 80%;
}
#content fieldset {
	border: none;
	margin: 0;
	padding: 5px;
}
#content legend {
	margin: 2px 3px;
	padding: 0 10px;
	font-weight: bold;
} 
#content label {
	font-weight: bold;
}
#content input, textarea, select {
	font: 1em/1.3em normal helvetica, arial, verdana, sans-serif;
	border: 1px solid #939393;
	padding: 2px 4px;
	margin: 2px 4px;
}
#content input:hover, textarea:hover, select:hover, option:hover {
	background: #afafaf;
	color:#222;
	border: 1px solid #222;
}
#content table#general {
	width: 99%;
	margin: 0px auto;
	padding: 2px 3px 2px 3px;
	font-size: 1em;
}
#content table#general caption {
	display: none;
}
#content table#general th {
	width: 15%;
	color:#fff;
	background: #4b4b4b;
	text-align: left;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	margin: 1px 1px 1px 1px;
}
#content table#general td {
	width: 83%;
	color:#222;
	background: #dedede;
	padding: 5px 5px 5px 5px;
}
#content table#general td.smallblack {
	color:#111;
	background: #deebc7;
	font-size: 0.9em;
}
/*
	content containers
*/
.fullwidth {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	color: #333;
	min-height: 231px;
}
.sixtysix {
	display: block;
	float: left;
	width: 60%;
	padding: 0px 10px 15px;
	margin: 0 0 10px;
	background: transparent; 
	color: #333;
}
.thirdwidth_one , .thirdwidth_two , .thirdwidth_three, .thirtythree {
	display: block;
	float: left;
	width: 30%;
	padding: 5px 0 0;
	margin: 0;
	background: transparent;
	color: #333;
}
.thirdwidth_one {
	margin-left: 9px;
}
.thirtythree {
	padding-top: 5px ;
	min-height: 115px;
}
.thirdwidth_one {
	margin: 0 2px 0 0;
}
.thirdwidth_two {
	margin: 0 2px;
}
.thirdwidth_three, .thirtythree  {
	margin: 0 0 0 2px;
}

.thirdwidth_one img, .thirdwidth_two img, .thirdwidth_three img {
	border: 1px solid #222;
	margin: 10px;
	text-align: center;
	height: 75px;
	width: 200px;
}
.thirdwidth_one h4, .thirdwidth_two h4, .thirdwidth_three h4, .thirtythree h4 { 
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 10px;
	margin: 2px 10px;
	text-transform: uppercase;
}
.thirdwidth_one h4 {
	color: #78ba78;
	background: transparent;
	border-bottom: 2px solid #78ba78;
}
.thirdwidth_two h4 {
	color: #5e4d95;
	background: transparent;
	border-bottom: 2px solid #5e4d95;
}
.thirdwidth_three h4 {
	color: #816348;
	background: transparent;
	border-bottom: 2px solid #816348;
}
.thirtythree  h3 {
	color: #38cc9a;
	background: transparent;
	border-bottom: 2px solid #38cc9a;
}
.thirtythree img {
	float: right;
	width: auto;
	border: 1px solid #222;
	margin: 5px 15px;
	padding: 0;
	text-align: center;
 }
.thirdwidth_one p, .thirdwidth_two p, .thirdwidth_three p, .thirtythree p {
	padding: 2px 10px;
	margin: 0;
	font-size: 0.95em;
}
.thirdwidth_one a, .thirdwidth_two a, .thirdwidth_three a, .thirtythree a {
	color: #f90;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #f90;
}
.thirdwidth_one a:hover, .thirdwidth_two a:hover, .thirdwidth_three a:hover, .thirtythree a:hover {
	border-bottom: 1px solid #333cd5;
	color: #333cd5;
	background: transparent;
}
.thirtythree ul {
	margin: 0;
	padding: 0;
}
p.quote, .sixtysix .quote,  .thirdwidth_three .quote {
	clear: both;
	margin: 15px auto;
	width: 85%;
	padding: 5px 10px 10px; 
	border: 1px solid #666f20;
	background: #eefcd1;
	color:#222;
}
 .thirdwidth_three .quote {
	clear: both;
 	margin: 10px auto;
	width: 180px;
	font-size: 90%;
	text-align: right;
 }
.sixtysix .cite,  .thirdwidth_three .cite{
	background: transparent;
	color:#000;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

#content .right {
	float: right;
	padding: 5px;
	margin: 5px 10px 5px 15px;
	border: 1px solid #eaeaea;
}
#content .left {
	float: left;
	padding: 5px;
	margin: 5px 15px 5px 10px;
	border: 1px solid #eaeaea;
}

/*	footer area		*/
#footer {
	clear: both;
	font: normal 85%/125% "Trebuchet MS", Georgia, "Garamond";
	margin: 0px auto;
	width: 736px;
	padding: 0;
	text-align: center;
	background: transparent;
	height: 110px;
}
#footer p {
	padding:15px 5px 5px;
}
#footer ul {
	list-style: none;
	padding: 2px 5px 5px;
}
#footer li {
	display: inline;
	padding: 2px 5px 5px;
}

#footer a {
	padding: 2px 4px;
	color: #369;
	background: transparent;
}
#footer a:hover {
	background: #eaeaea;
	color: #222;
}
#footer a.current {
	color: #222;
	background: #fff;
	border:1px solid #cdcdcd;
}
#footer a.current:hover {
	color: #fff;
	background: #4f4f4f;
	border:1px solid #fff;
}






/*	holding		*/
#holding {
	padding: 108px 0 0 50px;
	margin: 0;
	background: transparent;
	color: #6d6d6d;
}
#holding h1 {
	color: #abbd9e;
	background: transparent;
	font-size: 278%;
	line-height: 1.3em;	
}
#holding p {
	font-size: 178%;
	line-height: 2.3em;
	padding-bottom: 25px;
}

#holding p.contact {
	font-size: 98%;
	line-height: 7.3em;
	padding-bottom: 25px;
}














/*	
	image shadows	
*/
.img-shadow {
	float: right ;
	background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 10px 5px  0 15px !important;
	margin: 10px 0 0 5px;
}
.img-shadow img {
	width: auto;
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #4f4f4f;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

