﻿/*

	Carr Enterprises Main Style Sheet
	Copyright 2010 by Kurt B. Carr Enterprises, Inc.
	All rights reserved.

	Color Codes:
	*** #ADD8E6 is Light Blue
		#F0F8FF is Alice Blue
		#B0C4DE Light Steel Blue
		#a0a0a0 is the dark gray that is used throughout the site
*/

<style type="text/css">


a {
	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #00137A;
	text-align: left;
	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #00137A;
	text-align: left;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #00137A;
	text-align: left;			
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-variant:normal;
	font-weight: bold;
	color: black;
	text-align: left;			
	text-decoration: underline;
}

.h2:hover {
	text-decoration:underline;
}
body{
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
color: black;
background: white;	
margin:0;
padding:0;
line-height: 1.5em;
}

.main_tease {
	font-family:Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-variant:normal;
	font-weight: normal;
	color: #00137A;
	vertical-align: middle;
	text-align: center;
}

.body_text {
	font-family:Arial, Helvetica, sans-serif;
}

.body_text_indent {
	font-family:Arial, Helvetica, sans-serif;
	text-indent: 50px
}


.table_heading {
	color: white;
	background:black;
	border-bottom:medium
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #00137A;
	text-align: left;		
}

.title_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #00137a;
	text-align: left;	
}

.title_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #00137a;
	text-align: left;	
	text-decoration: none;
}

.title_link:hover {	
	text-decoration:underline;
}

.bottom_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-style:italic;
	font-weight:normal;
	vertical-align: top;
	color: black;
	background: white;
	line-height:normal;
}

.bottom_text_right{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-style:italic;
	font-weight:normal;
	vertical-align: top;
	color: black;
	background: white;
	text-align: right;
	line-height: normal;
}

.bottom_email {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-style:italic;
	font-weight:normal;
	vertical-align: top;
	color: black;
	background: white;
	text-decoration: none;
}

.bottom_email:hover{
	text-decoration: underline;
}

.cta_button_yes {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-style:normal;
	font-weight: bold;
	color: white;
	background: teal;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	width: 150px;
}

.cta_button_yes:hover {
	text-decoration: underline;
}

.cta_button_no {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-style:normal;
	font-weight: bold;
	color: white;
	background: maroon;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	width: 150px;
}

.cta_button_no:hover {
	text-decoration: underline;
}

.slogan_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	font-style:italic;
	vertical-align: middle;
	text-align: center;
	color: black;
	background-image: url('Images/Slogan%20Banner.gif');
	text-decoration:none;
}


.slogan_link_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style:italic;
	vertical-align: middle;
	text-align: center;
	color: black;
	background-image: url('Images/Slogan%20Banner.gif');
	
}

.slogan_link_text:hover {
	
	text-decoration: underline;
}
.content_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: black;
	background: #cccccc;
	padding: 5px;
	
}

.content_column {
	width: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	vertical-align:top;
	color: black;
	background: #cccccc;
	padding: 0;
}

.content_column_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	vertical-align:top;
	color: black;	
	background: white;
	padding: 2;		
}

.quote_style {
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style:italic;
	color:#800000;
	text-align:left;
	padding: 0px;
	margin-bottom: 0px;
	margin-top:0px;
}

.quote_style_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style:italic;
	color:#800000;
	text-align:left;
	padding: 0px;
	margin-bottom: 0px;
	margin-top:0px;
	text-decoration: underline;
}

.quote_style_link:hover {
	text-decoration: underline;
}

.quote_attribution {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	color:#000000;
	text-align:left;
	padding: 0px;
	margin-bottom: 0px;
	margin-top:0px;
	font-style:	italic;
	text-decoration:none;
}


.scalable_style{
	font-family:Arial, Helvetica, sans-serif;
	font-size:xx-large;
	font-weight: bold;
	color:#800000;
	text-align:left;
	padding: 0px;
	margin-bottom: 0px;
	margin-top:0px;
}

.other_def_style {
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style:italic;
	color:#800000;
	text-align:left;
	padding: 0px;
	margin-bottom: 0px;
	margin-top:0px;
	
}

.scalable_definition_style {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	color:#000000;
	text-align:left;
	padding: 0px;
	margin-bottom: 0px;
	margin-top:0px;
	font-style:	italic;

}

.text_row {	
	background: #cccccc;
	height: 100px;
}

.menu_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: black;
	background: #cccccc;
	text-align: center;
	vertical-align: middle;
	width: 75px;
	height: 75px;
	text-decoration:none;
}

.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: black;
	background: #cccccc;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;

}

.side_menu_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: black;
	background: #cccccc;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	text-decoration:none;
}

.side_menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: black;
	background: #cccccc;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;

}

.side_menu_text:hover {
	text-decoration:underline;
}

.side_sub_menu_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: black;
	background: #ADD8E6;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	text-decoration:none;
	border: 0px;	

}

.side_sub_menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: black;
	background: #ADD8E6;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	border: 0px;

}

.side_sub_menu_text:hover {
	text-decoration:underline;
}

.side_sub_menu_item_topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: black;
	background: #ADD8E6;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	text-decoration:none;
	border: 0px;	

}

.side_sub_menu_text_topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: black;
	background: #ADD8E6;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	border: 0px;

}

.side_sub_menu_text_topic:hover {
	text-decoration:underline;
}

.side_sub_menu2_text_topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: white;
	background: #778899;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	border: 0px;

}

.side_sub_menu3_text_topic:hover {
	text-decoration:underline;
}

.side_sub_menu3_text_topic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: white;
	background: #000080;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	border: 0px;

}

.side_sub_menu2_text_topic:hover {
	text-decoration:underline;
}


.side_sub_menu_item_product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: black;
	background: #ADD8E6;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	text-decoration:none;
	border: 0px;	
}

.side_sub_menu_text_product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: black;
	background: #ADD8E6;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	border: 0px;
}

.side_sub_menu_text_product:hover {
	text-decoration:underline;
}



.side_menu_text:hover {
	text-decoration: underline;
}

.side_menu_split{
	background: white;
	height: 5px;
}


.menu_social {
	background: #a0a0a0;
	vertical-align: middle;
	text-align: right;
	height: 75px;
	width: 100px;
	margin: 0px;
	padding-right: 5px;
	border: 0px;
}

.menu_text:hover {
	text-decoration: underline;
}

.menu_split{
	background: white;
	width: 5px;
	height: 75px;
}

.menu_contact{
	background: #a0a0a0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: black;
	text-align: right;
	vertical-align: middle;
	height: 75px;
	width: 250px;
	text-decoration: none;
	padding-right: 5px;
	margin: 0px;
	border: 0px;
}

.menu_email {
	background: #a0a0a0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: black;
	text-align: right;
	vertical-align: middle;
	height: 75px;
	width: 250px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.menu_email:hover{
	text-decoration: underline;
}

.menu_bottom {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: black;
	background: white;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	vertical-align: middle;
	text-align: right;
}

.menu_bottom_text {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: black;
	background: white;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	vertical-align: middle;
	text-align: right;
}


.menu_bottom_text:hover{
	text-decoration: underline;
}

.logo_text {	
	background: #a0a0a0;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	padding: 0px;
}

.main_page_text_area {
	background: #cccccc;
}

b{font-size: 110%;}
em{color: red;}

#topsection{
background: white;
color: #00137f;
font-family: Arial, Helvetica, sans-serif;
height: 60px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: none;
width: 100%;
}

#contentcolumn{
/*margin: 0 200px 0 230px;*/ /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 230px; /*Width of left column*/
margin-left: -100%;
background: #C8FC98;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
background: #FDE95E;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#growheader{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color:#00137f;
	color: white;
}
</style>