/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body { margin: 0px; padding: 0px; border: none; background: url( images/body_bck.jpg) repeat-x #BEDBE9; }

.full_width .page {width:900px; padding-left: 0px;}

.teasers_box {width:65em; }
.teaser {width:30em; }

.format_text a { color: #80a7d8; text-decoration: none; }
.format_text a:hover { color: #8b9395; text-decoration: underline;}


a { color: #005330; text-decoration: none; }
a:hover { color: #005330; text-decoration: underline;}

p { color: #000000; font-size: 10pt; line-height: 26px;}

.format_text p { color: #000000; font-size: 10pt;  line-height: 26px; }

.format_text li {list-style-type: disc; color: #111; color: #000000; font-size: 10pt;  line-height: 26px; margin: 0px 0px 0px 30px; }


h1, h2 {font-size: 24px; color: #003366;}

.widget h3, h3 a, h3 a:hover { font-size: 14px; padding: 0px 0px 0px 0px;}

.title2 {color: #000000; font-size: 18pt; font-family: Eurostile-ExtendedTwo; line-height: 26px; }
.title3 {color: #000000; font-size: 24px; font-family: Arial; line-height: 30px; }
.text3 {color: #000000; font-size: 14pt; font-family: Arial; line-height: 23px; }
.product_text { color: #006699; font-size: 10pt; line-height: 12px; }

#a .format_text li {list-style-type: decimal; font-size: 33px; font-weight: bold; line-height: 35px; vertical-align: bottom; color: #003366;}
.home_list    {font-size: 33px; font-weight: bold; line-height: 35px; color: #003366; padding: 0 0; margin-bottom: 0;}
.home_txt    {font-size: 12px; line-height: 14px; color: #003366; padding: 0 0; margin-bottom: 0;}
home_div {padding-top: 0px;}
h5 {font-size: 16px; color: #003366;}

.blue_text {line-height:14px; font-size:12px; color:#003366; padding: 0px;}

.title {font-size: 24px; color: #003366; line-height:25px; margin: 0px 0px 0px 60px;}

.number {font-size: 70px; color: #003366; line-height:20px; float: left; margin: 0px 0px 0px 15px;}

.nutext {font-size: 14px; color: #003366; line-height:14px; margin: 0px; padding: 0px;}

.list_number {font-size: 35px; color: #003366; line-height:25px; float: left; margin: 0px; padding: 0px;}

.list {font-size: 30px; color: #003366; line-height:10px; float: left; margin-bottom: 0px; padding: 0px 5px 0px 0px;}

#tagline {display: none;}

#logo {display:none;}

.homepage .headline_area {display:none;}

.headline_area { padding-bottom: 0px; }

/* Content */

#page {padding-top: 0px; background: none; }

#header { background: url(images/header_sub_nosidebars.png) no-repeat; height: 249px; width: 900px; padding: 0px; margin: 0px; border: none; }

.nosidebars #header { background: url(images/header_main.png) no-repeat; height: 350px; width: 900px; padding: 0px; margin: 0px; border: none; }

.nosidebars_sub #header { background: url(images/header_sub_nosidebars.png) no-repeat; height: 249px; width: 900px; padding: 0px; margin: 0px; border: none; }

#content { /*background: url(images/content_logo.png) 30px -10px no-repeat ;*/ min-height: 280px; width: 660px; padding: 0px 0px 10px 20px; margin:0px; }

.nosidebars #content { /* background: url(images/content_logo.png) 30px -10px no-repeat ;*/ min-height: 280px; width: 900px; padding: 0px 10px 10px 13px; margin:0px; }

.nosidebars_sub #content {/* background: url(images/content_logo.png) 30px -10px no-repeat ;*/ min-height: 280px; width: 900px; padding: 0px 10px 10px 13px; margin:0px; }

.post_box { padding-top: 0px; }

.homepage #content { background:  none; min-height: 280px; padding: 10px 0px 10px 10px; margin:0px; }

#content_area .page { background: url(images/content_area_rpt.png) repeat-y; min-height: 280px; } 

#header_area .page { padding-top: 0px; } 

#content_box { background: none ; min-height: 228px; width: 900px; } 

/* Menu */

#tabs {width: 900px;}

ul#tabs { width: 900px; list-style: none; border: none; font-size: 1.1em; background: url(images/menu_bck.png) no-repeat; height: 50px; padding-left: 22px; }

ul#tabs li { margin-bottom: -0.1em; background: none; border: none; float: left; height: 50px;  }
ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0; background: url(images/menu_hl.png) repeat-x;  }
ul#tabs li:hover { background:  url(images/menu_hl.png) repeat-x; height: 50px; }
ul#tabs li:hover.current_page_item { background:  url(images/menu_hl.png) repeat-x; height: 50px;  }
ul#tabs li a { display: block; line-height: 3.2em; color: #ffffff; font-weight: bold; text-transform: none; letter-spacing: 0px; text-align: center; padding-right:20px; padding-left:20px; }
ul#tabs li a:hover { color: #00457c; font-weight: bold; text-decoration: none; padding-right:20px; padding-left:20px; }
ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; font-weight: bold; color: #00457c; }
ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { font-weight: bold; text-decoration: none;   }


/* Sidebar(s) */


#sidebars { display: block; width: 199px;  margin-top: 0px; background: url(images/sidebar_extra.png) repeat-y; margin-right: 18px; }
.sidebar { background: url(images/sidebar_bck.png) no-repeat; margin-top: -13px; }
.nosidebars #sidebars { display: none; }
.nosidebars_sub #sidebars { display: none; }

.sidebar_list {width: 199px; padding: 0px;}

ul.sidebar_list { padding-top: 0px; }
.widget { background: none; padding: 0px 0px 0px 5px; }

.widget h3 a { font-size: 14px; color: #ffffff; }
.widget h3 { font-size: 14px; color: #ffffff; padding: 3px 0px 3px 15px; margin-right: 10px; background: none; border-bottom: 1px solid #ffffff; }
.widget h2 { font-size: 16px; color: #ffffff; padding: 0px 0px 0px 15px; }
.widget li  { background: none; padding: 3px 10px 3px 30px; margin-right:10px; margin-bottom: 0px; color: #ffffff; border-top: none; border-bottom: 1px solid #ffffff; }
.widget li:hover { background: url(images/sidebar_hl.png) repeat; padding: 3px 10px 3px 30px; margin-right:10px; margin-bottom: 0px; color: #ffffff; border-top: none; border-bottom: 1px solid #ffffff; }

#sub-page-menu { padding-top: 10px; }
.textwidget p { font-size: 14px; line-height: 16px; color: #ffffff; padding: 10px 0px 10px 20px; } 

.sidebar ul.sidebar_list { padding-left:0px; padding-right:0px;  }

.sidebar h3 { color: #fffff; font-size:16px; line-height:1.385em; margin-bottom: 0px; }
.widget li a  { color: #ffffff; }
li.widget ul li { margin-bottom: 0px;}


	/* random quote widget */

	.quotescollection_randomquote { background: url(images/quote_66.png) 0 3px no-repeat;  }
	.quotescollection_randomquote p {  font-size: 13px; line-height: 18px; color: #ffffff; padding: 5px 10px 0px 10px; }
	.quotescollection_randomquote p a { color: #ffffff; }
  	#random-quote { background: url(images/quote_99.png) 140px 60% no-repeat; } 
  	.quotescollection_randomquote cite { font-weight: bold; }



/* CONTACT FORM */

#wpcf7-f1-p9-o1 p {color: #003366; font-weight: bold; }
.format_text input, #commentform input, #commentform textarea {
border-width:0.071em;
padding: 3px;
}
.contact_sh { color: #006699; font-size: medium; }
#contact_form { text-align:left; float: left; padding-right: 20px; }
#contact_details { float: right; margin-right: 100px; }

input, textarea {
background: #c3d9e0 none repeat scroll 0 0 !important;
border: 1px solid #7190a4 !important;
color:#013d6c;
font-size: 18px;
font-weight: bold;
width: 400px;
}

.info input { width: 390px; height: 20px; margin: 0px 0px; }
.upload input { font-size: 12px; font-weight: normal; }
.send input { width: 100px; }

/* Footer */

#footer { border-top: none; font-size: 10px; color: #013d6c; background: url(images/footer.png) no-repeat ; height: 30px;  padding: 97px 30px 0px 0px; }
#footer a { border-top: none; color: #013d6c; text-decoration: none; border-bottom: none;  }
#footer a:hover { border-top: none; color: #013d6c; text-decoration: underline;  }

#footer_text { background: #ffffff; padding: 0px; height: 100px; width: 900px;}
#footer1 {text-align: center; width: 560px; height: 100px; margin: 0px 0px 0px 95px; float: left; }
#footer2 {width: 100px; height: 100px; background: url(images/hia.gif) no-repeat; margin: 0px 0px 0px 750px; }

/* Custom divs */

#call_to_action { background: url(images/call_to_action.png) no-repeat; height: 69px; width: 900px; }
#call_to_action p { font-size: 22px; line-height: 24px; text-align: right; float: right; color: #005F7D; padding: 4px 15px 0px 0px; }
#call_to_action a, a:hover { text-decoration: none;  }

#cta_button { background: url(images/cta_button.png) no-repeat; display: block; width:205px; height: 52px; cursor: pointer; float: right; margin-right: 16px; }
#cta_button:hover { background-position: -205px 0; margin-right: 16px; }

#ep_boxs a { height: 220px; border: none; text-decoration: none; }


#ep_box1 { background: url(images/ep_1.jpg) no-repeat; display: block; width:285px; cursor: pointer; float: left; }
#ep_box1:hover { background-position: -287px 0; }

#ep_box2 { background: url(images/ep_2.jpg) no-repeat; display: block; width:285px; cursor: pointer; float: left; }
#ep_box2:hover { background-position: -287px 0; }

#ep_box3 { background: url(images/ep_3.jpg) no-repeat; display: block; width:285px; cursor: pointer; float: left; }
#ep_box3:hover { background-position: -286px 0; }

#products1  {padding: 0 70px; }

div.products_img  {float: left; width:120px; text-align: center;}

#domestic { width: 200px; text-align: center;  }
	#domestic img {padding: 0 55px; }

#awards_page { width: 640px; }
#awards_page div { border-bottom: 1px solid #a9a9a9; padding: 0px 20px 20px 0px; }

.weather_info p { color: #fff; }
 