/* Base Styles
--------------------------------------------------------------------------------------------------------*/
/*
* For adjusting width and height in IE5:
****************************************
selector{
	width: "value"px for IE5;
	height: "value"px for IE5;
	voice-family: "\"]\"";
	voice-family: inherit;
	width: "value"px for IE5.5 and above
	height: "value"px for IE5.5 and above
}
*/

.label {
    font-weight:normal;
    color: #000000;
}
.labelError {
    font-weight:bold;
    color: red;
}

*{
    margin: 0;
    padding: 0;
}
body{
	text-align: center;
	background: #dae9fe url(../images/bkgrd.gif) repeat-x;
	font: 62.5% Verdana, Arial, sans-serif;
	color: #000000;
	height: auto;
	margin-top: 5px;
}
p{
	line-height: 1.3;
	margin-bottom: .3em;
	font-size:1.1em;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	color: #ffffff;
}
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}
#wrap{
	width: 986px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0px 0px 0 0px;
}
small{
	font-size: smaller;
	font-weight: inherit;
}
strong{
	font-weight: bold;
}
a, a:hover, a:active{
	font-weight: inherit;
	outline: 0;
}
ul{
	list-style: disc;
}
ol{
	list-style: decimal;
}
ul ul{
	list-style: circle;
}
li, span{
	line-height: 1.3;
}

.clear{
	clear: both;
}

/* Header
--------------------------------------------------------------------------------------------------------*/
#pagetop{
	background: url(../images/bg_top.gif) no-repeat top left;
	width: 994px;
	height: 17px;
	padding: 0;
	margin: 0 auto;
	display: block;
}
#header{
	margin: 0;
	padding: 0;
	height: 50px;
	width: 200px;
    position:relative;
}
#header a#logo{
    width: 218px;
    height: 35px;
    position:absolute;
    top:0px;
    left:17px;
    z-index: 1;
}
#header h1, h2{
	display: none;
}
#header a{
	color: #085698;
}
/* Account Header
------------------------------------*/
#account{
    position:absolute;
    top:14px;
    right: 17px;
    text-align: right;
    width: 675px;
    color: #000000;
    line-height: 1.1;
    padding-top: 2px;
	padding-bottom: 3px;
}
#account a{
	color: #085698;
}
#account .pro_icon{
	padding-right: 28px;
	padding-bottom: 3px;
	padding-top: 2px;
	background: url(../images/icons/icon_pro.gif) no-repeat right 1px;
}
#account .pro_prompt{
	font-weight: bold;
	color: #47a247;
}

.cancel_notifier { color:#CC3333; }

#account #mycompete-alerts-link {
    display:block;
    float:right;
    color:#c60000;
    font-weight:bold;
    margin-top:8px;
    clear:both;
    text-decoration:underline;
    line-height:1.2em;
}

/* Site Analytics Inputs
-----------------------------------------------------------------------------------*/
#snapshotForm{
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 0px;
}
#snapshotForm img{
	margin: 0 2px -5px 2px;
}
#snapshotForm a{
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}
#snap_button{
	margin-bottom: -9px;
}
.sa_input{
	width: 120px;
	height: 16px;
	margin: 0 1px;
	margin-top: 8px;
	font-size: 1em;
	padding-top: 3px;
	padding-left: 2px;
}
#buttons{
	float: left;
	line-height: 38px;
	margin-left: 20px;
}
#inputs{
	float: left;
	margin-left: 0px;
}
.d1{
	color: #6f82f2;
}
.d2{
	color: #ff5858;
}
.d3{
	color: #3fb33f;
}
.d4{
	color: #e69e33;
}
.d5{
	color: #c055e3;
}
.button{
	font-family: Verdana, Arial, san-serif;
	font-size: 11px !important;
	font-weight: bold;
	color: #5896cf;
	height: 24px !important;
	padding-bottom: 3px !important;
}

/* Navigation / Tabs
--------------------------------------------------------------------------------------------------------*/
#nav{
	width: 980px;
	height: 31px;
	background: #044d99 url(../images/nav_bg.gif) repeat-x top left;
	display: block;
	margin: 0px;
	padding: 0px;
}
#nav ul{
	height: 31px;
    margin: 0;
}
#nav img{
	float: left;
}
#nav li{
	list-style-type: none;
	float: left;
	line-height: 31px;
	padding-right: 1px;
	background: url(../images/nav_div.gif) no-repeat top right;
}
#nav li a{
	color: #ffffff;
	line-height: 31px;
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#nav li a.home{
	background: url(../images/nav_home.jpg) no-repeat top left;
	width: 142px;
}
#nav li a.home:hover{
	background: url(../images/nav_home_hover.jpg) no-repeat top left;
}
#nav li a.schools{
	background: url(../images/nav_schools.jpg) no-repeat top left;
	width: 142px;
}
#nav li a.schools:hover{
	background: url(../images/nav_schools_hover.jpg) no-repeat top left;
}
#nav li a.students{
	background: url(../images/nav_students.jpg) no-repeat top left;
	width: 142px;
}
#nav li a.students:hover{
	background: url(../images/nav_students_hover.jpg) no-repeat top left;
}
#nav li a.company{
	background: url(../images/nav_company.jpg) no-repeat top left;
	width:142px;
}
#nav li a.company:hover{
	background: url(../images/nav_company_hover.jpg) no-repeat top left;
}
#nav li a.news{
	background: url(../images/nav_news.jpg) no-repeat top left;
	width: 142px;
}
#nav li a.news:hover{
	background: url(../images/nav_news_hover.jpg) no-repeat top left;
}

#nav li a.special{
	background: url(../images/nav_special.jpg) no-repeat top left;
	width: 123px;
}
#nav li a.special:hover{
	background: url(../images/nav_special_hover.jpg) no-repeat top left;
}

#subnav{
	height: 31px;
	margin-bottom: 10px;
}
#subnav.full{
	padding-top: 2px;
	background: #e6e7eb url(../images/subnav_bg.gif) no-repeat bottom right;
}
#subnav h2{
	display: inline;
	line-height: 29px;
	padding: 2px 36px 4px 10px;
	color: #044d99;
	font-size: 2.1em;
	font-family: verdana;
	background: #e6e7eb url(../images/title_edge.gif) no-repeat top right;
}
/* Body
----------------------------------------------------------------------------------------------------------*/
#body{
	background: url(../images/bg_body.png) repeat-y top left;
	padding: 0px 10px 0 4px;
	width: 980px;
}

/* Footer
-------------------------------------------------------------------------------------------------------*/
#footer{
	clear: both;
	font-size: 1em;
	text-align: center;
	color: #cbcbcb;
	margin: 0 auto;
	padding-top: 50px;
	width: 100%;
	position: relative;
}
#footer ul{
	margin-left: 0px;
	text-align: center;
}
#footer li{
	display: inline;
	list-style-type: none;
	margin-right: -2px;
	margin-left: -1px;
	float: none;
	line-height:2.8;
}
#footer a, #footer a:link, #footer a:visited{
	text-decoration: underline;
	border-right: 1px #cccccc solid;
	color: #999999;
	padding: 2px 10px;
	display: block; /*\*/
	display: inline; /**//**/
}
#footer a:hover{
	color: #666666;
	text-decoration: underline;
}
#footer  a.footer_link_end:link, #footer a.footer_link_end:visited{
	border-right: none;
}
#footer p{
	clear: both;
	padding: 5px 0 0 0;
	position: relative;
	text-align:justify;
}
#footer .copyright{
	text-align: center;
	font-size: 0.9em;
	word-spacing: -1px;
	margin: 0 auto;
}
#footer .copyright a, #footer .copyright a:link, #footer .copyright a:visited{
	border-right: none;
	text-decoration: none;
	padding: 0 3px;
}
#pagebottom{
	background: url(../images/bg_bottom.gif) no-repeat bottom left;
	width: 994px;
	height: 27px;
	margin: 0 auto;
	padding: 0px;
	display: block;
}
