@import url('layout.css');
@import url('navigation.css');

body
{
	margin: 0px;
	padding: 0px;
	background: #ffffff url('../images/bodyBackground.gif') repeat-x 0px 100px;
}

a
{
	text-decoration: none;
}

p, .contentBox
{
	font-family: arial;
	font-size: 13px;
	line-height: 1.25em;
	margin: 4px 0px 10px 0px;
	padding: 0px;
}

h1
{
	width: 370px;
	height: 80px;
	text-indent: -9999px;
	line-height: 999px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat 0px 0px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

h1 a
{
	display: block;
	width: 370px;
	height: 80px;
}

h2
{
	height: 24px;
	background: #fff url('../images/heading-back-1.gif') no-repeat 100% 0%;
	border-left: solid 1px #999999;
	padding: 10px 0px 10px 10px;
	margin: 0px;
	color: #666666;
  font-family: Verdana;
  font-size: 22px;
  font-weight: normal;
}

h3
{
  font-family: Verdana;
  font-size: 13px;
  color: #333333;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  font-weight: bold;
}

.clear
{
  clear: both;
}

.link1:link, .link1:visited
{
  color: #000000;
  text-decoration: underline;
}

.link1:hover
{
  color: #000000;
  text-decoration: none;
}

.contentBox
{
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	padding: 6px 20px 10px 10px;
	background: #fff url('../images/gradient2.png') repeat-x 0px 0px;
  margin: 0px;
}

.contentBox img, div.movie, object {
  float: right;
  margin: 10px 0px 10px 10px;
  border: solid 1px #FEAC09;
}

div.movie {
 border: none;
}

.contentBox ul li
{
  margin: 2px 0px 0px 4px;
}

.contentBox ul li a:link, .contentBox ul li a:visited
{
  color: #000000;
  text-decoration: underline;
}

.contentBox ul li a:hover
{
  color: #000000;
  text-decoration: none;
}

#header .emailUs
{
  font-family: Verdana;
  font-size: 18px;
  display: block;
  float: right;
  margin: -34px 40px 0px 0px;
}

#header .emailUs:link, #header .emailUs:visited
{
  color: #58595B;
  text-decoration: none;
}

#header .emailUs:hover
{
  color: #58595B;
  text-decoration: underline;
}

#footer .contentContainer
{
  font-family: Verdana;
	font-size: 12px;
	line-height: 1.6em;
}

#footer .contentContainer span
{
	font-size: 13px;
}

#footer a:link, #footer a:visited
{
	color: #666666;
	text-decoration: underline;
}

#footer a:hover
{
	color: #666666;
	text-decoration: none;
}