@charset "utf-8";
/* CSS Document */
/******* the basics ************/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #002D70;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #002D70;
}
a:hover {
	text-decoration: underline;
	color:#DE3713; 
}
a:active {
	text-decoration: none;
	color: #002D70;
}
h1 {
	font-size: 16px;
	color: #000000;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	clear: both;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #002D70;
	padding-top: 4px;
	padding-bottom: 4px;
}
h3 {
	font-size: 12px;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DE3713;
}
h4 {
	font-size: 12px;
	color: #de3713;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #de3713;
}
h5 {
	font-size: 12px;
	color: #999999;
}
h6 {
	font-size: 10px;
	color: #000000;
}
/********* page structure **********/
#container {
	width: 100%;
	background-color: #cccccc;
	background-image: url(png/rubbermatting_r3_c1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
}


#menucol {
min-height:1000px;
height:auto !important;
	background-color: #999999;
	width: 191px;
	padding-top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #002D70;
	text-align: left;
	vertical-align: top;
	float: left;
}
#contentcol {
min-height:1000px;
height:auto !important;
	float: left;
	width:75%;
	background-color: #FFFFFF;
	padding-bottom: 133px;
	line-height: 28px;
	letter-spacing: 1px;
	word-spacing: 3px;

}
.menuitem {
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #002D70;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;
}
#crumb {
	height: 25px;
	width: 100%;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #002D70;
	vertical-align: middle;
	margin-bottom: 25px;
	text-align: right;
	padding-top: 8px;
}
#pad {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.bluelink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #002D70;
	letter-spacing: 2px;
	text-align: center;
	display: block;
	padding: 3px;
	margin-right: 15px;
	float:right;
	text-decoration:none;
	line-height: normal;
}
a.bluelink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #002D70;
	text-align: center;
	display: block;
	padding: 3px;
	margin-right: 15px;
	line-height: normal;
}
a.bluelink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #002D70;
	text-align: center;
	display: block;
	padding: 3px;
	margin-right: 15px;
	line-height: normal;
}
a.bluelink:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	display: block;
	padding: 3px;
	margin-right: 15px;
	text-decoration:none;
	line-height: normal;
}
a.bluelink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #002D70;
	text-align: center;
	display: block;
	padding: 3px;
	margin-right: 15px;
	line-height: normal;
}
.picborder {
	border: 1px solid #000000;
	float: right;
	width: 43%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

.leftcopy {
	float: left;
}
.thumb {
	background-color: #CCCCCC;
	float: left;
	width: 21%;
	height: 280px;
	margin-right: 3%;
	margin-bottom: 3%;
	border: 1px solid #000000;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
 }
 .thumb2 {
	float: left;
	width: 144px;
	height: 200px;
	margin-right: 3%;
	margin-bottom: 3%;
	border: 1px solid #000000;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	background-position: center;
	text-align: center;
	vertical-align: top;
 }
 .clear {
	clear: both;
	width: 100%;
 }
 .formbutt {
	background-color: #DE3713;
	display: block;
	margin: 4px;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: ridge;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: center;
 }
 .tinythumb {
	float: left;
	width: 25%; 
 }
