/****************** RESET ****************/
*		{ margin: 0; padding: 0;  }
body 	{ background: #eee; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #444; }

****************** TYPOGRAPHY ****************/
h1, h2, h3, h4, h5, h6, ul, li, input, textarea, select, label 
{ font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; }

h1              { font-size: 30px; color: #136184; padding-bottom: 5px;  margin-bottom: 10px; font-weight: normal; border-bottom: 1px solid #ccc; } 
h2              { font-size: 24px; color: #0872a8; font-weight: normal; letter-spacing: 1px; } 
h3              { font-size: 20px; margin: 0; padding: 0; color: #444; font-weight: normal; } 
h4              { font-size: 13px; font-weight: bold; color: #0872a8; }
h5              { font-size: 12px; color: #444; font-weight: bold; }
h6              { font-size: 11px; color: #000; font-weight: bold; }
p				{ padding-bottom: 10px; line-height: 20px; }
a img           { border: none; }
a               { color: #0872a8; text-decoration: none; }
a:hover         { text-decoration: underline; }
hr              { border: none; border-bottom: 1px dotted #ccc; }
table           { border-collapse: collapse; }
table tr td     { padding: 5px; font-size: 11px; }
input           { border: 1px solid #ccc; font-size: 11px; color: #444;  }
input[type="text"], input[type="password"] { height: 20px; }
select          { height: 20px; }
input[type="radio"], input[type="checkbox"] {height: auto!important; }
input:focus     { background-color: #eee; }
textarea        { border: 1px solid #ccc; padding: 3px 5px; font-size: 11px; color: #444; }
select          { font-size: 11px; border: 1px solid #ccc; color: #444;  }
label           { text-align: left; }

.search-title	{ background: #456fb7; padding: 5px; color: #fff; }

/* font color */
.blue       	{ color: #0872a8; }
.white      	{ color: #fff; }
.grey       	{ color: #444; }
.red			{ color: #900; }

/* font weight */
.bold       	{ font-weight: bold; }
.italic     	{ font-style: italic; }

/* font size */

/****************** REPEATED CLASSES ****************/
.float-left		{ float: left; }
.float-right	{ float: right; }
.center			{ text-align: center; }
.left			{ text-align: left; }
.right			{ text-align: right; }
.clear      	{ clear: both; }

/* buttons */
.btn-blue	{ background: #0872a8; border-radius: 10px; color: #fff; font-weight: bold; text-transform: uppercase; padding: 5px 10px; }


/* search */
.search label { float: left; display: block; width: 100px; padding: 5px; }
.search input[type="text"]	{ width: 220px; margin: 10px 0px; }

/****************** MAIN DIVs ****************/
.wrapper	{ width: 1080px; margin: 20px auto; padding: 20px; box-shadow: 0px 0px 10px #aaa; background: #fff; position: relative; overflow: hidden; }

#main-content	{ margin-right: 420px; min-height: 500px; padding-top: 20px; }

/********************** DROPDOWN MENU ********************/
#navigation 						{ padding-bottom: 20px; position: relative; z-index: 9999; }
.menu 								{ }

ul.menu 							{ list-style-type: none; margin: 0; margin-top: 10px; float: right; }
ul.menu li 							{ display: block; background: #136184; border-radius: 5px; float: left; position: relative; margin: 0 9px 0 0; padding: 0; }
ul.menu li.current 					{ background: #136184; }
ul.menu li:hover 					{  }
ul.menu li a:hover					{ color: #39abd9; }
ul.menu li a 						{ display: block; float: left; color: #fff; text-transform: uppercase; text-decoration: none; font-size: 12px;  padding: 4px 10px; line-height: 18px; }
ul.menu li a span 					{ font-weight: normal; padding-left: 3px; }
ul.menu li.drop a 					{ padding-right: 7px; }
ul.menu li.drop:hover li 			{ border: none; }
ul.menu li.drop span.toggle 		{ display: block; float: left; width: 21px; height: 26px; padding: 0; margin: 0 7px 0 0; }
ul.menu li.drop:hover span.toggle, 
ul.menu li.drop.current span.toggle	{ background-position: 1px 5px; }
ul.menu li.drop:hover, 
ul.menu li.current:hover 			{ }
ul.menu li.drop:hover ul 			{ display: block; z-index: 1; padding-bottom: 8px; }
ul.menu li ul 						{ display: none; position: absolute; width: 300px; top: 27px; left: 0; list-style-type: none; margin: 0; padding: 9px 0 0 0; background: #136184; box-shadow: 0px 10px 10px -5px #aaa; }
ul.menu li ul li 					{ background: #39abd9; float: none; height: auto; margin: 0; padding: 3px 0px; border: none; }
ul.menu li ul li a 					{ float: none; color: #fff; background: #136184; display: block; font-size: 13px; height: auto; margin: 0; padding: 4px 13px 4px 13px; font-weight: normal; }
 					

/* drop down menu hover styles */
ul.menu li:hover ul 				{ border:none; }
ul.menu li:hover ul * 				{ background: #136184; }

/********************** slideshow ********************/
#slideshow	{ margin-top: 50px; height: 300px; } 
#slideshow .int-img	{ padding-top: 20px; }


#container	{ position: absolute; }

#slider	{ overflow: hidden; height: 300px; position: absolute; padding: 0px; width: 1080px;  }
#slide1 { position: absolute; top: 0px; z-index: 1; }
.slide 	{ position: absolute; -webkit-transition: all 0.3s; transition: all 0.3s; }
#box	{ width: 1080px; top: 10px; position: relative; z-index: 2; margin: 0 auto;	}

#left, #right	{ position: absolute; top: 130px; z-index: 9999; }
#left			{ left: 1070px; }
#right			{ left: -10px; }

#left:hover, #right:hover	{ opacity: 1; }

/********************** builder search ********************/
#builder-search	{ background: #eee; border-radius: 5px; width: 350px; padding: 20px; margin: 30px 0px; }

/******** forms********/
.forms label	{ width: 100px; float: left; display: block; }
.forms input[type="text"]	{ width: 200px; }
.forms textarea				{ width: 200px; height: 150px; }

/********************** pages ********************/
#main-content ul	{ margin-left: 40px; padding-bottom: 20px; }

/********************** footer ********************/

#footer	{ margin: 20px auto; width: 1080px; text-align: center; }