/* CSS Document */


.column-full {
	width:285px;
}

.column-footer {
	width: 289px;
	height: 11px;
	vertical-align: top;
	background-image:url(images/SectionBottoms.gif); 
	background-repeat:no-repeat;
}

.column-footer-emphasis {
	width: 289px;
	height: 11px;
	background-image:url(images/SectionBottoms_Emphasis.gif); 
	vertical-align:top;
	background-repeat:no-repeat;
}

.column-primary {
	width: 285px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-top-width: thin;
	border-color:#666666;
}

.column-primary-emphasis-home {
	width:285px;
	height: 375px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-top-width: thin;
	border-color:#666666;
	background-color:#E1E1E1;
}

.column-primary-emphasis {
	width:285px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-top-width: thin;
	border-color:#666666;
	background-color:#E1E1E1;
	vertical-align:top;
}

.column-split {
	width: 285px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-left-width: thin;
	border-left-style: solid;
	border-right-width: thin;
	border-right-style: solid;
	border-color:#666666;
}

.two-column-full {
	width: 496px;
}


.two-column-footer {
	width: 500px;
	height: 11px;
	background-image:url(images/SectionBottoms_TwoColumn.gif); 
	background-repeat:no-repeat;
}

.two-column-primary-home {
	width:496px;
	height: 375px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-top-width: thin;
	border-color:#666666;
}

.two-column-primary {
	width:496px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-top-width: thin;
	border-color:#666666;
}

.two-column-split {
	width: 492px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-left-width: thin;
	border-left-style: solid;
	border-right-width: thin;
	border-right-style: solid;
	border-color:#666666;
}

.three-column-full {
	width: 746px;
}

.three-column-footer {
	width: 750px;
	height: 11px;
	background-image:url(images/SectionBottoms_ThreeColumn.gif); 
	background-repeat:no-repeat;
}

.three-column-primary {
	width:746px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-color:#666666;
}

.three-column-split {
	width: 746px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-left-width: thin;
	border-left-style: solid;
	border-right-width: thin;
	border-right-style: solid;
	border-color:#666666;
}

.column-heading-text{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#CCCCCC;	
}

.column-text-area{
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
}

.column-vertical-spacer{
	margin-top: 30px;
}

.wrap-pictures-left{
	float: left;
	margin-top:0px;
	margin-right: 8px;
	margin-bottom: 2px;
	border: thin;
	border-style: solid;
	background-position:left;
	vertical-align:top;
}

.indent{
	margin-left: 20px;
}

.column-heading {
	font-size:16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #D39545;
}

.small{
	font-size: 11px;
 	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
}

.highlight{
	font-weight: bolder;
}

.menu{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.highlight-orange{
	color: #D39545;
	font-weight: bold;
}


.highlight-link{
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}

.highlight-link:hover{
	font-weight: bolder;
	text-decoration:underline;
	color: #999999;
}

.link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.link:hover {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}