@charset "utf-8";
/* CSS Document */

/*****Reset*****/  
/*Remove margin and padding from elements*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{ 	font-family:Arial, Helvetica, sans-serif; color: #303030; font-size: 14px; }


#container
{
	width:990px;
	margin: 20px auto 0px;
	background-color:#FFcc33;
	border:1px solid black;
	height:1200px;
}

#header
{
  font-size:20px;	
  height:160px;
  width:100%;
  border-bottom:4px solid red;
}

#logo
{
	margin-left:15px;
	margin-top:15px;
}
#tagline
{
	margin-top:130px;
	margin-left:20px;
}
#nav
{
	margin-left:25px;
	margin-top:1em;
	height:300px;
	width:140px;
	font-size:16px;
	line-height:1.25;
}


ul li ul
{
margin-left:20px;
	font-size:14px;

	
}

a
{
text-decoration:none;	
color: #000000; 
	
}

a:hover
{
	color: #FF3300; 
}

#buttonbox
{
background-color:white;
width:105px;
height:35px;
border: 1px solid black;
}

#contentsholder
{
  width:825px;
  height:1200px;
  background-color:white;
	
}

#contents
{
  width:750px;
  height:740px;
  margin-left:auto;
  margin-right:auto;
  overflow:auto;
  margin-top:20px;
   border:1px solid #DDDDDD;

}

#pagetitle
{
  font-weight:bold;
  font-size:16px;
  margin-top:1em;
  margin-left:1em;
  color:#606060;
}
#pagesummary
{
  width:750px;
   margin-left:auto;
   margin-right:auto;
	margin-top:20px;
}
#offer
{
  width:240px;
  font-size: 12px;
  background-color:white;
  margin-top:20px;
  margin-left:10px;
  margin-right:10px;
  padding: 30px;
  line-height:1.25;
  border:1px solid black;
  float:left;
}

#gallerylayout
{
width:600px;
margin-left:auto;
margin-right:auto;
margin-top:30px;	
}
#gallerylayout td
{
  width:300px;	
  height:300px;
}

#gallerylayout td table
{
	margin-top:1em;
  width:200px;	
}

#gallerylayout td table td
{
  height:15px;
  font-size:x-small;
  text-align:right;
}
#gallerylayout td img
{
	display:block;
	margin-left:auto;
	margin-right:auto;

}

#gallerylayout td p
{
	text-align:center;
}


#footnote
{
	margin-top:20px;
	width:400px;
  margin-left:100px;
	font-size:x-small;
}

#footer
{
height:20px;
text-align:center;
font-size:x-small;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
}

.float {
	float: left;
}
.clear{clear:both;height:0px;}

.text { 
font-size: 14px;
padding:20px;
font-family:arial;
}


/*

.subhead { font-size: 20px;  color: #000000; }

.subhead a
{
text-decoration:none;	
	
}


.footer { font-size: 12px; font-family: Verdana, sans-serif;}
A.footer { color: #000000; text-decoration: none; }
A.footer:hover { color: #705F43; text-decoration: underline; }

.leftnav { font-size: 13px; font-weight: bold; }
A.leftnav { color: #000000; text-decoration: none; }
A.leftnav:hover { color: #705F43; text-decoration: underline; }

.new { font-size: 10px; color: #CC0000; font-weight: bold; }

.headline { font-size: 20px; font-weight: bold; color: #06659E; }



*/