@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #D6D6D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #333333;
	line-height: 130%;
}
.oneColFixCtrHdr #container {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #838383;
	height: 100px;
	padding: 0;
	margin: 0px;
}
#header img {
	margin-top: 16px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #333333;
	padding: 0;
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 22px;
	font-weight: normal;
	color: #E5E5E5;
	padding-top: 12px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #D6D6D8;
}
.pagelinx {
	font-size: 15px;
	font-weight: normal;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(../jpgs/menuBgd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	height: 36px;
}
.indexphotos {
	background-image: url(../jpgs/textboxBgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #4F4F4F;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.pagelinx a {
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../jpgs/linkdivider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 36px;
	margin: 0px;
	padding: 10px;
	font-size: 0.8em;
}
.pagelinx a:hover {
	color: #A0B3DC;
	background-image: url(../jpgs/linkhover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.textbox {
	background-image: url(../jpgs/textboxBgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 20px;
	margin-left: 0px;
	border: 1px solid #4F4F4F;
	background-color: #333333;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
.textbox p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.textbox h2 {
	font-size: 17px;
	font-weight: normal;
	color: #D9D9D9;
}

.textbox h1 {
	font-size: 24px;
	font-weight: normal;
	color: #D6D6D8;
}



/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

.oneColFixCtrHdr #footer {
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #606060;
	margin-top: 15px;
	background-image: url(../jpgs/menuBgd.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 40px;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 10;
}
.oneColFixCtrHdr #container #footer #name {
	font-size: 11px;
	float: left;
}
.oneColFixCtrHdr #container #footer #phone {
	font-size: 11px;
	float: right;
	padding-right: 15px;
	padding-bottom: 15px;
}

.oneColFixCtrHdr #footer p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 15px;
}
.imagelinks {
	background-image: url(../jpgs/textboxBgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 20px;
	margin-left: 0px;
	border: 1px solid #4F4F4F;
	background-color: #333333;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.greylink {
	color: #DFDFDF;
	text-decoration: none;
}
a.greylink:hover {
	color: #5E75B9;
}
.gap {
	height: 10px;
	width: 10px;
}
.clear {
	clear: both;
	height: 10px;
	width: 100%;
}

.photobox {
	background-image: url(../jpgs/photoboxBgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 18px;
	margin-left: 0px;
	border: 1px solid #4F4F4F;
	background-color: #333333;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-right: 14px;
	padding-left: 14px;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 180px;
	text-align: center;
	height: 134px;
}
.space {
	height: 20px;
	clear: both;
}

.photobox img {
	padding-bottom: 3px;
}
.photobox2 {
	background-image: url(../jpgs/photoboxBgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 0px;
	margin-left: 2px;
	border: 1px solid #4F4F4F;
	background-color: #333333;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-right: 14px;
	padding-left: 14px;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 180px;
	text-align: center;
	height: 134px;
}
.photobox2 img {
	padding-bottom: 3px;
}
.textbox3 {
	margin-right: 20px;
	margin-left: 0px;
	padding-right: 20px;
}
.gap2 {
	width: 30px;
}
.imageswrapper {
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	background-image: url(../jpgs/textboxBgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.bluetext {
	color: #6086D7;
}
.imageleft {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}
.textbox2 {
	clear: both;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-align: center;
}
#essa {
	background-color: #231F20;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
}
#greytext {
	color: #747474;
}
#zigzag {
}
#zigzag a {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
#zigzag a:hover {
	color: #FF9900;
	text-decoration: none;
}
.space2 {
	height: 1px;
	clear: both;
}
#slideshow {
	height: 150px;
	margin-bottom: 10px;
}
#slides {
	height: 200px;
	float: left;
	width: 898px;
	border: 1px solid #666666;
}
#text {
	width: 900px;
	float: left;
}
#underline {
	height: 1px;
	margin-top: 8px;
	margin-bottom: 15px;
	background-color: #999999;
}
