body {
	background-color: #ADBBBB;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Verdana;
	line-height: 1.25em;
}
a, a 
{
	color: #992900;
	font-weight: bold;
}
a:hover
{
    color: #992900;
}
#outsidecontainer {
	margin: auto auto;
	width: 768px;
	text-align: left;
	padding: 5px;
	background-color: #fff;
}

#menu {
	display: block;
	height: 35px;
}

#header {
	text-align: left;
	padding: 25px;
	padding-bottom: 25px;
	padding-top: 25px !important;
	color: #320;
	background-image: url(/images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px -6px;
	height: 125px;
	font-size: 13px;
	font-weight: bold;
}
#header a:visited, #header a:link
{
	font-size: 35px;
	font-weight: bold;
	font-family: Arial;
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 1em;
}

#content
{
	background-color: #fff;
	vertical-align: top;
	padding: 40px;
	padding-left: 20px;
	padding-top: 0px;
}

.footer
{
	padding: 10px;
}
#content h1, #content h2, #content h3
{
	color: #666;
}

#content h1 {
	font-size: 29px;
	font-family: Georgia;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #355;
	line-height: 125%;
}
#content h2
{
	font-size: 18px;
	font-family: Georgia;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 2em;
	padding-top: 4px;
}

#content h3
{
	font-size: 15px;
	font-family: Georgia;
	margin-bottom: 5px;
	margin-top: 10px;
}
p
{
	margin-bottom: .75em;
	margin-top: .25em;
	line-height: 150%;
}


#content li
{
	padding-bottom: 1em;
	list-style-type:circle;
	
}
#content table
{
	margin-bottom: 1em;
}
#content .ad
{
	float: left;
	margin-right: 10px;
	margin-left: -3px;
	margin-top: 0px;
}



/* ADSENSE TAGS */
.ad
{
	width: 135px;
	padding: 0px;
}

.ad .adsbygoogle
{
	font-size: 12px;
	color: #000;
}

.ad .text
{
	font-size: 11px;
	color: #000;

}

.ad .url
{
	font-size: 11px;
	color: #666;
}

.ad .bg
{
	background-color: #fff;
}

.ad .link
{
	color: #995B00;
	text-decoration: underline;
}
#content li
{
	padding-bottom:15px;
}

hr
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
	display: block;
	border: 1px solid #ccc;
	
}

}
/* MENU RELATED STYLING 
http://alistapart.com/articles/dropdowns/
*/
#menu
{
	display: block;
	width: 100%;
	background-color: #FFFFFF;
}
#menu ul
{
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu li {
  float: left;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  }
  
#menu li ul {
  display: none;
  position: absolute; 
  top: 10px;
  left: 0;
  }
#menu li > ul {
top: auto;
left: auto;
}
#menu li li
{
    border: 0px;
    border-bottom: 1px solid #999;
    padding: 0px;
}
#menu li li a
{
    font-weight: normal;
    display: block;
    width: 150px;
    padding: 8px;
    float: left;
    border-right: 1px solid #992900;
    text-decoration: none;
}
#menu li li a:hover
{
    text-decoration: underline;
    background-color: #992900;
    color: #fff;
}

#menu li:hover ul, #menu li.over ul  {
    display: block; 
    border-left: 1px solid #992900;
    border-top: 1px solid #992900;
    width: 150px;
    margin-top: 8px;
    margin-left:-9px;
}
#menu li.over ul 
{
    margin-left:-1px;
    margin-top: 19px;
}

@media (width <= 768px) {
	#outsidecontainer {
		margin: 0px;
		width: 100%;
		padding: 0px;
	}

	#menu {
		height: 75px;
	}
}
