/*hcsasubstyle.css
last updated 3/31/10*/

* {
padding: 0;
margin: 0;
}


body {
background: #000;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: .90em;
padding: 0;
margin: 0;
color: #555;
line-height: 15px;
}





a { color: blue; }
a:hover { color: gray; text-decoration: underline; }
h3 { border-bottom: 1px dotted #ccc; color: #304a7f; padding: 10px 0 2px 0; }
h3 a { color: #3090F0; }
h3 a:hover { color: #F0A848; }


#wrap {
margin: 0 auto;
width: 980px;
height: 100%;
background: #fff url(images/bg.gif) top center repeat-y;
border-bottom: 10px solid #C0D8F0;
}

#header {
background: #C0D8F0 url(images/logohead.gif) no-repeat;
height: 100px;
border-top: 10px solid #C0D8F0;
}

#header h1 { text-transform: uppercase; padding: 25px 25px 10px 25px; font-size: 30px; font-weight: 100; letter-spacing: -2px; text-indent: -9999px; }
#header h1 a{ color: #304a7f; }
#header h1 a:hover { color: #333; }
#header h2 { padding: 0 0 0 30px; font-size: 19px; color: #333; font-weight: 100; }

#menu {
background: #C0D8F0 url(images/gradmenu.gif) no-repeat;
height: 40px;
line-height: 40px;
padding-left: 20px;
text-align: left;
}


#menu li {
/*float:left;*/
display: inline;
list-style-type:none;
padding: 0 20px;
font-weight: 100;
font-size: 17px;
color: #555;
}
#menu li a {
/*padding:0 20px;*/
text-decoration:none;
color: #fff;
letter-spacing:-1px;
font-weight: 100;
font-size: 17px;
}
#menu li a:hover {
color: #f7f56a;
text-decoration: none; 
}

#menu li a:active {
color: gray;
}

#content { 
padding: 10px;
}

#left {
float: left;
width: 200px;
}
#left li { list-style-type: none; padding: 0px 10px 5px 10px; }

#left h2 {
margin-left: 10px;
padding: 5px 0 5px 10px; 
font: bold 13px Verdana, Sans-serif;
color: #fff;
background: #EEF0F1 url(images/hbg.gif) repeat-x;	
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
}
#left .box {
background-color: #ebebec;
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
margin: 0 0 10px 10px;	
padding: 5px 0 10px 0;
}

#left img {
margin: 3px 10px 5px 10px;
}

#left p {
padding: 0px 10px 5px 10px;
}

#right p {
line-height: 15px;
}
#right { 
float: right;
width: 740px;
margin-right: 10px; 
}
.contentleft {
float: left;
width : 550px;
}
.contentleft h2 {
padding: 5px 0 5px 10px; 
font: bold 13px Verdana, Sans-serif;
color: #fff;
background: #EEF0F1 url(images/hbg.gif) repeat-x;	
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
}

.contentleftbox p {
line-height: 20px;
margin: 10px 0px 10px 0px;
}
.contentleftbox h4 {
line-height: 20px;
margin: 10px 0px 10px 0px;
}

.contentleftbox li {
list-style-type: none;
padding: 5px; 0px; 5px; 0px;
}
.contentleftbox {
border: 1px solid #ccc; 
/*border-left: 1px solid #ccc; 
border-bottom: 1px solid #ccc;*/
margin: 0 0 10px 0;	
padding: 0 10px 10px 10px;
text-align: left;
line-height: 20px;
}
.contentleftbox img {
width: 100px;
padding: 10px 10px 10px 0px;
float: left;
}
.contentleftbox li img {
float: left;
width: 20px;
height: 20px;
padding: 0px 5px 0px 0px;
}

.relay img {
width: 148px;
height: 121px;
}
.contentleftbox td {
padding: 3px;
}
.contentleftbox th {
padding: 3px;
text-align: center;
}
.red h3 {
color: red;
}

.contentright {
float: right;
width: 180px;

}
.contentright h2 {
padding: 5px 0 5px 10px; 
font: bold 13px Verdana, Sans-serif;
color: #fff;
background: #EEF0F1 url(images/hbg.gif) repeat-x;
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
}
.contentrightbox {
background-color: #ebebec;
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
margin: 0 0 10px 0;	
padding: 10px;
text-align: left;
}

.contentrightbox li {
list-style-type: none;
padding-bottom: 10px;
}

.indentlist li {
list-style-type: disc;
margin-left: 30px;
padding: 2px;
}



#footer {
padding-top: 20px;
height: 60px;
line-height: 20px;
background: #fff url(images/bg.gif) top center repeat-y;
color: gray;
text-align: center;
}

#footer li {
display: inline;
}


#footer li a { 
text-decoration: none;
color: blue;
padding: 0 15px;
			}
#footer a:hover { color: #333; }


