/* MAIN LINK COLORS ::::::::::::::::::::::::::::::::::::::::: */
a:link 		{color: #ff0000; background: none; text-decoration: none}
a:visited	{color: white; background: none; text-decoration: none}
a:hover		{color: white; background: none; text-decoration: underline}
a:active 	{color: #ff0000; background: none; text-decoration: none}
/* ========================================================= */

body {
  color: #ffffff; background: #111111;
  font: normal normal normal 12px/1.25em verdana, arial, helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
  background-image: url(/images/background.jpg);
  background-repeat: repeat-x;
}


/* ID WRAPPER  */
div#wrapper	{
	width: 1010px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: table;
}


/* ID HEADER  */
div#header	{
	width: 1010px;
	height: 140px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	position: relative;
	display: block;
}

div#MenuContentWrapper	{
	
	width: 1010px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	position: relative;
	display: block;
}

div#MenuContentWrapperFront	{
	width: 1010px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	position: relative;
	display: block;
}

/* ID LOGO AREA */
div#logoArea	{
	clear: both;
	width: 260px;
	height: 250px;
	float: right;
	background-image: url(/images/logoAreaBkgd.jpg);
  background-repeat: repeat-x;
  position: relative;
}

/* ID ACTIVITY SEARCH BLOCK */

img#subheaderPic	{
	margin: 0px 0px 20px -21px;
	padding: 0px;
}

sup	{
	vertical-align: 0.5em;
	font-size: 0.7em;
}

/* IMG SETTINGS */
	a img {
		border: 0px;
	}

	img.paddingright {
		margin: 5px 0px 0px 10px;
	}

	img.paddingleft {
		margin: 5px 10px 0px 0px;
	}

	img.paddingrightborder {
		margin: 5px 0px 0px 10px;
		border: 2px solid #000000;
	}

	img.paddingleftborder {
		margin: 5px 10px 0px 0px;
		border: 2px solid #000000;
	}
/* END IMG SETINGS */

ul.floatleft	{ /* used for 2 column ul's */
	width: 500px;
}

ul.floatleft	li	{ /* used for 2 column ul's */
	float: left;
	width: 250px;
}

/* H-TAG SETTINGS */
h1 {
  color: #ffffff; background: none;
	font-size: 2em;
	margin-top: 1.5em;
	padding: 0px;
}

h2 {
  color: #ffffff; background: none;
	font-size: 1.5em;
	letter-spacing:0.01em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3 {
  color: #ffffff; background: none;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* END H-TAG SETTINGS */


.picborder{
	border: 1px solid #000000;
}

.floatRight	{
	float: right;
	margin: 1em 0 .05em 1em;

}

.floatLeft	{
	float: left;
	margin: 1em 1em .05em 0;
}

.border {
	border: 2px solid #000000;
}

.dottedline	{
	border-bottom: 4px dotted #000000;
}

.ContactAddress	{
	float: left;
	width: 250px;
	margin: 0px 0px 0px 30px;
}

.ContactForm	{
	width: 500px;
}
