/* CSS Document */

/* ----- The sections below are based on viewing the web site layout from top to bottom and then left to right ----- */

/* ----- MAIN WRAPPERS ----- */

#wrappertop {
	margin: auto;
	width: 950px;
}

#wrappernav {
	margin: auto;
	width: 950px;
}

#wrapperbottom {
	margin: 50px auto 0px auto;
	width: 950px;
	text-align: center;
}

/* ----- LOGO ----- */

#logo {
	width: 158px;
	padding: 15px 0px 10px 0px;
	text-align: center;
	margin: auto;
}

/* ----- NAVIGATION ----- */

#navigation {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4F4F4F;
	width: 960px;
	height: 45px;
	padding-top: 25px;
	text-align: center;
}

/* ----- PANORAMIC TYPES ----- */

#panoramicbgphoto {
	background-image: url(../graphics/csslayout/bgpanoramic.jpg);
	background-position: center;
	width: 100%;
	height: 350px;
	text-align: center;
	margin: auto;
}

#panoramicphoto {
	width: 950px;
	height: 350px;
	text-align: center;
	margin: auto;
}

/* -----FULL COLUMN ----- */

#fullcolumnwrapper {
	margin: auto;
	width: 950px;
	text-align: left;
}

/* ----- LEFT COLUMN FOR BLOCKS ----- */

#circlegray {
	float: left;
	width: 200px;
	height: 193px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	background-image: url(../graphics/csslayout/circlegray.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 7px;
	margin-bottom: 20px;
	}
	
#circleyellow {
	float: left;
	width: 200px;
	height: 193px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	background-image: url(../graphics/csslayout/circleyellow.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 7px;
	margin-bottom: 20px;
}

#circleorange {
	float: left;
	width: 200px;
	height: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	background-image: url(../graphics/csslayout/circleorange.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 20px;
}


#circlered {
	float: left;
	width: 200px;
	height: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	background-image: url(../graphics/csslayout/circlered.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 20px;
}

#leftcolumnwrapper {
	float: left;
	width: 200px;
	text-align: left;
}

#blockwrapper {
	float: left;
	width: 186px;
	border: 7px solid #CCCCCC;
	background-image: url(../graphics/csslayout/blockfade.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

#blockicon {
	float: left;
	width: 166px;
	padding: 10px;
	background-image: url(../graphics/csslayout/blockdivider.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}

#blockcontent {
	float: left;
	width: 166px;
	padding: 10px 10px 20px 10px;
	text-align: left;
}

/* ----- RIGHT COLUMN ----- */

#rightcolumnwrapper {
	float: left;
	width: 700px;
	text-align: left;
}

/* ----- COLUMN DIVIDER SPACE ----- */

#columndividerspace {
	float: left;
	width: 50px;
}

/* ----- FOOTER ----- */
 
#footerwrapper {
	float: left;
	margin-top: 50px;
}

#footer {
	float: left;
	width: 700px;
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #626262;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
}

/* ----- EXTRAS ----- */

#photoright01 {
	float: right;
	clear: right;
	background-image: url(../graphics/csslayout/photoshadow01.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #FFFFFF;
	padding: 10px 10px 25px 10px;
	margin-left: 15px;
}

#photoright02 {
	float: right;
	clear: right;
	background-image: url(../graphics/csslayout/photoshadow02.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #FFFFFF;
	padding: 10px 10px 20px 10px;
	margin-left: 15px;
}

#floatright {
	float: right;
}

#floatleft {
	float: left;
}

#clear {
	clear: both;
}

.sonet {
	background-image: url(../graphics/csslayout/sonet.gif) top left no repeat;
	display: block;
	height: 30px;
	width: 170px;
	text-indent: -9999px;
	}