@charset "utf-8";
/* CSS Document */

/* body: top and bottom margins, default type */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #4E3744;
}

/* link colors */

a:link, v:link, a:visited {
	color: #784865;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* wrapper: sets page width, centers in browser */

.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/* header */

#divHeaderWrapper {
	background-color: #643B3E;
}

#divMasthead {
	height: 80px;
}
#divLogo {
	float: left;
	padding-top: 6px;
	padding-left: 0px;
}

/* nav */

#divNav {
	float: right;
	padding-top: 32px;
	padding-right: 12px;
}

/*  menus */

ul#menu {
	margin: 0px; 
	padding: 0px;
}
ul#menu li {
	display: inline;
	margin-left: 6px;
}
ul#menu li a {
	text-decoration:none;
	color: #EFEDEC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px dotted #993300;
}
ul#menu a.active, ul#menu a:hover {
	color: #784865;
	background-color: #E9E6E3;
}


/* page wrapper */

#divPage {
	float: left; 
	text-align: left;
	width: 960px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#divPageWrapper {
	float: left; 
	width: 100%;
	text-align: center;
	background-color: #EFEDEC;
}

/* home */

#divFeaturedHome {
	width: 948px;
	margin: 6px 0 0 0;
	padding: 6px;
	border: 1px dotted #993300;
	overflow: auto;
}
#divFeaturedHomeHeading {
	float: left;
	width: 198px;
	height: 322px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	text-align: right;
	color: #D7D2CC;
	padding: 12px;
	background-color: #92847C;
}
#divRightColumnWrapper {
	float: left;
	background-color: #FCFBFA;
}
#divRightColumnText {
	float: left;
	width: 415px;
	padding: 24px;
}
#divRightColumnBlog {
	float: right;
	width: 200px;
	padding: 12px;
	margin: 28px 0 0 12px;
}
#divRightColumnBlog p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-top: 9px;
	margin-bottom: 9px;
	color: #333333;
}
#divRightColumnBlog h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 9px;
	color: #333333;
	border-top: 1px dotted #993300;
	padding-top: 3px;
}
#divRightColumnBlog .blog-heading {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #776458;
}


/* slider */

#divSlider {
	float: left;
	width: 700px;
	padding: 12px;
	background-color:#FCFBFA;
	height: 322px;
}
#divSliderProjectImg {
	float: left;
	width: 405px;
	margin: 0 0 0 16px;
}
#divSliderProjectDesc {
	float: right;
	width: 215px;
	text-align: left;
	margin: 18px 16px 0 0;
}
#divSliderProjectDesc .headlinePt1 {
	font-size: 16px;
	line-height: 18px;
	color: #776458;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
#divSliderProjectDesc .ListBox {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	color: #776458;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #EFEDEC;
}
#divSliderProjectDesc .more {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: right;
	text-transform: uppercase;
	color: #784865;
	margin-top: 6px;
	margin-bottom: 12px;
}




/*  twitter */

#twitter_div {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #333333;
}
#twitter_div ul {
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#twitter_div ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	line-height: 15px !important;
	list-style:none;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

#twitter_update_list {
}
#twitter_update_list li {
	display: block;
	list-style: none;
	margin: 0px;
	border-bottom: 1px dotted #993300;
	padding-bottom: 6px;
}
.twitter_heading {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #993300;
	padding-bottom: 4px;
	color: #776458;
}


/* Featured */

#divFeatured {
	float: left;
	width: 946px;
	margin-top: 6px;
	padding: 6px;
	border: 1px dotted #993300;
}
#divFeaturedColor {
	padding: 6px;
	background-color:#FCFBFA;
}
#divFeaturedHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	text-align: left;
	color: #D7D2CC;
	padding: 12px;
	background-color: #92847C;
}
#divFeaturedWorkColor {
	padding: 6px;
	background-color:#FCFBFA;
}
#divFeaturedWork {
	float: left;
	width: 946px;
	margin-top: 12px;
	padding: 6px;
	border: 1px dotted #993300;
}
#divFeaturedWork img {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* page content options */

#divLeftCol {
	float: left;
	width: 220px;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
	padding: 6px;
	border: 1px dotted #993300;
}
#divLeftColumnColor {
	background-color: #FCFBFA;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#divRightCol {
	float: left;
	width: 700px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 6px;
	border: 1px dotted #993300;
}
#divRightColumnColor {
	background-color: #FCFBFA;
	padding-left: 30px;
	padding-right: 36px;
	padding-top: 24px;
	padding-bottom: 24px;
}


/* projects */

#divProjectImage {
	float: left;
	width: 612px;
	margin-top: 6px;
	margin-right: 12px;
	border: 1px dotted #993300;
}
#divProjectImageColor {
	padding: 6px;
}
#divProjectText {
	float: left;
	width: 320px;
	margin-top: 6px;
	padding: 6px;
	border: 1px dotted #993300;
}
#divProjectTextColor {
	background-color:#FCFBFA;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 18px;
	padding-bottom: 18px;
}

/* footer */

#divFooterWrapper {
	float: left;
	width: 100%;
	background-color:#4E3744;
}
#divFooterContent {
	float: left;
	vertical-align: middle;
	font-size: 12px;
	color: #EBEBEB;
}
#divFooterContent a:link, v:link {
	color: #FFF;
}



/* text formatting*/

p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 14px;
	margin-bottom: 14px;
	color: #333333;
}

ul, li {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-top: 9px;
	margin-bottom: 9px;
}
.buttonSec {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 9px;
	margin-bottom: 9px;
	text-transform: uppercase;
}
.buttonSec a {
	display: block;
	text-decoration: none;
	color: #784865;
	width: 160px;
	padding-top: 4px;
	padding-left: 18px;
	padding-right: 6px;
	padding-bottom: 4px;
	border: 1px solid #968F88;
	background-image: url(/images/home/arrow-bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
.buttonSec a:hover {
	color: #784865!important;
	text-decoration: none;
	background-color: #EFEDEC;
}

.caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #776458;
	margin-top: 6px;
	margin-bottom: 12px;
}
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 9px;
	margin-bottom: 9px;
	color: #90796B;
}
.headlinePt1 {
	font-size: 16px;
	color: #90796B;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #993300;
	padding-bottom: 9px;
}
.imageLeft {
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.imageRight {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.intro {
	font-size: 16px;
	margin-top: 9px;
	margin-bottom: 12px;
	color: #90796B;
	font-style: italic;
}
.ListBox {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	color: #90796B;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 9px;
	padding-right: 9px;
	background-color:#EFEDEC;
}
.listText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-top: 9px;
	margin-bottom: 9px;
	color: #90796B;
}
.listTextLG {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: 9px;
	margin-bottom: 20px;
}
.projectText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 9px;
	margin-bottom: 9px;
}
.subhead {
	font-size: 14px;
	margin-top: 18px;
	margin-bottom: 0px;
	color: #90796B;
}
.subheadRule {
	clear: both;
	font-size: 14px;
	margin-top: 18px;
	margin-bottom: 9px;
	color: #90796B;
	border-top: dotted 1px #993300;
	font-style: italic;
	line-height: 20px;
}

