
/* begin sub-classes of p and li */

	#wrapper
	{
		/* position: relative; */
		margin-left: auto;
		margin-right: auto;
		width: 99%;
		padding: 0px 0px 15px 0px;
		}

	#header {
		background-image: url(../i/common.header_background.gif);
		background-repeat: no-repeat;
		height: 132px;
		background-color: black;
		}		
	
	
/* 3 column layout */

	#leftCol {
		position: absolute;
		top: 152px;
		width: 175px;
	}
	
	#rightCol {
		position: absolute;
		width: 250px;
		top: 153px;
		right: 16px;
		border: 1px solid #cccccc;
	}
	
	#content {
		position: relative;
		float:none;
		border: 0px solid #CCCCCC;
		padding: 10px;
		margin-left: 180px;
		margin-right: 255px;
		margin-top: 5px;
		}

	#contentNoRightCol {
		border: 0px solid #CCCCCC;
		padding: 10px;
		margin-left: 180px;
		margin-top: 5px;
		/* border: 1px solid #cccccc; */
		}		
		
	#content h1 {
		text-align: left;
		color: #004771;
		font-weight: bold;
		}

	#contentNoRightCol h1 {
		text-align: left;
		color: #004771;
		font-weight: bold;
		}		
		
/* end column layout */

	#contact_us {
		padding: 10px;
		width:525px;
		margin-left: 180px;
		margin-top: -15px;
		}

	#contact_us h1 {
		text-align: left;
		color: #004771;
		font-weight: bold;
		}		
		
		
	.address {
	padding-left: 10px;
	padding-right: 5px;
	}
	

/* Form */

	.ff
	{
		font-family: verdana, sans-serif;
		font-size: 70%;
		padding: 2px;
	}


	/* contact form */
	form p {
	clear: left;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	font-family: verdana, sans-serif;
	font-size: 70%;
	}

	form p label {
	float:left;
	text-align: left;
	margin-right: 15px;
	padding-right: 25px;
	width: 25%;
	}	

	form textarea {
	font-family: verdana, sans-serif;
	width: 300px;
	font-size: 100%;
	}		

	form input {
		font-family: verdana, sans-serif;
		padding: 2px;	
	}
	

/* begin menu layout classes */

	.menuMain		{
				background-color: #E5EAE4;
				font-family: verdana, sans-serif;
				font-size: 70%;
				}

	.main_off a		{ color: #FFFFFF; text-decoration: none; }
	.main_off a:hover		{ color: #FFFFFF; text-decoration: underline; }
	.main_off 			{
				text-align: center;
				padding: 5px;
				border-left: 1px solid white;
				}

	.main_on a		{ color: #FFFFFF; text-decoration: none; }
	.main_on a:hover		{ color: #FFFFFF; text-decoration: underline; }
	.main_on 			{
				text-align: center;
				padding: 5px;
				border-left: 1px solid white;
				}



	.breadCrumbs
	{
		font-family: verdana, sans-serif;
		font-weight: normal;
		font-size: 70%;
		padding: 7px 0px 7px 0px;
		margin-bottom: 10px;
		background-image: url(../i/dot.gif);
		background-position: bottom;
		background-repeat: repeat-x;
	}

	.breadCrumbs a { color: #404040; text-decoration: none; }
	.breadCrumbs a:visited { color: #404040; text-decoration: none; }
	.breadCrumbs a:hover { color: #9F1E30; text-decoration: none; }


	.asterisk
	{
		color: #9F1E30;
	}

/* begin custom one-liner classes */

	.maroon		{ color: #9F1E30; }
	.white		{ color: #FFFFFF; }
	.red		{ color: #FF0000; }

	.normal		{ font-weight: normal; }
	.bold		{ font-weight: bold; }
	.italic		{ font-style: italic; }
	.left		{ text-align: left; }
	.right		{ text-align: right; }
	.center		{ text-align: center; }

	.pad0		{ padding: 0px; }
	.pad1		{ padding: 1px; }
	.pad2		{ padding: 2px; }
	.pad3		{ padding: 3px; }
	.pad4		{ padding: 4px; }
	.pad5		{ padding: 5px; }
	.pad10		{ padding: 10px; }
	.pad15		{ padding: 15px; }
	.pad20		{ padding: 20px; }

	.nowrap		{ white-space: nowrap; }
	.expand		{ width: 100%; }
	.noborder		{ border: 0px; }
	.inline		{ display: inline; }

/* begin search box */

	.searchBox
	{
		border: 1px solid #BFBFBF;
		padding: 10px;
	}

	.searchBox .go
	{
		width: 48px;
		height: 22px;
		border: 0px;
	}

/* begin menu layout classes */


	.mainMenu
	{
		font: 70% verdana, sans-serif;
		margin-bottom: 10px;
		text-align: center;
	}

	.mainMenu .off
	{
		background-color: #FFB300;
		background-image: url(../i/main_nav_off_corner.gif);
		background-position: top right;
		background-repeat: no-repeat;
		padding: 7px;
	}

	.mainMenu .off a
	{
		color: #FFF; text-decoration: none;
	}

	.mainMenu .off a:hover
	{
		color: #FFF; text-decoration: none;
	}

	.mainMenu .on
	{
		/* background-color: #175EA7; */
		background-image: url(../i/main_nav_on_corner.gif);
		background-position: top right;
		background-repeat: no-repeat;
		padding: 7px;
	}

	.mainMenu .on a
	{
		color: #FFF; text-decoration: none;
	}

	.mainMenu .on a:hover
	{
		color: #FFF; text-decoration: none;
	}


/* begin side menu */

	.commonMenu		{
				font-family: verdana, sans-serif;
				font-weight: normal;
				font-size: 70%;
				}

	.l1 			{
				padding: 7px 0px 7px 0px;
				background-image: url(../i/dot.gif);
				background-position: bottom;
				background-repeat: repeat-x;
				}

	.l1 .content		{
				padding: 0px 10px 0px 20px;
				background-image: url(../i/arrow.gif);
				background-position: left center;
				background-repeat: no-repeat;
				font-weight: bold;
				}

	.l1 .content a		{ color: #333344; text-decoration: none; }
	.l1 .content a:hover		{ color: #9F1E30; text-decoration: none;}

	.l1 .contentOn		{
				padding: 0px 10px 0px 20px;
				background-image: url(../i/arrow.gif);
				background-position: left center;
				background-repeat: no-repeat;
				font-weight: bold;
				}

	.l1 .contentOn a		{ color: #9F1E30; text-decoration: none; }
	.l1 .contentOn a:hover	{ color: #9F1E30; text-decoration: none;}


	.l2 			{
				padding: 7px 14px 7px 20px;
				background-image: url(../i/dot.gif);
				background-position: bottom;
				background-repeat: repeat-x;
				}
	.l2 .content		{
				padding: 0px 10px 0px 10px;
				background-image: url(../i/arrow_2.gif);
				background-position: left center;
				background-repeat: no-repeat;
				font-weight: bold;
				}
	.l2 .content a		{ color: #000000; text-decoration: none; }
	.l2 .content a:hover		{ color: #9F1E30; text-decoration: none;}

	.l2 .contentOn		{
				padding: 0px 10px 0px 10px;
				background-image: url(../i/arrow_2.gif);
				background-position: left center;
				background-repeat: no-repeat;
				font-weight: bold;
				}

	.l2 .contentOn a		{ color: #9F1E30; text-decoration: none; }
	.l2 .contentOn a:hover	{ color: #9F1E30; text-decoration: none;}


	.l3 			{
				padding: 7px 21px 7px 21px;
				background-image: url(../i/dot.gif);
				background-position: bottom;
				background-repeat: repeat-x;
				}
	.l3 .content		{
				padding: 0px 10px 0px 10px;
				background-image: url(../i/arrow_2.gif);
				background-position: left center;
				background-repeat: no-repeat;
				font-weight: bold;
				}
	.l3 .content a		{ color: #000000; text-decoration: none; }
	.l3 .content a:hover		{ color: #9F1E30; text-decoration: none;}

	.l3 .contentOn		{
				padding: 0px 10px 0px 10px;
				background-image: url(../i/arrow_2_on.gif);
				background-position: left center;
				background-repeat: no-repeat;
				font-weight: bold;
				}

	.l3 .contentOn a		{ color: #175EA7; text-decoration: none; }
	.l3 .contentOn a:hover	{ color: #9F1E30; text-decoration: none;}


/* begin sitemap */


	.siteMap			{
				font-family: verdana, sans-serif;
				font-weight: normal;
				font-size: 70%;
				}

/*	.s1 			{
				padding: 7px 0px 7px 0px;
				xbackground-image: url(../i/dot.gif);
				xbackground-position: bottom;
				xbackground-repeat: repeat-x;
				}
	.s1 .content		{
				padding: 0px 10px 0px 10px;
				background-image: url(../i/arrow.gif);
				background-position: left center;
				background-repeat: no-repeat;
				}

	.s1 a			{ color: #175EA7; text-decoration: underline;}
	.s1 a:visited		{ color: #9F1E30; text-decoration: underline;}
	.s1 a:hover		{ color: #9F1E30; text-decoration: underline;}


	.s2 			{
				padding: 7px 14px 7px 28px;
				xbackground-image: url(../i/dot.gif);
				xbackground-position: bottom;
				xbackground-repeat: repeat-x;
				}
	.s2 .content		{
				padding: 0px 10px 0px 10px;
				background-image: url(../i/arrow_2.gif);
				background-position: left center;
				background-repeat: no-repeat;
				}
	.s2 a			{ color: #175EA7; text-decoration: underline; }
	.s2 a:visited		{ color: #9F1E30; text-decoration: underline;}
	.s2 a:hover		{ color: #9F1E30; text-decoration: underline;}


	.s3 			{
				padding: 7px 21px 7px 42px;
				xbackground-image: url(../i/dot.gif);
				xbackground-position: bottom;
				xbackground-repeat: repeat-x;
				}
	.s3 .content		{
				padding: 0px 15px 0px 15px;
				background-image: url(../i/arrow_3.gif);
				background-position: left center;
				background-repeat: no-repeat;
				}
	.s3 a			{ color: #175EA7; text-decoration: underline; }
	.s3 a:visited		{ color: #9F1E30; text-decoration: none;}
	.s3 a:hover		{ color: #9F1E30; text-decoration: none;}

*/