@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(signalbackgroundfinal.jpg);
	background-repeat:repeat-x;
	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;
}
.oneColFixCtrHdr #container {
	width: 782px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:1000px;
	/*background: #fffea7;*/
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:1px;
}
.oneColFixCtrHdr #header {
	height:345px;
	width:780px;
	background-image:url(SignalBackground.jpg);
	/*background: #DDDDDD;*/ 
	padding: 1px 1px 1px 1px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #signallogo {
	float:left;
	margin-left: 0px;
	margin-right: 0px;
	padding-top:10px;
	padding-bottom:1px;
}

.oneColFixCtrHdr #services {
	float:left;
	margin-top: 35px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:5px;
}

.oneColFixCtrHdr #navigation {
	height:70px;
	width:450px;
	float:right;
	margin-top:40px;
	text-align:right;
	padding-top:1px;
	padding-bottom:1px;
		
}

.oneColFixCtrHdr #headerimage {
	float:left;
	height:210px;
	width: 780px;
	padding-top:1px;
	padding-bottom:1px;
	
}


ul.nav {
	list-style-type:none;
	padding-left: 0px;
	margin-left: 0px;
	
}

ul.nav li {
	display: inline;	
}

ul.nav a {
	border: 1px dashed #000;
	border-bottom: none;
	border-top: none;
	border-left:none;
	border-right:none;
	margin-right:5px;
	padding: 5px 5px 5px 0px;
	color:#630000;
	font-weight: bold;
	text-decoration:none;
	
	
		
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #sidebar h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 1px 1px 1px 15px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}

.oneColFixCtrHdr #mainContent {
	width: 780px;
	height: 600px;
	padding: 1px 1px 1px 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	}
	
	.oneColFixCtrHdr #sidebar {
	width: 250px;
	height: 400px;
	background-color:#f6f5dd;
	margin-top:20px;
	padding: 1px 8px 1px 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	font-size:16px;
	
	}
	
	.oneColFixCtrHdr #rightsidecontent {
	width: 480px;
	height: 600x;
	padding: 1px 1px 1px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
	
	}
	
	.oneColFixCtrHdr #rightsidecontent h5 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 1px 1px 1px 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#630000;
	font-size: 16px;
	
}
	
	
.oneColFixCtrHdr #topcaption {
	/*float:left;*/
	height:40px;
	width: 780px;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:1px;
	text-align:center;
	font-size:18px;
	color:#630000;
	line-height:1px;
	
	
}
	
.oneColFixCtrHdr #videocontainer {
	width: 650px;
	height: 400px;
	border:thick; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
	background-color:#000000;
	margin-left: auto;
	margin-right:auto;
	margin-top:5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	
	}
	
.oneColFixCtrHdr #bottomcaption {
	/*float:left;*/
	/*height:60px;
	width: 780px;*/
	padding-top:2px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:1px;
	margin-top:0px;
	text-align:center;
	font-size:16px;
	
}	
	
.oneColFixCtrHdr #footer {
	padding: 1 35px 1px 1px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:right;
	width: 475px;
	float:right;
	margin-top:0px;
	line-height:10px;
	
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 1px 1px 1px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

