
/* these are common site styles */

body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;}		

body.backgroundHome {
	background-image:url(../images/bg_main_home.gif);
	background-repeat:no-repeat;}
body.backgroundSub {
	background-image:url(../images/bg_sub.gif);
	background-repeat:no-repeat;}
	
table td {
	vertical-align: top;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;}	

		
a:link {
	color: #932027;}
a:visited {
	color: #143870;}
a:active {
	color: #932027;}	
a:hover {
	color: #143870;}
	

/* wrapper and general layout styles */	
	
.trimColor1 {
	background-color: #ffffff;}
.trimColor2 {
	background-color: #000000;}
.trimColor3 {
	background-color: #A2ABBA;}	
.trimColor4 {
	background-color: #ebecd4;}	
.trimColor5 {
	background-color: #EBE9D3;}				
.trimColor6 {
	background-color: #F5F4E8;}			


/* text header styles */	

h1 {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;}		
h2 {
	color: #333333;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 10px 10px 0px;}

.caption
{
	/*font-size: 11px;*/
}

.required {
	color:#FF0000;
	font-weight: bold;}
	
/* layout styles and IDs */	
	
#navLeftBlock div.item
{
	padding-bottom: 5px;
}

#wrapper
{
	width: 760px;
	border-right: 1px solid #F5F4E8;
}
	
.footer {	
	color: #666666;
	font-size: 11px;
	padding: 8px;
	margin-top: 2px;
	padding-left: 18px;
	border-top: 1px solid #EBE9D3;}		

#navGlobal {
	background-color: #A2ABBA;
	background-image:url(../images/block_global_nav_right.gif);
	background-repeat:repeat-x;}	

#taglineBlock {
	vertical-align:top;
	text-align:right;
	padding-top: 5px;
	}

#contentBlockWide {
	width: 549px;}

#contentBlockNarrow {
	width: 390px;}
	
.homeHeader {
	background-color: #A2ABBA;
	font-weight: bold;
	vertical-align:middle;
	height: 21px;}	
	
.homeFeatureBox {
	width: 215px;
	border: 1px solid #CFD2D0;
	margin: 4px;
	padding: 10px;
	background-color: /*#E2DFBE*/#ECE8B3;}
	
#sidebar-column
{
	width: 170px;
}

.sidebar
{
	padding-top: 10px;
}
.sidebar div.header {
	background-color: #E4E5DF;
	background-image:url(../images/bg_side_header.gif);
	background-repeat: repeat-y;
	background-position: top right;
	font-weight:bold;
	padding: 4px 32px 4px 6px;}	

.sidebar div.item
{
	margin: 6px 0 6px 6px;
}

.sidebar div.item img
{
	padding: 2px 3px 2px 0;
	width: 3px;
	height: 3px;
}

ul.collection-list
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.collection-list li
{
	padding-bottom: 8px;
}
	
/* nav links */

a.navCorporate:link, a.navCorporate:visited {
	color: #666666;
	margin-left: 14px;
	text-decoration: none;}	
a.navCorporate:hover {
	color: #000000;}	
	
a.navCorporateOn:link, a.navCorporateOn:visited {
	color: #000000;
	margin-left: 14px;
	text-decoration: none;}	
	
	
/* form element styles */	

.input1 {
	background-color: #D3DBE7;
	font-size: 11px;
	width: 100%;}
.input2	 {
	background-color: #D3DBE7;
	font-size: 11px;}
.dropdown1 {
	background-color: #D3DBE7;
	font-size: 11px;
	width: 98%;}	
.dropdown2 {
	background-color: #D3DBE7;
	font-size: 11px;}	
	
.submit	 {
	background-color: #D3DBE7;
	font-size: 11px;
	border: 1px solid #666666;
	padding: 1px;}	

/* styles for html tables */	

.tableBox1 {
	border-style: solid; 
	border-width: 1px;
	border-color: #E0E0E0 #cccccc #cccccc #E0E0E0;}	
	
.tableHeader, .tableBox1 th {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #A0B2D0;}			
	
a.colHeader:link, a.colHeader:visited {
	color: #ffffff;}	
a.colHeader:hover {
	color: #EF903C;}

.evenRow {
	background-color: #ffffff;}	
.oddRow {
	background-color: #eeeeee;}	

#address
{
	font-size: 10px;
}

/* -------- NEW HOMEPAGE ------- */
.catch { padding-bottom: 17px; }
.feature { padding: 5px 20px; }
	.feature h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; text-transform: uppercase; }
	.feature h1 em { font-style: normal; text-transform: lowercase; }
.homecontent {
	background: #fff url(../images/bg_homecontent.gif) 17px 0 repeat-y;
	float: left;
	margin: 17px 0 0 0;
}
.homecontent div {
	color: #fff;
	float: left;
	display: inline;
	margin: 0 0 12px 17px;
	width: 201px;
	overflow: hidden; 
}
.homecontent div p { margin: 10px; }
.homecontent h2 {
	background: #1f396f url(../images/home_hdr_corner.gif) right top no-repeat;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 5px 5px 5px 10px;
}
.homecontent a { color: #fff; }
	.homecontent a.more:link { color: #932027;}
	.homecontent a.more:visited { color: #143870;}
	.homecontent a.more:active {color: #932027;}	
	.homecontent a.more:hover {	color: #143870;}
	
.homecontent div img { background: #1f396f; padding: 2px; display: block; margin: 8px; }
.homecontent div.alfabox img { display: block; margin-left: auto; margin-right: auto; }
.homecontent .whoswho { font-size: 11px; }

.std-wide { width: 760px; }
#head-image { width: 742px; }
#mast-head { width: 400px; }


                    /*
          --=.._/(        Comments      )\_..=--
              	  */
.comments-header {
    margin: 35px 0 3px 0;
}
.testimonial {
    margin: 4px 0;
	border-bottom: 1px solid #EBE9D3;
	padding: 13px 0;
}
.testimonial dd, .testimonial dt{
    margin:0;
    padding:0;
}
.testimonial dd p{
    margin-top: 0;
	padding-top: 0;
}
.testimonial dt{
	font-style: italic;
	color: #666666;
}


  @media print {
    #navGlobalBlock {
		display: none;}
	#navLeftBlock {
		display: none;}
	#navRightBlock {
		display: none;}		
	#contentBlockWide {
		width: auto !important;}	
	#contentBlockNarrow {
		width: auto !important;}	
	#taglineBlock {
		display: none;}
	#sidebar-column { width: auto; }
	.sidebar div.header {
		background-image: none;
	}
	.noprint { display: none; }
	body, td, th { font-size: 10pt; }
	h1 { font-size: 15pt; }
	h2 { font-size: 13pt; }
	.caption { /*font-size: 8.5pt;*/ }
	
	#head-image{ width: 7in; }
	#mast-head { width: 4in; }
	em { font-size: 10pt; }
	
	a { text-decoration: none; color: black; }
	
	.std-wide { width: 7in; }

	#sidebar-column .sidebar .item div, .sidebar-column .sidebar .item {
        margin-left: 0;
		padding-left: 0;
    }
	#contentBlockNarrow img {
    	width: 1in;
    }


}