/* CSS Document */
body	{
	margin:0px;
	text-align: center;
	min-width: 780px;
	background-color: #CCCCCC;
}

#wrapper {
	width:759px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}


/* Layout ------------------------------------------------------------------------------------*/

#branding {
	width:759px;
	background-color: #ffffff;
}

#photoSlideshow {
	width:759px;
	background-image: url(images/slideshow_bg1.gif);
	text-align: center;
	height: 488px;
	padding-top: 0px;
}

#webSlideshow {
	width:759px;
	background-image: url(images/slideshow_bg1.gif);
	text-align: center;
	height: 470px;
	padding-top: 0px;
}

#slideshow {
	width:759px;
	background-image: url(images/slideshow_bg1.gif);
	text-align: center;
	height: 460px;
	padding-top: 0px;
}

#menuTop {
	width:759px;
	height: 31px;
	padding-top: 24px;
	background-color: #ffffff;
}

#rightMenu {
	width:356px;
	float:right;
	background-color: #ffffff;
}

#leftMenu {
	width:403px;
	float:left;
	background-color: #ffffff;
}

#menuFooter {
	width:759px;
	height: 9px;
	clear:both;
	background-image: url(images/menu_home6.gif);
}

#textArea {
	width:759px;
	background-color: #ffffff;
}

#textArea p {
	padding-top: 30px;
	padding-left: 75px;
	padding-right: 75px;
}

#footer {
	width:759px;
	clear:both;
	background-color: #ffffff;
}

#footer p {
	padding-top: 30px;
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #CCCCCC;
}




/* Styles ------------------------------------------------------------------------------------*/

p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
	
}

a:link, a:visited {color: #000000; text-decoration: none; font-weight: bold;}
a:hover, a:active {color: #9E92D3; text-decoration: underline; font-weight: bold;}
