/* CSS Document */

body	{
		font-family: Arial; sans-serif;
		font-size: 12pt;
		}
/**divs for index page **/
#main	{
	background-color: #984807;
	}

#content	{
	background-color: #ffffff;
	height: 315px;
	}

#nav	{
	color: #ffc003;
	width: 250px;
	float: left;
	background-color: #984807;
	padding: 30px 10px 10px 10px;
	}
	
#navitem	{
	margin-bottom: 30px;
	font-size: 18pt;
	text-align: center;
	}
	
#navitem a  {
	color: white;
	text-decoration: none;
	}
	
#navitem a:hover  {
	background-color:#FFFFFF;
	color:#984807;
	}
	
#info	{
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 20px 0px;
	}
	
#info a	{
	color: #ffffff;
	}
	
#blog	{
	float: right;
	width: 250px;
	font-size: 18pt;
	color: #ffc003;
	padding: 0px 40px 0px 0px;
	line-height: 1.5em;
	}

/**divs for sub pages **/

#menu ul
{
	padding-left: 0;
	margin: 0 0 0 0;
	color: black;
	width: 100%;
	font-size: 12pt;
}

#menu ul li { 
	display: inline;
	 }
	 


#menu ul li a {
	padding: 0.2em 1em;
	color: #984807;
	text-decoration: none;
	border: 1px solid #fff;
	}

#menu ul li a:hover	{
	background: #984807;
	color: #fff;
	}

#left	{
	float: left;
	margin: 10px 20px 20px 0px;
	width: 250px;
	}
	
#main2	{
	margin: 30px 0 0 290px;
	width: 705px;
	}
	
h1	{
	font-size: 30pt;
	color:#984807;
	font-style: italic;
	margin-bottom: 0px;

	}
	
h2	{
	font-size: 18pt;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 10px;
	}
	
h3	{
	margin-bottom: 0px;
	color:#984807;
	}
	
li	{
	list-style: none;
	margin: 0px 0px 5px 0px;
	}
	
ul	{
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
td	{
	vertical-align: top;
	}

td a {
	color: #984807;
	text-decoration: underline;
	font-weight: bold;
	}
	
td a:hover	{
	background: #984807;
	color: #fff;
	}
	
.strongcopy	{
	font-size: 14pt;
	font-style: italic;
	margin: 30px 0px 30px 0px;
	line-height: 1.3em;
	}
	
.supportcopy	{
	font-size: 14pt;
	line-height: 1.2em;
	}
	
.strongcopywhite	{
	font-size: 18pt;
	color: white;
	line-height: 1.3em;
	}
	
.address	{
	color: #ffc003;
	font-size: 14pt;
	}
	
.lists	{
	margin: 10px 0px 0px 20px;
	}
	
.listssmaller	{
	margin: 10px 0px 0px 20px;
	font-size: 11pt;
	}
	
.listtestimonial	{
	margin: 10px 0px 0px 20px;
	font-style: italic;
	line-height: 1.25em;
	}

.listsindent	{
	margin: 5px 0px 0px 70px;
	font-style: normal;
	}
	
.lists2	{
	margin: 10px 0px 0px 50px;
	}
	
.lists3	{
	margin: 10px 0px 10px 50px;
	}
	
.lists4	{
	margin: 0px 0px 0px 20px;
	}
	
.lists5	{
	margin: 10px 0px 20px 20px;
	}
	
.copy	{
	margin-bottom: 15px;
	}
	
.bottom-space	{
	margin-bottom: 20px;
	}
