@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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5em;
}
ol, ul {
list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
font-family:arial, verdana, sans-serif; 
font-size: 13px;
background-color: #fff;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

#content {
   width: 800px;
   height: auto;
   margin: auto;
   border-right:solid 1px #cccccc;
   border-left:solid 1px #cccccc;
   border-bottom:solid 1px #cccccc;
   padding-bottom: 37px;
}

#leftHeader {
   width: 230px;
   height: 90px;
   background-color: #bc0c1d;
   float:left;
   }

#rightHeader {
   width: 570px;
   height: 90px;
   background-color: #bc0c1d;
   background-image:url(images/slogan.gif);
   background-repeat:no-repeat;
   background-position:bottom right;
   float:right;
   }  
#blackColumn {
   width: 26px;
   height: 184px;
   float: left;
   background-color:#1a171b;
   }
#menuColumn {
   width: 204px;
   height: 180px;
   background-color:#FFF;
   float: left;
   }
#menu {
	width: 204px;
	height: 180px;
	background: #ffffff;
}

#menu ul {
	margin: 0px;
	list-style: none;
}

#menu li {
	display:inline;
}

#menu a {
	display: block;
	float: left;
	padding: 7px 0px 0px 15px;
	text-align:left;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
	color: #1a171b;
	width: 177px;
	height: 22px;
	margin-left: 12px;
	margin-bottom: 2px;
	font: bold .8em Arial,Verdana, Helvetica, sans-serif;
	line-height: 140%;
	background-image: url(images/link_hover_bg_grey.gif);
}

#menu a:hover {
	color: #bc0c1d;
	background-image: url(images/link_hover_bg.gif);
}

#imgRotator {
width: auto;
height: auto;
float: right;
}

#imgColumn {
   width: 230px;
   height: auto;
   background-color:#fff;
   margin-top: 43px;
   float: left;
   }

#textBox {
width: 390px;
height: auto;
padding: 20px;
float: left;
border-right:dotted 2px #cccccc;
}
#subTextBox {
width: 528px;
height: auto;
padding: 20px;
float:right;
}
#portfolioTextBox {
width: auto;
height: auto;
padding: 20px;
padding-top: 0px;
float:left;
margin-left: 19px;
}
#newsBox {
width: 118px;
height: auto;
float: right;
color:#666666;
font: .8em Arial,Verdana, Helvetica, sans-serif;
padding: 20px 10px 10px 10px;
}

.h1 {
font-size:200%;
color:#83933f;
font-weight:800;
letter-spacing:-1px;
}
.h2 {
font-size:150%;
color:#bc0c1d;
font-weight:800;
width: auto;
}
.h3 {
font-size:150%;
color:#1a171b;
font-weight:800;
width: auto;
}
.bold {
font-weight:600;
}
#footer {
width:auto;
margin:auto;
height:auto;
color:#666666;
text-align: center;
background-color:#ffffff;
font: .8em Arial,Verdana, Helvetica, sans-serif;
margin-top: 20px;
}