/*----------------------------------------------------------
	THIS IS THE MAIN STYLESHEET FOR STUCTURAL AND LAYOUT CHANGES
	
	What this stylesheet **IS** for:
	
	1) The main styles relating to the major sections of the site for example the header div or the primary navigation. 
	2)If you are setting the default styles for  section for example #header a or #column_1 p then it would go in here
	
	What this stylesheet is **NOT** for:
	1) If you were adding styles to p or a tags that were outside these section default styles then they would go in the style_type.css file for example

-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*CHANGE LOG - Anytime this stylesheet is changed please add in a descriptive comment here together with the date*/






/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------
[TABLE OF CONTENT]

(**PLEASE NOTE the although sometimes the order of the HTML element in a page may be in the same  as the TOC below a lot of times it may differ for example #image_container and primary naviagtion usually go within the header structrually within the HTML but dont have to depending on the structure of the site)

0.0 IMPORTS
	0.1 Reset
	0.2 type
	0.3 style
	0.4 forms


1.0 BODY
	1.1. Wrapper / #wrapper
	1.2. Container / #container


2.0 HEADER / #header 
	2.1 Container for the main page image / #image_container
	2.2 Primary Navigation / #navigation_primary
	2.3 Secondary Navigation / #navigation_secondary
	2.4 Local Navigation / #navigation_local

3.0 CONTENTS/ #content
	3.1. Column 1 / #column_1
	3.2. Column 2 / #column_2
	3.3. Column 3 / #column_3
	3.4. Sidebar / #sidebar


4.0 FOOTER/ #footer


5.0 MISCELLANEOUS (Please update this )
	5.1 - Miscellaneous - Sidebox
	5.2 - Miscellaneous - Header Info Box
	5.3 - Miscellaneous - The styles for the wizard/steps
	
	
6.0 TABLES (Default styles and any others you want to add)


7.0 RECYCLE BIN (old CSS or disable CSS for testing)

 -------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/

/* 0.0 - IMPORTS*/

	@import url("reset.css");
	
/*	@import url("style_type.css");*/
	@import url("style_tools.css");
/*	@import url("style_forms.css");*/

	
	
	/*	
	@import url("layout_xxxx.css");
	@import url("layout_xxxx.css");
	*/
	

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* 1.0 - BODY
------------------------------------------------------------*/
	
	body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color:#7c7c7c;
	background-image: url(../images/1pxbody.jpg);
	background-repeat:repeat-x;
	background-color:#c4c4c4;
	 }

/* 1.1 - Body / Wrapper
------------------------------------------------------------*/

	#wrapper {  }

/* 1.2 - Body / Container
------------------------------------------------------------*/

	#container {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	background-image: url(../images/1pxbackground.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	position: relative;
	 }
	 
	 
	 
	 
	 
	 
	 
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* 2.0 - HEADER
------------------------------------------------------------*/
	
#header {
	position: relative;
	width: 912px;
	padding-left: 44px;
	height: 360px;
	margin-bottom: 10px;
}


#logo {
	background-image:url(../images/logo.jpg);
	height: 46px;
	width: 517px;
	margin-bottom: 20px;
	float:left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 20px;
}

#toptext {
	color:#000;
	float:left;
	font-size:20px;
	width:395px;
	margin-top:24px;
	font-family: Rockwell, "Trebuchet MS";
	text-align:right;
	height: 46px;
	margin-bottom: 16px;
	}
	
#toptext a, #toptext span {
	color:#00aeef;
	text-decoration:none;
}
	




















#content a {
		font-weight:bold;
		color:#00aeef;
		text-decoration:none;
	}
#content a:hover {
	text-decoration: underline;
	color: #00aeef;
}
	
	#content h1 {
	font-size:28px;
	color:#000;
	font-family: Rockwell, "Trebuchet MS";
	line-height: 30px;
	}
	
	#content h1 span {
		color:#00aeef;
	}
	
	#content h2 {
	font-size:20px;
	color:#000;
	font-family: Rockwell, "Trebuchet MS";
	margin-bottom: 20px;
	line-height: 28px;
	}
	
	#content h2 span{
		color:#00aeef;
	}
	
	#content h3 {
	font-size:16px;
	color:#00aeef;
	font-family: Rockwell, "Trebuchet MS";
	margin-bottom:10px;
	font-weight: bold;
	}
#content h3 span {
	text-transform: uppercase;
	font-size: 11px;
	color: #7c7c7c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#content h4 {
	font-size:28px;
	color:#000;
	font-family: Rockwell, "Trebuchet MS";
	line-height: 30px;
	margin-top: 25px;
	margin-bottom: 20px;
	}
	
	#content h4 span {
		color:#00aeef;
	}
	
	
#column_1 .first {
	font-size: 16px;
	line-height: 20px;
}
	
	#content h1 a, #content h2 a{
		text-decoration:none;
		color:#00aeef;
		font-weight:normal;
	}
	




/* 2.1 - Header / Primary Navigation
------------------------------------------------------------*/

	

#nav1 .nav1 a, #nav2 .nav2 a, #nav3 .nav3 a, #nav4 .nav4 a, #nav5 .nav5 a, #nav6 .nav6 a, #nav7 .nav7 a, #nav8 .nav8 a, #nav9 .nav9 a{
	color: #10AEF3;
}

#nav1 .nav1 a:hover, #nav2 .nav2 a:hover, #nav3 .nav3 a:hover, #nav4 .nav4 a:hover, #nav5 .nav5 a:hover, #nav6 .nav6 a:hover, #nav7 .nav7 a:hover, #nav8 .nav8 a:hover, #nav9 .nav9 a:hover{
	color: #00A8E6;
}


.nav10 a{
	color: #00AEEF!important;
	font-weight: bold!important;
}
.nav10 a:hover{
	color: #084F9E!important;
	font-weight: bold!important;
}




#nav10 .nav10 a{
	color: #084F9E!important;
	font-weight: bold!important;	
}

#nav10 .nav10 a:hover{

	
}


#navigation_primary {
	list-style-type: none;
	display: block;
	padding: 0px;
	background-color: #fff;
	height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	overflow: hidden;
	width: 912px;
	float: left;
}

#navigation_primary ul{
	margin:0px;
	padding:0px;
}

#navigation_primary li{
	float: left;
}
#navigation_primary li a{
	display: block;
	text-decoration: none;
	color: #000;
	float: left;
	font-size: 14px;
	font-family:Rockwell, "Trebuchet MS";
	line-height: 30px;
	padding-right: 20px;
}
#navigation_primary li a:hover{
	color: #00B1FA;
}
#navigation_primary .current{ color: #FFFFFF; background-repeat: no-repeat; background-position: right; font-weight: bold; width: 205px; }
#navigation_primary a.current:hover { color: #FFFFFF;}
	
	
	
	
	
/* 2.2 - Header / Secondary Navigation
------------------------------------------------------------*/
	
#navigation_secondary {
	list-style-type: none;
	display: block;
	padding: 0px;
	float: right;
	width: 400px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation_secondary li{
	float: right;
}
#navigation_secondary li a{
	display: block;
	text-decoration: none;
	color: #233C5B;
	text-align: center;
	font-size: 11px;
	margin-left: 10px;
	clear: none;
	margin-right: 12px;
}
	
/* 2.3 - Header / Local Navigation (local to the section within the website)
------------------------------------------------------------*/
	
#navigation_local {
	list-style-type: none;
	display: block;
	padding: 0px;
	float: right;
	width: 400px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation_local li{
	float: right;
}
#navigation_local li a{
	display: block;
	text-decoration: none;
	color: #233C5B;
	text-align: center;
	font-size: 11px;
	margin-left: 10px;
	clear: none;
	margin-right: 12px;
}
	
	

/* 2.4 - Header / Image Container
------------------------------------------------------------*/

	#image_container {
	background-color:#FFFFFF;
	display: block;
	float: left;
	width: 912px;
	height: 216px;
	margin-bottom: 20px;
	}

	#banner {
	width:308px;
	height:221px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:480px;
	padding-right:80px;
	padding-top:20px;
	font-size:12px;
	}
	
	#banner h2{
	color:#FFF;
	font-size:28px;
	}
	
	#banner p a{
		float:right;
		padding-right:20px;
		font-weight:bold;
		color:#FFF;
		text-decoration:none;
	}

    .one {
 	background-image:url(../images/banner.jpg);
 }
iframe {
	height: 200px;
	width: 434px;
	float: left;
	border: 1px solid #4b4c4e;
	margin-bottom: 20px;
}

/* NEW HOMEPAGE TABS
------------------------------------------------------------*/
.tabs {
	float: left;
	display: none;
}

.tab-one a {
	background-image: url(../images/slidermenu2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	width: 307px;
	display: block;
	float: left;
	list-style-type: none;
}

.tab-one a:hover {
	background-image: url(../images/slidermenu2.jpg);
	background-position: 0px -400px;
	list-style-type: none;
}

.tab-two a {
	background-image: url(../images/slidermenu2.jpg);
	background-repeat: no-repeat;
	background-position: 0px -100px;
	height: 100px;
	width: 307px;
	display: block;
	float: left;
	list-style-type: none;
}

.tab-two a:hover {
	background-image: url(../images/slidermenu2.jpg);
	background-position: 0px -500px;
	list-style-type: none;
}

.tab-three a {
	background-image: url(../images/slidermenu2.jpg);
	background-repeat: no-repeat;
	background-position: 0px -200px;
	height: 100px;
	width: 307px;
	display: block;
	float: left;
	list-style-type: none;
}

.tab-three a:hover {
	background-image: url(../images/slidermenu2.jpg);
	background-position: 0px -600px;
	list-style-type: none;
}

.tab-four a {
	background-image: url(../images/slidermenu2.jpg);
	background-repeat: no-repeat;
	background-position: 0px -300px;
	height: 100px;
	width: 307px;
	display: block;
	float: left;
	list-style-type: none;
}

.tab-four a:hover {
	background-image: url(../images/slidermenu2.jpg);
	background-position: 0px -700px;
	list-style-type: none;
}

.images {
	position:relative;	
	height:400px;
	width:605px;
	float:left;
}	

.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	height:400px;
}

.link {
	float: left;
	display: none;
}

.link-one a {
	background-image: url(../images/slidermenu2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	width: 307px;
	display: block;
	float: left;
	list-style-type: none;
}

.link-one a:hover {
	background-image: url(../images/slidermenu2.jpg);
	background-position: 0px -400px;
	list-style-type: none;
}

.link-two a {
	background-image: url(../images/slidermenu2.jpg);
	background-repeat: no-repeat;
	background-position: 0px -100px;
	height: 100px;
	width: 307px;
	display: block;
	float: left;
	list-style-type: none;
}

.link-two a:hover {
	background-image: url(../images/slidermenu2.jpg);
	background-position: 0px -500px;
	list-style-type: none;
}

.link-three a {
	background-image: url(../images/slidermenu2.jpg);
	background-repeat: no-repeat;
	background-position: 0px -200px;
	height: 100px;
	width: 307px;
	display: block;
	float: left;
	list-style-type: none;
}

.link-three a:hover {
	background-image: url(../images/slidermenu2.jpg);
	background-position: 0px -600px;
	list-style-type: none;
}

.link-four a {
	background-image: url(../images/slidermenu2.jpg);
	background-repeat: no-repeat;
	background-position: 0px -300px;
	height: 100px;
	width: 307px;
	display: block;
	float: left;
	list-style-type: none;
}

.link-four a:hover {
	background-image: url(../images/slidermenu2.jpg);
	background-position: 0px -700px;
	list-style-type: none;
}






















/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/

/* 3.0 - CONTENT
------------------------------------------------------------*/

#content {
	position: relative;
	margin-right: 44px;
	margin-left: 44px;
	width: 912px;
}




/* 3.1 - Content / Column 1
------------------------------------------------------------*/



#column_1 {
	float: left;
	width:238px;	/*background-color: #CCCCCC;*/
}




/* 3.2 - Content / Column 2
------------------------------------------------------------*/
#column_2 {
	float: left;
	width:262px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-left-width: 1px;
 }
 
 #column_2 strong{
		color:#00aeef;	 
 }


/* 3.3 - Content / Column 3
------------------------------------------------------------*/
#column_3 {

	float: left;
	width:262px;
	padding-left:20px;

/*	background-color: #CCCCCC;
*/	}

/* 3.4 - Content / Column 4
------------------------------------------------------------*/





/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/

/* 4.0 - FOOTER
------------------------------------------------------------*/

#footer {
	height: 140px;
	clear: both;
	background-color: #bccfe0;
	padding:10px;
	color:#4d4d4d;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 892px;
}
#footer p {
	margin-bottom: 10px;
}
#footerbase {
	background-image: url(../images/footerbase.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 44px;
	width: 1000px;
}
#footer  a{
	font-weight:bold;
	text-decoration:none;
	color:#4d4d4d;
}
#footer a:hover {
	font-weight: bold;
	color: #4d4d4d;
	text-decoration: underline;
}

#footer_left {
	float: left;
	width:512px;
}

#footer_left ul{
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}


#footer_left li{
	display:inline;
	list-style:none;
}

#footer_right {
	float:right;
	text-align:right;
	margin-top:88px;
	width: 380px;
}
	
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
	

/* 5.0 - MISCELLANEOUS
------------------------------------------------------------*/

/* 5.1 - Miscellaneous - Sidebox
------------------------------------------------------------*/

.sidebox {
	border: 1px solid #45A7EE;
	background-color: #FFFFFF;
	margin-bottom: 18px;
	line-height: 20px;
	
}

.quote {
	height:172px;
	background-image:url(../images/quote.jpg);
	width:260px;
	margin-bottom:23px;
}

.testimonial {
	height:167px;
	background-image:url(../images/testimonial.jpg);
	width:261px;
}

.testimonial:hover {
	background-position: 0 167px;
}

.form_container {
}

/* 5.2 - Form - Column 1
------------------------------------------------------------*/

#content #column_1 #aspnetForm span { display: block; }

#content #column_1 #aspnetForm label {
	width:160px;
	font-size: 12px;
	color: #4b4c4e;
}
#content #column_1 #aspnetForm li {
	display: block;
	clear: both;
	margin-bottom: 12px;
}

*html #content #column_1 #aspnetForm li {

	padding-top: 0px!important;

}

#content #column_1 #aspnetForm input {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#content #column_1 #aspnetForm input:hover, #content #column_1 #aspnetForm textarea:hover {
	background-color: #dde7ef;
	border: 1px solid #FFFFFF;
	color: #4b4c4e;
}

#content #column_1 .form_holder {
	background-color: #bccfe0;
	padding-top: 15px;
	padding-right: 21px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 414px;
}

#content #column_1 #aspnetForm textarea {
	width: 100%;
	height: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 2px;
}

#content #column_1 #aspnetForm .formButton {
	width: 149px;
	height: 74px;
	color: #009ce8;
	cursor: pointer;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	border: 0px none;
	font-size: 18px;
	background-position: 0px 0px;
	font-family: Rockwell, "Trebuchet MS";
	padding-top: 10px;
	float: left;
}

#content #column_1 #aspnetForm .formButton:hover {
	border: 0px none;
	
}

/* 5.3 - Form - Column 2
------------------------------------------------------------*/

#content #column_2 #aspnetForm span { display: block; }

#content #column_2 #aspnetForm label {
	width:160px;
	font-size: 12px;
	color: #4b4c4e;
}
#content #column_2 #aspnetForm li {
	display: block;
	clear: both;
	margin-bottom: 12px;
}

*html #content #column_2 #aspnetForm li {

	padding-top: 0px!important;

}

#content #column_2 #aspnetForm input {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#content #column_2 #aspnetForm input:hover, #content #column_1 #aspnetForm textarea:hover {
	background-color: #dde7ef;
	border: 1px solid #FFFFFF;
	color: #4b4c4e;
}

#content #column_2 .form_holder {
	background-color: #bccfe0;
	padding-top: 15px;
	padding-right: 21px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#content #column_2 #aspnetForm textarea {
	width: 100%;
	height: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 2px;
}

#content #column_2 #aspnetForm .formButton {
	width: 149px;
	height: 74px;
	color: #009ce8;
	cursor: pointer;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	border: 0px none;
	font-size: 18px;
	background-position: 0px 0px;
	font-family: Rockwell, "Trebuchet MS";
	padding-top: 10px;
	float: left;
}

#content #column_2 #aspnetForm .formButton:hover {
	border: 0px none;
	
}

#sent {
	border: 1px solid #bccfe0;
	padding: 15px;
	font-size: 14px;
	line-height: 18px;
	color: #4b4c4e;
	background-color: #dde7ef;
}
	
/*.sidebox_inner { border: 5px solid #CBE6FA; padding: 10px; }*/

.contentsection {
	clear:both;
}

.thumbleft {
	padding-right:10px;
	padding-bottom:10px;
	float:left;
}


/* 6.0 - TABLES - Default table styles are set in the Reset.css, 
------------------------------------------------------------*/





/* 7.0 - RECYCLE BIN
------------------------------------------------------------*/

/*
Put old css in here:






*/
#container_inner {
	background-image: url(../images/top_shadow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 1000px;
	position: relative;
}
.news_articles {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bccfe0;
	margin-bottom: 10px;
	padding-top: 10px;
}
.news_articles strong {
	color: #00aeef;
}
.news_articles span {
	color: #000000;
	font-weight: bold;
}

.news_articles2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bccfe0;
	margin-bottom: 40px;
	padding-top: 10px;
}
.news_articles2 strong {
	color: #00aeef;
}
.news_articles2 span {
	color: #000000;
	font-weight: bold;
}
#column_1  .news_articles p {
}
