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

/* SELECTORS --------------- */
* {
	margin		: 0;
	padding		: 0;
	font-family	: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 8pt;
	font-weight: bold;
	color: #00A1E2;
	text-transform:uppercase;
}
h2 {
	font-size: 8pt;
	font-weight: bold;
	color: #00A1E2;
}
h3 {
	text-transform:uppercase;
	color: #808080;
	font-size: 8pt;
	margin-bottom: 4px;
}
h4 {
	text-transform:uppercase;
	color: #808080;
	font-size: 7pt;
}
a, a:visited {
	color				: #00A1E2;
	text-decoration		: none;
}
a:hover {
	text-decoration		: underline;	
}
p {
	margin-bottom: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
form {
	font-size: 7pt;
}
form label {
	font-weight:bold;
}
ul {
	list-style-type: none;
	color: #00A1E2;
}
/* -- LAYOUT -------------- */

/* Contains entire web site contents. Centers horizontally */
#container {
	margin: auto;
	margin-top: 20px;
	position: relative;
	width: 830px;
	color: #808080; /* Text Color */
	background-image:url(../img/layout/shadow_body.png);
	background-repeat:repeat-y;
}
#shadow_header {
	width: 830px;
	height: 20px;
	background-image:url(../img/layout/shadow_header.png);
	background-repeat:no-repeat;
}
#shadow_footer {
	width: 830px;
	height: 20px;
	background-image:url(../img/layout/shadow_footer.png);
	background-repeat:no-repeat;
	margin-top: 42px;
	clear: both;
	margin: auto;
}
#site {
	width				: 648px;
	margin				: auto;
	padding-left		: 72px;
	padding-right		: 72px;
	min-height			: 700px;
}
#header {
	height: 35px;
	width: 648px;
	line-height: 11pt;
	text-align: right;
	margin-top: 31px;
	font-size: 8pt;
}
#logo {
	float				: left;
	width				: 152px;
	height				: 35px;
}
#logo span {
	display				: none;
}
#contactInfo {
	padding-top			: 5px;
	font-size			: 8pt;
}
#address {
	float				: right;
	width				: 155px;
}
#phoneEmail {
	float				: right;
	width				: 155px;
	/*padding-right		: 14px; /* Creates margin between address and email */
}
#content {
	float				: right;
	width				: 480px;
	margin-bottom		: 42px;
	line-height			: 14pt;
	font-size			: 9pt;
}
#verbage {
	float				: left;
	width				: 312px;
}
#verbage a:visited {
	color: #00A1E2;
}
#verbage a:hover {
	color: #808080;
}
/* Section */
#section_image {
	width				: 648px;
	height				: 247px;
	margin-bottom		: 24px;
}

/*  -- SIDEBARS ------------ */
#left_sidebar {
	float				: left;
	width				: 168px;
}
#left_sidebar p {	
	padding-right		: 10px;
	line-height			: 14pt;
	font-size			: 7pt;
}
#contactSidebar {
	float				: left;
	width				: 154px;
	font-size			: 7pt;
	margin-bottom		: 40px;
}
#right_sidebar {
	float				: right;
	width				: 155px;
	padding-top			: 14px;
}
.subscribe li {
	font-size			: 12px;
	list-style-type		: none;	
	background			: #fff url(/includes/listexpander/blueBullet.jpg) no-repeat 0px .5em;
	padding-left		: 10px;	
	margin-bottom		: 10px;
}

/* INDEX */
#newsTicker {
	background-image	: url(../img/layout/NewsTickerDividerLine.png);
	background-repeat	: repeat-y;
	width				: 115px;
	float				: left;	
	padding-left		: 25px;
	margin-left			: 25px;
}
.tickerItem {
	padding-bottom		: 30px;
	color				: #30B2E6;
}
#newsTicker li {
	list-style			: none;
}
#newsTicker ul {
	margin-top			: 5px;	
	margin-bottom		: 0px;
}
/* PROCESS */
.processHolder {
	float:left;
	font-size:7pt;
	font-weight:bold;
	line-height:14pt;
	margin-bottom:30px;
	margin-right:8px;
	margin-top:12px;
	width:123px;
}
.processName {
	color: #00A1E2;
	font-size: 15pt;
	text-transform: uppercase;
	margin-top: 17px;
	margin-bottom: 15px;
}

#processContent {
	width				: 517px;
	float				: right;
	line-height			: 17pt;	
	font-size			: 9pt;
	margin-bottom		: 42px;
}
/* LOGIN */
#client_login {
	width: 222px;	
	float: left;
}
/* LOGIN */
#online_payments {
	width: 155px;	
	float: left;
}

/* NAVIGATION - Header
	------------------------------------------*/
#nav {
	position:relative;
	padding: 0;
	margin-top: 22px;
	padding-bottom: 32px;
	overflow: hidden;
}
#nav li {
	list-style: none;
	height: 17px;
	float: left;
	position: relative;
	margin-right: 15px;
}
#nav li a {
	height: 17px;
	display: block;
}

/* Navigation Buttons
	------------------------------------------*/
a#about, a#process, a#work, a#contact {
	width: 62px;
	height: 24px;
}
a#news {
	width: 50px;
	height: 24px;
}
a#contact {
	width: 67px;
	height: 24px;
}
a#login {
	width: 49px;
	height: 24px;
}
/*
a#about {
	background-image: url(/img/nav/about_us.png);
}
a#process {
	background-image: url(/img/nav/process.png);
}
a#work {
	background-image: url(/img/nav/our_work.png);
}
a#news {
	background-image: url(/img/nav/news.png);
}
a#contact {
	background-image: url(/img/nav/contact_us.png);
}
a#login {
	background-image: url(/img/nav/login.png);
}*/
a#about, a#process, a#work, a#news, a#contact, a#login  {
	position: relative;
	overflow: hidden;
	height: 24px;
	
}
a#about:hover img, a#process:hover img, a#work:hover img, a#news:hover img, a#contact:hover img, a#login:hover img{
	position: relative;
	overflow: hidden;
	top: -34px;	
}

#nav .current img{
	position: relative;
	overflow: hidden;
	top: -17px;	
}
/* NEWS
------------------------------------ */

/* NEWS ITEM - post */
.post{
	background-image	: url(../img/news/newsItemBody.jpg);	
	background-repeat	: repeat-y;
	width				: 313px;
	padding-left		: 13px;
	padding-right		: 13px;
}
.newsItemHeader {
	background-image	: url(../img/news/newsItemHeader.jpg);
	background-repeat	: no-repeat;
	height				: 14px;
	width				: 313px;
}
.newsItemFooter {
	background-image	: url(../img/news/newsItemFooter.jpg);
	background-repeat	: no-repeat;
	height				: 17px;
	width				: 313px;
	margin-bottom		: 15px;
}
.newsItemHR {
	background-image	: url(../img/news/newsHR.jpg);
	background-repeat	: repeat-x;
	width				: 290px;
	height				: 3px;
}
.rssFeedsHR {
	background-image	: url(../img/news/newsHR.jpg);
	background-repeat	: repeat-x;
	width				: 155px;
	height				: 3px;
}
.rssFeeds {
	margin-top			: 13px;
	margin-left			: 5px;
	font-size			: 9pt;
}
.rssFeeds a, .rssFeeds a:visited {
	text-decoration		: none;
	color				: #808080;
}
.rssFeeds  a:hover {
	text-decoration		: underline;
	color				: #00A1E2;
}
.rssFeeds .sya_container ul {
	margin-left			: 13px;	
}
.rssFeeds .sya_container li {
	padding-bottom		: 10px;	
	padding-right		: 5px;
}
.rssFeeds .sya_container li ul {
	padding-top			: 10px;	
}
.rssFeeds li {
	background			: #fff url(/includes/listexpander/blueBullet.jpg) no-repeat 0px .7em;
	padding-left		: 10px;	
}
li.year {
	/*list-style: url(/img/news/yearBullet_right.jpg) disc;	*/
}
li.year h2{
	margin-top			: 10px;	
}
li.year ul {
	color				: #00A1E2;
	list-style-type		: disc;
	list-style-image	: none;
}
.post p {
	margin-bottom		: 0px;	
	width				: 288px;
}
.post h2 a {
	text-decoration		: none;	
}
.post img {
	margin-top			: 19px;
	margin-bottom		: 16px;
}

.newsSidebar {
	padding-top			: 14px;	
}

#right_sidebar ul {
	margin-bottom		: 20px;
}

/* Our Work
------------------------------------ */

#project_gallery {
	margin-bottom		: 13px;	
}

#project_scroller_holder {
	clear				: both;
	text-align			: center;
	margin-left			: 65px;
	margin-right		: 65px;
	position			: relative;
}

#project_scroller {
	width				: 700px;
	height				: 53px;
	margin 				: auto;
	text-align			: center;
	position			: relative;
}

#image_nav {
	float				: right;	
}

h4.company {
	margin-top			: 4px;
}

#site.ourWorkSite {	
	min-height			: 620px;
}

/* NAVIGATION - Project Images
	------------------------------------------*/
#image_nav ul {
	position			: relative;
	padding				: 0;	
	overflow			: hidden;
}
#image_nav ul li {
	list-style			: none;
	height				: 17px;
	float				: left;
	position			: relative;
	margin-right		: 1px;
}
#image_nav ul li a {
	width				: 17px;
	height				: 17px;
	display				: block;
}

#image_nav .current img{
	position: relative;
	overflow: hidden;
	top: -19px;	
}

/* Project Image Navigation Buttons
	------------------------------------------*/
a#pin1_a, a#pin2_a, a#pin3_a, a#pin4_a, a#pin5_a {
	width				: 17px;
	height				: 24px;
	position			: relative;
	overflow			: hidden;
}
/*
a#pin1_a {
	background-image	: url(/img/work/image_nav/1.png);
}
a#pin2_a {
	background-image	: url(/img/work/image_nav/2.png);
}
a#pin3_a {
	background-image	: url(/img/work/image_nav/3.png);
}
a#pin4_a {
	background-image	: url(/img/work/image_nav/4.png);
}
a#pin5_a {
	background-image	: url(/img/work/image_nav/5.png);
}
*/
a#pin1_a:hover img, a#pin2_a:hover img, a#pin3_a:hover img, a#pin4_a:hover img, a#pin5_a:hover img{
	position: relative;
	overflow: hidden;
	top: -37px;	
}

/*  CONTACT-US ----------------- */
#contactForm {
	display 			: block;
	width				: 222px;
	margin-top			: 0px;
	padding-top 		: 0px;	
}
#contactForm label {
	text-transform		: uppercase;	
}

#contactForm input, textarea {
	width				: 222px;	
}

#map {
	display 			: none;
	visibility			: hidden;
}

#contactSidebar h3 a{
	text-decoration		: none;
	color				: #00A1E2;
}

#contactSidebar a:hover{
	color: #808080;	
}

#contactSidebar h3 {
	color				: #00A1E2;	
}

#success {
	display 			: none;
	visibility			: hidden;	
}

#validation li {
	margin-left			: 15px;	
}

/* LOGIN ------------------------ */
#login input {
	width				: 222px;		
}

/* PRINTING --------------------- */
.printContent {
	display: none;	
}

/* Share ------------------------ */
#share {
	clear: left;
}