@charset "utf-8";
/* CSS Document */
/* Default styles */
body {
	margin-top:20px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	background-repeat: repeat;
	text-align:center;
}
table{
}
td {
	text-align:left;
	vertical-align:top;
}
a, a.link, a.visited, a.active {
	text-decoration:underline;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#CE902D;
}
img {
	padding:3px 5px 3px 0px;
}
a img {
	border:none;
}
ul {
	list-style-type:square;
}
/* Headings */
h1 {
	font-size:2em;
	color:#000000;
	font-weight:bold;
}
h2 {
	font-size:1.4em;
	color:#CE902D;
	font-weight:bold;
	clear: both;
}
h3 {
	font-size:1em;
	color:#333333;
	font-weight:bold;
	padding-top:15px;
}

/* Main Container */
.maincontainer {
	width:950px;
	text-align:center;
}
.maincontainer td.maincell {
	background-color: #FFFFFF;
	padding: 25px;
}

/* Navigation bar */
/* Nav bar layout */

ul.nav {
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	font-weight: bold;
	cursor: default;
	width: 175px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.nav li
{
	margin: 0px;
	list-style-type: none;
	font-size: 100%;
	text-align: center;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul.nav a {
	display:block;
	cursor:pointer;
	padding:5px;
	height: 25px;
}
/* Nav bar styling */
ul.nav a, ul.nav a:link, ul.nav a:visited, ul.nav a:active
{
	font-weight:normal;
	font-size:13px;
	text-align:center;
	color:#CE902D;
	text-decoration:none;
	/*border:#000000 1px solid;*/
	font-weight: bold;
	background-image: url(../images/gold_triange.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #000000;
	padding-top: 8px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
}
ul.nav a:hover {
	color: #FFFFFF;
}
ul.nav a.SelectedLink {
	color:#000000;
	text-decoration:none;
	background: #CE902D;
	/*border:#CE902D; 2px solid;*/
	background-image: url(../images/black_triange.gif);
	background-repeat: no-repeat;
	background-position: left;

	
}

/* Logo Area */
#logo {
	width:184px;
	text-align:center;
}

/* Classes */
td.navcell {
	width:150px;
	padding:0px;
}
td.bodycell {
	padding:8px;
}
.logocell {
	width:174px;
	padding:5px;
}

marquee {
	font-weight:bold;
	padding-bottom:10px;
}

.OrangeSeparator {
	background-color:#CE902D;
	width:100%;
	height:3px;
	padding: 0px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#copyright {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-align: center;
}
#Phone{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-bottom: 5px;
	margin-right: 0px;
}

#contactbar{
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 170px;
}
.Date {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.icon {
	float: left;
	width: 100px;
	padding: 5px;
	border: thin solid #CE902D;
	height: 100px;
}

.IconList {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding: 5px;
	width: 500px;
}

.IconList h2 {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
