@charset "UTF-8";
/* CSS Document */
/* global
* {
margin: 0px;
padding: 0px;
border: 0 none;
font-weight: normal;
font-style: normal;
text-decoration: none;
outline-style: none;
} */


/* Resets */
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.clear{ clear:both; }
.clearL{ clear:left; }
.clearR{ clear:right; }
body {
	min-width: 970px;
	font-size:13px;
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	background-color: #310303;
	color:#000000;
   
	/*
	scrollbar-base-color: #280A00;
	scrollbar-face-color: #581600;
	scrollbar-arrow-color: #D7C4BE;
	scrollbar-3dlight-color: #581600;
	scrollbar-highlight-color: #A05E47;
	scrollbar-shadow-color: #280A00;
	scrollbar-darkshadow-color: #581600;
	*/
	
}
html, body {border: 0; margin: 0; padding: 0;}
html {
	/* force scrollbar */
    height: 102%;
}
img {border:0}
.form {
	margin:0;
	padding:0;
}
p {
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
}



/*
input {
	background: #000 url(input.jpg) no-repeat top left;
	border: 1px solid #1c1c1c;
	border: 0 none;
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 22px;
	outline: none;
	display: block;
	padding: 6px 7px 0px 7px;
	margin: 0 0 7px 0;
	height: 19px;
	width: 226px;
	}

input:hover {
	background-position: top right;
	}
input-error {
	background-position: -480px 0;
	}

input:focus, input:active {
	background-position: -240px 0 !important;
	color: #fff;
	}
button { cursor: pointer }
*/
.form-error {
	color:#990000;
}

/* links */
/*////////////////////////////////////////////////////////*/
a:link, a:visited {color: #326ea1;text-decoration: none;}
a:hover {text-decoration: underline;color:#383d44;}
/*////////////////////////////////////////////////////////*/
h2{
	font-size:14px;
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	color: #880B15;
	/*font-family: Georgia, sans-serif;
	font-family: Tahoma, sans-serif; 	*/
	margin: 0 0px 5px 0;
}
h3, h4, h5, h6{
	font-size:20px;
	font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif;
	color: #880B15;
	/*font-family: Georgia, sans-serif;
	font-family: Tahoma, sans-serif; 	*/
	margin: 0 0px 5px 0;
}
h5{
	font-size:20px;
	background: transparent url('images/dot_border.gif') repeat-x bottom;	
	margin: 0 0px 20px 0;	
}
/*////////////////////////*/

#divMainBackground{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#divWrapper {padding:0px;
  width: 875px;
  margin-left: auto;
  margin-right: auto;
}
#divBanner {
	padding:0px;
	clear:left;
	display:inline;
	margin-left: 25px;
	margin-top: 47px;
	float: left;
	width:826px;
	height:97px;
	background-image: url(images/header.jpg);
}
#homeLogolink{
	cursor:pointer;
	display:block;
	margin-left:40px;
	margin-top:20px;
	width:180px;
	height:65px;
}
#divContentWrapper{
  clear: left;
  margin:0px; padding:0px;
  background-image: url(images/ContentBackground.jpg);
  background-repeat:repeat-y;
  text-align:left;
  
}
#divFooter {
	
	clear: left;
	
	margin-left: 0px;
	margin-top: 0px;
	width:875px;
	height:78px;
	background-image: url(images/footer.jpg);
	color: #3366CC;
}
#divMenuBar {
 	clear: left;
	display:inline;
	float:left;
	padding:0px;
	margin-left:25px;
	margin-top: 0px;
	width:826px;
	height:30px;
	background-image: url(images/menubar.jpg);
	text-align:center;
}
#divMenuBar ul li {
	display: inline;
	cursor: pointer;
}

	
#divMenuBar ul {
	 list-style-type: none;
	text-align:center;
	padding: 8px 20px 0px 0px;
	float:left;
}



#divMenuBar li a{

	display: block;
	
	color:#666;
	float:left;
	font-weight:bold;
	font-size:11px;
	padding-right: 20px;
	padding-left: 20px;
	background: url(images/menu_divider.jpg) no-repeat 3px;
	background-position:right;
}
#divMenuBar ul li:last-child{
	background:none;
	padding-right: 0px;
}


#divRSSfeeds  {
	 list-style-type: none;
	
	
}
#divRSSfeeds  li{
	padding: 0px 20px 0px 0px;
	margin-top:10px;
	vertical-align:middle;
	height:30px;
	display:block;
}
#divRSSfeeds  img{
	padding: 0px 5px 0px 0px;
	vertical-align:middle;
}
#divRSSfeeds2  {
    list-style-type: none;
}
#divRSSfeeds2  li{
	padding: 0px 20px 0px 0px;
	margin-top:10px;
	vertical-align:middle;
	height:30px;
	display:inline;
}
#divRSSfeeds2  img{
	padding: 0px 5px 0px 0px;
	vertical-align:middle;
}



#divBodyLeft {
	float: left;
	margin:0px; padding:0px;
	width:25px;
	height:360px;
	background-image: url(images/bodyleft.jpg);
	background-repeat: no-repeat;
}
#divBodyRight {
	float: right;
 	margin:0px; padding:0px;
	width:24px;
	height:360px;
	background-image: url(images/bodyright.jpg);
	background-repeat: no-repeat;
}
.clr {clear:both;} 

#divBodyContent {
	float: left;
 	margin:0px; padding:0px;
	width:826px;
	background-image: url(images/bodytop.jpg);
	background-repeat:no-repeat;
	/*min-height:385px;*/
}
#divBottomContent{
	text-align:center;
	color:#707785;
	font-size:12px;
	padding-bottom:20px;
}
.legalText{
	color:#999999;
	font-size:10px;
}
ul#navFooter li {
	display: inline;
	cursor: pointer;
}
ul#navFooter li#first { margin-left: 0 }
ul#navFooter li a { color:#707785 }	
ul#navFooter { list-style-type: none };


#homeFeature{
	margin:0px 0px 0 0px;	
}
#homeFeatureLeft{
	display:block;
	float:left;
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
	width: 250px;
}
	
#homeFeatureRight{
	display:block;
	float:left;
	background: none;	
	padding-left:20px;
	padding-right:20px;
	padding-top:40px;
	width: 450px;
}
.HomefeatureImage{
	float: left;
	display: block;
	padding: 5px;
	border: 1px solid #c3beaf;
}
#homeFeatureRight strong{
	display: block;
        font-size: 11px;
        padding: 0 0 3px 0;  
		font-weight: bold;      
}	

.headerHighlight{
	color: #880B15;
}
.home.companyprofile{
	display:block;
	float:left;
	padding-left:30px;
	padding-right:20px;
	padding-top:30px;
	width: 750px;
}
.bottomBoxL{
	
	display:block;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	width: 300px;
}
.bottomBox{
	
	display:block;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	width: 400px;
}

#recentArticles{
	list-style-type:none;
	
	margin:0px;
	padding-left:0px;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:15px;
	
}
#recentArticles li{
	padding-top:5px;
	display:block;
	list-style-type:none;
	
	padding-bottom:5px;
	background-repeat:no-repeat;
	
	background: transparent url(images/dot_border.gif) bottom repeat-x;
	
}

#recentArticles .date{
	color:#5d5a57;
	padding:0px 7px 0px 0px;	
}

#recentArticles a{
	color:#93918f;
	text-decoration:none;
	cursor: pointer;
	display: block;
	background-image:url(../../MEDIA/IMAGES/common_images/arrow_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}
#recentArticles a:hover{
	color:#a43a08;
	
}

.framedImg{
	float: left;
	display: block;
	margin: 0 15px 10px 0;
	padding: 5px;
	border: 2px solid #c3beaf;
	background: #fffefa;
}
.framedImg2{
	float: left;
	display: block;
	margin: 0px 10px 10px 0px;
	padding: 4px;
	border: 1px solid #c3beaf;
	background: #fffefa;
}

#contentMain{
padding: 15px 35px 0 35px;
}
#divClientLogin {
	padding:10px;
	background-color:#717886;
	color: #fff;
}
#divClientLoginContent {
	padding-right:100px;
	width: 875px;
  	margin-left: auto;
  	margin-right: auto;
	text-align:right;
}
#divClientLoginButton{
text-align:right;
padding-top:5px;
padding-right:80px;
width: 875px;
  margin-left: auto;
  margin-right: auto;
}
#divClientLoginButton a{
color:#999999;
	font-size:10px;
}


/* sidebar */
/*////////////////////////////////////////////////////////*/

#peopleList h3 {
margin: 25px 0 12px 0;
padding: 0 0 5px 0;
font-weight: bold;
font-size: 93%;
line-height: 1em;
letter-spacing: 1px;
text-transform: uppercase;
color: #880B15;
border-bottom: 1px solid #d9d9d9;
}
#itemList h3 {
margin: 25px 0 12px 0;
padding: 0 0 5px 0;
font-weight: bold;
font-size: 93%;
line-height: 1em;
letter-spacing: 1px;
text-transform: uppercase;
color: #880B15;
border-bottom: 1px solid #d9d9d9;
}
.subTitle {
margin: 25px 0 12px 0;
padding: 0 0 5px 0;
font-weight: bold;
font-size: 93%;
line-height: 1em;
letter-spacing: 1px;
text-transform: uppercase;
color: #880B15;
border-bottom: 1px solid #d9d9d9;
}




/* pointer menu */
/*////////////////////////////////////////////////////////*/

.markermenu{
list-style-type: none;
display: inline;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
}
.markermenu li{
	float:left;
}

.markermenu li a{
background: white url(images/arrow-list.gif) no-repeat 2px center;
display: block;
width: auto;
padding: 3px;
padding-left: 20px;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(images/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* //////////////////////// */
div#PortfolioMenu{float:left;width: 100%;padding-top:20px; padding-bottom:0px; margin-bottom:20px; background: #c4beb2;
}
div#PortfolioMenuBackground{background: #e1e1e1;}
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{margin-left: 10px;width:100%}
ul#nav li{float:left;margin-right: 3px; text-align: center}
ul#nav a{float:left; padding-left:10px; padding-right:10px; padding-bottom:5px; padding-top:5px;background: #E7F1F8;text-decoration:none;color: #666}
ul#nav a:hover{background: #999999;color: #FFF}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #FFF;color: #003}
/* ///////////////buttons colored////////////////// */
.awesome, .awesome:visited {
	background: #222 url(../../MEDIA/IMAGES/button-overlay.png) repeat-x; 
	display: inline-block; 
	margin-top:15px;
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	position: relative;
	cursor: pointer;
}



.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 2px; color: #fff;}
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	/*
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }
	*/
	
	
.loginmessagebox{
	width:100px;
	margin-left:30px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.loginmessageboxok{
	width:auto;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}
.loginmessageboxerror{
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}

input{font-size:10px;font-family:Arial,sans-serif;}
input.field{width:99%;}
input, textarea, select {
	/*display:block;*/
	border:#757D88 solid 1px;font:1em Arial, Helvetica, sans-serif;
	background:#fff;
	padding:5px;
	font-size:1.3em;
	font-weight:normal;
	margin:2px;
	background-image: url( '../../MEDIA/IMAGES/field_bg.jpg' );
    background-repeat: repeat-x;
    background-position: top;
}

.pager {
	font-size: 1.0em;
	
	clear: both;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: right;
}
.pager a, .pager .current {
	padding: 3px 7px;
	border: 1px solid #bbbbbb;
	background: #fdfdfd url('../../MEDIA/IMAGES/page_button_bg.png') repeat-x 0 100%;

	margin-left: 3px;
	text-decoration: none;
}
.pager .current {
	color:#000;
}
.pager a:hover, .pager .current {
	background: #fdfdfd url('../../MEDIA/IMAGES/page_button_hover_bg.png') repeat-x 0 100%;
}
.pager {
	float: left;
}

.portfolio_row{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.portfolio_rowContent{
	float:left;
	width:600px;
}

.portfolio_rowPicture{
	float:left;
	width:150px;
}
.portfolio_rowLinks{
	float:right;
	text-align:right;
	width:100%;
}
.portfolio_rowLinks a {
	color:#FFF;
}
.portfolio_rowLinks ul{
	margin: 0;
padding: 0;
line-height: 1.5em;
list-style-type: none;
}
.portfolio_rowLinks li
{
display: inline;
list-style-type: none;
padding-right: 5px;
}


.jswarning{
  font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 20px;
	border: #d6d8d6 1px solid;
	width: 100%;
	padding-top: 10px;
	padding-left: 30px;
	background: #ffffe1 url('../../MEDIA/IMAGES/exclamation.gif') 4px 8px no-repeat;
}

