/**********************************************
BASE STYLESHEET | BY ANTHONY EGGERT
**********************************************/

/****************** IMPORTS ******************/
@import url(layout.css); /* positioning */
@import url(nav.css); /* navigation */
@import url(forms.css); /* forms */

/* global font declarations */
body, th, td {
	font: 12px/1.6em arial,verdana,sans-serif;
}
#content {
	font: 1em arial,verdana,sans-serif;
}
#column {
	font: 1em arial,verdana,sans-serif;
}
#nav {
	font: .9em arial,verdana,sans-serif;
}
#footerdiv {
	font: .85em arial,verdana,sans-serif;
}
h1,h2,h3 {
	font-family: georgia,times,times new roman,serif;
}
h4 {
	font-family: arial,verdana,sans-serif;
}
/************* GLOBAL ELEMENTS *************/
* { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

body {
	margin: 0;
	background: #5c5c5c url(../img/bodybg.gif) repeat-x;
	min-width: 780px;
	color: #fff;
}
p {
	padding: 1em 2em 1em;
	line-height: 1.5em;
}
#footerdiv p {
	line-height: 1.3em;
	color: #888;
	font-weight: bold;
	letter-spacing: .02em;
	padding-top:0;

}
#footerdiv p.bottom {
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	padding: 1em;
	background-color:#5c5c5c;
	margin-top: 2em;	
	height: 50px;
}

h1,h2,h3,h4 {
	margin: 1em 0;
}


h2 {
	font-size: 110%;
	font-weight: bold;
	background: transparent url(../img/bar440.gif) no-repeat;
	width: 440px;
	height: 25px;
	font-style: italic;
	padding: .3em .5em;
	text-transform: uppercase;

}
h3, h4 {
	font-size: 130%;
	font-weight: bold;
	margin: 1em 3em 0;	
	padding-top: 1.5em;
}
.cmsContent h2 {
	background: transparent none;
	width: auto;
	height:auto;
	font-style: italic;
	padding: .3em .5em;
	text-transform: uppercase;
}
.cmsContent h3, .cmsContent h4 {	
	color: #fc0;
	font-family: arial,verdana,sans-serif;
	margin: 1em;
	padding-top: 0;
}
#column h3 {
	font-size: 100%;
	font-weight: bold;
	background: transparent url(../img/bar201.gif) no-repeat;
	width: 201px;
	height: 25px;
	font-style: italic;
	padding: .3em .5em;
	margin: 1em 0;
}
h2 span,h3 span {
	color: #CE982C;
}


h5 {
	font-size: 110%;
	font-weight: bold;
	margin-left: 1em;
	padding-bottom: 1em;
}

h1,h5 {
	color: #fc0;
	border-color:#800;
}
h2 {
	color: 	#fff;
}
h3, h4 {
	color: #fff;	
}
#footerdiv h3 {
	margin-top: 0;
	font-size: 1.6em;
	color: #ccc;
	padding: 1.5em .5em 0;
}
#footerdiv h3  span {
	font-size: 1.5em;
}
ol {
	line-height: 1.5em;
	margin: 1em;
	padding-left: 3em;
}
ul {	
	line-height: 2em;
	margin: 1em;
	padding-left: 4em;
	font-weight: bold;
}
ul li {
	margin: 0;
	padding-left: 0;
	list-style: url(../img/li.gif) square;
}
ul ul {	
	line-height: 1.8em;
	margin: 0;
	padding: 0 3em;
	font-weight: normal;
}
ul ul li {	
	margin: 0;
	padding-left: 0;
	list-style: url(../img/li2.gif) square;
}
li span {
	font-weight: normal;
	color: #fff;
}
hr {
	display: none;
}
acronym {
	border-bottom: 1px dotted #bbb;
	cursor: help;
}
/***************** TABLES ******************/
table {
	width: auto;
	margin: 1em;
	border-collapse: collapse; /*eliminates cell-spacing */
	empty-cells: show;
	caption-side: top;

}
td, th {
	padding: .3em .5em;
	text-align: left;
}
th {
	white-space: nowrap;
	background-color: #efefef;
	font-weight: bold;
	text-align: left;
}
caption {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
	color: #600;
}
blockquote {
	margin: 2em;
	padding: 0 2em;
	font-style:italic;
}
blockquote span {
	display: block;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}
/***************** CLASSES ******************/
.sm {
	font-size: .9em;
}
.fltr {
	float: right;
	margin: 0 1em 1em;	
}
.fltl {
	float: left;
	margin: 0 1em 1em;
}
.txtc {
	text-align: center;
}
.txtl {
	text-align: left;
}
.txtr {
	text-align: right;
}
.b {
	font-weight: bold;
}
.ef {
	background-color: #efefef;
}
.cc {
	background-color: #ccc;
}
.hr {
	padding: 2em 0;
	padding: 0;
	background: transparent url(../img/hr.gif) no-repeat center;
}
.orange {
	color:#fc0;
}
.bord {
	border: 3px solid #333;
}
.margin {
	margin: .5em;
}
.hilite {
	background-color: #333;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
.clearfix {
	display: inline-block;
}  
	/* Holly Hack Targets IE Win only \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End Holly Hack */
/************ LINKS PRESENTATION ************/
a, a:link {
	color: #fc0;
	text-decoration:none;
}
a:visited {
	color: #fc0;
}
a:active, a:hover {
	color: #fff;
}
/************ IMAGE PRESENTATION ************/
img {
	border: 0px;
}

/************ SPECIFIC ************/
#featured {
	width: 190px;
	background-color: #000;
	padding: 2em 0 1em 0;
	text-align: center;
	font-size: .9em;
}
.box {
	width: 250px;
	float: right;
	border: 1px solid #333;
	background: #888;
	padding-top: 1em;
}
/******** Rounded Corners ********/
.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}
.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

div.rounded {
	background: #444 url(../img/roundedbg.gif) no-repeat top;
	margin: 2em;
}
div.port-item {
	min-height: 180px;
	height: auto;
	_height: 180px;
}
.whitebox {
	margin: 1em;
	background-color: #fff;
	text-align: center;
}
.whitebox img {
	margin: .2em .4em;
}
.picbox {
	float: left;
	width: 194px;
	margin: .2em;
	font-size: .9em;
}
.picbox p {
	text-align: center;
	padding: .5em;
	color: #ccc;
	font-weight: bold;
}
.pics {
	text-align: center;
}
.filler {
	width: 100px;
	height: 10px;
}
