@charset "utf-8";

	


/* CSS Document */

/* 

CSS for [ http://www.delcomostwanted.com/ ] --- Linked to [ pages file is linked to ]
Created by [ David Lohr ] --- [ url to author's site ]

overview:
	1. defaults
	2. positoning
	3. type
	4. page layout
	5. sections:
			branding
			navigation
			mainContent
			subContent
			footer

*/

/* --------- 1. defaults  --------- */

/* --------- 2. positioning  --------- */

.textReplace {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.fltlft {
	float: left;
	}

	
/* --------- 3. type  --------- */

#mainContent h3 {
	color: #FFFFFF;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 36px;
	color: #FFFFFF;
}

.oneColLiqCtrHdr #container #mainContent h2 {
	color: #FFFFFF;

}

.oneColLiqCtrHdr #footer p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
}


#mainContent #disclaimer strong {
	font-style: italic;
}
#mainContent a {
	color: #FFFF00;
}
#mainContent a:visited {
	color: #FFFF00;
}
#mainContent p {
	color: #FFFFFF;
}

#footer h2 {
	color: #FFFFFF;
}
#footer p {
	color: #FFFFFF;
}
#footer a {
	color: #FFFF00;
}
.oneColLiqCtrHdr #container #mainContent h1 {
	color: #FFFFFF;
}
#mainContent h4 {
	color: #FFFFFF;
}




/* --------- 4. page layout  --------- */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.oneColLiqCtrHdr #container {
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.oneColLiqCtrHdr #header {
	height: 200px;
	background-image: url(Images/headernew.jpg);
	position: relative;
	padding: 0px;
	margin: 0px;
}
#mainContent #disclaimer {
	font-style: italic;
	color: #FFFFFF;
}



.oneColLiqCtrHdr #mainContent {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #FFFFFF;
	background-image: url(Images/Credits00copy.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
}
.oneColLiqCtrHdr #footer {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(Images/Credits00copy.jpg);
} 
#mainContent #leftSidebar {
	float: left;
	height: 1200px;
	background-color: #FFFFCC;
}
#mainContent #video {
	height: 400px;
	width: 550px;
	margin-top: 50px;
	margin-left: 200px;
}
#container #rigtsidebar {
	float: right;
	clear: none;
}
#navMain ul {
	list-style-type: none;
	background-color: #FFFF00;
	margin: 0px;
	padding-left: 250px;
}
#navMain li {
	display: inline;
	padding-bottom: 0px;
}
#navMain a {
	display: block;
	float: left;
	text-decoration: none;
	width: 150px;
	text-align: center;
	padding: 2px;
	margin: 0px;
	color: #000000;
}
