/*  
Theme Name: Microsite.com
Theme URI: http://www.microsite.com
Description: Website
Author: John Bernard
Version: 10-2009
Author URI: http://www.microsite.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


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

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #F5F5F5;
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	padding: 25px 0 0px 0;
	}
	
p {		
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	}

a:link, a:visited {
	color: #396093;
	text-decoration:underline;
	}

a:hover, a:active {
	text-decoration:none;
	}
	
/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}	
	


/* Global Classes */

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.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 20px 15px 0; }
.img-right     { float:right;margin:4px 0 15px 20px; }

.pad10 { padding:10px;}	

	
/***********Page***********/

#page { 
	width:942px;
	margin:0 auto;
	}	
	
.left {
	float:left;
	}

.right {
	float:right;
	}	


/******************************************
*   Images                
******************************************/

img, a:link img, a:visited img {
	border:none; 
	}
	
	
	
/******************************************
*   Header for all pages                     
******************************************/
	
#branding {
	width:344px;
	height:105px;
	padding:0px;
	background:#F5F5F5 url("images/microsite-logo.jpg")  no-repeat;
	}
	
.description {
	float:right;
	color: #396093;
	padding: 68px 30px 0 0;
	font-size:14px;
	}		
	
#header {
	float:left;	
	width:824px;
	height:183px;
	padding:0;
	background:#333 url("images/home-billboard.jpg");
	background-position:top;
	}
	
/******************************************
*   Navigation                         
******************************************/
#top-nav {
	font-size:14px;
	padding: 20px 0 0 0;
	}
	
#top-nav, #top-nav ul {
	list-style:none;
	}	
	
#top-nav a, #top-nav a:visited {
	display: block;
	color: #396093;
	text-decoration: none;
	padding:6px 10px;
	}	
	
#top-nav li {
	float: right;
	line-height: 9px;
	border-right: 1px solid #5e8bda;
	}
	
#top-nav a:hover {	
	text-decoration: underline;
	}
	
/***********Navigational Bar***********/	

#navMain {
    width: 942px;
    height:48px;
    font-size:12px;
    font-style:normal;
    text-transform:uppercase;
    line-height:25px;
    background: #F5F5F5 url("images/bg-navigation.jpg") no-repeat left top;
    }
	
#navMain, #navMain ul {
    padding:1px 0 0 15px;
    list-style:none;
    }

#navMain a {
    display: block;
    text-decoration: none;
    border:none;
    color: #565656;
    }
    
#navMain a:hover {
    background-image:url("images/bg-navigation-hover.jpg");
    color: #000;
    }    

#navMain li {
    float: left;
    list-style:none;
    background-image:url("images/bg-navigation-brdr.jpg");
    background-repeat:no-repeat;
    background-position:right;
    }

#navMain a, #navMain a:visited {
    display:block;
    padding:10px 12px;
    }

#navMain a:active {
    background-image:url("../images/nav-rollover.jpg");
    text-decoration:none;
    color: #999;
    }    

.current_page_item    a, #home .on  {
    background-image:url("images/bg-navigation-hover.jpg");
    }
	
/*********** Breadcrumbs ***********/		

#breadcrumbs {
	padding: 5px 0 10px 40px;
	color: #396093;
	font-size:90%;
	}
	

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

#content {
	width:942px;
	float:left;
	padding: 0;
	}

#homeMain { 
	width:942px;
	height:383px;
	background:#F5F5F5 url("images/home-billboard1.jpg")  no-repeat;
	}
	
#homeMain h1 { 	
	color: #FFFFFF;
	font-size: 28px;
	font-weight:bold;
	padding: 65px 0 10px 40px;
	}
	
#homeMain h1 { 
	text-decoration:none;
	}		

#homeMain h2, #homeMain h3 { 	
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	width: 445px;
	padding: 14px 0 10px 40px;
	background-image:none;
	}
	
#homeMain h3 { 	
	font-size: 14px;
	}	
	
#homeSubHead {
	height: 31px;
	background:#F5F5F5 url("images/home-subhead.jpg")  no-repeat;
	text-align:center;
	font-size:17px;
	color: #396093;
	}
		
	
.bottom {
	padding-top:1px;
	}
	
.bottom p {
	margin: 8px 15px 0 15px;
	line-height:1.4em;
	}	
	
.bottom-icon {
	float:right;
	padding: 5px 15px 5px 10px;
	}	
	
.bottom-left {
	float:left;
	width: 294px;
	}
	
.bottom-middle {
	float:left;
	width: 294px;
	margin-left:30px;
	}
	
.bottom-right {
	float:right;
	width: 294px;
	margin-left:30px;
	}	
	
.bottom-content {	
	width: 294px;
	background-color: #FFF;
	background-image: url("images/home-boxes-bg.jpg");
	background-position:top;
	background-repeat:repeat-y;
	}	
	
/******************************************
*   Page: Main Content                       
******************************************/


	
#content-wrapper {
	background-image:url("images/page-bg.jpg");
	background-repeat:repeat-y;
	background-position:top left;
	}
	
#content-wrapper .leftCol {
	float: left;
	background-image:transparent;
	width: 530px;
	}
	
	
#content-wrapper .leftCol h1 {
	width:478px;
	height:46px;
	color: #FFF;
	line-height:24px;
	font: 20px bold Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	background-image:url("images/headline-h1.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	padding: 8px 0 8px 40px;
	}	
	
#content-wrapper .leftCol h2, #content-wrapper .leftCol h3 {
	width: 478px;
	color: #396093;
	font-size:16px;
	line-height:1.5em;
	padding: 0 0 7px 40px;
	}	
	
#content-wrapper .leftCol h3 {
	font-size:14px;
	color: #535353;
	}	
	
#content-wrapper .leftCol h4 {	
	font-size: 14px;
	color: #396093;
	text-transform:uppercase;
	padding: 10px 0 5px 5px;
	}
	
#content-wrapper .leftCol p {
	color:#535353;
	width:478px;
	padding: 5px 0 0 40px;
	}
	
#content-wrapper .leftCol ul {
	width: 450px;
	padding: 5px 0 0 60px;
	}	
	
	
#content-wrapper .leftCol li {
    list-style-position:outside;
    padding-bottom: 6px;
    }	
	
#content-wrapper .leftCol li h4 {	
	font-size: 13px;
	color: #396093;
	text-transform:uppercase;
	padding: 10px 0 5px 5px;
	}	
	
#content-wrapper .leftCol li p {
	font-size:13px;
	color: 535353;
	padding: 0 0 8px 5px;
	}
		
	
#content-wrapper .leftCol img {
	padding: 5px 0 5px 0;
	display:inline;
	}
	
#content-wrapper .leftCol img.icon {	
	padding: 5px 0 5px 15px;
	}
	
#content-wrapper .leftCol .explain p {
	color: #396093;
	padding: 10px 0 10px 50px;
	line-height: 22px;
	}					
			
#content-wrapper .rightCol {
	float: right;
	background-image:transparent;
	width: 370px;
	}
	
#content-wrapper .rightCol h3 {
	color:#396093;
	font-size:16px;
	line-height:1.5em;
	padding: 15px 30px 0 0;
	}	
	
#content-wrapper .rightCol p {
	color:#535353;
	padding: 10px 30px 0 0;
	}
	
#content-wrapper .rightCol h4 {
	color:#396093;
	text-transform:uppercase;
	}	
	
.getStarted img {
	padding: 25px 0 0 90px;
	}		

hr {
	display: none;
	}


/******************************************
*  Form Elements                      
******************************************/

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
.navSearch {
	float:right;
	color:#535353;
	background-image: none;
	}
		
	
#searchform { 
	float: right;	
	padding:11px 25px 0 0; 	
	}	
	
#searchsubmit {
	color:#535353;
	font-size: 11px;
	background-color: transparent;
	width: 50px;
	border: none;
	}
	
#s { /*Search Box*/
	width:110px;
	border: none;
	line-height:12px;
	color: #535353;
	margin-right: 5px;
	background-color: transparent;
	}		

input, textarea {
	background-color:#F9F9F9;
	border: 1px solid #396093;
	line-height:1.5em;
	width: 250px;
	}
	
input:hover, textarea:hover {	
	background: #e8f0fe none repeat scroll 0 0;
	}

.button, input.clientLogin {
	padding: 5px;
	background-color:#396093;
	background-image:url("images/button.jpg");
	background-repeat:no-repeat;
	background-position: top right;
	color:#FFF;
	border:none;
	font-size:12px;
	letter-spacing:1px;
	line-height: 1.3em;
	width: 200px;
	text-align:center;
	}

.button:hover, input.clientLogin:hover {
	color:#ccc;
	text-decoration:none;
	background-color: #396093;
	background-image:none;
	}
	
.SendToAFriendForm  {
	padding: 10px 0 0 0;
	}	
		

/***********Form Builder***********/

#fieldformBuilderFieldComments {
	width: 250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px;
	}
	
.formBuilderForm .formBuilderSubmit, .formBuilderForm .formBuilderSubmit input {
	padding: 5px;
	background-color:#396093;
	background-image:url("images/button.jpg");
	background-repeat:no-repeat;
	background-position: top right;
	color:#FFF;
	border:none;
	font-size:12px;
	letter-spacing:1px;
	line-height: 1.3em;
	width: 200px;
	text-align:center;
	}
	
.formBuilderForm .formBuilderSubmit input {
	padding: 0px;
	background-color:none;
	}	
	
.formBuilderForm .formBuilderLabelRequired {
	padding-top: 6px;
	}
	
.formBuilderSubmitButton {
	color: #FF0000;
	}		

	
/***********Client Sign-in Page***********/	


p.clientLoginHeadline {
	padding: 15px 0 0 40px;
	}
	
p.clientLoginBox {
	padding: 15px 0 300px 250px;
	}


input.clientLogin {
	margin: 10px 0 0 20px;
	}


/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 30px auto;
	background-color:#e8f0fe;
	min-height:700px;
	}

#footerBorder {
	min-height:19px;
	background-color:#e8f0fe;
	background-image:url("images/footer-border.jpg");
	background-repeat: repeat-x;
	background-position: top;
	}
	
#footerContent {
	margin: auto;
	font-size:13px;
	text-align:center;
	color:#637fb1;
	min-height:523px;
	width:942px;
	background-color:#e8f0fe;
	background-image:url("images/footer-castle.jpg");
	background-repeat: no-repeat;
	background-position: top;
	}	

.footerLeft {
	float:left;
	width:300px;
	height: 400px;
	padding: 0;
	text-align:left;
	}

.footerLeft img {
    padding: 10px 0;
    }
	
.footerLeft ul {
    padding: 7px 0 0 12px;
    }  
	
.footerLeft li {
    list-style-position:outside;
    padding-bottom: 6px;
    }			
	
.footerMiddle {
	float:left;
	width: 290px;
	height: 400px;
	padding: 0;
	margin-left:25px;
	text-align:left;
	}
	
.footerMiddle h3, .footerRight h3 {    
    font-size: 17px;
    color: #637fb1;
    padding: 32px 0 0 0px;
    }	
	
.footerMiddle ul {    
    padding: 17px 0 0 20px;
    font-size:13px;
    line-height:24px;
    }
    
.footerMiddle li a:active, .footerMiddle li a:link, .footerMiddle li a:visited {
    color: #637fb1;
    }    
    
.footerMiddle li a:hover {
    text-decoration:none;
    }	
	
.footerRight {
	float:right;
	width: 300px;
	height: 400px;
	padding: 0;
	margin-left:10px;
	text-align:left;
	}	
	
#legal, #legal a:active, #legal a:link, #legal a:visited {
	text-align:	center;
	font-size:12px;
	color: #637fb1;
	padding-top:15px;
	line-height:1.4em;
	}
		

/******************************************
*  Order Form Elements                      
******************************************/

ol.cf-ol li.textonly {
	color: #396093;
	background-color:#e8f0fe;
	font-size:14px;
	letter-spacing: normal;
	text-align:left;
	padding: 5px;
	}

label.cf-after span {
	width: 400px;
	}
	
.cform label {
	font-size:12px;
	color: #535353;
	width: 400px;
	}	
	
.cform input.sendbutton	{
	padding: 5px;
	background-color:#396093;
	background-image:url("images/button.jpg");
	background-repeat:no-repeat;
	background-position: top right;
	color:#FFF;
	border:none;
	font-size:12px;
	letter-spacing:1px;
	line-height: 1.3em;
	width: 200px;
	text-align:center;
	}	
	

.cform input.sendbutton:hover {
	color:#ccc;
	text-decoration:none;
	background: #396093;
	}	
	
div.success {
	font-size: 13px;
	color: #535353;
	}
	
/*** PayPal ***/	
	
.paypal {
	padding: 15px 0 0 40px;
	}	
	
.paypal form input {
	width: 150px;
	margin: 10px 0 0 0;
	}		

input.paypal-button  {
	width: 161px !important;
	border: none;
	}	
	
