@charset "utf-8";
/* Standard Stylesheet */

*		{
		margin:0;
		padding:0;
}

body,td	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
}

div		{
		/*border:1px solid red;*/
}

#page	{
		margin:0px auto;
		position:relative;
		width:1000px;
}

#navigation ul	{
		margin-left:0;
		padding-left:0;
}

#navigation ul li	{
		display:inline-block;
		list-style-type:none;
		margin-left:0;
		padding-left:0;
		width:184px;
}

#navigation ul li a:link,
#navigation ul li a:visited	{
		color:black;
		font-weight:bold;
		text-decoration:none;
		display:block;
		/*width:180px;*/
		width:172px;
		padding-left:8px;
		/*height:35px;*/
		height:25px;
		padding-top:10px;
		font-size:12px;
}

#navigation ul li a:hover,
#navigation ul li a.active	{
		background-color:#ccc;
}

#pageHeader	{
		width:1000px;
		height:212px;
		border-bottom:4px solid white;
}

div.hpOutlet	{
		width:247px;
		height:300px;
		float:left;
		background-color:#ccc;
		color:#666;
		-moz-border-radius-bottomleft: 6px;
		-webkit-border-bottom-left-radius:6px;
		-moz-border-radius-bottomright: 6px;
		-webkit-border-bottom-right-radius: 6px;
}

div.hpOutlet h1	{
		font-variant:small-caps;
		padding-top:10px;
		font-size:14px;
		padding-left:10px;
		padding-right:10px;
		height:45px;
}


div.hpOutlet p	{
		font-size:12px;
		padding-left:10px;
		padding-right:10px;
}

div.hpOutlet a:link,
div.hpOutlet a:visited	{
		text-decoration:none;
		color:#666;
}

div.hpOutlet a:hover	{
		color:black;
		text-decoration:underline;
}



.hpSpacer	{
		width:4px;
		height:280px;
		float:left;
}

#hpMainText	{
		/*width:502px;*/
		width:472px;
		padding-left:10px;
		padding-right:20px;
		padding-top:5px;
		float:left;
		border-top:4px solid white;
		min-height:295px;
		line-height:125%;
}

#hpNews	{
		/*width:498px;*/
		width:468px;
		padding-left:15px;padding-right:15px;
		height:335px;
		padding-top:5px;
		float:left;
		font-size:12px;
		background-color:#ac2738;
		color:white;
		/*border-top:4px solid white;*/
		margin-top:4px;
		-moz-border-radius-topleft: 6px;
		-webkit-border-top-left-radius: 6px;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-bottomleft: 6px;
		-webkit-border-bottom-left-radius:6px;
		-moz-border-radius-bottomright: 6px;
		-webkit-border-bottom-right-radius: 6px;
		
}

#hpNews h1	{
		font-size:14px;
		padding-top:6px;
		padding-bottom:12px;
}

#otherMainText	{
		color:#333;
		line-height:125%;
}

#otherMainText .mainPageImage	{
		float:right;
		padding-left:10px;
}

#otherMainText h1	{
		font-variant:small-caps;
		padding-top:10px;
		font-size:16px;
		padding-left:10px;
		padding-right:10px;
}

#otherMainText h2	{
		font-variant:small-caps;
		font-size:14px;
		padding-left:10px;
		padding-right:10px;
		padding-top:3px;
}


#otherMainText p	{
		padding-left:10px;
}


div.contactInfo	{
		width:247px;
		height:350px;
		float:left;
		background-color:#ccc;
		color:#666;
		-moz-border-radius-bottomleft: 6px;
		-webkit-border-bottom-left-radius:6px;
		-moz-border-radius-bottomright: 6px;
		-webkit-border-bottom-right-radius: 6px;
}

div.contactInfo h1	{
		font-variant:small-caps;
		padding-top:10px;
		font-size:14px;
		padding-left:10px;
		padding-right:10px;
		height:45px;
}


div.contactInfo p	{
		font-size:12px;
		padding-left:10px;
		padding-right:10px;
}

div.contactInfo a:link,
div.contactInfo a:visited	{
		text-decoration:none;
		color:#666;
}

div.contactInfo a:hover	{
		color:black;
		text-decoration:underline;
}




#footer	{
		font-size:11px;
		height:60px;
		padding-top:15px;
		border-top:1px solid #ccc;
		border-bottom:10px solid white;
		color:#999;
		text-align:center;
}

#footer a:link, 
#footer a:visited	{
		text-decoration:none;
		color:black;
}

#footer a:hover	{
		text-decoration:underline;
} 


img	{
		border:none;
}

img.floatLeft	{
		float:left;
}

img.ImageLeft	{
		float:left;
		padding-right:20px;
		padding-bottom:20px;
}

img.ImageRight	{
		float:right;
		padding-left:20px;
		padding-bottom:20px;
}


a		{
		color:black;
}

a:hover	{
		text-decoration:none;
		color:#aa2a37;
}


a.wvwLink:link,a.wvwLink:visited
			{
			font-size:10px;
			color:#999;
			text-decoration:none;
			}
a.wvwLink:hover	{
			color:black;
			background-color:transparent;
			}						
