@charset "utf-8";

html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #666666;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
h2 {
	font-size: 1.2em;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}


a {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #C4EAFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	height: auto !important;
	height: 800px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 20px;
}
#topBar {
	background-image: url(images/topbarBkg.gif);
	height: 150px;
	width: 960px;
	background-repeat: repeat-y;
}

#content {
	height: 170px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.9em;
}


#content td {
	height: 100px;
	width: 30%;
	text-align: center;
	font-size: 0.9em;
	padding-right: 20px;
	padding-left: 20px;
}
#content table {
	margin-top: 12px;
}

#content2 {
	height: 480px;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.9em;
	float: left;
}

#content2 table {
	margin-top: 12px;
	width: 280px;
}

#content2 td {
	height: 100px;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	padding-right: 20px;
	padding-left: 20px;
}
.borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006666;
}
.borderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006666;
}


#contentLeft {
	float: left;
	font-size: .9em;
	padding-left: 20px;
}
#contentRight {
	float: left;
	margin-left: 50px;
	font-size: 0.9em;
}
#contentLeft ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 420px;
}
#contentRight ul {
	margin-left: 50px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



#contentBottom {
	height: 300px;
}
#contentBottom2 {
	height: 440px;
	float: left;
	width: 660px;
}


#logo {
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	height: 120px;
	width: 440px;
}
#flashcontent {
	height: 150px;
	width: 500px;
	float: right;
}
#flashcontent2 {
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	height: 220px;
}
#flashcontent3 {
	margin-top: 20px;	
	width: 600px;
	padding-right: 0px;
	padding-left: 0px;
	height: 440px;
}





#mainMenu {
	height: 28px;
	width: 960px;
	font-size: 0.8em;
	background-color: #999999;
}
#mainMenu ul {
	margin: 0px;
	float: left;
	padding: 0px;	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#mainMenu li {
	position: relative;
	list-style-type: none;
	height: 28px;

}

#mainMenu ul li:hover ul{
	display:block;
}

#mainMenu ul ul{
	display: none;
	width: 214px;
	position: absolute;
	z-index: 500;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#mainMenu ul ul li{
	height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	top: 0px;
	background-color: #277EBE;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}


#mainMenu span {
	color: #FFFFFF;
	display: block;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

#mainMenu a, #mainMenu span {
	color: #FFFFFF;
}

#mainMenu a:hover  {
	text-decoration: none;
}

#mainMenu span:hover  {
	text-decoration: none;
	background-color: #006666;
}

#mainMenu span:visited {
	color: #FFFFFF;
}
/*#mainMenu a:hover {
	background-color: #3EA3D2;
	color: #FFFFFF;
	display: block;
}*/
#mainMenu a:visited {
	color: #FFFFFF;
}

.menuHilite {
	background-color: #007979;
}


.menuDivider {
	border-left-style: none !important;
}
#clearFloats {
	clear: both;
}
#footer {
	background-color: #006666;
	height: 20px;
	width: 920px;
	font-size: 0.7em;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#footerLeft {
	float: left;
	width: auto;
}
#footerRight {
	float: right;
	width: auto;
}
#clearFloats_2 {
	clear: both;
}


.greyBar1 {
	background-image: url(images/rightMenu_1.jpg);
	background-repeat: no-repeat;
	height: 86px;
	width: 200px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #647d8f;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 40px;
}
.greyBar2 {
	background-image: url(images/rightMenu_2.jpg);
	background-repeat: no-repeat;
	height: 86px;
	width: 200px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #647d8f;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 40px;
}
.greyBar3 {
	background-image: url(images/rightMenu_3.jpg);
	background-repeat: no-repeat;
	height: 86px;
	width: 200px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #647d8f;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 40px;
}
#address li {
	font-size: 1em;
	color: #666666;
	font-weight: bold;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#address  img {
	margin-bottom: -12px;
	margin-top: 12px;
	margin-right: 14px;
}
#address p {
	font-weight: bold;
	margin-left: 55px;
	font-size: 1em;
}
#address ul {
	padding: 0px;
	margin-top: 0px;
}

#buttons {
	margin-bottom: 30px;
	padding-left: 16px;
	width: 940px;
}

#buttons td {
	height: 30px;
	padding-right: 20px;
	padding-left: 8px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	width: 33%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#buttons a {
	display: block;
	outline: none;
}
#buttons a:visited {
	text-decoration: none;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#buttons a:hover {
	text-decoration: none;
	color: #C4EAFF;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#buttons a:active {

	outline: none;

}

.buttonEmpty {
	background-color: #FFFFFF;
	background-image: none;
}

.buttonBlue {
	background-image: url(images/buttonBkg.gif);
	background-repeat: no-repeat;
}

.buttonBlue2 {
	background-image: url(images/buttonBkg.gif);
	background-repeat: no-repeat;
	font-size: 0.7em;
}
#buttons2 {
	margin-bottom: 30px;
	padding-left: 16px;
	width: 940px;
}



#buttons2 td {
	width: 33%;
	background-image: url(images/buttonBkg.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
}
#flashcontent3 {
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	height: 280px;
}
#content2 td {
	height: 100px;
	width: 30%;
	text-align: center;
	font-size: 0.9em;
	padding-right: 20px;
	padding-left: 20px;
}
