/* -------------------------------------------------------------------------------------------------------
                                                                                                 HEADER */
#header {
	width: 770px;
	height: 77px;
	background-image: url("../images/index_header_bg.jpg");
	padding: 0;
	margin: 0;
	}
	
/* -------------------------------------------------------------------------------------------------------
                                                                                            ANNOUNCEMENT */		
#announcement {
	position: absolute;
	top: 33px;
	z-index: 4;
	width: 163px;}

	#announcement .top {
		background-image: url("../images/index_announcement_top.png");
		height: 25px;}
		
	#announcement .content {
		padding: 0 7px 0 15px;
		color: #ffdd00;
		font-weight: bold;
		line-height: 1.1;
		background: url('../images/index_announcement_bg.png') no-repeat;}
		
	#announcement p {
	    font-size: 85%;
	    font-weight: normal;
	    margin: 0;
	    padding: 0;}
		
	#announcement .bottom {
		background-image: url('../images/index_announcement_bottom.png');
		height: 22px;}
		
	#announcement a, #announcement a:visited {
	    color: #FFFF63;}
	    
	    #announcement a:hover {
	    text-decoration: none;}
	
	
		
/* -------------------------------------------------------------------------------------------------------
                                                                                           LOWER CONTENT */	
																								 
#lowercontentwrap {
	width: 770px;
	position: relative;
	top: 235px;}

	#lowercontent {
		padding-left: 165px;   /* LC width */
		padding-right: 226px;  /* RC width */
		background-color: #fff;}
		
		#lowercontent .column {
			position: relative;
			float: left;}

/* center column */	
		#lowercontent #center {
			width: 100%;
			background: url("../images/index_callout_bg.png") repeat-x top left;
			background-color: #0356a3;
			color: #fff;
			font-weight: bold;
			padding: 0 0 10px 0;}		
		
		#lowercontent #center p {
			padding: 10px 15px 0px 20px;
			margin: 0;}	
			
		#lowercontent #center h1 {
			color: #ffdd00;
			margin: 10px 10px -5px 20px;
			border-bottom: 1px dashed #fd0;
			font-size: 120%;}
			
		#lowercontent #center b, #lowercontent #center strong {
			color: #fd0;}	

/* left column */		
	#lowercontent #left {
		width: 165px;          /* LC width */
		right: 165px;          /* LC width */
		margin: 0 0 15px -100%;
		color: #6c6e70;
		background-color: #fff;}		
		
		#lowercontent #left .contactheading {
			color: #000;
			border-bottom: 1px dashed #6c6e70;
			margin: 0 17px 0 0;
			padding: 14px 0 8px 15px;
			background: url("../images/index_contactarrow_bg.png") no-repeat top left;
			font-weight: bold;}
		
		#lowercontent #left .contactcontent {
			margin: 0 15px 0 14px;
			padding: 8px 0 0 0;}
		
		#lowercontent #left .contactcontent td {
			padding: 0 0 11px 0;
			color: #6c6e70;
			font-size: .7em !important;}

/* right column */			
	#lowercontent #right {
		width: 226px;          /* RC width */
		margin-right: -226px;  /* RC width */}
	
		#lowercontent #right .rightcolimg {
			padding: 0 6px 6px 6px;}


