@charset "utf-8";
body  {
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background-image: url(../images/bkg_grad.jpg);
	background-repeat: repeat-x;
}
.support #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
} 
.support #header {
	height: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
} 
.support #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 */
}

.support #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	text-align: justify;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(../images/dots.jpg);
	background-repeat: repeat-y;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
}
.support #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.support #footer {
	background-color: #660000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 275px;
} 
.support #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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.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: 15px;
	border: 5px solid #E8E8E8;
	margin-top: 5px;
	margin-bottom: 5px;
}
.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;
}


 /* headings */
        h1{
	font-size:18px;
	font-weight:normal;
            }		
		h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:1em 0;
	color:#660000;
			}	
        h2{
	font-size:18px;
	font-weight:bold;
            }
        h2.title{            
			margin-top:.5em;
            }		
		#side h2{
	padding:.7em 31px;
	color:#fff;
	margin-top:0;
	font-size:18px;
	background-color: #0394BE;
			}					
        h3{
	font-size:16px;
	font-weight:bold;
            }
        h4{
	font-size:14px;
	color: #438699;
            }
			/* //main nav */
							
ul#vertmenu
	
	 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 135px;
	float: none;
	list-style-type: none;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#vertmenu ul {
	list-style: none;
	border: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#vertmenu  ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#vertmenu  ul  li a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	width:150px;
	list-style-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-right: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;

}
ul#vertmenu  ul  li a:hover, #vertmenu  ul  li a:focus {
	color: #5B4E21;
	background-color: #F9F9F9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	padding-right: 0px;
	margin-right: 0px;
}
    /* // headings */
	
	/* HTML Tags */
        a{
	text-decoration:none;
	color:#527A7A;
            }
        a:hover{
	color:#660000;
            }			
		table, input, textarea, select, li{
	line-height:2.5;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: inherit;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D3DCED;
	margin-right: 0px;
	margin-left: -20px;
			}				
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			}
		img{
			border:none;
			}	
	    .img{
	border: 8px solid #F0FAFA;
}		
		hr{
			display:none;
			}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{
	padding:2px 5px;
	line-height: 1.5;
			}	
		th{	
			text-align:left;
			}
		li{
			display:list-item;
			}	
	
/* //navigation elements */

	
	/* // HTML Tags */
	
	/* navigation elements */

	/* main nav */
		
		ul#nav,  
		ul#nav li{
	margin:0;
	padding:0;
	list-style:none;
	background-color: #660000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
			}
		ul#nav{
	position:relative;
	right:0px;
	top:140px;
	height:32px;
	width: 980px;
			}			
		ul#nav li{
	float:left;
	display:inline;
	height:32px;
	line-height:32px;
	margin-left:15px;
			}	
		ul#nav li a{
	float:left;
	display:inline;
	height:32px;
	line-height:32px;
	font-size:14px;
	color:#FFFFFF;
	text-transform: none;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
			}	
		ul#nav li.selected a, ul#nav li a:hover{
	color:#fff;
	background-color: #669999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
			}									
#footer a {
	color: #669999;
}
#footer a:hover {
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

