@charset "utf-8";
body,html {
	height:100%;
}
.imageborder {
	border: 1px solid #000;
	margin: 5px;
}

body {
	margin: 0px;
	padding:0px;
	background-color: #011c23;
}
#homeback {
	background-image: url(../images/header_img_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #012027;
	min-height: 95%;
}
#subpageback {
	background-image: url(../images/header_img_top_subpage.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #012027;
	min-height: 95%;
}
.clear {
	clear:both;	
}
#container {
	width: 1000px;
	margin:0 auto;
	display: block;

}
#spacer { 
	height: 95%; 
	float: left; 
	width: 1px; 
	font-size: 1px; /* to make sure width is not overridden */ 
	padding: 0; 
	margin: 0; 
} 
#contentbox {
	background-color: #011C23;
	background-image: url(../images/content_back_img.jpg);
	background-repeat: repeat-x;
	background-position: top;

}

#headerbox {
	height: 153px;
}
#imgbox {
	height: 444px;
}
#imgboxsub {
	height: 230px;
}
#headerimg {
	background-image: url(../images/header_img.jpg);
	background-repeat: no-repeat;
	height:151px;
}
#headerimgsub {
	background-image: url(../images/header_img_sub.jpg);
	background-repeat: no-repeat;
	height:151px;
}
#logo {
	width:150px;
	padding-top:1px;
	float:left;
}
#navbar {
	float: right;
	height: 54px;
	width: 495px;
	margin-top: 0px;
	clear: right;
}
#number-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	float: right;
	text-align: right;
	margin-top: 5px;
}
#number-top a {
	color: #ff9600;
	text-decoration: underline;
}
#number-top a:hover {
	color: #FFF;
	text-decoration: none;
}
li.last {
	background:none!important;	
}
.imagepadding {
	margin-right: 10px;
	margin-bottom: 10px;
}
.blackfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;	
}
#social-media {
	float: right;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: right;
	clear: right;
}
/* Middle Image Section 
-----------------------------------------------------------------------------*/ 
#sloganimg {
	float: left;
	margin-top: 5px;
}
#date {
	float: right;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-top: 5px;
	text-align: right;
}
#mainimage {
	border: 2px solid #ff9700;
	margin-bottom: 3px;
	width: 752px;
	height: 394px;
	float:left

}
#mainimagesubpg {
	border: 2px solid #ff9700;
	margin-bottom: 3px;
	width: 1000px;
	height: 175px;

}
#rightcolumnboxes {
	float: right;
	width: 233px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#rightcolumnboxes a {
	color: #FFA01E;
	text-decoration: none;
}
#rightcolumnboxes a:hover {
	color: #FFF;
	text-decoration: underline;
}
#windowsbox {
	background-image: url(../images/windows_box.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 118px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 5px;
}
#doorsbox {
	background-image: url(../images/doors_box.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 118px;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 5px;
}
#patiobox {
	background-image: url(../images/patiocovers_box.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 119px;
	padding-left: 40px;
	padding-top: 10px;
	padding-right: 5px;
}
.whitefont14 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;

}

#readmorebutton a {
	line-height: 42px;
	background-image: url(../images/readmore_btnup.gif);
	background-repeat: no-repeat;
	display: block;
	height: 42px;
	width: 164px;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}
#readmorebutton a:hover {
	background-image: url(../images/readmore_btnover.gif);
	background-repeat: no-repeat;
}
#contactbutton a {
	line-height: 65px;
	background-image: url(../images/contactus_btnup.gif);
	background-repeat: repeat;
	display: block;
	height: 42px;
	width: 165px;
}
#contactbutton a:hover {
	background-image: url(../images/contactus_btnover.gif);
	background-repeat: no-repeat;
}
/* Navigation 
-----------------------------------------------------------------------------*/ 
#mainNavigation {
	display:block;
	float:right;
	width: 495px;
	margin: 0px;
	padding: 0px;
}
#mainNavigation li {
	display:block;
	float:right;
}
#mainNavigation li a {
	display:block;
	height:24px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/navdivider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 8x;
	margin-left: 8px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-right: 10px;
}
#mainNavigation li a:hover {
	color:#FFA01E;
}
li.last {
	background:none!important;	
}
/* Main Content Section
-----------------------------------------------------------------------------*/ 
#rightcolumn {
	float: right;
	width: 515px;
	margin-top: 10px;
}
#leftcolumn {
	float: left;
	width: 460px;
	margin-top: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 3px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #A0E8FE;
	text-decoration: none;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#content a {
	color: #ff9600;
	text-decoration: underline;
}
#content a:hover {
	color: #FFF;
	text-decoration: underline;
}
#whiteline {
	line-height: 5px;
	height: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
/* Sub Page Content Section
-----------------------------------------------------------------------------*/
#maincontent {
	width: 990px;
	margin-top: 20px;
	padding-top: 3px;
}

.orangefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #FF9700;
	text-decoration: none;
}
/* Footer
-----------------------------------------------------------------------------*/ 
#footer {
	clear: both;
	background-image: url(../images/footer_back_img.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
	display: block;
	height: 60px;
	padding: 0;
	margin: 0;
	background-color: #086881;
}
#footertext {
	width: 1000px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footertext a {
	color: #FFF;
	text-decoration: none;
}
#footertext a:hover {
	color: #ff9600;
	text-decoration: underline;
}

#logos {
	float: right;
	height: 43px;
	width: 132px;
	margin-top: 3px;
}
#copyright {
	float: left;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #60dcda;
	text-decoration: none;
	margin-top: 10px;
}
#copyright a {
	color: #60dcda;
	text-decoration: underline;
}
#copyright a:hover {
	color: #FFF;
	text-decoration: none;
}

