@import "in-global.css";
@import "in-header.css";

/******************************************************
OVERRIDE STYLES IN HEADER
******************************************************/

#certificateManagerLink a {
display:block;
background-image:url(../images3/go-to-certificates.gif);
width:339px;
height:20px;
float:left;
margin-top:66px;
margin-left:20px;
}

/******************************************************
GLOBAL STYLES
******************************************************/

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:19px;
font-weight:bold;
color:#fff;
text-transform:uppercase;
}

h2,h3,h4,h5,h6 {
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
font-weight:bold;
color:#fff;
}

/******************************************************
CONTENT
******************************************************/

#contentPanel {
background-color:#CCCCCC;
background-image:url(../images3/home-bg.jpg);
background-repeat:no-repeat;
background-position:top;
}

#content {
padding-left:400px;
height:325px;
overflow:hidden;
padding:20px;
font-size:80%;
line-height:180%;
color:#666666;
}

#content a {
color:#123466;
}

#content a:hover {
color:#990033;
}

/******************************************************
PRIMARY NAVIGATION
******************************************************/

#primaryNav {
margin-left:220px;
width:150px;
float:left;
display:inline;
padding:20px;
}

#primaryNav ul {
list-style-type:none;
margin:0;
padding:0;
}

#primaryNav ul li a {
text-decoration:none;
font-size:10px;
font-weight:bold;
letter-spacing:1px;
color:#666666;
background-image:url(../images3/home-primarynav-bullet.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:20px;
line-height:20px;
}

#primaryNav ul li a:hover {
color:#fff;
}

/******************************************************
FOOTER
******************************************************/

#footer {
height:61px;
padding:10px;
font-size:10px;
font-weight:bold;
color:#999999;
background-color:#990134;
}

