@charset "utf-8";
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: #FFF;
}
.twoColFixRtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.twoColFixRtHdr #header {
	padding: 0;  /* 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. */
	background-image: url(../ianpayton_banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	top: 0px;
	height: 60px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-image: url(../images/TowerBG.gif);
	background-repeat: no-repeat;
	height: 600px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	}

.twoColFixRtHdr #mainContent {
	margin-top: 10;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
} 
.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


.smenu a {
	background-image:url(http://www.telsec.net/images/blue.png);
	font-size:12px;
	margin:0px;
	padding:3px 0 0 3px;
	width: 165px;
}
.logoline {
	text-decoration: overline;
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-size: 7px;
	font-weight: bold;
	color: #3D58A7;
}

/* drop down menu css */
#m1 {width:80px;border-left:30px solid #003466;}
*html #m1 {width:80px;}
#m2 {width:190px;}
#m3 {width:160px;}
#m4 {width:160px;}
#m5 {width:90px;}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin:0;
	list-style: none;

}

#nav a {
	display: block;
	color:white;
	text-decoration:none;
	height:20px;
}

#nav li { /* all list items */
	float: left;
	background:transparent;
	display:block;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	border: 1px solid #003466;
	border-top:0;
	width: 167px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav .smenu li {
	z-index:1;
	margin:0;
	padding:0;
	width: 165px;
	text-align:left;
}
#nav a:hover {
	background-image:none;
	background-color:#003466;}
	
.smenu a:hover {
	background-image:none;
	background-color:#003466;}



#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#navbar {  height:20px; width:780px; background-color:#003466;padding-top:5px;
}
#navbar1 {
	height:20px;
	width:950px;
	background-color:#003466;
	padding-top:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 5px;
}
#navbar1 a{
	color: #FFF;
	text-decoration: none;
}
.smalltype {
	color: #F00;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
