h1, h2, h3, h4, h5, h6 {
	color: #111111;
	font-family: Georgia;
}

h2 {
	line-height: 20px;
}

img {
	border-style: none;
}

p, li {
	text-align: justify;
}

a {
	text-decoration: none;
}

/*Administration Page Styling*/
table{
	width: 500px;
}

#login-page{
	width: 100%;
	height: 100%;
}

#login{
	margin-top: 170px;
}

#body-login{
	background-image: url(../img/ticks.png);
	/*background: url(../img/background.jpg) repeat-x;*/	/*Grey gradient background*/
	font-family: arial,sans-serif;
	font-size: 12px;
	line-height: 20px;
	border: 0;
	margin: 0;
}


#login-logo{
	background:url(../img/logo.png) no-repeat;
	width: 80px;
	height: 103px;
	position: absolute;
	top: 25px;
	right: 48%;
}

.login-form-fields{
	margin-top: 10px;
	width: 300px;
	height: 25px;
	border-radius: 20px;
}

#login-button{
	width: 200px;
	height: 35px;
	color: #FFF;
	background:url(../img/login-button-bg.png);
}

#login-button:hover {
	background: #0d97fb;
	color: #FFF;
	cursor: pointer;
}

#login-sub-header{
	color: #888;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 16px;
}

#content-admin{
	width: 960px;
	margin: 20px auto auto auto;
}

/*Account Management styling*/
.acc-manage{
	line-height: 27px;
	color: #FFF;
	width: 150px;
	text-decoration: none;
	list-style: none;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	padding-left: 10px;
	border-bottom: 1px solid #000;
	background:url(../img/login-button-bg.png);
}

.acc-manage a{
	line-height: 27px;
	color: #FFF;
	text-decoration: none;
	list-style: none;
}


/*Dashboard styling*/

#dash-menu{
	width: 300px;	
}

.sub-dash-items{
	color: #FFF;
	line-height: 27px;
	text-decoration: none;
	list-style: none;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	padding-left: 10px;
	background-image: url(../img/caption_bg.png);
}

.sub-dash-items a{
	color: #FFF;
	line-height: 27px;
	text-decoration: none;
	list-style: none;
}

.dash-items{
	line-height: 27px;
	color: #FFF;
	text-decoration: none;
	list-style: none;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	padding-left: 10px;
	border-bottom: 1px solid #000;
	background:url(../img/login-button-bg.png);
}

.dash-items a{
	line-height: 27px;
	color: #FFF;
	text-decoration: none;
	list-style: none;
}



/*Styling for subscription display page*/
table {
	border: 1px solid #111;
	background-color: #FFF;
	color: #000;
}

th {
	background-color: #111;
	color: #FFF;
	border-bottom: 2px solid #111;
}

td {
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
}

.admin-links {
	text-decoration: none;
	color: red;
}

#content_header {
	float: left;
	width: 400px;
	margin: 45px 0 0 0;
}

#content_header  h1{
	font-size: 25px;
	color: #FFFFFF;
	text-transform: uppercase;
	float: left;
}

body {
	background-image: url(../img/wood_bg.jpg); 
	/*background: url(../img/background.jpg) repeat-x;*/	/*Grey gradient background*/
	font-family: arial,sans-serif;
	font-size: 12px;
	line-height: 20px;
	border: 0;
	color: #555555;
	margin: 0;
	padding: 10px 0 0 0;
}

.top_strip {
	padding: 10px 0 0 0;
	position: relative;
	width: 960px;
	height: 120px;
	margin: 0 auto;
	background-image: url(../img/bg_topstrip.png); /*blackorchid2.png);*/
	clear: both;
}

#branding img {
	border-style: none;
}

.social_links_div {
	float: left;
}

.social_links_sub{
	float:left;
	margin: 0 10px;
	text-decoration: none;
	list-style: none;
}

.social_links_sub img {
	border-style: none;
}

.page {
	background-color: #FFFFFF;
	font-family: arial,sans-serif;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	overflow: hidden;		/*Overflow was added to page to facilitate the curved edges of the page.*/
}
/* ClearFix of Page Div */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ClearFix of Page Div */

#header {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#trade_name {
	font-size: 14px;
	margin: 20px 0 5px 20px;
	color: #FFFFFF;
	float: left;
}

#logo_text {
	margin: 20px 0 5px 20px;
	color: #FF0000;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}

#branding {
	margin: 0 0 0 15px;
	width: 350px;
	float: left;
}

#contact_info {
	margin: 20px 15px 0 0;
	text-align: right;
	width: 150px;
	color: #FFFFFF;
	float: right;
}


/* Slider show Styling */

#slideshowContainer {
    width: 960px;
    margin: 0 auto;
    position:relative;
}

#loader {
	height: 31px;
	width: 31px;
	margin: 0 auto;
	top: 170px;
	left: 450px;
	position: absolute;
}

#slider_wrapper {
	position: relative;
	height: 300px;
	margin: 0 auto;
	clear: both;
}

.cycle-overlay {
	background-image: url(../img/caption_bg.png);
	position: absolute;
	height: 45px;
	width: 940px;
	top: 245px;
	z-index: 200;
	color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
}

.cycle-caption {
	position: absolute;
	color: #FFF;
	top: 10px;
	left: 920px;
	z-index: 200;
}

#slider_caption {
	background-image: url(../img/caption_bg.png);
	position: absolute;
	height: 55px;
	width: 960px;
	top: 290px;
	z-index: 200;
}

#slider_caption .captions{
	filter: alpha(opacity=60);
	-moz-opacity: 0.90;
	opacity:.90;
	position: absolute;
	width: 960px;
	height: 30px;
	margin: 17px auto 0 auto;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	display:block;
}

#slide_nav {
    list-style-type:none;
    z-index:900;
}
#slide_nav li a {
    display:block;
    width:58px;
    height:102px;
    text-indent:-9999px;
    outline:none;
}

#prev a {
    background:url(../img/left.png) no-repeat;
    width:50px;
    height:102px;
    position:absolute;
    top:160px;
	left:0px;
	z-index:900;
}

#logo {
	background:url(../img/logo.png) no-repeat;
	width:80px;
	height:103px;
	float: left;
}

#next a {
    background:url(../img/right.png) no-repeat;
    width:50px;
    height:102px;
    position:absolute;
    top:160px;
	right: -18px;
	z-index:900;
}
#next a:hover {
    background:url(../img/right_over.png) no-repeat;
}
#prev a:hover {
    background:url(../img/left_over.png) no-repeat;
}

#slide1, #slide2, #slide3 {
	position: absolute;
	display: none;
}

/* Slider show Styling */



/* Navigation Menu */
#nav {
	padding: 0 0 0 0;
	width: 100%;
	float: left;
	z-index: 201;
	position: relative;
	background-image: url(../img/menu_bar2.png);
	clear: both;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul li {
	float: left;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-transform: capitalize;
	font-family: arial,sans-serif;
	color: #FFF;
	border-right: inset 1px #909090;
	border-left: inset 1px #909090;
}
#nav  ul #right_border_remove {  /* Hides the right border of the last page in the nav(contact us) */
	border-right: none;
}

#nav ul li:hover {
	background-color: #555555;
	border-right: inset 1px #000000;
	border-left: inset 1px #000000;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#nav ul li div a {
	width: 200px;
	height: 35px;
	border-right: none;
}

#nav ul li div a:hover {
	text-decoration: underline;
}

.current {
	background-color: #777777;
}

#services_image img {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

#submenu1 {
	background-image: url(../img/pre-footer.png); /* Grey gradient background */
	/*background-color: #555555;*/ /*Plain grey background*/
	position: relative;
	display: none;
	height: 250px;
	width: 600px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	box-shadow: 5px 5px 5px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
}

.nav_sub_divs {
	width: 200px;
	float: left;
	margin-top: 20px;
}

#menu_logo {
	
	position: absolute;
	top: 200px;
	left: -30px;
	z-index: 4;
}

/************* Navigation Menu End *************/


#content {
	width: 960px;
}

#article {
	width: 529px;
	padding: 20px 10px;
	margin: 20px 10px 10px 10px;
	float:left;
	border-right: dotted 1px #c8c8c8; 
}

/*Floats icons and headers next to each other*/
.icons, .article_header img, .article_header h2, .article_header h4{
	float: left;
}

.icons {
	width: 50px;
	height: 50px;
}

/* Fixes the issue of the headers being pushed under the icons instead of next to it*/
.article_header h2, .article_header h4 {
	width: 475px;
}

.sidebar {
	background-color: #EEE;
	width:310px;
	float: left;
	padding: 20px 15px;
	margin: 0 10px 10px 10px;
	box-shadow: 5px 5px 5px #000000;
	-moz-box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 5px 5px 5px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
}

/*styling for the header section for all sidebar content*/
.sidebar_header {
	border-radius: 5px 5px 0 0;
	float: left;
	padding: 5px 15px 5px 15px;
	width: 310px;
	background-color: #CCC;
	margin-left: 10px;
	margin-top: 35px;
	box-shadow: 5px 5px 5px #000000;
	-moz-box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 5px 5px 5px #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);	
}

/************* Footer *************/

.footer {
	padding: 10px;
	width: 940px;
	height: 341px;
	margin: 0 auto;
	background-image: url(../img/blackorchid2.png);
	clear: both;
}

#footer_content_container {
	width: 960px;
	margin: 0 auto;
}

.footer_headers , #strong {
	color: #FFFFFF;
}

#like_us {
	text-transform: uppercase;
}

.footer_content {
	color: #a8a8a8;
	width: 300px;
	height: 300px;
	margin: 10px 5px;
	float: left;
}

.footer_content a  {
	margin-top: 5px;
	border-bottom: solid 1px #555;
}

#footer_content2 {
	padding: 0 5px;
	border-right: dotted 1px #FFFFFF;
	border-left: dotted 1px #FFFFFF;
}

#mailing {
	display: block;
}

#subscribe{
	width:250px;
	height:24px;
	border:1px solid #cccccc;
	padding:7px;
	display: block;
}

.footer_content ul {
	list-style: none;
	text-decoration: none;
}

.footer_content a {
	color: #a8a8a8;
}

.footer_content a:hover {
	color: #FFF;
}

.footer_services, .footer_services a{
	text-decoration: none;
	line-height: 22px;
	width: 140px;
	float: left;
}

#footer_service1 {
	margin-right: 10px;
}

.bottom_strip {
	background-image: url(../img/bottom_stripbg.png);
	width: 960px;
	height: 40px;
	margin: 0 auto;
	clear: both;
}

#copyright {
	width: 200px;
	margin: 0 auto;
}

.stamp {
	text-align: center;
	color: #FFF;
	list-style: none;
	text-decoration: none;
	margin: 0 auto;
	position: relative;
	top: 10px;
}
/************* Footer End*************/



/************* General Captions styles*************/
.banner_message {
	background-image: url(../img/caption_bg.png);
	-moz-opacity: 0.90;
	opacity:.90;
	filter: alpha(opacity=60);
	text-transform: capitalize;
	text-align: center;
}

.quote_buttons {
	color: #FFF;
	background-image: url(../img/nav_background.png);
	z-index: 16;
}
/************* Captions styles End*************/



/************* Home Page Features styling *************/
#features {
	width: 960px;
	height: 350px;
	margin: 0 auto;
}

.feature_box {
	width: 300px;
	float: left;
	margin: 20px 10px;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	overflow: hidden;
}

.feature_box_header {
	width: 100%;
	height: 70px;
	background-image: url(../img/blackorchid2.png);
}

.feature_box_header h4 {
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}


/************* Home Page Features styling Close *************/



/*============== Motor Page =============*/
#banner_message_motor {
	padding: 10px 40px 10px 40px;
	position: absolute;
	margin: -260px auto 0 50px;
	text-transform: capitalize;
	z-index: 15;
}

#banner_message_motor2 {
	padding: 10px 40px 10px 40px;
	position: absolute;
	margin: -145px auto 0 50px;
	font-size: 14px;
	text-transform: capitalize;
	z-index: 15;
}

#banner_message_motor h1,#banner_message_motor h2,#banner_message_motor2 p {
	
	color: #FFF;
}

#motor_get_quote {
	color: #FFF;
	background-image: url(../img/nav_background.png);
	cursor: pointer;
	border: none;
	height: 35px;
	width: 120px;
	font-size: 12px;
	font-family: Times Romans, Arial;
}

/*=============== Motor Page Close ===============*/



/*============== Homeowners Page ==============*/
#banner_message_homeowners {
	padding: 10px 40px 10px 40px;
	position: absolute;
	margin: -280px auto 0 60px;
	z-index: 15;
	text-transform: capitalize;
	background-image: url(../img/caption_bg.png);
}

#banner_message_homeowners2 {
	padding: 10px 40px 10px 40px;
	position: absolute;
	margin: -165px auto 0 60px;
	z-index: 15;
	font-size: 14px;
	text-transform: capitalize;
}

#banner_message_homeowners h1,#banner_message_homeowners h2,#banner_message_homeowners p ,#banner_message_homeowners2 p{
	color: #FFF;
}

#homeowners_get_quote {
	background-image: url(../img/nav_background.png);
	cursor: pointer;
	border: none;
	height: 35px;
	width: 120px;
	font-size: 12px;
	font-family: Times Romans, Arial;
	-moz-opacity: 5px;
	opacity:5px;
	filter: alpha(opacity=100);
}

/*============== Homeowners Page Close ================*/


/* ================= Forms ================= */
input, textarea {
	border:1px solid #cccccc;
	padding:7px 10px 7px 10px;
	font-size:11px;
	color:#000000;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

/* ================= Contact Page ================= */
.asterick {
	color: red;
}
.contact_form {
	text-align:left;
	margin-right: 0.5em;
	color:#262626;
	font-size:13px;
}

#error_box {
	border:1px solid #f7b3b1;
	background:#fff1f1;
	color:#d93e39;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}

#error_box2 {
	border:1px solid #f7b3b1;
	background:#fff1f1;
	color:#d93e39;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}

#submit_button {
	border: solid 2px #555555;
	outline: none;
}

#submit_button:hover {
	border: solid 2px #CC0000;
	cursor: pointer;
}

#submit_subscribe{
	border: solid 2px #555555;
	outline: none;
}

#submit_subscribe:hover {
	border: solid 2px #CC0000;
	cursor: pointer;
}

.inputText {
	width:300px;
	height:16px;
	border:1px solid #cccccc;
	padding:7px;
	display: block;
}
.inputTextarea {
	width:400px;
	height:250px;
	border:1px solid #cccccc;
	padding:7px;
}
.inputNumber {
	width: 100px;
	height: 16px;
	border:1px solid #cccccc;
	padding:7px;
	display: block;
}
/* ================= End Contact Page ================= */


/* ================= Motor Quotation Form ================= */
#motorQuotationForm {
	text-align:left;
	margin-right: 0.5em;
	color:#262626;
	font-size:13px;
}

.field_description {
	color: #555555;
	display: block;
	font-size: 12px;
	
}

#motor_form_article {
	width: 900px;
	padding: 20px 10px;
	margin: 20px;
	float:left;
}

#motor_form_article p{
	margin-right: 15px;
	float:left;
}

#error_box {
	border:1px solid #f7b3b1;
	background:#fff1f1;
	color:#d93e39;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:8px 10px;
	line-height:22px;
	margin-bottom:10px;
}

#required_dropbox1 {
	padding: 2px;
	width: 250px;
}

#required_dropbox2 {
	padding: 2px;
	width: 250px;
}
#required_dropbox3 {
	padding: 2px;
	width: 250px;
}
#required_dropbox4 {
	padding: 2px;
	width: 250px;
}