/* 
	Resets default browser settings
	reset.css
*/
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; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
/*ol,ul { list-style:none; }*/
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:"" ""; }

/*
	Page style
*/

body {
	font: 90%/1.1 Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #0f1821;
	background-attachment: fixed;
	background-image: url(http://mobile.technicalwriters.comcastbiz.net/img/site_background.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.siteContainer {
	width: 75%;
	max-width: 1205px;
	min-width: 860px;
	margin: 0 auto; 
	overflow: hidden;
}
.header {
	width: 100%;
	max-width: 1205px;
	min-width: 860px;
}
.headerContent {
	margin: auto;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 0px;
}
.headerMargin {
	margin-left: 0px;
}
h1, h2, h3 {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.3;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #0f1821;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}
ul {
	padding-left: 30px;
	padding-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
/* Header Navigation */

ul.nav {
	list-style: none;
	font-size: .9em;
}
ul.nav li {
	float: right;
}
ul.nav a, ul.nav a:visited {
	display: block;
	text-decoration: none;
	color: #CCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 11px;
	margin-bottom: 4px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #cc0000;
	color: #FFF;
}

/* Site Layout for Content */
.siteContent {
	width: 100%;
	max-width: 1400px;
	min-width: 860px;
	min-height: 400px;
	background-attachment: fixed;
	background-color: #AAA;
	border:0px solid black;
	background-image: url(../img/gradientBG.png);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
	padding: 0px;
	z-index: 1000;
}
.tableCenter {
	width: 824px;
	padding-top: 20px;
	position: relative;
	margin: auto;
}

/*.siteGrid {
	background-attachment: fixed;
	background-image: url(../img/bgGrid.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	z-index: 0;
}
*/
#indent {
	padding-left: 20px;
}
.boldContent {
	font-weight: bold;
}
#content {
	width: 818px;
	margin: auto;
	font: 90%/1.4 Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	text-align: justify;
}
#frontContent {
	width: 818px;
	margin: auto;
	color: #111;
	text-decoration: none;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4;
	font-weight: bold;
	padding: 10px;
}

#tableContent {
	width: 745px;
	margin: auto;
	font: 90%/1.4 Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	text-align: justify;
}

#full {
	width: 734px;
	float: left;
	margin-left: 14px;
	margin-right: 14px;
	padding-right: 200px;
}

#leftHalf {
	width: 48%;
	float: left;
	margin-left: 14px;
}
#rightHalf {
	width: 48%;
	float: right;
	margin-right: 14px;
}

#left2thirds {
	width: 515px;
	float: left;
	margin-left: 14px;
}

#right1third {
	width: 240px;
	float: right;
	margin-right: 14px;
}

/* Slideshow  */


#container {
	width:818px;
	height: 520px;
	position:relative;
	margin: auto;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#slideHeader {
	position:absolute;
	top:15px;
	left:0px;
	z-index:0;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:24px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:790px;
	overflow:hidden;
	position:static;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:790px;
	height:480px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:228px;
	left:-30px;
	width:30px;
	height:50px;
	display:block;
	z-index:101;
}

#slides .next {
	left:790px;
}

/*
	Pagination
*/

.pagination {
	margin:20px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/

.footer {
	max-width: 1400px;
	min-width: 860px;
	min-height: 20px;
	background: #333;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
}

.footerContent {
	width: 824px;
	margin: auto;
	font: 75%/1.4 Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
}
.footerMargin {
	margin-left: 14px;
}
/* Footer and Copyright link stylings */
a:link.copyright, a:visited.copyright, a:active.copyright {
	color: #999;
	text-decoration: none;
}
a:hover.copyright {
	color: #CCC;
	text-decoration: underline;
}


/*
	Anchors
*/

a:link,a:visited,a:active {
	color:#CC0000;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#333;
	text-decoration:underline;
	font-weight: bold;
}