@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12pt;

}
.oneColFixCtrHdr #container {
	width: 99%;
    margin: 0 5%;
	padding: 0;
    border: 0;
    float: none;
    color: black;
    background: transparent none;

	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	display: none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 20px;/*padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	position: relative;
	/*float:left;
	width:97%;*/
	width:auto;
}
.oneColFixCtrHdr #footer {
	display: none;
	/*padding: 5px;padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. 

	background: #fff;
	color: #666;
	clear:both;
	border-bottom:#999999 2px solid;
	border-top:#999999 1px solid;
	width:99%;*/
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0px;/*padding: 10px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
}
.oneColFixCtrHdr #footer a:link {
	color: #666;
	padding: 2px;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:visited {
	color: #666;
	padding: 2px;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:hover, a:focus {
	color: #FF0000;
	padding: 2px;
	background-color:#FFFFFF;
	text-decoration:underline;
}
.oneColFixCtrHdr #slide1dv /* for homepage slidehow*/
{
	display:none;
}
/*    ################    Tiers - Divides page into different sections    ################   */
.oneColFixCtrHdr #tiercontainer {
	background-color:#FFFFFF;
	width: 99%;
	padding-top: 0px;
	text-align:left;
	/*border-right: #CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtrHdr #tier1area {
	display:none;
}
.oneColFixCtrHdr #tier2area {
	position: relative;
	float:left;
	width: 99%;
	z-index:2000;
}
/*    ################    Section for Left Vertical Menu    ################   */
.oneColFixCtrHdr #leftsidebar {
	display: none;
	/*float:left;
	width:20%;
	padding:2px 2px 10px 2px;
	margin: 5px 0px 5px 5px;
	background-color:#fff;
	border: 0px solid #ccc;*/
}
.oneColFixCtrHdr #leftsidebar p {
	font-size:70%;
}

/*    ################    Section for body text    ################   */
.oneColFixCtrHdr #maincontentright {
	float: left;
	width:100%;
	height: 1%; /* Holly hack for Peekaboo Bug */
	background:#fff;
	padding:0px;
	text-align:left;
	
}
/*    ################    Styles for paragraph, lists, and headings    ################   */
p {
	font-size: 12pt;
	line-height:1.5em;
	padding-left: 3px;
	padding-right: 3px;
	margin: 10px 0px;
}
ul {
	list-style:disc;
	margin-left: 5px;
	padding-left: 1em;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
}
ul li {
	font-size: 12pt;
	line-height:1.5em;
}

ul ul{
	list-style:disc;
	margin-left: 5px;
	padding-left: 1em;
}
ul li ul li {
	font-size: 12pt;
	line-height:1.5em;
}
ol {
	margin-left: 25px;
	padding-left: 1em;
}
ol li {
	font-size: 12pt;
	line-height:1.5em;
}
h1 {
	margin: 0px;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: #336699;
}
h2 {
	margin: 5px;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color:#0066CC;
	padding: 0px 0px 0px 2px;
	border-bottom: 1px #6699CC dotted;
	background-color: #EBEBEB;
}
h2 a {
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color:#0066CC;
	padding: 0px 0px 0px 2px; 
	border-bottom: 1px #6699CC dotted;
	background-color: #EBEBEB;
	text-decoration:underline;
}
h2 a:hover, .h5 a:focus {
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	padding: 0px 0px 0px 2px; 
	border-bottom: 1px #6699CC dotted;
	background-color: #EBEBEB;
	text-decoration:underline;
}
h3 {
	margin: 0px;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color:#0066CC;
	padding-top:0px;
	padding-bottom:0px;
	
}
h4 {
	margin: 0px;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	color: #3399FF;
}
h5 {
	margin: 0px;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color:#0066CC;
	padding: 0px 0px 0px 2px; 
	border-bottom: 1px #6699CC dotted;
	background-color: #F8F1E7;
}
h5 a {
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color:#0066CC;
	padding: 0px 0px 0px 2px; 
	border-bottom: 1px #6699CC dotted;
	background-color: #F8F1E7;
	text-decoration:underline;
}
h5 a:hover, .h5 a:focus {
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	padding: 0px 0px 0px 2px; 
	border-bottom: 1px #6699CC dotted;
	background-color: #F8F1E7;
	text-decoration:underline;
}
h6 {
	margin: 0px;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color:#dc332b;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	border-bottom: #CCCCCC 1px solid;
	background-color: #EBEBEB;
	text-decoration:none;
}
h6 a
{
font-size: 90%;
	font-style: normal;
	font-weight: bold;

	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	color: #dc332b;

	background-color: #EBEBEB;

	text-decoration: none;
	border-bottom: #CCCCCC 1px solid;
}
h6 a:hover, h6 a:focus
{
	font-style: normal;
	font-weight: bold;

	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	color: #dc332b;

	background-color: #EBEBEB;

	text-decoration:underline;
	border-bottom: #CCCCCC 1px solid;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}


/*    ################    Upper Portion of the site with banner and main navigation    ################   */

.oneColFixCtrHdr #banner {
	position: relative;
	width: auto;
	height:70px;
	background-color:#fff;
	padding-bottom: 0px;
	padding-top:0px;
	background-image:url(../images/banner1.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #banner2 {
	position: relative;
	width: auto;
	height:auto;
	background-color:#fff;
	padding-bottom: 0px;
	padding-top:0px;
	background-image:url(../images/BG_5.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #tagline{
	color: #666666;
	font-size: 70%;
	font-style:italic;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
}
.oneColFixCtrHdr #mainnav{
	display:none;
	height:28px;
	background-color:#6699cc;
	background-image:url(../images/bg.gif);
	border-width:0px;		
}
.oneColFixCtrHdr #mainnavleft{
	width:740px; 
	float:left;	
}
.oneColFixCtrHdr #mainnavright{
	width:200px; 
	float:right;
}
.oneColFixCtrHdr #mainnav .searchButton{
	background:none;
	color:#fff;
	border:solid 0px #fff;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}
.oneColFixCtrHdr #mainnav .searchButton:hover {
	color:#fff;
	text-decoration:underline;
}
#logobox {
	position: relative;
	top: 0px;
	left: 10px;
	width: auto;
	float:left;
	padding-bottom: 5px;
	background:#FFFFFF;
}

#title {
	height: 30px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #0066CC;
	float: left;
	background-color:#FFFFFF;


}
#titleBig {
	font-family: Arial, Helvetica, sans-serif;
	color: #dc332b;
	font-size: 150%;
	font-weight: bold;
}
#titleSmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #dc332b;
	font-size: 80%;
	font-weight: bold;
}

/*    ################    defines the style for horizontal dividers    ################   */
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

/*    ################    Home page panels    ################   */
#textbox {
	width: 100%;
	float: none;
	/*margin:5px;
	margin-top:0px;
	background: #D6E7F7;*/
	background: #F8F1E7;
	border:#999999 solid 1px;
	padding: 3px;
}
.textbox p {
	font-size: 80%;
	text-align:left;
	font-family:"Monotype Corsiva", "Brush Script MT";
	font-weight: bold;
	color: #003399;
	padding:0px 5px;
}

#textbox2 {
	width: 95%;
	
	/*margin:5px;
	margin-top:0px;*/
	background: #CCCCCC;
	border:#999999 solid 1px;
	padding: 3px;
	text-align:left;
}
.textbox2 p {
	font-size: 80%;
	text-align:left;
	font-family:"Monotype Corsiva", "Brush Script MT";
	font-weight: bold;
	color: #003399;
	padding:0px 5px;
}

.oneColFixCtrHdr #textboxWhite {
	width: 100%;
	float: none;
	border:#999999 solid 1px;
	padding: 0px 0px 3px 0px;
	margin:0px;
}

.oneColFixCtrHdr #textboxWhite2 {
	width: 100%;
	float: none;
	border:#999999 solid 1px;
	padding: 0px 0px 3px 0px;
	margin:0px;
}

.oneColFixCtrHdr #textboxWhite3 {
	width: 100%;
	float: none;
	border:#999999 solid 1px;
	padding: 0px 0px 3px 0px;
	margin:0px;
}

/*    ################    Container for Images    ################   */
.leftimage {
	/*display:none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size:60%;
	border: #6699cc solid 2px;*/
}
.leftimageNoBorder {
/*	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size:60%;*/
}
.rightimage {
/*	display:none;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 5px;
	font-size:60%;
	border: #6699cc solid 2px;*/
}
.rightimageNoBorder {
	/*display:none;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size:60%;*/
	
}
.centerimage {

	border: #6699cc solid 2px;
}
/*    ################    Format for picture quotes    ################   */
.picquote {
	font-size: 70%;
	width: 70%;
}
/*    ################    Format for tables   ################   */
table.contacts
{ width: 100%;
background-color: #fafafa;
border: 0px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }


td.contactDept
{ background-color: #D4E6F7;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
padding-left: 3px;
color: #404040; }


td.contact
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: #6699cc;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.sharethis {
	display:none;
	margin-left:5px;
}