/* CFJC CSS Modifications */

/* Modifications to main.css */
a:link, a:visited 
{
	color: #174501;
	text-decoration: underline;
}

a:hover, a:active 
{
	color: #174501;
	text-decoration: underline;
}

#branding 
{
	height: 117px;
	background: #153364 url(../images/header_background.jpg) no-repeat;
}

#normal_content_container 
{
	background: #fff;
	float: left;
	min-height: 450px;
	height: auto;
}

#normal_content_container #main_content
{
	background-color: #FFF;
	width: 648px;
	float: left;
}

#normal_content_container #secondary_content 
{
	background-color: #fff;
	width: 120px;
	float: right;
	margin: 0;
	margin-top: 30px;
	border: #333333 solid 1px;
}

#special_links 
{
	position: absolute;
	top: 0;
	left: 465px;
	width: 300px;
	height: 31px;
	font-size: 10px;
	text-transform: uppercase;
	padding: 6px 0 0 6px;
}




/* Modifications to menu.css */

#treeview_nav_container h1
{
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0px;
	text-transform: uppercase;
}

#nav_strip
{
	height: 19px;
	width: 621px;
	margin: 0;
	padding: 0;
	background: url(../images/nav_strip_background.gif) no-repeat top left;
}

#print_page_container
{
	float: left;
	margin: 0;
	padding: 0;
}

#print_page_container a.nav_link
{
	display: block;
	margin: 0;
	margin-left: 8px;
	padding: 0;
	width: 15px;
	height: 19px;
	text-indent: -9000px; /* note use of image replacement */
	background: #B2B2B2 url(../images/print_icon_gray.gif) no-repeat 0 2px; 
}

#navigation 
{
	width: 535px;
	height: 22px;
	position: absolute;
	top: 91px;
	left: 219px;
}

#navigation ul 
{
	margin: 0;
	padding: 0;
	float: left;
}

#navigation ul li 
{
	width: 133px;
	height: 22px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

#navigation ul li a img
{
	width: 131px;
	height: 22px;
	margin: 0 1px 0 1px;
}

/* Styles from old CFJC Website */
h4{
background-color: #333333;
color: #ffcc00 !important;
font-weight: bold;
font-size: 16px;
text-indent: 1em;
padding-bottom: 2px;
padding-top: 2px;
}

fieldset{
padding: 15px;
border-top: 1px dotted #999;
margin-bottom: 20px;
}

legend{
font-weight: bold;
color: #333 !important;
}

.makemodelselection{
width: 250px;
}

.labels{
width: 100px;
text-align: right;
float: left;
padding-right: 10px;
}

.errorlabels{
width: 100px;
text-align: right;
float: left;
padding-right: 10px;
color: #f00;
font-weight: bold;
}

.errorlabels2{
color: #f00;
font-weight: bold;
}

.errormessage{
color: #f00;
font-weight: bold;
}

.buttons{
text-align: center;
}

.state{
background-color: #333333;
color: #ffcc00;
font-weight: bold;
font-size: 16px;
letter-spacing: 2px;
width: 95%;
padding-left: 5px;
padding-bottom: 2px;
padding-top: 2px;
}