* { 
margin: 0px;
padding: 0px;
}
body {
	font-size: 85%;
	color: #3E3E3E;
	font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif; 
}

#wrapper-home{
	background: url(images/bkgd.jpg) no-repeat top center;
}
#wrapper-sub{
	background: url(images/sub-bkgd.jpg) no-repeat top center;
}
#container {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	background-color: none;
	overflow: hidden;
	line-height: 1.3em;
}
h1 {
	font-size: 125%;
	color: #EA4015;
}
h2 {
	font-size: 110%;
	color: #EA4015;
	margin-top: 20px;
	margin-bottom: -10px;
}
h3 {
	font-size: 125%;
	color: #EA4015;
	margin-top: 20px;
}
p {
	font-size: 97%;
	margin-top: 12px;
}
a {
	color: #EA4015;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* navigation*/
ul#top-nav{
	list-style: none; 
	margin-left: 10px;
	width: 950px;
} 

ul#top-nav li { 
	float: left; 
	display: block; 
	padding: 20px 20px 0px 20px; 
}

ul#top-nav a { 
	color: #FFFFFF;  
	text-decoration: none;
	padding: 0px;
}
ul#top-nav li a:hover{
	text-decoration: underline;
}

ul#top-nav li a.selected{
	background: url(images/left-tab.gif) no-repeat left top;
	height:45px;
	display:block;
	float:left;
	margin-top:-20px;
	margin-left: -25px;
	margin-bottom: 0px;
	margin-right: -25px;
	padding-left: 25px;
	text-decoration:none;
	color: #023F88; 
}

ul#top-nav li a.selected span{
	background: url(images/right-tab.gif) no-repeat right top;
	display:block;
	padding: 20px 25px 0 0;
	display:block;
	height:30px;
	float:left;
}

/* home page */

#main-home {
	margin: 0px;
	padding: 0px;	
}
#main-left {
	float: left;
	width: 278px;
	clear: left;
	margin-right: 25px;
	margin-left: 15px
}
#main-center {
	float: left;
	width: 410px;
	padding-left: 30px;
	background:url(images/dot.gif) repeat-y;
}
#main-right {
	float: left;
	width: 166px;
	margin-left: 30px;
	margin-top: 20px;
	background:url(images/callout-bkgd-green.gif) repeat;
}
#green-box {
	background: url(images/callout-bottom-green.gif) bottom center no-repeat;
}
#green-box div a img{
	margin-bottom: 15px;
}
#main-right p {
	font-size: 83%;
	line-height: 1.6em;
	margin: 10px 16px;
}
#main-right a.button img {
	margin-bottom: 15px;
}
/* sub pages */
#sub-main {
	width: 980px;
}
#sub-left {
	float: left;
	width: 525px;
	clear: left;
	margin-left: 15px;
}
#sub-left ul {
	margin-top: 10px;
	margin-left: 50px;
}
#sub-left ul li {
	margin-top: 5px;
	color: #EA4015;
}
#sub-left ul li span {
	color: #3E3E3E;
	font-size: 95%;
}
#sub-left img.gail{
	float: left;
	margin: 10px 15px 10px 0px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
#sub-left img.gail2{
	float: left;
	margin: 10px 15px 10px 0px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
#sub-right {
	float: left;
	width: 336px;
	margin-top: 1px;
	margin-left: 60px;
}
p.read {
	font-size: 82%;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 3px;
}
p.read a{
	color: #EA4015;
	text-decoration: none;
	padding-left: 6px;
	background: url(images/arrow.gif) no-repeat 0px 4px;
}
/* Case Studies */
p.note {
	font-size: 82%;
	margin-top: 0px;
}
#sub-left table {
	margin-top: 15px;
	font-size: 95%;
}
#sub-left table tr td{
	padding-bottom: 15px;
}
#sub-left table td.heading {
	padding-right: 10px;
	color: #001F63;
	font-weight: bold;
}
#sub-left table tr td.photo{
	padding-bottom: 0px;
}
#sub-left table tr td img.border{
	padding: 3px;
	border: #999999 1px solid;
}
#sub-left table tr.thumbs {
	padding-left: 10px;
}
#sub-left table tr td ul {
	margin-top: 0px;
	margin-left: 15px;
}
#sub-left table tr td ul li{
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 110%;
}
/* blockquote */
blockquote {
	width: 259px;
	margin-top: 15px;
  
}
blockquote div {
	font-size: 120%;
	line-height: 26px;
	width: 259px;
  	padding-top: 15px;
	padding-left: 50px;
	padding-right: 0px;
	margin-left: 20px;
	margin-right: 0px;
	background: transparent url(images/left-quote.gif) left top no-repeat;
}
p.name {
	font-size: 90%;
	margin-top: 5px;
	padding-right: 0px;
	color: #EA4015;
	font-weight: bold;
}
/* sub page callout */
#sub-right-box {
	float: left;
	width: 316px;
	margin-left: 20px;
	margin-top: 30px;
	background:url(images/sub-callout-bkgd.gif) repeat;
}
#sub-green-box {
	background: url(images/sub-callout-bottom.gif) bottom center no-repeat;
}
#sub-green-box div a img{
	margin-bottom: 15px;
	margin-right: 30px;
}
#sub-right-box p {
	font-size: 98%;
	line-height: 1.6em;
	margin: 10px 30px;
}
#sub-right-box a.button img {
	margin-bottom: 20px;
}
/*footer */
#footer {
	clear: left;
	background-color: #E5E5EA;
	color: #7E7E98;
	margin-right: auto;
	margin-left: auto;	
	font-size: 90%;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.footer {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.footer a {
	text-decoration: none;
	color: #7E7E98;
}
.footer a:hover {
	text-decoration: underline;
}
#wrapper-sub #container #sub-main #sub-left p.big {
	font-size: 120%;
	line-height: 1.5em;
}
#wrapper-sub #container #sub-main #sub-left .indenter {
	padding-left: 30px;
}
