/* 
Style Sheet for Scale Models Unlimited
by Dan Hall @ BlueStreakStudio.com
September-October 2007
 */

html,body {
	overflow-y: scroll; /* this forces scroll on short pages */
	font: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("images/site/back.gif"); 
	background-repeat: repeat;
	margin: 0; 
	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: #000000;
	height:100%;
	}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url("images/site/ctrbkg.gif");
	background-repeat: repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	min-height:100%;
	/* IE hack \*/
	* height:100%;
	/* Close Hack */
	}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	min-height:100%;
	}
.bodycopy {
	font:11px verdana, helvetica, arial, geneva, sans-serif;
	color: #222;
	line-height: 18px;
	}
/* Primary Linkage */
a, a:link	{
	color: #000083;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	margin: 0;
	border: 0;
	}
a:visited    { 
	color: #000083; 
	font-size: 12px; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	text-decoration: none; 
	margin: 0; 
	padding: 0;
	border: 0;
	} 
a:active { 
	color: #B81414; 
	font-size: 12px; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif; 
	text-decoration: none; 
	margin: 0; 
	padding: 0;
	border: 0;
	} 
a:hover { 
	color: #8C6E41; 
	font-size: 12px; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	text-decoration: none; 
	margin: 0; 
	padding: 0;
	border: 0;
	}
/* Nav Linkage */
.nav a, .nav a:link	{
	color: #8C6E41;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	}
.nav a:visited    { 
	color: #8C6E41; 
	text-decoration: none; 
	} 
.nav a:active { 
	color: #B81414; 
	text-decoration: none; 
	} 
.nav a:hover { 
	color: #000083; 
	text-decoration: none; 
	}
/* Img and Img Linkage */
img	{
	margin: 2pt;
	border: 3pt solid #000000
	}
a img, a:link img, a:visited img	{
	margin: 2pt;
	padding: 0;
	border: 3px solid #000083;
	}
a:hover img	{ 
	margin: 2pt; 
	padding: 0; 
	border: 3px solid #4A493C; 
	}
/* Body Basics */
table {
	padding: 0;
	margin:auto;
	}
p	{ 
	color: #000; 
	font-size: 11px; 
	font-family: verdana, arial;; 
	line-height: 20px;
	text-align: left; 
	margin: 0.5em 0.1em 1em;
	}
h1	{ 
	color: #4a493c; 
	font-size: 18pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	margin: 0; 
	padding: 0;
	}
h2	{ 
	color: #4a493c; 
	font-size: 12pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	margin: 0; 
	padding: 0;
	}
h3	{ 
	color: #474747; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-align: center; 
	margin: 0; 
	padding: 0;
	}
ul	{ 
	color: #000; 
	font-size: 0.8em; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
	line-height: 1.2em; 
	text-align: left; 
	list-style-type: disc; 
	margin: 2% 0;
	}
.pagehead {
	color: #333;
	font-size: 18px;
	font-family: Georgia, serif;
	text-align: center;
	border-bottom: double #000083;
	font-weight: bold;
	}
.text	{ 
	color: #000; 
	font-size: 0.7em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.2em; 
	background-position: center 0; 
	text-align: center; 
	position: relative; 
	width: 70%;
	}
.content	{
	line-height: 12px;
	text-align: center;
	}
	
.addr	 {
	color: #4a493c;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	clear: both;
	}
	
.subtext	{ 
	color: #000; 
	font-size: 0.7em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-position: center 0; 
	text-align: right; 
	position: relative; 
	width: 100% }
	
.copyright  { 
	color: #474747; 
	font-size: 10px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 1; 
	text-align: center; 
	display: block}
	
.preload { display: none; }
.map a	{ 
	width: 85px;
	height: 27px;
	background: url(images/site/back_btn.gif) no-repeat; 
	top: 24px;
	left: 24px;
	position: absolute; 
	}
.map a:hover	{ 
	width: 85px;
	height: 27px;
	background: url(images/site/back_hvr.gif) no-repeat; 
	top: 24px;
	left: 24px;
	position: absolute; 
	}
	
.head   { 
	color: #000; 
	font-size: 0.7em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	background-position: center 0; 
	text-align: left; 
	position: relative; 
	width: 100%; 
	max-width: 80%;
	}
