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

body{
	font-family: Arial,sans-serif;
	color: #666666;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #E8E8E8;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 115%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

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

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

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

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

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
p {
	margin: 12px 0;
	font-size: 90%;
}

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

#wrapper{
	width:750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 0 10px;
	background: #FFF url(images/shadowBack.gif);
}
#masthead{
	margin: 0;
	padding: 0;
	height: 135px;
	border-bottom: 1px solid #999999;
	background: #FFF url(images/headerBck5.jpg) no-repeat top right;
}

#navBar{
	margin: 0 580px 0 0;
	padding: 0;
	background-color: #fff;
	border-right: 1px solid #ccc;
	/* hack to fix IE/Win's broken rendering */
	border-bottom: 1px solid #FFFFFF; 
}
/* fix for browsers that don't need the hack */
html>body #navBar{
	border-bottom: none;
}

#content{
  float:right;
	width: 580px;
	margin: 0;
	padding: 0;
}
#rightBlock {
	padding: 15px 10px 20px 10px;
	margin: 10px 10px 20px 390px;
	font-size: 12px;
	background-color: #F4F4F4;
	border: 1px solid #bbbbbb;
	height: 680px;
	width: 150px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/



/*************** #masthead styles **************/

#masthead img{
	margin: 42px 10px 20px 20px;
}

/************ right block styles **************/

#rightBlock img {
	display: block;
	margin: 0 auto 4px auto;
	border: 2px solid #FF6600;
}
.sampleLink {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

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

#globalNav{
color: #cccccc;
margin: 0;
padding: 0px 10px 0px 10px;
white-space: nowrap;
height: 22px;
text-align: right;
background-image: url(images/nav_back.gif);
border-top: 1px solid #dddddd;
border-bottom: 1px solid #999999;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

.globalNavBtnLine {
margin: 2px 5px;
display: inline;
vertical-align: top;
}

#globalNav a {
	margin: 5px;
	font-size: 11px;
	padding: 0px 4px 0px 0px; 
}


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

#MainHeading{
	margin: 0;
	font-size: 70%;
	color: #6699CC;
	font-weight: bold;
	padding: 4px 10px 3px 10px;
	background-color: #eeeeee;
	border-bottom: 1px solid #D1E8EE;
}
#MainHeading h1{
	display: inline;
	margin: 0;
	margin-left: 15px;
	font-size: 10px;
	color: #bbbbbb;
	text-align: center;
}

/************** .title styles ***************/

#title {
	float: left;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 380px;
	height: 120px;
}
#title h1{
	margin: 0 0 0 20px;
	padding: 4px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	text-align: right;
	letter-spacing: 2px;
}

/************** .feature styles ***************/

.feature{
	float: left;
	padding: 15px 15px 10px 20px;
	width: 535px;
	font-size: 14px;
	text-align: justify;
}
.feature h2{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	word-spacing: 5px;
	color: #006699;
}
.intro {
	margin-top: 2px;
	line-height: 18px;
	color: #666666;
}
.feature h3{
	padding: 15px 0px 5px 0px;
	color: #333;
	/*text-align: center;*/
}
.feature hr{
	border: none;
	margin: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
}
.feature img{
	float: left;
	margin: 0 10px 0 0;
}
.feature ul {
	margin: 10px 30px;
	padding: 10px 5px 0 5px;
	font-size: 13px;
	list-style-image: url('/images/bullet.gif');
	
}
.feature li {
	margin: 0;
	padding: 0 10px 15px 0;
	list-style-image: url(/images/bullet.gif);
}
.feature li a:link, .feature li a:visited {
	color: #006699;
	font-size: 105%;
	text-decoration: underline;
	vertical-align: top;
}
.feature li a:hover {
	color: #FF6600;
	font-size: 105%;
	text-decoration: none;
	vertical-align: bottom;
}
.feature a:link, .feature a:visited {
	text-decoration: underline;
}
.feature a:hover {
	text-decoration: none;
}
#boxcontainer1 {
	margin: 0;
	margin-top: 25px;
	padding: 0;
	width: 540px;
	border: none;
}
#boxcontainer2 {
	clear: left;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	width: 540px;
}
.box {
	float: left;
	margin: 0 3px 10px 2px;
	padding: 0;
	width: 170px;
	height: 200px;
	border: 1px solid #FF6600;
}
.box h3 {
	margin: 0;
	margin-bottom: 7px;
	padding: 4px 5px 4px 5px;
	font-size: 13px;
	text-align: center;
	color:#006699;
	background: #F8ECD6;
}
.box blockquote{
	margin: 15px auto 0 auto;
	padding: 0;
	width: 140px;
	font-size: 12px;
	text-align: justify;
}
.box p {
	margin: 3px;
	margin-right: 15px;
	padding: 0;
	text-align: right;
	font-size: 11px;
}
.boxLong {
	float: left;
	margin: 0 4px 10px 2px;
	padding: 0;
	width: 347px;
	height: 160px;
	background: url(images/dotted_border.gif) repeat-y;
}
.boxLong h3{
	margin: 0;
	margin-bottom: 7px;
	padding: 4px 5px 4px 15px;
	font-size: 13px;
	text-align: left;
	color:#333333;
	/*background: #F8ECD6;*/
}
.boxLong blockquote{
	margin: 15px auto 0 auto;
	padding: 0;
	width: 320px;
	font-size: 12px;
	text-align: justify;
}
.boxLong p{
	margin: 0;
	padding: 3px 0;
	font-size: 11px;
}
.boxLong img{
	clear: left;
	float: left;
	margin: 3px 10px;
	border: none;
}
.review{
	float: left;
	margin: 0 0 10px 2px;
	padding: 0;
	width: 170px;
	height: 160px;
	text-align: left;
	background: url(images/dotted_border.gif) repeat-y;
}
.review h3 {
	margin: 0;
	margin-bottom: 7px;
	padding: 4px 5px 4px 15px;
	font-size: 13px;
	text-align: left;
	color:#333333;
}
.review p{
	margin: 5px 0px 5px 15px;
	padding: 0;
	text-align: justify;
	font-size: 11px;
}
.review p.reviewSignature {
	text-align: right;
	font-style: italic;
}
.postCatLinks {
	margin: 0;
	padding: 0;
}
.postCatLinks li {
	margin-bottom: 5px;
	background: url('/images/arrow_off.gif') no-repeat right;
}
/*.testimonial{
	clear: left;
	margin: 10px 0 10px 2px;
	padding: 0;
	width: 500px;
	height: 70px;
	/*background: url(images/dotted_border.gif) repeat-y;
}
.testimonial h3 {
	margin: 0;
	margin-bottom: 7px;
	padding: 4px 5px 4px 15px;
	font-size: 13px;
	text-align: left;
	color:#333333;
}
.testimonial p{
	margin: 5px 15px;
	padding: 0;
	font-size: 12px;
}*/
.team{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align: left;
}
.team h3{
	padding: 20px 0px 5px 0px;
	color: #FF6600;
}
.teamMem {
	margin: 0px 0px 5px 0px;
	padding: 8px;
	height: 90px;
	/*border: 1px dashed #CCCCCC;*/
}
.teamMem img{
	float: left;
	padding: 0;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */
.teamMem p{
	margin-top: 25px;
}
.heighlight {
	color: #006699;
	font-weight: 700;
}
.consultLink a{
	clear: left;
	display: block;
	margin: 0 5px;
	padding: 10px 10px;
	border: 1px solid #FF6600;
	font-size: 14px;
	color: #003366;
	text-align: center;
	background-color: #FFF2D8;
	font-weight: 600;
}
.consultLink a:hover{
	color: #000;
	background-color: #FF9933;
	border: 1px solid #CC6600;
	text-decoration: underline;
}
/******** Latest posts styles on homepage ***********/

/******** Right Block Stiles *******************/

#rightBlock h2{
	padding: 0 0 10px 0;
	color: #476B8F;
	text-align: center;
}
#rightBlock a:link, #rightBlock a:visited{
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
}
#rightBlock a:hover{
	color: #003399;
	text-decoration: none;
}
#rightBlock p{
	margin-top: 3px;
	font-size: 11px;
	text-align: justify;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-color: #FFFFFF;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

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

/* the top space above left side navigation*/
#leftbarTop{
	padding: 4px 2px 4px 3px;
	border-left: 8px solid #D1E8EE;
	border-right: 8px solid #D1E8EE;
	border-bottom: 1px solid #D1E8EE;
	background-color: #eeeeee;
	font-size: 90%;
}
#leftbarTop p{
	display: inline;
	margin: 0;
	margin-left: 10px;
	font-size: 70%;
	color: #bbbbbb;
	text-align: left;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#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 #FFF;}

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


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #6699CC;
	font-size: 13px;
}

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

#sectionLinks li a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #6699CC;
	border-left: 8px solid #D1E8EE;
	border-right: 8px solid #D1E8EE;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks li a:visited{
	border-top: 1px solid #6699CC;
	border-left: 8px solid #D1E8EE;
	border-right: 8px solid #D1E8EE;
	padding: 2px 0px 2px 10px;
}

#sectionLinks li a:hover{
	border-top: 1px solid #6699CC;
	border-left: 8px solid #FF6600;
	border-right: 8px solid #FF6600;
	text-decoration: none;
	color: #006699;
	padding: 2px 0px 2px 10px;
}


/************** #Left bar content styles **************/

#leftBarContentWrapper {
	margin: 0;
	padding: 0;
	border-left: 8px solid #D1E8EE;
	border-right: 8px solid #D1E8EE;
	height: auto;
}

#leftBarContent{
	margin: 0;
	padding: 10px;
}

#leftBarContent h3{
	margin-bottom: 0;
	padding: 10px 0px 2px 0px;
	font-size: 12px;
	color: #FF6600;
}

#leftBarContent p{
	margin: 0;
	padding: 0px 3px 10px 0px;
	font-size: 11px;
	text-align: justify;
}

#leftBarContent form{
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 11px;
	text-align: center;
}

#leftBarContent input {
	margin-bottom: 5px;
	padding: 1px;
	font-size: 12px;
}

#leftBarContent a{
	font-size: 11px;
	color: #006699;
	text-decoration: underline;
}

#leftBarContent a:hover{
	text-decoration: none;
	color: #FF6600;
}

