@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0 auto 0 auto;
	behavior:url(/csshover.htc);
	line-height:18px;
}

div#page
{
	width:1000px;
	margin:0 auto 0 auto;
	margin-top:5px;
	background-color:white;
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
}

div#contentContainer
{
	width:1000px;
	float:left;
	background-image:url(images/contentGradient.jpg);
	background-repeat:no-repeat;
	background-color:white;
}
div#header
{
	width:1000px;
	height:271px;
}
div#navbar
{
	width:1000px;
	height:24px;
	float:left;
}
div#leftSide
{
	width:782px;
	float:left;
}

div#leftSideHome
{
	width:682px;
	float:left;
}
div#text
{
	width:672px;
	float:left;
	padding-left:15px;
	padding-top:25px;
}
div#rightSide
{
	width:300px;
	float:right;
	padding-top:25px;
	line-height:16px;
	color:#535353;
	font-size:11px;
}

div#rightSide p.
{
	margin:0px;
	padding:0px;
}

div#rightSideTemplate
{
	width:218px;
	float:right;
	padding-top:25px;
	line-height:16px;
	color:#535353;
}
div#mapGraphic
{
	width:650px;
	float:left;
	margin:0px;
	padding:0px;
	padding-top:10px;
	height:187px;
}

div#footer
{
	width:1000px;
	float:left;
	text-align:center;
	color:#666666;
	padding-bottom:10px;
	font-size:10px;
	background-color:white;
}
div#footer a, div#footer a:visited
{
	color:#666666;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}

div#footer a:hover, div#footer a:active
{
	text-decoration:underline;
}

/*plastisol template*/

div#textPlast
{
	width:580px;
	float:left;
	padding-left:15px;
	padding-top:25px;
}
div#leftNavPlast
{
	width:170px;
	float:left;
	background-image:url(images/leftNav.jpg);
	background-repeat:repeat-y;
	padding-top:38px;
}

div#leftNavPlast ul li 
{
	margin:0px;
	padding:0px;
	list-style-type:square;
	color:#333333;
}
div#rightSidePlast
{
	width:205px;
	height:125px;
	float:left;
	line-height:18px;
	padding-top:18px;
	padding-bottom:12px;
	margin-top:10px;
	padding-left:8px;
	padding-right:5px;
	color:#535353;
	z-index:150;
	font-size:14px;
	color:#666666;
	font-style:italic;
	background-image:url(images/rightSideBgCOlor.jpg);
	background-repeat:no-repeat;
}

div#rightSidePlast p
{
	margin:0px;
	padding:0px;
}
div#rightSidePlastBlank
{
	width:210px;
	float:right;
	line-height:18px;
	padding-left:8px;
	color:#535353;
	z-index:150;
	font-size:14px;
	color:#666666;
	font-style:italic;
	background-image:none;
}
h1
{
	color:#670001;
	font-size:22px;
	line-height:24px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h2
{
	font-size:17px;
	color:#333333;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.rightHeader
{
	font-size:14px;
	color:#670001;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

.gray
{
	color:#333333;
}

.red
{
	color:#670001;
}

.picture
{
	border:1px solid #333333;
	margin:5px;
}

a, a:visited
{
	color:#670001;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active
{
	color:#333333;
	text-decoration:underline;
}

a.gray, a:visited.gray
{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

a:hover.gray, a:active.gray
{
	color:#670001;
	text-decoration:underline;
}

.small
{
	font-size:11px;
	line-height:15px;
	padding-top:6px;
}

ul li
{
	list-style-type:square;
}