html, body, .globalContainer {
	height:100%;
}

div, p, td {
	font-family:Verdana, Arial;
	font-size: 14px;
}

.mainContainer p {
	margin: 10px 0;
}

a {
	text-decoration:none;
	color: #F60;
}

a:hover {
	text-decoration: underline;
}

textarea {
	font-size: 12px;
}

strong {
	font-weight: bold;
}

/**
* Global Container
*/
.globalContainer {
	margin:0px auto;
	width:960px;
}

.globalContainer td {
	vertical-align:top;
}


/**
* Header
*/
.topBar {
	/*background:url("../images/topbar.jpg");*/
	background-color: #E1ECF0;
	height:1px;
	float: right;
	width: 726px;
}



/**
* Header Overlay
*/
.logo {
	float:left;
	margin-top: -5px;
	margin-left: 0px;
}

.quote {
	float:right;
	margin-right:-1px;
}

.client_log_in  {
	float:left;
	font-size:18px;
	color:#E46B0E;
	margin-top:13px;
	margin-right:20px;
}

.free_quote {
	float:right;
}

.headerContent {
	text-align: center;
}

/**
* Navigation
*/
.navigation {
	margin-left:0px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 726px;
}

.navigation li {
	display:inline;
	float:left;
	color: #64A7C2;
}

.navigation li a {
	display: block;
	float: left;
	margin: 0 5px 10px 5px;
	/*padding: 10px;*/
	/*background-color: #F90;*/
	color: #F90;
	font-size: 16px;
	/*border-right: 2px solid #cccccc;*/
	/*border-bottom: 2px solid #cccccc;*/
	font-weight: bold;
/*	border: 5px solid #E1ECF0;*/
	/*text-transform: uppercase;*/
}

.navigation li.primaryNavRowLabel {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
 	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #64A7C2;
	width: 150px;
}
.navigation li a:hover {
/*	border: 5px solid #F09D3F;*/
	/*background-color: #E1ECF0;*/
	color: #64A7C2;
} 

.navigation li.selected a {
	/*background-color: #E1ECF0;*/
	color: #64A7C2;
	/*border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;*/
}
.navigation li.selected a:hover {
	color: #64A7C2;
/*	background-color: #E1ECF0;
	border-left: none;
	border-top: none;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;*/
}



/*
#home {
	width:75px;
	height:56px;
	display:block;
	background:url('../images/nav/nav_home.png');
}

.selected #home, #home:hover {
	background:url('../images/nav/nav_hover_home.png');
}

#web-design {
	width:83px;
	height:56px;
	display:block;
	background:url('../images/nav/nav_design.png');
}

.selected #web-design, #web-design:hover {
	background:url('../images/nav/nav_hover_design.png');
}

#web-development {
	width:132px;
	height:56px;
	display:block;
	background:url('../images/nav/nav_development.png');
}

.selected #web-development, #web-development:hover {
	background:url('../images/nav/nav_hover_development.png');
}

#web-hosting {
	width:84px;
	height:56px;
	display:block;
	background:url('../images/nav/nav_hosting.png');
}

.selected #web-hosting, #web-hosting:hover {
	background:url('../images/nav/nav_hover_hosting.png');
}

#online-marketing {
	width:98px;
	height:56px;
	display:block;
	background:url('../images/nav/nav_marketing.png');
}

.selected #online-marketing, #online-marketing:hover {
	background:url('../images/nav/nav_hover_marketing.png');
}

#it-consulting {
	width:112px;
	height:56px;
	display:block;
	background:url('../images/nav/nav_consulting.png');
}

.selected #it-consulting, #it-consulting:hover {
	background:url('../images/nav/nav_hover_consulting.png');
}

#contact-us {
	width:114px;
	height:56px;
	display:block;
	background:url('../images/nav/nav_contact.png');
}

.selected #contact-us, #contact-us:hover {
	background:url('../images/nav/nav_hover_contact.png');
}

#about-us {
	width:100px;
	height:56px;
	display:block;
	background:url('../images/nav/nav_about.png');
}

.selected #about-us, #about-us:hover {
	background:url('../images/nav/nav_hover_about.png');
}
*/


/**
* Leader Bar
*/
.leaderBar {
	background:url('../images/leaderbar.jpg');
	height:164px;
	margin-bottom:10px;
}

.contact {
	position:absolute;
	margin:65px 0px 0px 45px;
}

/**
* Main Content
*/
.mainContainer {
	width:760px;
	padding:10px 0px 0px 0px;
	float:left;
}

.mainContainer #homePagePitch {
	margin: 0 10px;
}
#homePagePitch h2 {
	font-size: 18px;
	margin-botom: 40px;
}
#homePagePitch p {
	line-height: 1.5em;
	margin: 1.5em 0 ;
}

.sideBar {
	width:186px;
	float:right;
	padding:20px 0px 30px 10px;
}

.sideBox {
	margin-bottom:20px;
	text-align:center;
	color:white;
}

.sideBox1 {
	background:url('../images/orange_box.jpg') no-repeat;
	height:152px;
	width:186px;
}

.sideBox1 .sideBoxHeader {
	font-size:21px;
	font-weight:bold;
	padding:15px 0px;
}

.sideBoxContent {
	font-size:14px;
	line-height:25px;
}

.sideBox2 {
	background:url('../images/orange_box2.jpg') no-repeat;
	height:104px;
	width:186px;
}

.sideBox2 .sideBoxHeader {
	font-size:14px;
	padding:5px 0px 10px 0px;
}

.sideBarSection {
	font-size:13px;
	text-align:center;
}

.sideBarSectionHeader {
	color:#DA7132;
	text-align:left;
}

.sideBarSectionContent {
	color:#757575;
	margin-bottom:10px;
	text-align:left;
}

.sideBarSectionContent a {
	color:#659998;
}

/**
* Content Container
*/

.containerRow {
	clear:both;
	margin-bottom:16px;
}

.container_left {
	margin-right:6px;
}

.container_center {
	margin:0px 8px;
}

.container_right {
	margin-left:10px;
}

.container_2 {
	float:left;
}

.container_2 .content_container_main {
	width:360px;
}

.container_3 {
	float:left;
}

.container_3 table {
	
}

.container_3 .content_container_main {
	width:229px;
}

.homeBoxContainer {
/*	background-color:#E1ECF0;*/
	float: left;
	background-color:#E1ECF0;
	float: left;
	width: 740px;
	margin: 10px;
	padding: 1px 1px 20px 1px;
}
.homeBoxContainer .expandLink {
	float: right;
	font-weight:bold;
	font-size: 18px;
}
.homeBoxContainer a:hover.expandLink {
	text-decoration:none;
}
.contentHeaderContainer {
	text-align:left;
	position:relative;
	font-size: 16px;
	font-weight: bold;
	background-color: white;
	border-bottom: 1px solid #25668C;
	padding: 5px 5px;
	color: #25668C;
}

.contentHeaderContainer a {
	color: #25668C;
}

.homeBoxContainer .contentContainer {
}

/*.contentHeaderContainer img {
	margin-bottom:-20px;
	background-color:white;
	display:inline-block;
	padding:0px 20px;
}
*/
.contentHeader h2 {
	background-color:white;
}

.content_container_top {
	background:url('../images/content_container/content_container_top.png');
	height:6px;
}

.content_container_top_left {
	background:url('../images/content_container/content_container_top_left.png');
	width:6px;
	height:6px;
}

.content_container_top_right {
	background:url('../images/content_container/content_container_top_right.png');
	width:6px;
	height:6px;
}

.content_container_left {
	background:url('../images/content_container/content_container_left.png');
	width:6px;
}

.content_container_main {
	padding:40px 10px 10px;
	height: 355px;
}

.content_container_right {
	background:url('../images/content_container/content_container_right.png');
	width:6px;
}

.content_container_bottom {
	background:url('../images/content_container/content_container_bottom.png');
	height:7px;
}

.content_container_bottom_left {
	background:url('../images/content_container/content_container_btm_left.png');
	width:6px;
	height:7px;
}

.content_container_bottom_right {
	background:url('../images/content_container/content_container_btm_right.png');
	width:6px;
	height:7px;
}



#quote_request_form td {
	padding: 5px;
}

/**
* Topics
*/
.topic {
	margin: 10px;
	float: left; 
	width: 335px;
	height: 60px;
}

.topicHeader {
	font-size:14px;
	font-weight:bold;
	color:#E46B0E;
	margin-top: 5px;
}

.topicContent {
	font-size:12px;
	color:black;
	margin-left:15px;
	margin-top: 5px;
}

/**
* Blue Box
*/
.blueBoxContainer {
	position:relative;
	height:132px;
}

.blueBox {
	background:url('../images/blue_box.jpg') no-repeat;
	width:317px;
	height:112px;
	position:absolute;
	left:1px;
	top:4px;
	padding:10px 20px;
	color:white;
}

.blueBoxHeader {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

.blueBoxContent {
	width:150px;
	font-size:11px;
	float:left;
	margin-left:10px;
}

.blueBoxContent a {
	color:#D9E888;
}

.blueBoxImage {
	float:left;
}

.blueBoxBottomContainer {
	position:relative;
	height:421px;
}

.blueBoxBottom {
	background:url('../images/blue_box_bottom.jpg') no-repeat;
	width:241px;
	height:381px;
	position:absolute;
	left:-17px;
	top:25px;
	padding:20px 10px;
	color:white;
}

.blueBoxBottomHeader {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:5px 0px 10px;
}

.blueBoxBottomSubHeader {
	font-size:12px;
	font-weight:bold;
	margin:20px 0px 10px;
}

.blueBoxBottomContent {
	font-size:11px;
}

.blueBoxBottomContent a {
	color:#D9E888;
}

.blueBoxBottomImage {
	float:left;
}

/**
* Orange Box
*/
.orangeBoxContainer {
	position:relative;
	height:159px;
}

.orangeBoxBottom {
	background:url('../images/orange_box_bottom.jpg') no-repeat;
	position:absolute;
	width:241px;
	height:119px;
	left:-16px;
	top:20px;
	padding:20px 10px;
	color:white;
	text-align:center;
}

.orangeBoxBottomHeader {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:5px 0px 10px;
}

.orangeBoxBottomContent {
	font-size:11px;
	margin-top:10px;
}

.orangeBoxBottomContent a {
	color:white;
}

.orangeBoxBottomImage {
	float:left;
	margin:0px 6px;
}


/**
* Footer
*/
.footer {
	background: #E1ECF0;
	padding:20px 40px;
	color:#B1CFD9;
	text-align:center;
}

.copyright {
}

/**
* Icons
*/
.robot {
	position:absolute;
	margin:10px 0px 0px 800px;
}

.robot2 {
	position:absolute;
	right:10px;
	top:5px;
}

.robot3 {
	position:absolute;
	right:25px;
	bottom:20px;
}

.chatBubble {
	background:url('../images/chat_bubble.png') no-repeat;
	margin:0px auto;
	padding-top:15px;
	font-size:12px;
	font-weight:bold;
	color:#E46B0E;
	height:62px;
	width:62px;
}

/**
* Misc
*/
.dotted {
	border:0px dotted #B5D1D0;
	border-top-width:2px;
	margin:20px 2px;
}

.spacer {
	clear:both;
	height:50px;
}

.clear {
	clear:both;
	height:0px;
}

.float_right {
	float:right;
}

.float_left {
	float:left;
}

.fake {
	position:absolute;
	height:0px;
	width:0px;
}

.margin_clear{
	margin:0px;
}

/**
* Modules
*/
.moduletable {
	margin-bottom: 20px;
}

.enderHeader h1, .enderHeader h2, .enderHeader h3, .enderHeader p {
	clear:both;
	background-color:#E1ECF0;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#90B0BA;
	padding:10px;
}


.enderHeader h1 {
	font-size: 14px !important;
	font-weight: normal;
	margin-bottom: 10px;
}

.enderContact {
	float:left;
}

.enderContact h1, .enderContact h2, .enderContact h3 {
	color:#E8F5F5;
	font-size:20px;
}

.enderContact p {
	color:#B1CFD9;
	font-size:43px;
	float:left;
}

.enderContactMessage {
	bottom:6px;
	color:#B1CFD9;
	font-size:12px;
	left:325px;
	position:absolute;
	width:250px;
}

.enderBox {
	/*background:url('../images/orange_box.jpg') no-repeat;*/
	background-color: #f90;
	height:152px;
	width:186px;
	color:white;
	text-align:center;
	margin-bottom:20px;
	font-size: 14px;
}

.enderBox a {
	color: #FFFFFF;
	font-weight: bold;
}

.enderBox a.address {
	color: #FFFFFF;
	font-weight: normal;
}

.enderBox big {
	font-size:20px;
	font-weight:bold;
	padding: 8px 0;
	display: block;
}

.enderBox p {
}

.enderChat {
	background:url('../images/orange_box2.jpg') no-repeat;
	height:104px;
	width:186px;
	color:white;
	text-align:center;
	margin-bottom:20px;
}

.enderChat h1, .enderChat h2, .enderChat h3 {
	font-size:14px;
	padding:5px 0px 10px 0px;
}

.enderChat p {
	background:url('../images/chat_bubble.png') no-repeat;
	margin:0px auto;
	padding-top:15px;
	font-size:12px;
	font-weight:bold;
	color:#E46B0E;
	height:62px;
	width:62px;
}

.enderFooter h1, .enderFooter h2, .enderFooter h3 {
	font-size:18px;
	font-style:italic;
	margin-bottom:20px;
}

.enderFooter p {
	margin-bottom:20px;
}

#tweets {
	list-style:none;
	margin:0px;
	padding:0px;
}

#tweets li {
	border-bottom:1px dotted #333333;
	margin-bottom:10px;
}

.portfolioMargin .moduleheader h3 {
	color: #25668C;
	margin: 20px 0;
	text-align: center;
	font-weight: bold;
}

.portfolioMargin .modulecontent p {
	margin: 20px 0;
	text-align: center;
}

#craftysyntax {
	text-align: center;
}

/**
 * Sections
 */
 .rightContainer {
 	/*margin-top: 20px;*/
	background-color: #E1ECF0;
	padding: 10px;
 }

.componentheading, .sectionHeader {
	color: #25668c;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h3.componentheading {
	font-size: 14pt;
}

.contentdescription, .leftContainer {
	line-height: 20pt;
	padding-right: 10px;
}

.contentdescription p {
	margin: 20px 0;
	/*font-size: 10pt !important;*/
}

.category {
	color:#E46B0E;
	font-size:14px;
	font-weight:bold;
}

.contentpane ul {
}

.contentpane ul li {
	margin-left: 20px;
	list-style-type: circle;
}
.contentpane ol li {
	margin-left: 20px;
	list-style-type: decimal;
}

.contentpane ul.submenu .contentHeaderContainer {
	margin: 1px;
	text-align:center;
	position:relative;
	font-size: 16px;
	font-weight: bold;
	background-color: white;
	border-bottom: 1px solid #25668C;
	padding: 5px 5px;
	color: #aaaaaa;
}

.contentpane ul.submenu {
	margin: 20px 20px 0 20px;
	background-color: #E1ECF0;
	width: 40%;
	float: right;
}

.contentpane ul.submenu li {
	margin: 20px;
	font-size: 12px;
	line-height: 12pt;
	list-style-type: none;
}

.contentpane ul li p {
	margin: 0;
}
