/* Copyright 2010 Orion Seven Systems, All Rights Reserved */
/* Last Updated: January 24th, 2010 */

*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #7A8794 url(../images/bg.gif) repeat-x top;
}

#slideShowContainer
{
	border: 3px double #ccc;
	text-align: center;
	margin: 0px 30px 0px 30px;
	padding: 5px;
}

#slideShow
{
	height: 375px;
	width: 500px;
	margin: auto;
}

#main
{
    position: relative;
    margin: auto;
    text-align: left;
    width: 700px;
}

#title
{
	text-align: center;
	background: url(../images/title.gif) top center no-repeat;
	height: 151px;
}

#title h1
{
	display: none;
}

#slogan .p1 span
{
	position: absolute;
    top:100px;
    left: 500px;
	font-family: Arial, Verdana;
	font-size : 13px;
	color : White;
	font-weight : bold;
}

#nav
{
	background: transparent url(../images/nav.gif) top center no-repeat;
	height: 35px;
}


#nav div.button1
{
	background: transparent url(../images/button.gif) left no-repeat;
	height: 35px;
	width: 105px;
	display: inline;
	position: absolute;
	left: 5px;
	font-weight: bold;
	color: #7F5802;
	font-family: Arial, Verdana;
	text-align: center;
	line-height: 30px;
}

#nav .button2
{
	background: transparent url(../images/button.gif) left no-repeat;
	height: 35px;
	width: 105px;
	display: inline;
	position: absolute;
	left: 110px;
	font-weight : bold;
	color: #7F5802;
	font-family : Arial, Verdana;
	text-align : center;
	line-height: 30px;
}

#nav .button3
{
	background: transparent url(../images/button.gif) left no-repeat;
	height: 35px;
	width: 105px;
	display: inline;
	position: absolute;
	left: 215px;
	font-weight : bold;
	color: #7F5802;
	font-family : Arial, Verdana;
	text-align : center;
	line-height: 30px;
}

#nav .button4
{
	background: transparent url(../images/button.gif) left no-repeat;
	height: 35px;
	width: 105px;
	display: inline;
	position: absolute;
	left: 320px;
	font-weight: bold;
	color: #7F5802;
	font-family: Arial, Verdana;
	text-align: center;
	line-height: 30px;
}

#nav .button5
{
	background: transparent url(../images/button.gif) left no-repeat;
	height: 35px;
	width: 105px;
	display: inline;
	position: absolute;
	left: 425px;
	font-weight: bold;
	color: #7F5802;
	font-family: Arial, Verdana;
	text-align: center;
	line-height: 30px;
}

#nav .button6
{
	background: transparent url(../images/button.gif) left no-repeat;
	height: 35px;
	width: 105px;
	display: inline;
	position: absolute;
	left: 530px;
	font-weight : bold;
	color: #7F5802;
	font-family : Arial, Verdana;
	text-align : center;
	line-height: 30px;
}


#button-text
{
	font-weight : bold;
	color: #7F5802;
	font-family : Arial, Verdana;
	vertical-align : middle;

}

a.button-link:link, a.button-link:visited, a.button-link:hover, a.button-link.active
{
	height: 35px;
	width: 105px;
	font-size: 13px;	
	cursor: pointer;
	text-decoration: none;	
}

#content-long
{
	background: url(../images/content-bg.gif) repeat-y;
	padding: 0px 15px;
	margin: 0px 0px;
	height: auto;
	background-color: White;
}

#content-long p
{
	padding: 0px 15px 10px 15px;
	font: normal 12px Arial;
	color: #666;
	text-align: justify;
}

#content-long h2
{
	padding: 10px 0px; 
	font: normal 18px/18px Arial; 
	color: gray;
}

#content-long h3
{
	padding: 10px 0px; 
	font: normal 17px/17px Arial; 
	color: gray;
}

#content-long ul
{
	padding: 0px 20px 0px 20px;
	text-align: left;
}

#content-long li
{
	font: normal 12px/18px Arial;
	color: #666;
	list-style: disc inside none;
}

#footer
{
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 4 0 0 0;
}

#footer h3
{
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 8 0 0 0;
}

.date
{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#footer
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active, a:hover
{
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #666;
}

a:hover
{
	text-decoration: none;
}

a.footer:link
{
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: Black;
}

a.footer:visited
{
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;	
	color: Black;	
}

a.footer:hover
{
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Black;	
}

a.footer:active
{
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: Black;
}