@charset "UTF-8";
html, body {
	background-color: #ecedcc;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image: url(bg-lines.gif);
	background-repeat: repeat;
	font-family: "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:13px;
	color:#000;
}
img {
	border:0px;}
p {
	text-align:left;
	margin:0px 0 12px 0;
	padding:0px;
	font-family:"helvetica Neue", helvetica, san-serif;
	font-size:15px;
	color:#333;
	}
#boxMain {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	min-height:660px;
	/*	height:660px;
*/	position:relative;
	top:30px;
	background-color:#ffffff;
	padding:30px;
	clear:both;
	overflow:hidden;
/*	background-image: url(images/main_bg-grad.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
*/
}
#boxMain {
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
	
	-moz-box-shadow: 0px 0px 20px #666;
	-webkit-box-shadow: 0px 0px 20px #666;
	box-shadow: 0px 0px 20px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}
#boxLogo {
	width:121px;
	height:146px;
	position:relative;
	float:left;
	background-image:url(images/logo_lg.png);
/*	background-color:#790000;
*/}
/*#boxLogo a:link {
	background-image:url(images/logo.png)}*/
#boxLogo:hover {
	background-image:url(images/logo_lg-hi.png)}
#boxNav {
	position:relative;
	float:right;
	text-align:right;
	color:#790000;
	top:32px;
}
#boxNav ul li { display:inline; font-size:23px; text-transform:none; font-weight:bold; letter-spacing:-1px;}
#boxNav li {margin-left:-4px;}
#boxNav ul li a:link 
{
text-decoration: none;
color:#790000;
/*#DD4B39*/
}
a:visited {
text-decoration: none;
color:#790000;
}
#boxNav ul li a:hover {
text-decoration: none;
color: #EB2215;
}
#boxNav ul li a:active {
text-decoration: none;
color:#790000;
}
#boxConentMain {
	width:640px;
	/*min-height:24px;*/
	border: 1px thin solid;
	overflow:hidden;
	clear:both;
	/*	background-color:#fff;*/
	position:relative;
	top:12px;
	margin-left:0px;
	text-align:left;
	float:right;
	padding:15px 0px 15px 9px;
	min-height: 360px;
}
#boxHomeSplash {
	width:640px;
	/*min-height:24px;*/
	border: 1px #ccc solid;
	overflow:hidden;
	clear:both;
	/*	background-color:#fff;*/
	position:relative;
	top:36px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}
#boxHomeSplash {
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
	
}
#boxTitleMain {
	position:relative;
	min-height:24px;
	/*	background-color:#fff;*/
	width:100%;
	margin:9px 0;
	bottom: 0px;
	padding-bottom: 2em;
}
#boxPostMain {
	position:relative;
	min-height:360px;
	/*	background-color:#fff;*/
	width:638px;
	margin:9px 0;
	border: #999 0px solid;
	text-align:center;
	overflow:auto;
	z-index: 999;
}
.postTitle {
	text-transform:none;
	font-size:29px;
	/*color:#EB2215;*/
	color:#790000;
	font-weight:bold;
	border-top: 4px #dfdfdf solid;
	word-spacing:-0.1em;
	margin:0px;
	padding-top:0.2em;
}
.postText {
	text-transform:uppercase;
	font-size:11px;
	padding-bottom:1em;
}
#boxFooterLeft {
	font-size:11px;
	position:absolute;
	left:30px;
/*	width:260px;
*/	background-color:#fff;
	bottom:30px;
	text-align:left;
	color:#790000;
	z-index:444;
	padding-right:3px;}
#boxFooterRight {
	position:absolute;
	right:30px;
	width:780px;
	background-image:url(images/footer-line.gif);
	background-repeat:repeat-x;
	bottom:30px;
	text-align:right;
	z-index:333;
}
#sidebarNav {
	display:block;
	width: 210px;
	min-height:240px;
	position:absolute;
	left:30px;
	top:212px;
	background-color:#FFF;
	padding:0px;
	margin:0px;
	text-align:left;
}
#sidebarNav ul li {
	list-style:none;
	font-size:13px;
	margin:-16px 0 25px -40px;
	text-align:left;
	color:#000;
	padding:0px;
	text-transform:uppercase;
}
a:link {
	color:#790000; text-decoration:none;}
a:visited {
	color:#790000; text-decoration:none;}
a:hover {
	color:#EB2215; text-decoration:none;}
#listPortfolioBoxes {
	text-align:center; line-height:4em;
}
#listPortfolioBoxes ul li {display:inline; line-height:4em;}
#listPortfolioBoxes ul {margin-left:-32px;}
#listPortfolioBoxes li { margin:0 1em 0 0; overflow:auto; display:block;}
#listPortfolioBoxes li img {padding:0.5em;  border:2px #ccc solid; background-color:#ddd; width:152px; height:96px;}
.splashImage {
	text-align: left;
	margin: 0px 6px;
}
.splashImage img {
	
	-moz-box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	box-shadow: 2px 2px 5px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666');

	
}
.splashText {
	text-align:left;
	font-size:26px;
	font-weight:bold;
	margin:0px 0px 18px 6px;}
.slashDescription {
	position:relative;
	float:right;
	padding:0px 12px;
	text-align:left;
	width:240px;
	color:#666;}
.slashDescription h1 {
	font-weight:bold;
	font-size:larger;
	margin:0px;
}
.bodyText {
	font-family:"helvetica Neue", helvetica, san-serif;
	font-size:15px;
	text-align:left;
	color:#333;
	display:block;
	position:relative;
	float:left;
	margin:0px 0 48px 0;
	width:480px;
	line-height:1.5em;
	}
.bodyHeading {
	font-weight:bold;
	font-size:15pt;
	text-align:left;
	margin:0px;}
/*#wrapper {
	margin:0 ;
	width:152px;
}
#wrapper ul li {list-style-type: none; display:inline-block; float:left;}
#wrapper li div {
	display:inline-block;
	float:left;
	margin:0.5em;
	padding: 9px;
	background-color:#ddd;
	border:2px #ccc solid;
	width:152px;
	height:96px;
	position:relative;
	overflow:hidden;
}
#wrapper div img {
	position:relative;
	width:152px; height:96px;
}*/

#wrapper {
	width:100%;
	text-align:center;
	margin-bottom:0px;
	padding:0px;
	}
#wrapper div {
	display:inline-block;
	background-color:#ddd;
	border:2px solid #ccc;
	overflow:hidden;
	margin:0 0px 14px 14px;
	padding:0.5em;
	text-align:center;}
#wrapper div div{
	border:1px solid #ccc;
	margin:0px auto;
	position:relative;
	padding:0px;
	width:176px;
	height:99px;
	
}
#wrapper div div img{
	position:relative;
	width:176px;
}
.listDisplayLeft {
	list-style:none;
	text-align:right;
	margin: 0px;
	float:left;
	width:280px;
	padding: 0px;
}
.listDisplayRight {
	list-style:none;
	text-align:left;
	margin: 0px;
	float:left;
	width:280px;
	padding: 0 6px;
	}
.listDisplayLeft li, .listDisplayRight li {
	margin: 0px 0 12px 0px;}
.simpleListHead {
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
	font-size:13px;
	color:#000;
	}
.simpleList {
	text-align:left;
	list-style:none;
	margin: 3px 0 16px 0;
	padding:0px;
	text-transform:capitalize;}
.simpleList li {
	margin:0px 0px 6px 0px;}
.alignLeft {
	text-align: left;
}
.portrait {width:50%;padding: 1em 0;}
.breathe {padding:0 1em 1em 0;}
.larger {font-size: 16px;
	line-height: 1.25em;}
.width100 {width:100%;}
