/*
Theme Name: Forsythe Data Center
Theme URI: http://www.forsythe-datacenter.com
Description: CSS Framework.
Version: 1.0
Author: Bill Hanekamp/Nash
Author URI: http://www.microsite.com

Web Colors:
Text: 5e5e5e
Headline: 003065
Subheadline: 3F7AA6
Link: 3c72b1
Green Text: 588547
Blue Text: 3a658f
Red Text: 89322e
LT Green Text: 56a2a9
Pink Text: 9f1e62/b75c8c
Forsythe Blue: 028ec9

*/


/******* Reset *******/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote,th,td,label {
	margin:0;
	padding:0;
	}
	
table {
	border-collapse:collapse;
	border-spacing:0;
	}
		
fieldset,img {
	border:0;
	}

caption,th {
	text-align:left;
	}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	}
	
q:before, q:after {
	content:'';
	}

abbr, acronym { 
	border:0;
	font-variant:normal;
	}
	
/* Global Classes */

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; padding-left:30px; }
.text-right    { text-align:right; padding-right:30px; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.pad40 { padding-bottom:40px;}


	
	
/******************************************
*  Base                  
******************************************/

body {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color: #5e5e5e;
	text-align:left;
	background:#f3f3f3;
	background-position: top center;
	padding: 0;
	}

#page {
	background: none; 
	margin: 0 auto; /*Centers the page*/
	width: 950px;
	
	background-color:#FFF;
	padding: 0 25px;
	}
	
p,fieldset,table { 
	line-height: 18px;
	margin-bottom: 1em;
	}	
	
em {
	font-style:italic;
	}
	
	
th,td { 
	border:none;
	padding:0;
	}
	
th { 
	font-weight:bold; 
	text-align:center;
	}			
	
caption { 
	margin-bottom:.5em; 
	text-align:center; 
	}		
	
abbr,acronym { /*indicating to users that more info is available */ 
	border-bottom:1px dotted #000; 
	cursor: help;
	}
	
small {
	font-size: 0.85em;
	}
	
sup {
	position:relative;
	bottom: 0.3em;
	vertical-align:baseline;
	}
	
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
	}	
	
hr {/* For breaks */
	display: none;
	}	
	
/*** Masthead Above the Nav ***/

#header-top-nav {
	font-size: 11px;
	padding: 20px 0 10px 0;
	width:950px;
	text-align:right;
	}

#header-logo {
	width: 271px;
	float:left;
	}
	
#header-border img {
	width: 950px;
	padding-top:30px;
	}	

	
/******************************************
*  Links                  
******************************************/
a, a:link, a:visited, a:hover {
	text-decoration:underline;
	color: #3c72b1; 
	}
	
a:visited {
	color: #29517f;
	}		
	
a:hover {
	text-decoration: none;
	}	
						
						
/******************************************
*  Headlines              
******************************************/


h1 {
	font-size:26px;
	padding: 0 0 12px 0;
	color: #003065;
	}
	
h2 {
	font-size:16px;
	padding: 0 0 12px 0;
	}
	
.green {
	color: #588547 !important;
	}		

.blue {
	color: #3a658f !important;
	}
	
.red {
	color: #89322e !important;
	}

/******************************************
*  Forms                
******************************************/

form {
	display: inline;
	}
	
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
	background-color:#F9F9F9;
	border: 1px solid #396093;
	line-height:1.5em;
	width: 250px;
	}
	
textarea {
	width:100%;
	line-height:1.25;
	}
	
label {
	cursor:pointer;
	}

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%;
	}
	
/* Search */	
	
.navSearch {
	float:right;
	height: 25px;
	width:169px;
	background: transparent url('images/search-box.jpg') no-repeat top left;
	}
			
input#searchField { /*Search Box*/
	width:110px;
	background-color:transparent;
	border: none;
	color: #5e5e5e;
	margin: 5px	0 0 30px;
	}			
	
input.searchsubmit {
	font-size: 12px;
	width: 23px;
	height: 25px;
	background: transparent url('images/search-button.jpg') no-repeat top left;
	border: none;
	line-height:3em; 
	}
	
input.searchsubmit:hover {	
	background: transparent url('images/search-button-active.jpg') no-repeat top left;
	}
	

.contact-button a {
	border:none;
    display: block;
    float: right;
	height: 34px;
	width: 120px;
    padding: 20px 0 10px 0;
    margin-bottom:10px;
    background-image:url("images/contact-us-button.jpg");
    background-repeat:no-repeat;
    background-position:center;
	}
	
.contact-button a:hover {
	background-image:url("images/contact-us-button-active.jpg");
	cursor:pointer;
	}		

		
	
/******************************************
*  Navigation                    
******************************************/

#nav {
	background: transparent url('images/nav-bg.jpg') no-repeat top left;
	width:950ps;
	height:25px;
	padding-left: 0;
	padding-bottom: 28px;
	font-style:normal;
	clear: both;
	}
	
#nav, #nav ul {
	list-style:none;
	line-height:22px;
	}

#nav a {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
	width: 152px;
	text-align:center;
	}

#nav a, #nav a:visited {
	display:block;
	color: #eee;
	padding:6px 0;
	}

#nav .current_page_item	a, #home .on, #nav a:hover  {
	text-decoration: underline;
	}
	
	

	
/******************************************
*  Home Page                    
******************************************/

#top {
	margin: 0 auto; /*Centers the page*/
	width: 950px;
	height: 320px;
	background: #fff url('images/home-top.jpg') no-repeat top left;
	padding:0
	}
	
.top-text {
	padding: 45px 0 0 475px;
	}	
	
.middle {
	padding: 85px 0 0 495px;
	}
	
.middle-boxes {
	padding-top: 30px;
	}
	
.middle-boxes img {
	float:right;
	}	
	
.middle-boxes-left {
	float:left;
	width: 294px;
	}
	
.middle-boxes-left h3, .middle-boxes-middle h3, .middle-boxes-right h3 {	
	background: #fff url('images/home-boxes-header-green.jpg') no-repeat top left;
	color: #FFF;
	font-size:20px;
	padding: 0 0 13px 10px;
	line-height:36px;
	}
	
.middle-boxes-middle h3 {	
	background: #fff url('images/home-boxes-header-blue.jpg') no-repeat top left;	
	}
	
.middle-boxes-right h3 {	
	background: #fff url('images/home-boxes-header-red.jpg') no-repeat top left;	
	}	
	
.middle-boxes-middle {
	float:left;
	width: 294px;
	margin-left:30px;
	}
	
.middle-boxes-right {
	float:right;
	width: 294px;
	margin-left:30px;
	}
	
.border img {
	padding: 10px 0;
	}	
	
.bottom-boxes {
	padding-top: 20px;
	}
	
.bottom-boxes img {
	float: right;
	padding: 0 0 10px 10px;
	}		
	
.bottom-boxes-left {
	float:left;
	width: 618px;
	}
	
.bottom-boxes-left h3, .bottom-boxes-right h3 {	
	background: #fff url('images/home-boxes-header-2col-green.jpg') no-repeat top left;
	color: #FFF;
	font-size:20px;
	padding: 0 0 13px 10px;
	line-height:36px;
	}	
	
.bottom-boxes-right {
	float:right;
	width: 294px;
	margin-left:30px;
	}	

.bottom-boxes-right h3 {	
	background: #fff url('images/home-boxes-news.jpg') no-repeat top left;
	color: #003065;	
	}	
	
.home-news-headlines {
	font-size:14px;
	font-weight:bold;
	padding-bottom: 12px;
	}
	
.bottom-boxes-right p {	
	text-align: right;
	}
		 
								
	

	
/******************************************
*  Regular Pages                    
******************************************/


#content-page {
	float: right;
	margin: 0;
	padding:5px 0 25px 0;
	width:680px;
	}	
	
#content-page img {
	float: right;
	padding: 0;
	}
	
#content-page h1 {
	padding: 0 0 15px 0;
	line-height:1.3em;
	}	
	
#content-page h2 {
	padding: 0 0 15px 0;
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
	clear: both;
	}		
	
#content-page h3 {
	padding: 0 0 30px 0;
	line-height: 2em;
	}	
	
#content-page h4 {
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.3em;
	}
		
#content-page img.alignleft {
	float: left;
	padding: 5px 10px 10px 0;
	}
	
#content-page img.aligncenter {
	margin: 0 auto;
	padding: 5px 0;
	}	
	
#content-page img.alignright {
	float: right;
	padding: 5px 0 10px 10px;
	}			
	
#content-page ul {
	padding: 0 0 30px 25px;
	}	
	
#content-page li {
	padding: 0 0 7px 0;
	list-style-position:outside;
	}
	
#content-page .find-out {
	border: 1px solid #D3E2DF;
	clear: both;
	width: 650px;
	}	
	
#content-page .find-out-inside {
	background-color: #e7e7e7;
	border: 3px solid #FFF;
	padding: 5px;
	width: 633px;	
	}	
	
#content-page .find-out-inside h2 {	
	padding: 5px;
	}
	
#content-page .find-out-inside p {	
	padding: 0 0 5px 5px;
	margin: 0;
	}
	
#content-page .watch-video {
	border: 1px solid #0f90ca;
	clear: both;
	width: 650px;
	}	
	
#content-page .watch-video-inside {
	background-color: #3a658f;
	border: 3px solid #FFF;
	padding: 5px;
	width: 633px;	
	}	
	
#content-page .watch-video-inside h2 {	
	padding: 5px 5px 8px 5px;
	color: #FFF;
	}
	
#content-page .watch-video-inside p a {	
	padding: 0 0 5px 5px;
	margin: 0;
	color: #FFF;
	}	
	
#content-page .watch-video-inside p a img {	
	float:left;
	padding-right: 4px;
	}	
	
.dc-strategy h1, .dc-strategy h2 {
	color: #588547;
	}		
	
.dc-engineering h1, .dc-engineering h2 {
	color: #3a658f;
	}	
	
.dc-migration h1, .dc-migration h2 {
	color: #89322e;
	}	
	
.dc-team h1, .dc-team h2 {
	color: #56a2a9;
	}
	
.dc-success h1, .dc-success h2 {
	color: #9f1e62;
	}
	
.dc-forsythe h1, .dc-forsythe h2 {
	color: #028ec9;
	}				
	
#content-page .dc-team h1 img {
	float: right;
	padding: 5px 20px 15px 20px;
	}
	
#content-page .success-icons {
	clear: both;
	}	
	

#content-page .success-icons img {
	float: left;
	}	
	 	
	
/******************************************
*  News Pages                
******************************************/		
	
.news-left     { 
	text-align:left; 
	margin-bottom: 20px;
	}			
	
.news-right    { 
	text-align:right;
	}
		
/******************************************
*  Sidebars                
******************************************/	

#sidebar {
	float:left;
	width: 230px;
	padding-top: 12px;
	}	
	
.pagenav, .related-links {
	padding-left: 10px;
	}
	
.pagenav H2, .related-links h2 {	
	font-weight: bold;
	font-size: 14px;
	}
	
.pagenav ul, .related-links ul {
	list-style-image: none;
	list-style:none;
	}	
	
.pagenav li, .related-links li {	
	padding-bottom: 10px;
	}
	
.pagenav .current_page_item {
	font-weight:bold;
	background: #fff url('images/nav-current-page.jpg') no-repeat top left;
	}	
	
.related-links h2 {
	padding: 30px 0 10px 0;
	}	
	
/******************************************
*  Contact-Us Form                    
******************************************/


#formBuilderCSSIDForsythe_Data_Center_Contact_Us_Form {	
	width:550px;
	padding-left: 20px;
	}
	
.formBuilderForm .formBuilderLabel, .formBuilderForm .formBuilderLabelRequired {
	width: 90px !important;
	padding-bottom:7px;
	}	
	
.formBuilderInput input, .formBuilderForm .large_text_area textarea  {
	background-color:#f1f2f2;
	padding: 2px;
	}	
	
.formBuilderInput input:hover, .formBuilderForm .large_text_area textarea:hover {
	background-color:#fff;
	}	
#fieldformBuilderFieldPhone, #fieldformBuilderFieldZIP {
	width: 100px;
	}	
	
#formBuilderFieldNeeds .formBuilderLabel {
	width: 250px !important;
	padding: 8px 0 3px;
	}	
	
.formBuilderSubmit input {
	border:none;
    display: block;
    float: right;
	height: 34px;
	width: 120px;
    padding: 20px 0 10px 0;
    margin-bottom:10px;
    background-image:url("images/contact-us-button.jpg");
    background-repeat:no-repeat;
    background-position:center;
	}			
	
.formBuilderSubmit input:hover {
	background-image:url("images/contact-us-button-active.jpg");
	cursor:pointer;
	}	
	
	
	
	
/******************************************
*  Footer                
******************************************/


#footer {
	margin: 0 auto;
	width: 950px;
	padding-bottom: 25px;
	}	
		
.nav-footer {
	width: 950px;
	}
	
.nav-footer, .nav-footer ul, .nav-footer-small, .nav-footer-small ul {
	list-style:none;
	}

.nav-footer a, .nav-footer-small a {
	display: block;
	color: #999;
	text-decoration: none;
	border:none;
	}

.nav-footer li, .nav-footer-small li {
	float: left;
	list-style:none;
	padding: 0 5px;
	border-right: 1px solid #999;
	}
	
.nav-footer a:hover, .nav-footer a:active, .nav-footer-small a:hover, .nav-footer-small a:active {
	color: #2151AD;
	text-decoration: underline;
	}	
	
.nav-footer-small a, .legal {
	font-size: 11px;
	color: #b6b6b6;
	}
	
.nav-footer-small li {
	border-right: 1px solid #b6b6b6;
	}		
		
	
	