/* CSS Template for [Company/Organization] */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/images/structure/body_background.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	background-color: #1B1A1A;
	
} 
 
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Times New Roman;
	width: 1029px;
	font-style: normal;
	color: #000;
} 

#container td {
	vertical-align: top;
}

#boxes {
	position: absolute;
	right: 20px;
	bottom: 0px;
	z-index: 2;
}

#boxes td {
	height: 16px;
	width: 16px;
	color: #B15C11;
}
 
#header {
	position: relative;
	/* IMPORTANT */
	height: 206px;
	width: 1029px;
	/*background-image: url(/images/structure/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	text-align: center;
	vertical-align: bottom;
} 

#memberlogin {
	position: absolute; 
	right: 18px; 
	top: 46px;
}

#memberlogin A {
	font-family : "Times New Roman";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#memberlogin A:hover {
	font-family : "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#shopping_links {
	position: absolute;
	top: -45px;
	right: 250px;
}

#search_header {
	position: absolute;
	top: -55px;
	right: 50px;
}
 
 #topscript {
	text-align: center;
	margin-top: 5px;
}

#newsheading {
	margin-top: 20px;
	margin-left: 50px;
}
 
#maincol {
	width: 708px; 
	position: relative; 
	float: right;
}



/*text styles*/

h1 {
	font-size: 14pt;
	text-align: left;
	margin: 7px 0px 3px 0px;
}

#nav ul {
	margin-top: 0px;
	margin-bottom: 0px;
	}

li {
	font-size: 12pt;
	text-align: left;	
	font-weight: bold;
	padding: 2px;
}

.line {
	color: #B15C11;
	font-size: 20pt;
	font-weight: bold;
}

.date {
	font-weight: bold;
	font-size: 12pt;
	color: #B15C11;
	text-align: left;
}

.bold {
	font-weight: bold;
	font-size: 13pt;
	color: #FAE8C7;
	text-align: left;
}

.italic {
	font-style: italic;
	font-size: 12pt;
	color: #FAE8C7;
	text-align: left;
}

p {
	text-align: left;
	/*margin: 0px;*/
	font-size: 10pt;
}

/*end text styles*/



/*link styles*/



#headlines {
	width: 558px;
	padding: 20px 50px 10px 50px;
	text-align: left;
}

#headlines a {
	text-decoration: none;
	color: #B15C11;
	font-style: italic;
	font-size: 12pt;
}

#headlines a:link {
	text-decoration: none;
	color: #B15C11;
}

#headlines a:hover {
	text-decoration: none;
	color: #B15C11;
}

#headlines a:visited {
	text-decoration: none;
	color: #B15C11;
}

#nav {	
	width: 230px;
	background: url(/images/structure/nav_background.jpg);
	text-align: center;
	color: #B15C11;
}

#nav a {
	font-weight: bold;
	color: #B15C11;	
}

#nav a:link {
	text-decoration: none;
	color: #B15C11;
}

#nav a:visited {
	text-decoration: none;
	color: #B15C11;
}

#nav a:hover {
	text-decoration: none;
	color: #B15C11;
}

#links {
	color: #FAE8C7;
	width: 500px;
	height: 35px;
	position: absolute; 
	right: 220px; 
	top: 110px;
}

#links a{
	text-decoration: none;
	color: #FAE8C7;
}

#links a:link {
	text-decoration: none;
	color: #FAE8C7;
}

#links a:hover {
	text-decoration: none;
	color: #FAE8C7;
}

#links a:visited {
	text-decoration: none;
	color: #FAE8C7;
}

#mainimage {
	margin: 0px 0px 0px 0px;
}

#mainimage a img{
	border-style: none;
}

#mainimage  a:link img{
	border-style: none;
}

#mainimage a:hover img{
	border-style: none;
}

#mainimage a:visited img{
	border-style: none;
}


/*end link styles*/


hr {
	color: #B15C11;
	height: 2px;
	width:196px;
	margin: 10px 0px 10px 0px;
}

#content {
	width: 1029px;
	position: relative;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#content table {
	/*cellspacing: 0px 5px 5px 5px;*/
}

#content td {
	vertical-align: top;
}

.news {
	position: relative;
	width: 658px;
	font-size: 8pt;
	color: black;
	margin-top: 10px;
}

#footer {
	font-size: 8pt;
	color: #ffffff;
	width: 900px;
	position: absolute;
	top: 10px;
	left: 77px;
}

#footer A {
	color: #ffffff;
}

#footer table {
	background-color: #B15C11;
	height: 100%;
	text-align: left;
}


/*Simple styles for clients to use sizes and colors etc.*/

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.yellow {
	color: #ffff00;
}

.tan {
	color: #FAE8C7;
}

.brown {
	color: #755C11;
}


/* Other style names that may be used include:

1) horiz-nav - if nav needs to be a horizontile navigation
2) base-nav - if nav needs to be text links near the copyright
3) copyright - if the style needs to be different from other elements in the footer - usually used in a span within the footer div
4) something_something where there would be additional styles for sectioned layouts where the peacies fit togeather but are in seperate divs (eg. nav_top, nav_bottom or header_left, header_right etc.)
5) something_something where there would be user defined changes through either navigation or selection (eg. header_0, header_1, header_2)

*/ 

 
/* Float containers fix:
   http://www.csscreator.com/attributes/containedfloat.php */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

@media print{  /* printer styles */ 
	#nav { /* hide the left column when printing */ 
		display:none;
	} 

	#maincol {
		width:100%;
		float:none;
	}
}