@charset "utf-8";
body {
	background: #ffffff;
	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: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: none;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	float: none;
	padding-left: 17px;
	width: 447px;
	background-position: top;
}
.oneColFixCtr #nav_gallery {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	float: none;
	margin-left: 100px;
	padding-left: 15px;
	display: none;
	margin-top: 10px;
	width: 220px;
	padding-bottom: 15px;
}


.oneColFixCtr #logocolumn {
	float: left;
	width: 163px;
	padding-top: 15px;
}
.oneColFixCtr #detailcolumn {
	float: right;
	width: 80%;
}
/* Container for shadow content */
.shdw-container {
	width: 830px;

}
.shdw-container #shadow-top {
	background-image: url(../images/shadow/top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;

}
.shdw-container #shadow-middle {
	background-image: url(../images/shadow/middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 830px;
	padding-right: 26px;
	padding-left: 23px;
}
.shdw-container #shadow-bottom {
	background-image: url(../images/shadow/bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 19px;
}

a{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a:hover
{
	color: #0099cc;
}
#nav     a   {
	color: #666666;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	margin-right: 15px;
	font-size: 14px;
}

#nav a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	margin-right: 15px;
	font-size: 14px;
}
#nav_gallery a {
	color: #0099cc;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	margin-right: 15px;
	font-size: 14px;
}
#nav_gallery a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	margin-right: 15px;
	font-size: 14px;
}
#mininav {
	color: #999999;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 15px;
	width: 389px;
	height: 40px;
}
#mininav     a   {
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mininav a:hover {
	color: #0099cc;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#error{
	color: #FF3366;
	padding: 6px;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.submit
{
	background-color: #CCCCCC;
	border: 1px solid #666666;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
