body {
	margin: 0px;
	background-color: #FBFBFB;
}

p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #A8B2C4;
	margin: 0px;
}

h2 {
	font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	color: #A8B2C4;
}

h3 {
	font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #A8B2C4;
}

/* ::: Structral Elements ::: */

#container {
	width: 761px;
	border: 2px solid #EEEEEE;
	border-top: none;
	margin: auto;
	padding: 8px;
}

#wrapper {
	background-color: #FFFFFF;
}

#header {
	
}

#menu {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 761px;
}

#content {
}

#left{
	width: 520px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#right {
	width: 230px;
	padding-top: 8px;
	padding-bottom: 8px;
	float: right;
}

#footer {
	width: 761px;
	clear:both;
}

/* ::: End of Structral Elements ::: */

/* ::: Menu ::: */

#menu ul {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	white-space: nowrap;
	padding-left: 5px;
}

#menu ul li {
	color: #999999;
	display: inline;
	margin-right: 5px;
}

#menu ul li a {
	border-right: 1px solid #999999;
	color: #999999;
	padding-right: 10px;
	text-decoration: none;
}

#menu ul li .last {
	border: 0;
}

#menu ul li .last:hover {
	border: 0;
}

#menu ul li a:link {
	color: #999999;
}

#menu ul li a:hover {
	border-right: 1px solid #000000;
	color: #000000;
}

#menu ul li a:active {
	color: #000000;
}

/* ::: End of menu ::: */

/* ::: look and feel elements ::: */

.logo {
	border: none;
	margin: 15px 10px 15px 10px;
}

.textbox {
	border: 5px solid #EEEEEE;
	padding: 15px;
	margin-top: 5px;
	width: 480px;
}

div.textbox h2 {
	font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #A8B2C4;
}

/*div#flash {
	padding:0;
	margin:0x;
	border: 5px solid #EEEEEE;
}*/

div#flash embed {
	border: 5px solid #EEEEEE;
}
div#flash object {
	border: 5px solid #EEEEEE;
}

#bottom {
	width: 760px;
	background-image: url(assets/contactbg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.contactbox {
	position: absolute;
	top: 500px;
	width: 200px;
	border-top: 5px solid #EEEEEE;
	margin-left: 530px;
	padding: 15px;
}

.imgbox {
	border: 5px solid #EEEEEE;
}

.imgbox img {
  border:none;
}

/*div#hp-flash {
  padding-top:5px;
  background:#EEEEEE;
}
div#hp-flash a {
  text-decoration:none;
}*/

.imgboxsm {
	border: 5px solid #EEEEEE;
	margin-bottom: 7px;
}

.indent {
	margin: -10px 0px 0px 50px;
}

.footertext {
	margin: 5px 0px 0px 0px;
}
.footerright {
	float: right;
}

table,tr,td {
	vertical-align:top;
	font-size:1em;
	padding: 5px;
}
td#accthumbs table {
  margin:0px 0px 20px 0px;
}
td#accthumbs table tr td {
  text-align:center;
}
td#accthumbs table tr td a {
  display:block;
  border:2px solid #fff;
}
td#accthumbs table tr td a:hover {
  border:2px solid #eeeeee;
}
td#accthumbs table tr td a img {
  margin:1px;
}

div#thumbs {
  text-align:center;
  padding:12px 0;
}
div#thumbs table tr td {
  padding:6px;
  font-size:11px;
}
div#thumbs table tr td a {
  display:block;
  padding:1px;
  text-decoration:none;
  border:2px solid #fff;
}
div#thumbs table tr td a:hover {
  border:2px solid #eee;
}