/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #333;
	padding: 0px;
	background-color: #fff;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.CollapsiblePanelContent  .hidden  {
	display: none;
}

a{
	color: #993300;
	text-decoration: none;
	font-weight: normal;
}

a:link{
}

a:visited{
	text-decoration: none;
}

a:hover{
	color: #333333;
}

h1{
	font-size: 20px;
	color: #993300;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 22px;
}

h2{
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	font-size: 100%;
	color: #993300;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#logo{
	text-align: right;
	padding-top: 0px;
	padding-right: 160px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 100%;
}


#masthead{
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#rt_sidebar{
	float:right;
	width: 165px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #E8E8E8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
}
#rt_sidebar  p{
	font-size: 12px;
	margin: 0px;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#rt_sidebar  h3  {
	font-size: 14px;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#content{
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	width: 520px;
}
#content p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar{
	float: left;
	width: 140px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	text-decoration: none;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	letter-spacing: 0em;
	color: #333;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	color: #333;
	text-align: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 12px;
	margin: 0px;
}
#sectionLinks a.selected {
	display: block;
	color: #993300;
	text-align: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: bolder;
}

#sectionLinks a:hover{
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	background-color: #993300;
}
.work_thb {
	margin-top: 0px;
	border: 1px solid #E8E8E8;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: 165px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#container #content .work_thb p {
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#container #content .work_thb .view {
	font-size: 14px;
	background-color: #FFFFFF;
	display: block;
	text-decoration: none;
	text-transform: lowercase;
	color: #993300;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	font-weight: bold;
}
#container #content .work_thb h3 {
	font-size: 12px;
	font-weight: bold;
}
.address p {
	font-size: 11px;
	color: #993300;
	margin: 0px;
	line-height: 14px;
	padding-bottom: 5px;
}
.address {
	float: right;
	width: 165px;
	margin: 0px;
	padding: 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #666666;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	text-align: left;
}
#siteInfo a {
	font-size: 10px;
	color: #993300;
	text-decoration: underline;
}
#siteInfo a:visited {
	font-size: 10px;
	color: #993300;
	text-decoration: underline;
}

#siteInfo img{
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.casestudies {
	float: left;
	margin-bottom: 20px;
}
.casestudy_sidebar a {
	color: #993300;
	font-weight: bold;
}
.casestudy_sidebar img {
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.casestudy_sidebar {
	float: right;
	width: 200px;
}
.thumbs {
}
.thumbs img {
	margin-right: 10px;
}
.option img {
	margin-bottom: 10px;
}
.clearfloat {
	clear:both;
	display: block;
}
.read_more {
	text-align:right;
	margin-bottom:10px;
}.back_btn {
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	margin-top:20px;
}
