@charset "UTF-8";

/* general */
body 		{
			color: #333333;
			font-size: 75%;			font-family:  sans-serif;
			background: #FFFF00;
			}

img 		{
			vertical-align:middle;
			}

a			{
			color:#EA6B8C;
			text-decoration:none;
			}

a:visited	 {
			color:#EA6B8C;
			}

a:hover,
a:focus 	{
			color:#682B0C;
			}
			
a:active 	{
			color: #CC3300;
			}
			
p			{
			text-indent:1em;
			}	

#wrapper	{
			width:800px;
			margin:-8px auto;
			background-color:#FFFFFF;
			
			}
							
#header		{
			position: relative;
			padding-top:15px;
			background-color:#FFFFFF;

			}

#logo		{
			width:750px;
			height:34px;
			padding-left:25px;
			}


#utilityNavigation {
			position:absolute;
			top:20px;
			right:30px;
			width:300px;
			text-align:right;
			}

#utilityNavigation li {
			display:inline;
			padding-left:7px;
			font-size:95%;
			border-bottom:1px dotted #EA6B8C;
			padding-bottom:2px;
			}

#utilityNavigation li a {
			padding-left: 12px;
			text-decoration: none;
			}

#utilityNavigation li a {
			background:url(../image/pink_arrow.jpg) left center no-repeat;
			}

#menu {
	width:800px;
	margin-left:25px;
	height: 22px;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
}

#globalNavigation li a:hover,
#globalNavigation li a:focus {
	background: #5F626A;
}


#separatorBackground	{
						background-image:url(../image/pink_dot_800.jpg);
						background-repeat:repeat-y;
						background-posision:top;
}
					
#image {
	clear: both;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color:#FFFFFF;
}

#content	{
			float:left;
			clear: both;
			width:500px;
			margin: 0 auto;
			padding:10px;
			background-color:#FFFFFF;
			}

#content1	{
			padding:10px 30px;
			background-color:#FFFFFF;
			border-bottom:2px dotted #00CC00;
			}
			
#content2	{
			padding:10px 10px;
			background-color:#FFFFFF;
			}

#content1.colum		{
			line-height: 1.5;
			color:#682B0C;
			font-weight: 500;
			font-size:13px;
			}

#content2.colum		{
			float:left;
			line-height: 1.5;
			width:220px;
			color:#682B0C;
			font-weight: 500;
			font-size:13px;
			}
			
#content2 h3	{
			color:#00A563;
			font-size:18px;
			font-weight: 500;
			line-height: 0.8;
			}
			
#content2 h5	{
			line-height: 0.5;
			}
			
#map		{
			float:right;
			background-color:#FFFFFF;
			padding:60px 0px 50px 0px;
			}
			
#separator	{
			float:left;
		}


#subMenu	{
			color:#682B0C;
			margin-right:30px;
/*			padding:0 15px 0 0;
*/			width:215px;
			float:right;
			line-height: 1.0;
			}
			
			
#subMenu h3	{
			color:#00A563;
			font-size:14px;
			font-weight: 500;
			line-height: 1.2;

			}
			
#subMenu h4	{
			color:#682B0C;
			font-size:12px;
			font-weight: 400;
			line-height: 1.2;
			}
		
#subMenu a	{color:#0971B4;
			font-weight: 600;
			text-decoration: none;
			}
			
			
#subMenu a:hover,
a:focus 	{
			color:#FF6600;
			}
			

#footer		{
	clear: both;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color:#FFFFFF;
	}
	
#footer p	{	
			text-indent:0em;
			}
			
.footerNavigation {
    position: relative;
	float:left;
	padding: 0 5px 0 5px;
}

.pipeSpacer {
	font-size:90%;
	float:left;
	width:2px;
	position:relative;
	color:#EA6B8C;
}


td.link { font-size:95%;
text-decoration:none;
}



#copyright {
	clear: both;
	width: 800px;
	padding: 10px 0;
	font-size: 95%;
	color:#682B0C;
	line-height:2;
}				
