/* CSS Document */

*{
	background:transparent;
	border:0;
}

body {
	margin:0;
	padding:0;
	border:0;
	font-family:Helvetica, Arial, sans-serif;
}

a:link {
	text-decoration: none;
	color:#365dab;
}

a:visited {
	text-decoration: none;
	color:#365dab;
}

h1 {
	text-align: right;
	line-height: 1.5em;
	text-transform: none;
	margin-left: 100px;
	margin-right: 50px;
	font-weight: normal;
	font-size: 1.5em;
	display: block;
}

h2 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.2em;
	
}

h3 {
	background-color: #9a9b9d;
	color:#FFF;
	margin-bottom:10;
	font-weight: normal;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	display:block;
	margin-top: 0px;
	width: 200px;
	margin-right: 0px;
	margin-left: -15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

h3 a{
	color:#FFF;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

h6 {
	font-size: .7em;
	font-weight: bold;
	margin:0px;
	color:#696969;
}

#wrapper {
	width:1024px;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	background-image: url(../images/bkg-nav.png);
	background-position: bottom;
	height: 188px;
	background-repeat: no-repeat;
	padding-left: 135px;
	padding-top: 58px;
}

#slideshow {
	height: 321px;
    overflow: hidden;
    position: relative;
    width: 1024px;
}

#slideshow .items {
	clear: both;
    overflow: hidden;
    position: absolute;
    width: 20000em;
	z-index: 1;
}

#slideshow .items .slide {
	float: left;
    height: 321px;
    overflow: hidden;
    width: 1024px;
}

#slideshow #slideshow_nav {
	/*padding: 0 0 20px;
	margin: 20px 0 0;*/
	text-align: center;
	overflow: hidden;
	z-index: 2;
	position: absolute;
	right: 104px;
	bottom: 18px;
}

#slideshow #slideshow_nav a.btn {
	padding: 0 5px;
	background: url(/images/nav_btn.gif) left top no-repeat;
	width: 13px;
	height: 13px;
	text-indent: -99999px;
	display: block;
	float: left;
}

#slideshow #slideshow_nav a.current, #slideshow #slideshow_nav a:hover {
	background: url(/images/nav_btn.gif) left -13px no-repeat;	
}

#headline {
	height: 123px;
}

#home-content {
	background-color: #FFF;
	background-image: url(../images/bkg-main-content.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 1024px;
	font-size: 0.8em;
	padding-top: 0px;
}

#home-content p {
	color:#696969;
	line-height: 1.7em;
}

#home-content ul {
	color:#696969;
	list-style-image: url(../images/blue-bullet.png);
}

#home-content ul li {
	margin-bottom: 10px;
	line-height: 1.5em;	
}

#main-content {
	background-color: #FFF;
	background-image: url(../images/bkg-main-content.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 1024px;
	font-size: 0.8em;
	padding-top: 20px;
	overflow: hidden;
}

#main-content p {
	color:#696969;
	line-height: 1.7em;
}

#main-content ul {
	color:#696969;
	list-style-image: url(../images/blue-bullet.png);
}

#main-content ul li {
	margin-bottom: 5px;
	line-height: 1.5em;
}

#lower {
	height: 2px;
	width: 1024px;
	clear: both;
}

#left-col {
	float: left;
	width: 247px;
	padding-left: 40px;
}

#left-col p {
	padding-left: 10px;
}

#left-col h3 {
	float:right;
	
}
#left-col ul {
	list-style-type: none;
	list-style-image: none;
}

#right-col {
	float: right;
	width: 630px;
	margin-right: 20px;
}

/* #right-col h3 {
	padding: 10px 15px;
	margin: 0;
	background: none;
	color:#FFF;
	margin-bottom:10;
	font-weight: normal;
	border: none;
	width: inherit;
	color: #000;
} */

#right-col p {
	padding-left: 30px;
	padding-right: 30px;
}

#right-col table {
	color: #696969;
	font-size: 1.4em;	
}

#right-col input {
	border: 1px solid #9A9B9D;
	height: 25px;
	background-color: #FFF;
}

#right-col textarea {
	border: 1px solid #9A9B9D;
	background-color: #FFF;
}

#three-l {
	float: left;
	width: 190px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
}

#three-m {
	float: left;
	width: 190px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
}

#three-r {
	float: left;
	width: 190px;
	margin-bottom: 20px;
	text-align: left;
}

#two-l {
	float: left;
	width: 300px;
	margin-right: 15px;	
}

#two-r {
	float: left;
	width: 300px;
}

#right-main {
	float: right;
	width: 717px;
	margin-right: 10px;
}

#right-main img {
	padding-left: 30px;
	padding-right: 30px;
}

#right-main p {
	padding-left: 30px;
	padding-right: 30px;
}

#right-main h5 {
	font-size: 1.8em;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0px;
}

#footer {
	clear: both;
	width: 1004px;
	background-color: #9a9b9d;
	font-size: 0.7em;
	color: #FFF;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}

#foot-l {
	float: left;
	width: 480px;
	padding-left: 20px;
}

#foot-r {
	text-align: right;
	float: right;
	width: 480px;
	margin-top: 10px;
	padding-right: 20px;
}
#foot-r p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#foot-r img {
	margin-left: 10px;
}

.lg-serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
}

.learn-more {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	color: #365dab;
	text-decoration: none;
}

.blue-bold {
	font-weight: bold;
	color: #365DAB;	
}

.client {
	text-align: right;
	padding-left: 85px;
	padding-right: 20px;
	clear: both;
	height: 170px;
}

.client p {
	padding-top: 0px;
	margin-top: 5px;
}

.work-slider {
	float: right;
	width: 477px;
	height: 154px;
	margin-left: 20px;
	position: relative;
}

.work-slider .btn_back {
	position: absolute;
	left: 0px;
	top: 53px;
}

.work-slider .btn_next {
	position: absolute;
	right: 0px;
	top: 53px;	
}

.work-slider .outer {
	margin: 0 30px;
	width: 411px;
	height: 148px;	
	border: 3px solid #c2c2c2;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	overflow: hidden;
	position: relative;
	background: #FFF;
}

.work-slider .outer .inner {
	margin: 29px 0 0 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 119px;
	text-align: left;

}

.work-slider .outer .inner a {
	margin: 0 0 0 12px;
	float: left;

	
}

.bold-serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.services {
	text-align: right;
	padding-left: 85px;
	padding-right: 20px;
	clear: both;
	height: 200px;
}

.services p {
	padding-top: 0px;
	margin-top: 5px;
}
.services .blurb ul {
	text-align: left;
	margin-left: 150px;
}

.blurb {
	float: right;
	width: 400px;
	margin-bottom: 20px;
}
.services #three-l {
	margin-left: 175px;
}

.people-slider {
	width: 717px;
	height: 163px;
	padding-bottom: 10px;
	clear: both;	
}

#right-main .people-slider img {
	padding: 0px;
}

.blog-post {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
}

.blog-post h2 {
	font-size: 1.5em;
	margin-left: 30px;
	text-transform:none;
}

.blog-post h3 {
	margin-left: 0px;
}

.blog-post img {
	padding: 5px;
}

.menu {
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
}

.legal {
	font-size: 0.55em;
	line-height: 0.6em;
}

td.error, #right-col p.error {
	color: #F00;
}

#right-col p.error {
	padding: 0;
	margin: 0;
}
