/* zero out to remove differences among browsers and to remove ugly things*/
* {margin:0; padding:0 border: 0;}
html {height: 100%; min-height: 100%; margin-bottom: 1px;}
input, select, th, td, h1,h2,h3,h4,h5,h6,pre,code {font-size:1em}
li li, li p, td p, blockquote p {font-size:1em}
:link,:visited { text-decoration:none }
ul,ol { list-style:none; margin: 0; padding: 0; }
a img,:link img,:visited img { border:none }
address { font-style:normal }
table {font-size: 100%}

/* START MAIN HOLDERS */
body
{
	text-align: center;
    padding: 10px 0;
	background: #626B8F;
    background: #FCE9EB;
    font-family: Arial, Helvetica, sans-serif;
 	font-size: 72%;
	color: #515F4D;
}

div#container
{
	text-align:left;
    width: 650px;
    margin: 0 auto;
	border: 1px solid #808554;
	background: #EAF0C1 url(/i/bg_content.gif) top left repeat-y;
}

div#header
{
	border-bottom: 1px solid #808554;
	background: #fff url(/i/logo_top.gif) top left no-repeat;
	height: 92px;
}

div#content
{
	float: left;
	padding: 18px 15px;
	font-size: 1.2em;
	clear: both;
	background: #FFF7F8;
	width: 370px;
}

body#home div#content
{
		border-top: 1px solid #808554;
}

div.sidebar
{
	width: 250px;
	float: right;
}

div#footer
{
	text-align: center;
	padding: 5px 0 5px 45px;
	border-top: 1px solid #808554;
	background: #F9EECD url(/i/bg_footer.gif) top left no-repeat;
	font-size: 1.1em;
	clear: both;
}

#navholder
{
	width: 246px;
	height: 92px;
}

#flashcontent
{
	color: #fff;
	font-size: 1.5em;
}
/* END MAIN HOLDERS */

/* START DEFAULT LINKS */
a:link, a:visited
{
 color: #768ABF;
 text-decoration: underline;
}

a:hover, a:active
{
 color: #E9C452;
 text-decoration: none;
}
/* END DEFAULT LINKS */

/* START PARAGRAPHS AND HEADINGS */
p.caption
{
	font-size: 11px;
	margin: 15px;
	font-style: italic;
	
}

p.testimonial-right-col
{
	margin: 15px;
	font-size: 1.2em;
	line-height: 1.4;
}

div#content p
{
	margin-bottom: 1.2em;
	line-height: 1.3em;
}

div#content p.last
{
	margin-bottom: 0;
}

h1, h2
{
	font-family: Arial, Helvetica, san-serif;
	font-weight: normal;
}

h1
{
	margin-bottom: .7em;
	font-size: 1.7em;
	color: #71754A;
}

h2
{
	margin-bottom: .5em;
	font-size: 1.5em;
	color: #EFB20E;
}
/* END PARAGRAPHCS AND HEADINGS */

/* START MISC LISTS */
ul#toerrishuman
{
	margin-bottom: 15px;
	color: #f00;
}

ul.sugg-menu
{
	margin-bottom: 18px;
}

ul.sugg-menu li
{
	margin-bottom: 5px;
}
/* END MISC LISTS */

/* START MISC STUFF */
div#header img
{
	display: block;
}

img.slideshow-neighbor
{
	float: right;
	width: 250px;
}

div#slideshow-holder
{
	float: left;
	height: 250px;
	width: 400px;
}

img.goright
{
	float: right;
	width: 249px;
}
/* END MISC STUFF */

/* START YOU ARE HERE */
/* END YOU ARE HERE */

/* START TABLES */
/* END TABLES */

/* START MENU MOUSEOVER STUFF */
/* HIDE TEXT */
#menu li a
{
	text-indent: -5000px;
	overflow: hidden;
}
#menu
{
    width: 249px;
    height: 92px;
    background: url(/i/nav.gif);
    margin: 0 0 0 401px;
    padding: 0;
    position: relative;
}

#menu li
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    position: absolute;
}

#menu li, #menu a
{
    height: 46px;
    display: block;
}

#panel1, #panel2, #panel3, #panel4 {width: 124px; height: 46px;}

#panel1 {left: 0;}
#panel2 {left: 124px;}
#panel3 {left: 0; top: 46px;}
#panel4 {left: 124px; top: 46px;}

#panel1 a:hover {background: transparent url(/i/nav_hover.gif) 0 0 no-repeat;}
#panel2 a:hover {background: transparent url(/i/nav_hover.gif) -124px 0 no-repeat;}
#panel3 a:hover {background: transparent url(/i/nav_hover.gif)  0 -46px no-repeat;}
#panel4 a:hover {background: transparent url(/i/nav_hover.gif) -124px -46px no-repeat;}
/* END MENU MOUSEOVER STUFF */

/* START FORM STUFF */
input.generic, textarea.generic
{
	width: 360px;
	padding: 2px 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #515F4D;
	border: 1px solid #B1AE9E;
}

form
{
	margin-bottom: 15px;
}
/* END FORM STUFF */
