/****************************Custom Classes********************************/


.content_left {
	float               :       left;
	padding             :       0px;
	width               :       500px;
}


.content_right {
	float               :       left;
	padding             :       0px;
	padding-bottom		:		20px;
	width               :       270px;
}


.index_content_left {
	border              :       none;
	float               :       left;
	padding             :       15px 0px 0px 20px;
	width               :       230px;
}


.index_content_middle {
	border              :       none;
	float               :       left;
	padding             :       15px 30px 0px 35px;
	width               :       184px;
}


.index_content_right {
	border              :       none;
	float               :       left;
	padding             :       15px 0px 0px 0px;
	width               :       270px;
}


.div_row {
	width               :       770px;
}


/*** Headers & Borders Classes ***/


.border_none {
	border              :       none;
}


.border_pic {
	border              :       solid 1px #D7CE42;
}


.float_left {
    float               :       left;
}


.float_right {
    float               :       right;
}


h1 {
    background-image    :       url('../images/header_1.gif');
    background-repeat   :       no-repeat;
    font-size           :       13.3px;
    font-weight         :       bold;
    height              :       21px;
    margin              :       0px 0px 3px 0px;
    padding             :       2px 0px 0px 22px;
    width               :       770px;
}


.highlights {
    color               :       #D7CE42;
}


#div_popup {
	background-color    :       #FFFFFF;
	display             :       inline; 
	font-size           :       0.75em;
	position            :       absolute;
	display             :       none;
	left                :       233px;
	top                 :       308px;
	height              :       0px;
	z-index             :       200;
}


li {
    padding             :       0px 0px 9px 0px;
}


ul {
    text-align          :        left;
}


.nav_img {
    border              :       0px;
    height              :       0px;
    width               :       0px;
}


/*** ASP.NET Classes ***/


.dropdownlist {
	font-size           :       10px;
	margin              :       0px;
}


.fileupload {
    background-color    :       #FFFFFF;
    border              :       solid 1px #0081C3;
    font-size           :       11px;
}


.textbox {
    background-color    :       #FFFFFF;
    border              :       solid 1px #0081C3;
    font-size           :       11px;
    height              :       14px;
}


.menu_item {
	background-color    :       #D7CE42;
	cursor              :       default;
	text-align          :       left;
}


.menu_item a:visited{
	color               :       #02699E;
	cursor              :       default;
	text-decoration     :       none;	
}


.menu_item a:hover{
	color               :       #D7CE42;
	cursor              :       default;
	text-decoration     :       none;	
}


.menu_hover {
	background-color    :       #02699E;
	cursor              :       default;
	text-align          :       left;
}


.menu_hover a:visited{
	color               :       #D7CE42;
	cursor              :       default;
	text-decoration     :       none;	
}


.menu_hover a:hover{
	color               :       #D7CE42;
	cursor              :       default;
	text-decoration     :       none;	
}





