/* CSS Document */

/* ------------- main styles ------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F3F3;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	background-image:url(images/bgtile.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:fixed;	
}
div#siteContainer {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
div#header {
	margin: 0px;
	padding: 0px;
	height: 128px;
	width: 760px;
}
div#mainContent {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px 0px;
	width: 760px;
}
#mainContent p {
	line-height: 17px;
}
#mainNavigationBg {
	PADDING: 0px; MARGIN: 0px auto 0px auto; WIDTH: 760px; POSITION: relative; HEIGHT: 28px; 
}
UL#nav {
	PADDING: 0px; MARGIN: 0px; WIDTH: 760px; HEIGHT: 28px
}
UL#nav LI {
	PADDING: 0px; MARGIN: 0px; LIST-STYLE-TYPE: none; POSITION: absolute; TOP: 0px; DISPLAY: block; HEIGHT: 28px; TEXT-INDENT: -9999px
}
UL#nav A {
	DISPLAY: block; HEIGHT: 28px
}
UL#nav LI A {
	TEXT-INDENT: -9999px; HEIGHT: 28px; TEXT-DECORATION: none
}
div#footer {
	margin: 0px;
	height: 70px;
	width: 760px;
	background-image: url("images/footer_bg.gif");
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 10px;
}
#header img {
	margin: 0px;
	padding: 0px;
}
td#verticalDash {
	background-image: url("images/vertical_dash.gif");
	background-repeat: repeat-y;
	background-position: center;
	width: 20px;
}
.dividerDashed {
	background-image: url("images/divider_dash.gif");
	height: 21px;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
}
td#rightCol {
	padding-right: 10px;
}
#topNavigationBg {
	PADDING: 0px;
	/*MARGIN: 0px 0px 0px 485px;*/
	MARGIN: 0px 0px 0px 0px;
	POSITION: relative;
	HEIGHT: 23px;
	width: 275px
}
UL#topNav {
	PADDING: 0px; MARGIN: 0px; HEIGHT: 23px; 
}
UL#topNav LI {
	PADDING: 0px; MARGIN: 0px; LIST-STYLE-TYPE: none; POSITION: absolute; TOP: 0px; DISPLAY: block; HEIGHT: 23px
}
UL#topNav A {
	DISPLAY: block; HEIGHT: 23px
}
UL#topNav LI A {
	TEXT-INDENT: -9999px; HEIGHT: 23px; TEXT-DECORATION: none
}
UL#topNav LI#text1 {
	LEFT: 25px;
	WIDTH: 80px;
	BACKGROUND: url("images/nav_textsize1.gif") no-repeat
}

UL#topNav LI#text2 {
	LEFT: 105px;
	WIDTH: 19px;
	BACKGROUND: url("images/nav_textsize2.gif") no-repeat
}

UL#topNav LI#text3 {
	LEFT: 124px;
	WIDTH: 19px;
	BACKGROUND: url("images/nav_textsize3.gif") no-repeat
}

UL#topNav LI#home {
	LEFT: 485px;
	WIDTH: 88px;
	BACKGROUND: url("images/nav_home.gif") no-repeat
}
UL#topNav LI#about {
	LEFT: 573px; WIDTH: 88px;
	BACKGROUND: url("images/nav_about.gif") no-repeat
}
UL#topNav LI#contact {
	LEFT: 661px; WIDTH: 99px;
	BACKGROUND: url("images/nav_contact.gif") no-repeat
}

UL#topNav LI#text1 A:hover {
	BACKGROUND: url("images/nav_textsize1.gif") no-repeat 0px -23px
}

UL#topNav LI#text2 A:hover {
	BACKGROUND: url("images/nav_textsize2.gif") no-repeat 0px -23px
}

UL#topNav LI#text3 A:hover {
	BACKGROUND: url("images/nav_textsize3.gif") no-repeat 0px -23px
}

UL#topNav LI#home A:hover {
	BACKGROUND: url("images/nav_home.gif") no-repeat 0px -23px
}
UL#topNav LI#about A:hover {
	BACKGROUND: url("images/nav_about.gif") no-repeat 0px -23px
}
UL#topNav LI#contact A:hover {
	BACKGROUND: url("images/nav_contact.gif") no-repeat 0px -23px
}
div#content2col {
	background-color: #CCCCCC;
	padding: 0px;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url("images/content2_bg.gif");
	background-repeat: repeat-y;
}
div#footerNavigation {
	width: 760px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #F3F3F3;
}
li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;
}
li.main {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	line-height:18px;
}
.cell {
	background:#F3F3F3;
}
.cell2 {
	background:#e3e3e3;
}
.sub  {
	color:#666666;
}
.mission {
	font-size:medium;
	padding-left:20px;
	padding-right:20px;
}
.footerlogo {
	padding-top:15px;
	padding-bottom:10px;
	padding-right:20px;
}
.navHeader, h1, h2  {
	font-size: 16px;
}
.imgRight {
	padding: 0px 0px 20px 15px;
}
.imgLeft {
	padding: 0px 15px 20px 0px;
}