* {
	margin: 0;
	padding: 0;
} 

/* Layout */
html, body, #wrap 
{
	height: 100%;
}

body > #wrap 
{
	height: auto; 
	min-height: 100%;
}

body 
{
	background: #000 url("images/background.jpg") repeat-y center center;
	font-family: Arial, san-serif;
	color: #333;
	text-align: center;
}


#main 
{
	margin: 0 auto 15px auto;
	padding: 0 0 85px 0;
	width: 942px;
	text-align: center;
}  /* must be same height as the footer */

#bottom
{
	margin: 0 0 5px 0;
	position: relative;
	height: 100px;
	width: 942px;
	z-index: 0;
	background: url("../images/bottomBckg.png") no-repeat bottom center;
	text-align: left;
	clear: both;
}

#bottom #bottomFooter
{
	margin: 0 0 0 20px;
	width: 800px;
	position: absolute;
	bottom: 3px;
	left: 15px;
}

#bottom #bottomFooter ul 
{
	margin: 0;
	padding: 0;
	font: bold 12px Arial, san-serif;
}

#bottom #bottomFooter ul li
{
	margin: 0 0 0 15px;
	padding: 0;
	display: inline;
	font: bold 12px Arial, san-serif;
	line-height: 14px;
	letter-spacing: -0.03em;
}

#bottom #bottomFooter ul li a,
#bottom #bottomFooter ul li a:visited
{
	text-decoration: none;
	color: #003f69;
}

#bottom #bottomFooter ul li a:hover,
#bottom #bottomFooter ul li a:active
{
	text-decoration: none;
	color: #000;
}

#footer 
{
	margin: -85px 0 0 0; /* negative value of footer height */
	position: relative;
	height: 85px;/* must match negative margin and header soak up*/
	clear: both;
	background: #000 url("images/footerBckg.jpg") repeat-x top center;
	text-align: center;
} 

#footer p,
#footer p a,
#footer p a:hover
{
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font: bold 11px Arial, san-serif;
	color: #fff;
	text-decoration: none;
}

#footer img
{
	padding: 0 2px 0 2px;
	vertical-align: middle;
}

/* CLEAR FIX*/
.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 */


/* Navigation classes */
#header 
{
	width: 942px;
	height: 120px;
	background: url("images/mainBckg.gif") no-repeat top center;
}

#header img
{
	margin: 0;
	padding: 0;
}

#navLogo
{
	margin: 35px 0 0 30px;
	width: 138px;
	height: 70px;
	float: left;
}

#navSite
{
	margin: 35px 25px 0 15px;
	width: 650px;
	height: 38px;
	float: right;
	background: url("images/navBckg.jpg") no-repeat center right;
}

#navSite ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#navSite li
{
	display: inline;
	margin: 0 0 0 15px;
	padding: 0 10px 0 0;
	line-height: 38px;
}

#navSite li a,
#navSite li a:visited
{
	font: bold 14px Arial, san-serif;
	color: #003f69;
	text-decoration: none;	
	letter-spacing: -0.03em;
}

#navSite li a:hover,
#navSite li a:active
{
	padding-bottom: 1px;
	font: bold 14px Arial, san-serif;
	color: #000;
	text-decoration: none;	
	letter-spacing: -0.03em;
	background: url("images/navULBckg.jpg") repeat-x bottom center;
}
/* - Navigation classes */


#mainInner
{
	margin: 0;
	padding: 0;
	width: 942px;
	min-height: 400px;
	background: url("images/mainRepeat.gif") repeat-y center center;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

#content 
{
	float: left;
	margin: 0 0 -50px 25px; 
	padding: 0 0 0 15px;
	width: 575px;
	min-height: 350px;
	#height: 350px;
	/*background: url("images/contentBckg.png") no-repeat left top; */
	text-align: left;
}

#sidebar 
{
	margin: 0 0 0 15px;
	width: 275px;
	float: left;
	text-align: left;
	background: url("images/sidebarBckg.jpg") no-repeat left top;
}
/* - Layout */



/* Sidebar Styles */
#sidebar form 
{
	margin: 0;
}

#sidebar ul
{
	margin: 0 0 15px 0;
	padding: 0;
}

#sidebar ul li 
{
	margin: 0 0 15px 15px;
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
}

#sidebar ul p, 
#sidebar ul select 
{
	margin: 5px 0 8px;
}

#sidebar ul ul, 
#sidebar ul ol 
{
	margin: 0;
}

#sidebar ul ul ul,
#sidebar ul ol
{
	margin: 0 0 0 10px;
}


#sidebar ul ol li 
{
	list-style: decimal outside;
}

#sidebar ul ul li, 
#sidebar ul ol li 
{
	margin: 3px 0 0;
	padding: 0;
}

#sidebar li
{
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	font: normal 11px Arial, san-serif;
}

#sidebar li h2
{
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	width: 242px;
	font: bold 16px Arial, san-serif;
	line-height: 30px;
	height: 30px;
	color: #fff;
	background: url("http://dev.pelcosolutions.com/dvs.com/images/titleBckg.jpg") no-repeat;
}

#sidebar li a,
#sidebar li a:visited
{
	font: bold 14px Arial, san-serif;
	color: #003f69;
	letter-spacing: -0.03em;
	text-decoration: none;
}

#sidebar li a:hover,
#sidebar li a:active
{
	color: #000;
}
 
#sidebar ul ul li:before 
{
	/* content: "\00BB \0020"; */
}


/* Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
/* - Form Elements */
/* - Sidebar Styles */



/* General tags */
a img 
{
	border: none;
}

#headerimg .description 
{
	font-size: 1.2em;
	text-align: center;
}

h1, h2, h3 
{
	font-family: Arial, sans-serif;
	font-weight: bold;
}

h1 
{
	font-size: 22px;
	text-align: center;
}

.entry h2,
h3
{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 18px;
	line-height: 18px;
	color: #001f12;
}

h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited
{
	color: #003f69;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

h2 a:hover, 
h2 a:active,
h3 a:hover,
h3 a:active
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

small
{
	font-size: 75%;	
	font-style: italic;
}
/* - General tags */





/* Before Entry */	
.navigation 
{
	margin: 10px 0 60px 0;
	display: block;
}

.navigation a,
.navigation a:visited
{
	text-decoration: none;	
	font-weight: bold;
	color: #003f69;
}

.navigation a:hover,
.navigation a:active
{
	color: #000;
}
/* - Before Entry */	


/* Entry Styles */	
.entry,
.entry p,
#respond p
{
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 16px;

	word-spacing: .05em;
}

.entry .boldBig
{
	font-weight: bold;
	font-size: 14px;
}

.entry p a,
.entry p a:visited,
#respond p a,
#respond p a:visited
{
	font-weight: bold;
	color: #003f69;
	text-decoration: none;
}

.entry p a:hover,
.entry p a:active,
#respond p a:hover,
#respond p a:active
{
	color: #000;
}

.entry ul
{
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 14px;
}

.entry ol
{
	margin: 0 0 0 30px;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}

.entry li 
{
	margin: 0 0 10px 0;
}

.entry ul li:before
{
	content: "\00BB \0020";
}
/* - Entry Styles */


/* After Entry Styles */
.post 
{
	margin: 0 0 35px 0;
	padding: 0;
}

.post hr 
{
	display: block;
}

.postmetadata 
{
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 75%;
	text-align: left;	
	border-top: 1px solid #aaa;
	clear: both;
}


.postmetadata ul, 
.postmetadata li 
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.postmetadata a,
.postmetadata a:visited
{
	font-weight: bold;
	color: #003f69;
	text-decoration: none;
}

.postmetadata a:hover,
.postmetadata a:active
{
	color: #000;
}

/* - After Entry Styles */

/* Comment Styles */
.commentlist li, 
#commentform input, 
#commentform textarea 
{
	font: 0.9em Arial, Sans-Serif;
}

.commentlist li ul li 
{
	font-size: 1em;
}

.commentlist li 
{
	font-weight: bold;
}

.commentlist li .avatar 
{ 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, 
.commentlist cite a 
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p 
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p 
{
	font-family: Arial, Sans-Serif;
}

.commentmetadata 
{
	font-weight: normal;
}
/* - Comment Styles */
/* - Entry Styles */








/* Begin Images */
.left
{
	float: left;
}

.right
{
	float: right;
}

/*
p img 
{
	padding: 0;
	max-width: 100%;
}
*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 14px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 14px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.border
{
	margin: 25px;
	border: 1px solid #ccc;
}
/* End Images */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */









/* Yet to be found */
code {
	font: 1.1em Arial, san-serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
	
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even
{
	border-left: 1px solid #ddd;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
	
.sticky h2 {
	padding-top: 10px;
	}







