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



/** {
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;
	text-align: center;
	background-color:#9b9d94;
	margin:0px;
	padding:0px;
	color: #333333;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	line-height:1.5em;
}
*/

body {
	background-color:#9b9d94;
	margin:0px;
	padding:0px;
	color: #333333;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	line-height:1.5em;
}




a, a:link, a:visited {
	color:#1b76bd;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
/*#wrapper {
	width:940px;
	min-height: 100%;
	margin:0px auto -72px;
	position: relative;
	background-color:#FFFFFF;
	border-bottom:3px solid #c5c5c5;
	text-align: left; 
	overflow:auto;
}*/


#wrapper {
	width:940px;
	margin:0px auto; 
	background-color:#FFFFFF;
	border-bottom:3px solid #c5c5c5;
	padding-bottom:10px;
}


#header {
	height:85px;
	width:889px;
	clear:both;
	margin:0px auto;
}
#logo {
	width:250px;
	height:59px;
	float:left;
	margin:23px 0 0 15px;
}
/*MENU*/

#menucontainer {
	float:right;
	width: 600px;
	height: 45px;
	text-align:left;
	font-size:12px;
	padding-top:23px;
	font-family:"Trebuchet MS", Arial;
}
#menucontainer ul {
	color:#666666;
	padding:0px;
	margin:0px;
}
#menucontainer ul li {
	list-style:none;
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	border-left:1px solid #dedede;
}
/* menu a links */
#menucontainer ul li a {
	display:block;
	margin:0px 1px;
	padding:0px;
	padding-top:0px;
	padding-left:7px;
	float:left;
	color:#666666;
	width:91px;
}
#menucontainer ul li a, #menucontainer ul li a:link, #menucontainer ul li a:visited {
	color:#666666;
	text-decoration:none;
}
#menucontainer ul li a:hover {
	color:#8d2b00;
}
#menucontainer ul li a.current {
	color:#8d2b00;
}
/* menu sub span bits */
#menucontainer ul li a span {
	color:#b6b6b6;
	text-decoration:none;
	font-size:10px;
	margin:0px;
	padding:0px 12px 0px 0px;
}
#menucontainer ul li a:hover span {
}
/*start banner*/
#banner {
	width:889px;
	height:304px;
	margin:0px auto 20px auto;
}
.slide_container {
	width:889px;
	height:270px;
	border-bottom: 1px solid #fff;
}
.slide img {
	position: absolute;
}
.slide h1 {
	position: absolute;
	background-color: #ffffff;
	left: 0px;
	top: 0px;
}
ul.slides {
	margin:0px;
	padding:0px;
	list-style:none;
}
li.slides {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.navigation {
	padding:0px;
	width:150px;
	float:right;
	margin:5px 10px 0 0;
	position:relative;
}
.navigation li {
	list-style:none;
	padding:0px;
	margin:0;
	float:left;
}
.navigation a, .navigation a:link, .navigation a:visited {
	padding: 0px;
	margin:0 5px 0 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#909090 !important;
	display:block;
	background-color:#ffffff;
	border: 1px solid #ababab;
	width:19px;
	height:19px;
	float:left;
}
.navigation a:hover, .navigation a.selected {
	color:#1a77be !important;
}
#banner .menu {
	/*background:url(../wsimages/banner_bottom.gif) no-repeat left top;*/
	width:889px;
	height:34px;
	color:#b3b3b3; /*color of dividers between the links*/
	background-color:#83847b;
}
#banner a, #banner a:link, #banner a:visited {
	color: #333333;
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	text-decoration:none;
}
#banner a:hover {
	text-decoration:underline;
}
#banner .icon {
	float:left;
	margin:5px 0px 0px 5px;
}
.home-submenu-title {
	float:left;
	margin-top:6px;
	padding:0;
	height:15px;
	color:#333333;
	text-indent:10px;
}
ul.submenu {
	list-style:none;
	float:left;
	width:600px;
	margin:10px 0 0 10px;
	padding:0;
}
ul.submenu li {
	list-style:none;
	float:left;
	margin:0px;
	padding:0;
	height:15px;
	border-right:1px solid #ffffff;
}
ul.submenu li.last {
	border-right:none;
}
ul.submenu li a {
	float:left;
	display:block;
	padding:0 7px;
	margin-top:-3px;
}
/*#footer {
	position:absolute;
	bottom: 0;
	height: 72px;	
	width:940px;
	background:#575850;
	text-align: center;
	color: #CCC;
	font-size: .75em;
	clear: both;
}*/

#footer {
	height:70px;
	width:940px;
	margin:0px auto;
	color:#fff;
	font-size:11px;
	text-align:center;
	padding-top:10px;
	font-family:"Trebuchet MS", Arial;
	clear:both;
}
#footer a, #footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .right {
	width:450px;
	float:right;
	text-align:right;
}
#footer .left {
	width:400px;
	float:left;
}

/*Main*/

#maincontent {
	width:889px;
	margin:0px auto;
	min-height: 100%;
	
}
#maincontent .left { /*main container that holds all the left side content*/
	width:615px;
	float:left;
	
}


#maincontent .left img { 
  margin-right:10px;
  border:1px solid #999;
  clear:both;
  
	
}



#maincontent .right { /*main container that holds all the right side content*/
	width:234px;
	float:right;
	border-left:#e2e2e2 1px solid;
	padding-left:20px; /*pushes the border away from the content*/
}
/*general*/

hr.clear {
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}
h1 {
	font-size:22px;
	color:#8d2b00;
	font-weight:normal;
	margin-top:10px;
	line-height:1.1em;
	padding:5px;
	text-shadow:0 1px 0 #cccccc;
	letter-spacing:-1px;
}
h2 {
	color:#8d2b00;
	font-size:18px;
	margin-top:8px;
	margin-bottom:5px;
	padding:5px;
	font-weight:normal;
	letter-spacing:-0.02em;
	text-shadow:0 1px 0 #cccccc;
}
h2 a, h2 a:link, h2 a:visited {
	color:#333333;
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;
}
h3 {
	color:#878787;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
}
h4 {
	font-size:16px;
	color:#6db1fe;
	font-weight:normal;
	margin-top:0px;
}
.size11 {
	font-size:11px;
}
.image_border {
	margin:5px;
	border:4px solid #e2e2e2;
}
hr {
	border: 0;
	color: #e2e2e2;
	background-color: #e2e2e2;
	height: 1px;
	width: 100%;
	clear:both;
}
.size11 {
	font-size:11px;
}
.size13 {
	font-size:13px;
}
.size14 {
	font-size:14px;
}
.size16 {
	font-size:16px;
}
.size18 {
	font-size:18px;
}
/*news*/

.news_box_container {
	width:615px;
	margin-bottom:15px;
}
.news_box_container .image {
	float:left;
	width:130px;
	height:130px;
	margin:0px;
	border:4px solid #e2e2e2;
}
.news_box_container .text {
	float:right;
	width:460px;
	height:112px;
	padding:0px 0px;
	font-size:12px;
	line-height:17px;
}
.news_box_container .text p {
	padding:0px;
	margin:0px;
}
.news_box_container .stats {
	color:#999999;
	font-size:11px;
	border-top:1px dashed #e2e2e2;
	border-bottom:1px dashed #e2e2e2;
	float:right;
	width:460px;
}
/*right column*/

.side_box {
	border-bottom:2px solid #e2e2e2;
	padding-bottom:3px;
	margin-bottom:10px;
}
.side_box .title {
	width:220px;
	height:25px;
	background-color:#c6c6bc;
	padding:4px 8px 0px 8px;
	margin-bottom:7px;
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	color:#fff;/*text-shadow:0 1px 0 #ffffff;*/
	 	
	
}
.about_me_thumb {
	width:74px;
	height:78px;
	float:left;
	margin:0 7px 0 0;
}
.about_me_text {
	width:148px;
	float:right;
	font-size:11px;
	color:#666666;
}
.tweet_text {
	font-size:11px;
	color:#666666;
	padding-left:5px;
}
.tweet_date {
	font-size:10px;
	color:#999999;
	border-bottom:dashed 1px #83847b;
	margin-bottom:10px;
}
.twitter {
	float:right;
	margin:-4px -8px 0 0;
}
/* photo thumbs on the right */
ul.photo_thumb {
	list-style:none;
	padding:0;
	margin:0
}
ul.photo_thumb li {
	list-style:none;
	padding:4px 2px 0px 2px;
	margin:0;
	float:left;
}
ul.photo_thumb li img {
	margin:0;
	padding:0;
	display:block;
}
/* tags on the right */
ul.tags {
	list-style:none;
	margin:0;
	padding:0;
}
ul.tags li {
	float:left;
	margin:0;
	padding:3px;
	height:18px;
}
ul.tags li a, ul.tags li a:link, ul.tags li a:visited {
	color:#8d2b00;
	text-decoration:none;
}
ul.tags li a:hover {
	text-decoration:underline;
}
/*About Page*/

.table {
	border-bottom:1px solid #83847b;
}
.table td {
	padding:3px 8px;
	color:#666666;
	font-size:12px;
	height:28px;
}
th { /*top row of the table*/
	background-color:#1871b6;
	color:#FFFFFF;
	font-weight:bold;
	height:28px;
	text-align:center;
}
.row1 {
	background-color:#83847b;
}
.row2 {
	background-color:#ededed;
}
ul.ticklist {
	padding:0px 0px 0px 15px; /*indent whole list*/
}
ul.ticklist li {
	list-style:none;
	background-image:url(../wsimages/icon_tick.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px 0px 10px 0px;
	padding:0px;
	padding-left:25px;
	font-size:11px;
	line-height:normal;
}
/*Portfolio*/

.portfolio_box {
	width:280px;
	height:280px;
	float:left;
	margin-bottom:30px;
}
.margin_right {
	margin-right:24px;
}
.portfolio_box .image {
	width:261px;
	height:173px;
	border:9px solid #83847b;
	margin-bottom:5px;
}
.portfolio_box .title {
	font-family:"Trebuchet MS", Arial;
	font-size:13px;
	color:#1a77be;
}
.portfolio_box .description {
	font-size:12px;
	margin-bottom:5px;
}
.portfolio_box .date {
	font-size:10px;
	color:#999999;
	border-top:dashed 1px #83847b;
	border-bottom:solid 2px #83847b;
}
.bottom_bar {
	height:25px;
	clear:both;
	background-color:#83847b;
	margin-bottom:10px;
	text-align:center;
	padding:10px 0 0 0;
}
.buttons {
	width:180px;
	float:right;
	margin-right:160px;
}
.view_all {
	width:110px;
	float:right;
	margin-right:100px;
	margin-top:-3px;
}
/*contact*/

.left_details {
	float:left;
	width:240px;
}
.map {
	width:357px;
	height:225px;
	float:right;
	border:4px solid #83847b;
	margin-bottom:10px;
	color:#666666;
}
.contact_title {
	color:#666666;
	font-weight:bold;
	float:left;
	width:70px;
}
.contact_detail {
	float:left;
	width:100px;
	clear:right;
}
.forms {
	background-color:#ffffff !important;/*the important gets rid of the yellow google toolbar field style*/
	border:1px solid #83847b !important;
	margin:3px 0px;
	padding:4px;
	color:#666666 !important;
}
#contact {
	border:0;
	width:450px; /*this width keeps the form fields in line*/
}
#contact label {
	float:left;
	width:80px;
	margin-right:15px;
	clear:left;
	color:#666666;
	font-weight:bold;
	text-align:right;
	height:32px;
}
#contact input, #contact textarea {
	margin-right:40px;
}
#contact #submit {
	clear:left;
	margin-left:95px;
}
.smallfont {
	color:#999999;
	font-size:10px;
}
#breadcrumb {
	margin-top:-5px;
	font-size:85%;
	font-weight:bold;
	color:#8d2b00;
}
#breadcrumb a:link, #content #breadcrumb a:visited {
	text-decoration:none
}
#breadcrumb a:hover, #content #breadcrumb a:active {
	text-decoration:underline
}




ul {
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 30;
	margin-left: 30px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}


ol {
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 30;
	margin-left: 30px;
	list-style-position: outside;
	
}

/* TABLES */
.content td {
	text-align:left;
	border: 1px solid #9e8a7b;
	padding:5px;
	height:100px;
}
.table1 {
	border: 1px solid #9e8a7b;
	border-collapse:collapse;
	width:100%;
	table-layout:fixed;
}
.table1 td {
	background: #fff;
	padding:3px;
	border: 1px solid #3b372e;
}
.table1 th {
	text-align:left;
	border: 1px solid #9b9998;
}
.table1 thead th {
	color:#000;
	font-size:125%;
	background: #ebebea;
	padding: 10px 6px;
}
.table1 tbody th {
	color:#fff;
	font-size:115%;
	background: #e1ddd7;
	padding: 6px
}
.table1 tbody th.sub {
	font-size:100%;
	color:#000;
	background: #e1ddd7;
	padding: 6px;
}
/* TABLES - calendar */
	.calendar {
	width:95%;
	font-size:80%;
	text-indent: 25px;
}
.calendar td {
	text-align:left;
	border: 1px solid #9e8a7b;
	padding:5px;
	height:100px;
}
.calendar th {
	text-align:center;
}
.calendar thead th {
	padding: 3px 2px;
}
.calendar tbody th {
	padding: 2px;
}
.calendar tbody th.sub {
	padding: 2px;
}
.calendar tbody empty {
	background: #c0bbb5;
}
/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
		a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {
	background: transparent url("images/sprites.gif") no-repeat 5px -500px;
	padding-left:21px
}
a.morelink:hover {
	background: transparent url("images/sprites.gif") 5px -400px
}
.morelink span {
	position:absolute;
	left:-9999px;
	width:900px
}
