@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background-image: url(../images/BG.jpg);
	background-repeat: repeat;
	background-color: #B7B7B7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}

/*======================================================*/
h1 {
	color: #ed1c24;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

p {
	padding-top: 5px;
}
.wrapper {
	width: 900px;
	padding-top: 25px;
	text-align: left;
}
.footer {
	background-color: #ed1c24;
	height: 27px;
	text-align: center;
	color: #a91218;
	font-size: 90%;
	padding-top: 10px;
	margin-bottom: 20px;
}
.footer a {
	color: #a91218;
	text-decoration:none;
}
.left_col {
	float: left;
	width: 200px;
	
	background-color: #FFF;
	padding-top: 10px;
}
.whitebg {
	background-color: #FFF;
}

.right_col {
	float: right;
	width: 690px;
}
.right_col .infopage {
	background-image: url(../images/page_edge.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
	padding-right: 75px;
	padding-left: 45px;
	padding-top: 45px;
	padding-bottom: 45px;
	min-height: 500px;
	-height: 500px;
	overflow: visible;
}
.right_col .infopage .Col1_1 {
	float: left;
	width: 298px;
}
.right_col .infopage .Col1_2 {
	float: right;
	width: 240px;

}
.right_col .gallery {
	background-image: url(../images/page_edge.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
	min-height: 300px;
	-height: 300px;

}
.right_col .gallery .image {
	float: left;
	width: 380px;
	height: 300px;
}
.right_col .gallery .text {
	padding-top: 45px;
	float: right;
	width: 290px;
}



.dark_grey_box {
	background-color: #3a393a;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFF;
	min-height: 315px;
	-height: 315px;
}
.dark_grey_box h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
	color: #FFF;
}
.dark_grey_box h1 a {
	color: #FFF;
	text-decoration: none;
}

.dark_grey_box_gallery {
	background-color: #3a393a;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFF;
	min-height: 315px;
}
.dark_grey_box_gallery .Col2_1 {
	width: 410px;
	float: left;
	padding-top: 25px;
}
.dark_grey_box_gallery .Col2_2 {
	float: right;
	width: 245px;
}
.dark_grey_box_gallery .Col2_2 ul li a{
	display: block;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-bottom: 4px;
	margin-left: 25px;
	background-color: #2a282a;
	color:#FFF;
	text-decoration:none;
}
.dark_grey_box_gallery .Col2_2 ul li a:hover {
	background-color:#a91218;
}


.dark_grey_box_gallery h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
	color: #FFF;
}


.clear {
	clear: both;
}
.H_separator {
	height: 10px;

}
.V_separator {
	width: 10px;
	height: 10px;
	float: left;
}
.dark_grey_box .Col1_1 {
	float: left;
	width: 365px;
}
.est {

	color: #a7a9ac;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
}

.dark_grey_box .Col1_2 {
	width: 285px;
	float: left;
}
.dark_grey_box .Col1_2 .proj .text {
	float: right;
	width: 205px;
}

