@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #F7E6CC;*/
	background-image: url(images/background.bmp);
	background-repeat: repeat;
	height: 100%;
	
}
a:link {
	color: #d67f1c;
	text-decoration: none;
}
a:visited {
	color: #d67f1c;
	text-decoration: none;
}
a:hover {
	color: #d67f1c;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #d67f1c;
	text-decoration: none;
}

#overlay {
	z-index:1000;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	height: 100%;
	background:#000000;
	opacity:0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
	visibility:hidden;
	text-align: center;
}

#pageReader {
	z-index:1000;
	position: absolute;
	margin:0px auto;
	background-color: #FFFFFF;
	visibility:hidden;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}

#page {
	width: auto;
	float: left;
	border-left: 1px solid #000000;
}
#container {
	width: 960px;
	height: auto;
}

#topColorBar {
	width: inherit;
	height: 20px;
	background-color: #c36808;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#header {
	width: inherit;
	height: 146px;
	background-image: url(images/headerBackGround.gif);
	text-align: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#banner {
	width: 704px;
	height: 69px;
	background-image: url(images/Banner.jpg);
	margin-left: 30px;
}

#buttonsBar {
	width: 896px;
	height: 77px;
	background-image: url(images/ButtonBar.jpg);
	margin-left: 30px;
}

#buttonBarButton {
	width: auto;
	height: inherit;
	margin-left: 150px;
	margin-top: 23px;
	font-size: 22px;
	font-weight: bold;
	float: left;
}

#buttonBarButton a:link {
	color: #FFFFFF;
}

#buttonBarButton a:hover {
	color: #FFFFFF;
}

#buttonBarButton a:visited {
	color: #FFFFFF;
}

#buttonBarButton a:active {
	color: #FFFFFF;
}

#quickView {
	width: inherit-40px;
	height: 135px;
	background-color: #f3eeeb;
	border-bottom: 1px solid #000000;
	text-align: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#quickView H1 {
	color: #666666;
	font-style: italic;
	text-decoration: underline;
	border: 0px;
	margin: 0px;
	font-size: 32px;
}

#quickViewText {
	width: 640px;
	height: auto;
	float: left;
	color: #666666;
}

#quickViewImage {
	width: 220px;
	height: auto;
	float: left;
}

#quickViewLong {
	width: auto;
	height: auto;
	font-size: 18px;
	font-weight: lighter;
	margin-left: 40px;
	padding-top: 30px;
	
}

#mainContent {
	width: inherit;
	height: auto;
	background-image: url(images/mainContentBackGround.gif);
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#mainContentFrames {
	width: 930px;
	height: 480px;
	background-image: url(images/mainContent.gif);
}

#mainLeftFrame {
	width: 555px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

#mainRightFrame {
	width: 300px;
	float: left;
	margin-left: 15px;
	margin-top: 30px;
}


#mainContentLarge {
	width: 930px;
	height: 480px;
	background-image: url(images/mainContentLarge.gif);
}

#mainContentLeftHeader {
	width: 540px;
	height: auto;
	float: left;
	
	font-size:30px;
	text-align:left;
	font-style: italic;
	font-weight: bolder;
	color: #666666;

}

#mainContentRightHeader {
	width: auto;
	height: auto;
	float: left;
	
	font-size:30px;
	text-align: left;
	font-style: italic;
	font-weight: bolder;
	color: #666666;
}


#mainContentLeftFrame {
	width: 535px;
	height: 350px;
	background-color:#f3eeeb;
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	text-align: left;
	overflow: auto;
}

#mainContentRightFrame {
	width: 275px;
	height: 350px;
	background-color:#f3eeeb;
	float: left;
	margin-left: 10px;
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #c36808;
	overflow: auto;
}

#mainContentLargeFrame {
	width: 835px;
	height: 350px;
	background-color: #f3eeeb;
	margin-left: 3px;
	margin-top: 30px;
	text-align: left;
	overflow: auto;
}

#contactFrame {
	width: inherit;
	height: inherit;
	background-color: #006633;
	text-align: center;
}

#mags {
	width: 250px;
	height: 75px;
	background-image: url(images/cellLowLight.gif);
	margin-bottom: 15px;
	text-align: left;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
}

#mags:hover {
	width: 250px;
	height: 75px;
	background-image: url(images/cellHighLight.gif);
	margin-bottom: 15px;
}

#magsImage {
	width: 70px;
	height: 70px;
	margin-left: 2px;
	margin-top: 5px;
	float: left;
	text-align: center;
}

#magsCaption {
	width: 160px;
	height: 40px;
	margin-left: 5px;
	margin-top: 15px;
	float: left;
	font-size: 16px;
}

#magsCaption a:link {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

#magsCaption a:visited {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

#magsCaption a:hover {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #d67f1c
}

#footer {
	width: inherit;
	height: 242px;
	text-align: center;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

#clear {
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
}