/*  Laser Direct Style Sheet */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}


#wrapper {
	background-image: url(../img/middle_bkgrd.png);
	background-repeat: repeat-y;
	width: 1011px;
	margin-right: auto;
	margin-left: auto;
}

#header {
}


#middle {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 66px;
	padding-right: 30px;
}


#middle a {
	text-decoration: underline;
	color: #0d2a72;
}

#middle a:hover {
	color: #FFFFFF;
	background-color: #0d2a72;
	text-decoration: none;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}


#leftcol {
	float: left;
	width: 716px;
	padding: 0px;
}

#menu  {
	padding-bottom: 10px;
}


#menu p {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #0d2a72;
	font-size: 12px;
}

p.intro {
	font-size: 14px;
	color: #FF0000;
}



#menu .active {
	font-weight: bold;
}

#menu a {
	color: #0D2A72;
	text-decoration: none;	
}

#menu a:hover {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFFFF;
}


#rightcol {
	float: right;
	width: 170px;
}



#footer {
	background-image: url(../img/footer_bkgrd.png);
	background-position: bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 66px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}



div.row span.contacttitle {
	color:#fff;
	float:left;
	text-align:left;
	width:200px;
}


div.row span.contactinfo {
	color:#fff;
	float:left;
	text-align:left;
	width:600px;
}
#footer a   {
	color:#fff;
	text-decoration: none;
}
#footer  a:hover   {
	color:#fff;
	text-decoration: underline;
}


div.row {
	clear:both;
	padding-top: 3px;
	padding-bottom: 3px;
}
#rightcol img {
	padding-bottom: 5px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}

