@import url(reset.css);

/* hide from IE mac \*/
html
{
	min-height: 100%;
	margin-bottom: 1px;
}

/* end hiding from IE5 mac */
body
{
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "New Century Schoolbook", serif;
	font-size: 11px;
	line-height: 1.33em;
	margin: 15px 0 0 0; /* Sets the margin properties (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-color: #b2aa94;
}

h1, h2, h3, h4, h5
{
	color: #000;
	font-weight: bold;
}

h1 { font-size: 1.67em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.33em; }
h4 { font-size: 1.1em;  margin: 0.5em 0 0;}
h5 {font-size: 1em; margin: 0.5em 0 0;}
h6 {font-size: 0.85em; margin: 0.5em 0 0;}


p
{
	margin: 0.33em 0 1em 0;
	line-height: 1.7;
}

/* Sets the style for unvisited links. */
a,  a:link
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* Sets the style for visited links. */
a:visited
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* Sets the style for links on mouseover. */
a:hover
{
	color: #000;
	text-decoration: underline;
}

/* Sets the style for a link that has focus. */
a:focus { color: #000; }

/* Sets the style for a link that is being activated/clicked. */
a:active { color: #000; }

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper
{
	background-color: #fff;
	margin: 0 auto 0 auto;
	/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	/* Redefines the text alignment defined by the body element. */
	width: 760px;
	/*
  border: solid 1px #685F4C;
*/
}

#outerWrapper #header
{
	background-color: #FFF;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 192px;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0 0 0 0;
	/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #navcontainer { height: 50px; }

ul#navlist
{
	list-style-type: none;
	padding-bottom: 24px;
	padding-left: 10px;
	border-bottom: 1px solid #ebc0c0;
	margin: 20px 0 0 0;
	font-family: 'Myriad Apple', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
}

ul#navlist li
{
	float: left;
	height: 21px;
	background-color: #ebc0c0;
	margin: 2px 2px 0 2px;
	border: 1px solid #ebc0c0;
}

ul#navlist li#active
{
	border-bottom: 1px solid #fff;
	background-color: #fff;
}

ul#navlist li.home, ul#navlist li.contact { background-color: #e2e2dA; }
ul#navlist li.home { margin-left: 60px; }
li#active a { color: #000; }

#navlist a
{
	float: left;
	display: block;
	color: #666;
	text-decoration: none;
	padding: 4px;
}

#navlist a:hover
{
	background: #fff;
	padding-bottom: 6px;
}

#outerWrapper #contentWrapper { background: url(../images/contentWrapper_bg.jpg) repeat-y; }

#outerWrapper #contentWrapper #subColumn1
{
	background-color: #fff;
	float: left;
	padding: 10px 10px 10px 10px;
	/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content
{
	margin: 0 0 0 220px;
	/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 20px;
	/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat
{
	clear: left;
	display: block;
}

#content img
{
	display: block;
	margin: 10px 0;
}

a, a img,  
a:link, a:link img,
a:visited, a:visited img,
a:active, a:active img,
a:hover, a:hover img,
a:focus, a:focus img { outline: 0; }

#outerWrapper #footer
{
	background-color: #947c6c;
	border-top: solid 1px #685F4C;
	/* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px;
	/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#footer a, 
#footer a:link, 
#footer a:visited
{
	border-bottom: 1px dotted #b2aa94;
	text-decoration: none;
}

#footer a:hover,
#footer a:focus
{
	border: none;
	color: #b2aa94;
}


/************** Generic Classes *******************/
.topless { padding-top: 0; }

.right
{
	float: right;
	margin: 5px 0 2px 10px;
}

.left
{
	float: left;
	margin: 5px 10px 2px 0;
}

.clearit
{
	font-size: 0;
	line-height: 0;
	clear: both;
}

.alright
{
	float: right;
	position: relative;
	margin: 0.25em 0 0.66em 1.5em;
}

img.border { border: 3px double #b2aa94; }

img.main
{
	margin: 12px 0 0 20px;
	display: block;
}

img.margin-bottom
{
	margin: 12px 0 6px 20px;
	display: block;
}


a img {border: none;}

ul, ol {margin: 1em 0; padding-left: 2.5em;}
dt {margin: 0.5em 0 0;}
dd {margin: 0.25em 0 0.5em 2.5em;}
pre, code, tt {font: 100% "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace; margin: 1em 0;}
code, tt {border-bottom: 1px solid #E3E3E3; padding: 0 1px;}
small {font-size: 85%;}
big {font-size: 115%;}
sup {font-size: smaller; vertical-align: 0.5em; line-height: 1px;}
img.pic {float: right; position: relative; margin: 0.25em 0 0.66em 1.5em;}
img.border {border: 3px double;}
img.standalone {display: block; margin: 0.5em auto; width: auto; max-width: 100%;}

#content li {line-height: 1.33; margin-bottom: 0.33em;}
#content .compact li {line-height: normal; margin-bottom: 0;}
#content ul li {list-style: square;}
#content ol li {list-style: decimal;}

#content blockquote {font-style: normal; margin: 1em 1em 1em 2em;}
#content blockquote em {font-style: italic; font-weight: inherit;}
#content blockquote p {margin: 0.33em 2.5% 0.33em 0 !important;
  line-height: 1.2; text-indent: 2em;}

/*
 diagnostic styles



a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}

img {outline: 5px solid red;}
img[alt][title] {outline-width: 0;}
img[alt] {outline-color: fuchsia;}
img[alt], img[title] {outline-style: double;}
img[alt=""][title], img[alt][title=""] {outline-width: 3px;}
img[alt=""][title=""] {outline-style: dotted;}


 div { border: solid 1px red; }
 div div { border-color: orange; }
 div div div { border-color: yellow; }
 div div div div { border-color: green; }
 div div div div div { border-color: aqua; }
 div div div div div div { border-color: navy; }
 div div div div div div div { border-color: purple; }
 
 
 div#cntContent { color: #f00; }
 div#cntContent * { color: #000; }
 
 *[align], *[valign], *[border], table[cellspacing], table[cellpadding], *[width], *[height], a[href^=”javascript:”], *[onload], *[onunload], *[onchange], *[onsubmit], *[onreset], *[onselect], *[onblur], *[onfocus], *[onkeydown], *[onkeypress], *[onkeyup], *[onclick], *[ondblclick], *[onmousedown], *[onmousemove], *[onmouseover], *[onmouseout], *[onmouseup]
 {outline:5px solid red;}


*/
