@CHARSET "ISO-8859-1";
/* CSS Document for Maggio Roofing
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2009
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: #f4f4f4 url('/images/bg.gif') 0 0 repeat-x;
	line-height: 1.2em;
}

h1 {
	font-size: 26px;
	color: #000;
	margin: 10px 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, serif;
	line-height: 1.4em;
}
h2 {
	font-size: 18px;
	color: #47060b;
	margin: 15px 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, serif;
}
h3 {
	font-size: 18px;
	color: #566066;
	margin: 15px 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, serif;
}

a:link, a:visited, a:active {
	color: #447c95;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 20px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}
	
hr {
	color: #dfe2e6;
	border: none;
	background: #dfe2e6;
	height: 1px;
	margin: 20px 0;
	padding: 0;
}
label {
	display: block;
	width: 200px;
}
label.float {
	float: left;
}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styled {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.yellow {
	color: #faffc7;
}
.gallery-thumbs img {
	background: #fff;
	border: 1px solid #e1ddd2;
	width: 100px;
	height: 100px;
	padding: 3px;
	margin: 5px 2px;
}

/* Container */
#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 150px;
	border-bottom: 1px solid #81141d;
}
#top {
	color: #fff;
	font-family: Georgia, serif;
}
#top span.left {
	font-size: 18px;
	display: block;
	line-height: 40px;
}
#top span.right {
	font-size: 23px;
	display: block;
	line-height: 40px;
}

#logo {
	width: 391px;
	float: left;
}

/* Home Styles */
#home-focus {
	margin-top: 10px;
}
#featured-container {
	background: #47060b;
	border: 1px solid #72141d;
	width: 605px;
	float: left;
	padding: 5px;
	height: 243px;
}
#featured-video {
	width: 289px;
	float: left;
	height: 242px;
	overflow: hidden;
}
#featured-text {
	width: 285px;
	float: right;
	color: #fff;
	margin-right: 10px;
}
#featured-text h3 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#featured-text a {
	color: #faffc7;
}
#featured-text p {
	margin-bottom: 10px;
}

#home-buttons {
	width: 320px;
	float: left;
	margin-left: 20px;
}

span.blue-border {
	border: 1px solid #236f8e;
	display: block;
	padding: 0;
	margin-bottom: 5px;
}
span.red-border {
	border: 1px solid #4a0107;
	display: block;
	padding: 0;
	margin-bottom: 5px;
}

a.lg-btn {
	display: block; 
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	line-height: 58px;
	background: url('/images/red-btn_off.gif') 0 0 repeat-x;
	border-right: 1px solid #7d3239;
	border-left: 1px solid #7d3239;
	padding: 0 20px;
}
a.lg-btn:hover {
	background: url('/images/red-btn_on.gif') 0 0 repeat-x;
}

a.lg-btn.blue {
	background: url('/images/blue-btn_bg.gif') 0 0 repeat-x;
	border-right: 1px solid #88b1c8;
	border-left: 1px solid #88b1c8;
}

/* Content Area */
#content {
	border: 3px solid #e9e8e8;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #fff url('/images/content-bg.gif') 0 0 repeat-y;
	margin-top: 20px;
}
#content #main-content {
	padding: 20px;
	width: 630px;
	text-align: justify;
	float: left;
}
#content #sidebar {
	width: 281px;
	float: left;
	padding: 0px;
}
#estimate-btn {
	margin: 12px;
}

/* Sidebar Navigation */
#side-nav {

}
#side-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side-nav ul li {
	padding: 10px 0;
}
#side-nav ul li.white {
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#side-nav ul li a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	margin: 0 20px;
	border-bottom: 1px solid #e6e6e6;
	display: block;
	padding: 3px 0;
}
#side-nav ul li.white a {
	border-bottom: 1px solid #f3f3f3;
}
#side-nav ul li a:hover {
	border-bottom: 1px solid #000;	
}

/* Second Level */
#side-nav ul li ul {
	padding: 5px 20px;
}
#side-nav ul li ul li {
	padding: 0;
}
#side-nav ul li ul li a {
	color: #666;
	padding-left: 20px;
	margin: 0;
}
#side-nav ul li ul li a:hover {
	color: #47060b;
	border-bottom: 1px solid #efefef;
}
#side-nav ul li.white ul li a { 
	border-bottom: 1px solid #f3f3f3;
}
#side-nav ul li.white ul li a:hover {
	border-bottom: 1px solid #fff;
}
/* Third Level */
#side-nav ul li ul li ul {
	padding: 0 0 5px 20px;
}
#side-nav ul li ul li ul li {
	padding: 0;
	margin: 0;
}
#side-nav ul li ul li ul li a {
	border-bottom: 1px solid #f3f3f3;
	padding-left: 20px;
	font-size: 14px;
	color: #666;
}
#side-nav ul li.white ul li ul li a {
	border-bottom: 1px solid #f3f3f3;
}
#side-nav ul li.white ul li ul li a:hover {
	border-bottom: 1px solid #fff;
}

#home-content {
	border: 3px solid #e9e8e8;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #fff;
}
#home-content #main-content {
	padding: 20px;
	width: 610px;
	text-align: justify;
	float: left;
}
#home-content #sidebar {
	width: 260px;
	float: left;
	padding: 20px;
}
.thumb-container {
	width: 105px;
	float: left;
	text-align: center;
	font-size: 11px;
	margin-right: 17px;
}
.thumb-container img {
	border: 1px solid #dec7c9;
}
.news-container {
	margin: 5px 0 10px 0;
}
.news-container h4 {
	color: #835d5d;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.news-container span.date {
	font-weight: bold;
	display: block;
	color: #666;
	font-size: 11px;
}
.news-container p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#ccn-logo {
	text-align: center;
	margin-top: 50px;	
}
#content .video-wrapper {
	margin-left: 15px;
}
#side-video {
	margin: 8px 0;	
}
#content .video-wrapper .video-border {
	margin-bottom: 20px;
	margin-top: 5px;
}
#home-content .video-wrapper .video-border {
	margin-bottom: 20px;
	margin-top: 5px;
}

#content .video-wrapper a {
	color:#666;
	font-size:10px;
	text-transform:uppercase;
	text-decoration: none;
}

/* Footer */
#footer {
	padding: 20px 10px;
	color: #5d6c83;
	font-size: 11px;
}
#footer a {
	color: #5d6c83;
	}
#links {
	width: 600px;
	float: left;
}
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#links ul li {
	display: inline;
}
#links ul li a {
	color: #5d6c83;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 11px;
	border-right: 1px solid #5d6c83;
	padding-right: 5px;
	margin-right: 3px;
}
#links ul li a.none {
	border: none;
	margin: 0;
	padding: 0;
}

#copyright {
	width: 300px;
	float: right;
	text-align: right;
	color: #5d6c83;
	font-size: 11px;
}
#copyright a {
	color: #5d6c83;
}

/* player container */
div.player {
	height:240px;
	width:320px;
	border:3px solid #fff;
	outline:1px solid #ccc;
	cursor:pointer;
	float:left;
	text-align:center;
	margin-right:15px;
}

/* play button */
div.player img {
	margin-top:67px;
}

/* info area */
div.player div.info {
	height:40px;
	background:#000 repeat-x;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	color:#fff;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin:35px 0 0 0;
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}

.signup_input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	color: #900;
	width: 150px;
	margin: 0 0 10px 0;
}

.button {
	font-family: Verdana, Arial, sans-serif;
	display: inline-block;
	background: #f2f2f2 url('/images/bg-button-white.gif') top left repeat-x
		!important;
	border: 1px solid #f2f2f2 !important;
	padding: 4px 7px 4px 7px !important;
	color: #333 !important;
	font-size: 11px !important;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.button:hover {
	text-decoration: underline;
}

.sidebar-form { 
	margin: 30px 0;	
	padding: 15px 15px 25px 15px;
	background: #fffdce;
	width: 250px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.sidebar-form div.player {
	height: 200px;
	width: 241x;
}
.sidebar-form div.player img {
	margin-top: 43px;
}
.sidebar-form div.player div.info {
	height:40px;
	background:#000 repeat-x;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	color:#fff;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin:23px 0 0 0;
}
.sidebar-form .button {
	font-family: Verdana, Arial, sans-serif;
	display: inline-block;
	background: #950000 url('/images/bg-button-red.gif') top left repeat-x
		!important;
	border: 1px solid #950000 !important;
	padding: 4px 7px 4px 7px !important;
	color: #fff !important;
	font-size: 11px !important;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sidebar-form .signup_input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	color: #900;
	width: 230px;
	margin: 0 0 10px 0;
}
