/* CSS Document */

body {
	background-image: url(images/bkg2.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #222222;
	margin: 0;
	padding: 0;
}
h1 {font-size: 1.35em;
	margin-bottom: 0px;}
	
h2 {font-size: 1.2em;
	margin-bottom: 0px;}
	
h3 {
	font-size: 1em;
}
h4 {}
p, ul, li {
	line-height: 1.5em;
}
p {
	margin-top: 0.5em;
}
ul {}
li {
	padding-bottom: 4px;
	padding-top: 2px;
	list-style-image: url(images/dot.gif);
	list-style-type: disc;

}
a {
	color: #006699;
}
sup {
	font-size: .9em;
	line-height: 0.5em
} 

#container {
	width: 850px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 10px solid #003366;
}
#banner {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 10px 0 10px 0;
}
#nav {
	color: #FFFFFF;
	border-bottom: 3px solid #CC3300;
}
#mainContent {
	padding: 12px;
	padding-left: 20px;
}
#footer {
	font-size: 0.9em;
	color: #FFFFFF;
	padding-top: 10px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	line-height: normal;
}
#footer p, #footer td {line-height:normal}

#footer a, #copyright a {
	color: #99CCCC;
}
#sidebar {
	float:right;
	width: 225px;
	padding: 10px;
	border-left: 1px solid #333;
	padding-top: 0px;
	margin-left: 12px;
}
#sidebar h2 {
	font-size: 1em;
	background-color: #CC3300;
	color: white;
	padding: 4px;
}
#copyright {
	width: 850px;
	font-size: 0.85em;
	margin-top: 10px;
	color: #CCCCCC;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.testimonial {
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 1.65;
	font-style: italic;
	font-size: 1.3em;
	margin-bottom: 0px;
	margin-top: .5em;
}
.cite, .testimonialSource {
	font-size: 0.9em;
	text-align: right;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	margin-right: 10px;
}
.jobTitle {
	font-size: 0.9em;
}
.box {
	padding: 5px;
	width: 550px;
	margin-bottom: 5px;
	border-top: 1px solid #999;
}
.dropcap {
	background-color:#cc3300;
	color: #fff;
	font-weight:bold;
	font-size:1.3em;
	margin-right:2px;
	padding: 3px 5px;
}
.note {
	font-size:0.9em;font-style: italic;}

.pdf {
	list-style-image: url(images/pdf.gif)
}
.headerOrange {
	background-color: #CC3300;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.headerBlue {
	background-color: #003366;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.col1 {
	width: 385px;
	float: left;
}
.col2 {
	width: 385px;
	float: right;
}
.col3 {
	width: 200px;
	border: 1px solid green;
	float: right;
}
.highlight {
	font-weight:bold;
	font-size:110%;
	color: #CC3300;
}
/* STYLES FOR ROTATING QUOTES */
.testimonialQuoteText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.1em;
	margin-bottom: 5px;
}
.testimonialSource {}

.tpcontrol {
	font-size:0.9em;
	color: #CC3300;
}

#btf{
    font:8pt arial;
    color:#cccccc;
    width:800px;
    margin-top:40px;
    margin-left:auto;
    margin-right:auto;
}

.important { display: none; }

