@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/main_bg_02.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:repeat-y;
	background-color:#000000;
	z-index:-1;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clearboth {
	clear:both;
}

html, body {
	height: 100%;
}

#container {
	min-height: 100%;
	width: 985px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px;
	background:url(../images/middle/mid_bkgd.jpg) top center repeat-y scroll;
}

* html #container {
	height: 100%;
}


#header {
	width: 985px;
	height:222px;
	padding: 0px;
	margin:0px;
}

#headerlogo {
	display:block;
	width: 143px;
	height: 143px;
	float:left;
	background:url(../images/header/header_logo.jpg) no-repeat;
	position:relative;
	top:0px;
	left:0px;
}    
#headerlogo:hover {
    background-position: 0 -143px;
	cursor:pointer;
}

#headertopimg {
    display:block;
    width: 842px;
    height: 114px;
    background:url(../images/header/header_top.jpg) top left no-repeat;
	float:left;
	position:relative;
	top:0px;
	left:0px;
}

/* HEADER MAIN NAV */
#nav {
	display:inline;
	width:auto;
    height: 29px;
    text-align: left;
	margin:0;
	padding:0;
	position:relative;
	top:0px;
	left:0px;
	float:none;
}
#nav ul { 
    list-style: none;  
    padding: 0; 
    margin: 0;
}
#navlist li {
    list-style: none;
    float: left;
    height: 29px;
    overflow: hidden; /* if text-resize, this'll keep the nav the same size */
}
#navlist li a {
    display: block;
    line-height: 29px;
    text-indent: -9999px;
    font-size:3px;
    background-position: center top; /* horizontally centers the background image */
}
#navTeams{
    display:block;
    width: 166px;
    height: 29px;
    background:url(../images/header/bttn/bttn_teams.jpg) no-repeat;
}    
#navTeamsUp {
    display:block;
    width: 166px;
    height: 29px;
    background: url(../images/header/bttn/bttn_teams_up.jpg) no-repeat;
}    
#navTeams:hover {
    background-position: 0 -29px;
}
#navMenu{
    display:block;
    width: 94px;
    height: 29px;
    background:url(../images/header/bttn/bttn_menu.jpg) no-repeat;
}    
#navMenuUp {
    display:block;
    width: 94px;
    height: 29px;
    background:url(../images/header/bttn/bttn_news_up.jpg) no-repeat;
}    
#navMenu:hover {
    background-position: 0 -29px;
}
#navBbark{
    display:block;
    width: 112px;
    height: 29px;
    background:url(../images/header/bttn/bttn_bbark.jpg) no-repeat;
}    
#navBbarkUp {
    display:block;
    width: 112px;
    height: 29px;
    background: url(../images/header/bttn/bttn_bbark_up.jpg) no-repeat;
}    
#navBbark:hover {
    background-position: 0 -29px;
}
#navAthletics{
    display:block;
    width: 78px;
    height: 29px;
    background:url(../images/header/bttn/bttn_athletics.jpg) no-repeat;
}    
#navAthleticsUp {
    display:block;
    width: 78px;
    height: 29px;
    background: url(../images/header/bttn/bttn_athletics_up.jpg) no-repeat;
}    
#navAthletics:hover {
    background-position: 0 -29px;
}
#navActivities{
    display:block;
    width: 78px;
    height: 29px;
    background:url(../images/header/bttn/bttn_activities.jpg) no-repeat;
}    
#navActivitiesUp {
    display:block;
    width: 78px;
    height: 29px;
    background: url(../images/header/bttn/bttn_activities_up.jpg) no-repeat;
}    
#navActivities:hover {
    background-position: 0 -29px;
}
#navForms{
    display:block;
    width: 57px;
    height: 29px;
    background:url(../images/header/bttn/bttn_forms.jpg) no-repeat;
}    
#navFormsUp {
    display:block;
    width: 57px;
    height: 29px;
    background: url(../images/header/bttn/bttn_forms_up.jpg) no-repeat;
}    
#navForms:hover {
    background-position: 0 -29px;
}
#navClubs{
    display:block;
    width: 57px;
    height: 29px;
    background:url(../images/header/bttn/bttn_clubs.jpg) no-repeat;
}    
#navClubsUp {
    display:block;
    width: 57px;
    height: 29px;
    background: url(../images/header/bttn/bttn_clubs_up.jpg) no-repeat;
}    
#navClubs:hover {
    background-position: 0 -29px;
}
#navLinks{
    display:block;
    width: 54px;
    height: 29px;
    background:url(../images/header/bttn/bttn_links.jpg) no-repeat;
}    
#navLinksUp {
    display:block;
    width: 54px;
    height: 29px;
    background: url(../images/header/bttn/bttn_links_up.jpg) no-repeat;
}    
#navLinks:hover {
    background-position: 0 -29px;
}
#navSap{
    display:block;
    width: 203px;
    height: 29px;
    background:url(../images/header/bttn/bttn_sap.jpg) no-repeat;
}    
#navSapUp {
    display:block;
    width: 203px;
    height: 29px;
    background: url(../images/header/bttn/bttn_sap_up.jpg) no-repeat;
}    
#navSap:hover {
    background-position: 0 -29px;
}

/* HEADER SUB NAV */
#subnav {
	width:985px;
    height: 43px;
    text-align: left;
}
#subnav ul { 
    list-style: none;  
    padding: 0; 
    margin: 0;
}
#subnavlist li {
    list-style: none;
    float: left;
    height: 43px;
    overflow: hidden; /* if text-resize, this'll keep the nav the same size */
}
#subnavlist li a {
    display: block;
    line-height: 43px;
    text-indent: -9999px;
    font-size:3px;
    background-position: center top; /* horizontally centers the background image */
}
#subnavNLSD{
    display:block;
    width: 114px;
    height: 43px;
    background:url(../images/header/sub_bttn/bttn_sub_nlsd.jpg) no-repeat;
}    
#subnavNLSD:hover {
    background-position: 0 -43px;
}
#subnavEmail{
    display:block;
    width: 114px;
    height: 43px;
    background:url(../images/header/sub_bttn/bttn_sub_email.jpg) no-repeat;
}    
#subnavEmail:hover {
    background-position: 0 -43px;
}
#subnavAddress {
	display:block;
	width:532px;
	height:43px;
	font-size: 7pt;
	color:#333333;
	text-align:center;
	line-height:4.5em;
	background:url(../images/header/header_address_bkgd.jpg) repeat-x;
}
#subnavAddress span, #footerlinks span {
	margin:0px 7px 0px 7px;
	font-weight:normal;
}
#subnavDirections{
    display:block;
    width: 100px;
    height: 43px;
    background:url(../images/header/sub_bttn/bttn_sub_directions.jpg) no-repeat;
}    
#subnavDirections:hover {
    background-position: 0 -43px;
}
#subnavStudyIsland{
    display:block;
    width: 125px;
    height: 43px;
    background:url(../images/header/sub_bttn/bttn_sub_studyisland.jpg) no-repeat;
}    
#subnavStudyIsland:hover {
    background-position: 0 -43px;
}

/* SUBNAV TEXT LINKS */
#subnavtext {
	width:985px;
    height: 36px;
    text-align: center;
	line-height:3em;
	font-size: 6.5pt;
	font-weight:bold;
	background:url(../images/header/header_book_top1.jpg) bottom no-repeat;
}
#subnavtext span {
	margin:0px 5px 0px 5px;
	font-weight:normal;
}
#subnavtext a:link, #subnavtext a:visited, #footerlinks a:link, #footerlinks a:visited {
	color:#000;
	font-size:inherit;
	text-decoration:none;
	background:none;
} 
#subnavtext a:hover, #subnavtext a:active, #footerlinks a:hover, #footerlinks a:active {
	color:#000;
	font-size:inherit;
	text-decoration:underline;
	background:none;
}   /* mouse over link */

/* FOOTER STYLES */
#footer {
	width:985px;
	height:183px;
	text-align: center;
	margin: -183px auto 0 auto;
}
#clearfooter {
	height: 183px;
	clear:both;
}
#footerlinks {
	width:985px;
	height:53px;
	background:url(../images/footer/footer_book_bkgd.jpg) top no-repeat;
	font-size: 7.5pt;
	font-weight: bold;
}
#footerlinksPadding {
	padding-top:26px;
}

/* FOOTER POSTIT LINKS */
#footerimglinksleft {
	width:309px;
    height: 130px;
    text-align: left;
	float:left;
}
#footerimglinksright {
	width:314px;
    height: 130px;
    text-align: left;
	float:left;
}
#footerimglinksleft ul, #footerimglinksright ul { 
    list-style: none;  
    padding: 0; 
    margin: 0;
}
#footerimglinkslist li {
    list-style: none;
    float: left;
    height: 130px;
    overflow: hidden; /* if text-resize, this'll keep the nav the same size */
}
#footerimglinkslist li a {
    display: block;
    line-height: 130px;
    text-indent: -9999px;
    font-size:3px;
    background-position: center top; /* horizontally centers the background image */
}
#footerimglinkNLSD{
    display:block;
    width: 172px;
    height: 130px;
    background:url(../images/footer/bttn_note_nlsd.jpg) no-repeat;
}    
#footerimglinkNLSD:hover {
    background-position: 0 -130px;
}
#footerimglinkNLHS{
    display:block;
    width: 137px;
    height: 130px;
    background:url(../images/footer/bttn_note_nlhs.jpg) no-repeat;
}    
#footerimglinkNLHS:hover {
    background-position: 0 -130px;
}
#footerimglinkSE{
    display:block;
    width: 147px;
    height: 130px;
    background:url(../images/footer/bttn_note_se.jpg) no-repeat;
}    
#footerimglinkSE:hover {
    background-position: 0 -130px;
}
#footerimglinkPE{
    display:block;
    width: 167px;
    height: 130px;
    background:url(../images/footer/bttn_note_pe.jpg) no-repeat;
}    
#footerimglinkPE:hover {
    background-position: 0 -130px;
}
#footerinfo {
	width:362px;
	height:130px;
	background-image:url(../images/footer/footer_text_bkgd.jpg);
	text-align:center;
	font-size: 7pt;
	font-weight: normal;
	float:left;
}
#footerinfotext {
	padding:5px 0px 20px 0px;
}
#siteby {
	float:left;
	text-align:right;
	width:165px;
	height:21px;
	padding:6px 5px 0px 0px;
	margin:0;
}
#kclogo_container {
	width:190px;
	float:left;
}
#kclogo_bttn {
	display:block;
	width:123px;
	height:27px;
	background:url(../images/footer/bttn_kclogo.jpg) no-repeat;
	float:left;	
}
#kclogo_bttn:hover {
	background-position: 0 -27px;
	cursor:pointer;
}

/* CONTENT */
#content {
	width: 985px;
	height:auto;
	clear:both;
}

/* LEFT NAV STYLES */
#leftnavcontainer {
	float:left;
	width:210px;
	height:100%;
	margin-right:65px;
	line-height:1.4;
}
#leftnavcontainer img {
	width:210px;
	height:43px;
	margin:0px 0px 2px 0px;
}
#leftnav {
	padding-left:18px;
	padding-bottom:20px;
}
#leftnavannouncements {
	float:left;
	padding-left:18px;
	padding-bottom:0px;
}
#leftnavlist ul {
	list-style:none;
	padding:0;
	margin:0;
	line-height:1.9;
}
#leftnavlist ul li {
	font-size:12px;
	font-weight:normal;
}
#leftnavlist ul li.sublist {
	font-size:10px;
	padding-left:12px;
}

/* RIGHT CONTENT CONTAINER */
#rightcontent {
	width:670px;
	float:left;
	padding-right:30px;
	padding-bottom:20px;
	line-height:1.4;
}
#rightcontent ol {
	list-style:outside decimal;
}
#rightcontent ol li, #rightcontent ul li {
	padding-bottom:2px;
}

/* SITE LINKS START */
a:link, a:visited {
	color:#000;
	font-size:inherit;
	text-decoration:underline;
}
a:hover, a:active {
	color:#000;
	font-size:inherit;
	text-decoration:underline;
	background: transparent url("../images/highlighter.gif") repeat-x;
	background-color:#FFFF00;
}   /* mouse over link */
.imglink a:link, .imglink a:visited, .imglink a:hover, .imglink a:active {
	border:none;
	background-image:none;
	background-color:transparent;
	text-decoration:none;
}

/* HORIZONTAL RULE STYLES */
hr {
	border-style:none;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:#333 1px dotted;
	height:1px;
	clear:both;
}
hr#thick {
	border-style:none;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:3px double #666;
	background:none;
	height:3px;
	margin:8px 0px 8px 0px;
}
hr#wider {
	border-style:none;
	border-top:0;
	border-left:0;
	border-right:0;
	background:url(../images/dot_line_4px.gif) repeat-x left;
	height:1px;
}

/* BACKTOP STYLE */
#backtop {
	display:block;
	padding-top:3px;
	margin:0px;
	text-align:right;
	font-size:12px;
	clear:both;
}
#backtop img {
	position:relative;
	top:2px;
	padding-right:6px;
	width:10px;
	height:12px;
}

/* ICON KEY STYLE */
.keyheader {
	font-size:11px;
	font-weight:bold;
	padding-bottom:8px;
}
.iconname {
	font-size:10px;
	font-weight:bold;
	padding-bottom:4px;
}
.iconlink {
	font-size: 10px;
}

/* TEXT BOX STYLES */
.tb_title {
	font-size:12px;
	font-weight:bold;
}
.tb_titleLarge {
	font-size:14px;
	font-weight:bold;
}
.tb_titleBorderbottom {
	width:100%;
	clear:both;
	font-size:12px;
	font-weight:bold;
	padding:18px 0px 2px 0px;
	border-bottom:#666 double 3px;
}
#pdf {
	list-style:none;
	background:url(../images/icons/adobepdf.png) top left no-repeat;
	padding-left:1.7em;
}
#zip {
	list-style:none;
	background:url(../images/icons/winzip.png) top left no-repeat;
	padding-left:1.7em;
}
.tb_subtitle {
	font-style:italic;
	font-size:11px;
}
.tb_subtitle span {
	margin:0px 5px 0px 5px;
	font-weight:normal;
}
#pdf_indent {
	padding-left:1.7em;
	list-style:none;
}
.tb_text {
	padding-left:20px;
	padding-top:7px;
	padding-bottom:7px;
}
.tb_text img {
	padding-right:10px;
	float:left;
}
.tb_plot {
	padding-left:0px;
	padding-top:7px;
	padding-bottom:7px;
}
.tb_text span {
}
.tb_eventdetail {
	font-size:10px;
	padding:3px 0px 0px 0px;
}
.tb_eventdetail img {
	padding-right:5px;
	float:left;
}
.list_cols {
	clear:both;
}
.list_4col {
	float:left;
	margin-right:5px;
	vertical-align:top;
}
.list_4col li {
	font-size:11px;
	margin-bottom:5px;
}

/* CONTENT HEADER */
#contentheadercontainer {
	padding-top:10px;
	height:12pt;
	padding-bottom:8px;
	clear:both;
	border-bottom:#333 1px dotted;
}
#contentheaderleft {
	float:left;
	font-size:12pt;
	font-weight:bold;
	text-align:left;
}
#contentheaderright {
	float:right;
	font-size:10px;
	text-align:right;
	font-style:italic;
	position:relative;
	top:.25em;
}
#contentheaderright a {
	font-weight:bold;
}
#contentheaderright span {
	margin-left:5px;
	margin-right:5px;
	font-weight:normal;
}
#contentlinks {
	padding-top:5px;
	padding-bottom:8px;
	clear:both;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}
#contentlinks span {
	margin-left:5px;
	margin-right:5px;
	font-weight:normal;
}

/* HEADING STYLES */
h1#mid_header {
	font-size: 12pt;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	margin:0;
	padding:5px 0px 10px 0px
}
.lettersignature {
	padding-left:400px;
}

/* SECTION IMAGE START */
.section_image {
	width:660px;
	height:495px;
}
.section_image#index {
	background:url(../images/middle/photos/photo_building.png) top no-repeat;
}
.section_image#teams {
	background:url(../images/middle/photos/photo_teams.png) top no-repeat;
}
.section_image#athletics {
	background:url(../images/middle/photos/photo_athletics.png) top no-repeat;
}
.section_image#activities {
	background:url(../images/middle/photos/photo_activities.png) top no-repeat;
}
.section_image#links {
	background:url(../images/middle/photos/photo_links.png) top no-repeat;
}

/* SUBFEATURES START */
.subfeature_container {
	padding:0px 0px 15px 0px;
	width:660px;
	height:130px;
	text-align:center;
}
.subfeature {
	width:160px;
	height:130px;
	float:left;
}
.subfeature#handbook {
	background:url(../images/middle/subfeats/handbook_img.png) top center no-repeat;
}
.subfeature#gradprojectmanual {
	background:url(../images/middle/subfeats/gradprojectmanual_img.png) top center no-repeat;
}
.subfeature#helmet {
	background:url(../images/middle/subfeats/helmet_img.png) top center no-repeat;
}
.subfeature#ppg {
	background:url(../images/middle/subfeats/ppg_img.png) top center no-repeat;
}
.subfeature#wallpaper {
	background:url(../images/middle/subfeats/wallpaper_img.png) top center no-repeat;
}
.subfeature#lunchmenu {
	background:url(../images/middle/subfeats/lunchmenu_img.png) top center no-repeat;
}
.subfeature#scholarships {
	background:url(../images/middle/subfeats/scholarships_img.png) top center no-repeat;
}
.subfeature#newspaper {
	background:url(../images/middle/subfeats/newspaper_img.png) top center no-repeat;
}
.subfeature#art {
	background:url(../images/middle/subfeats/art_img.png) top center no-repeat;
}
.subfeature_header {
	height:12px;
	font-size:10px;
	font-weight:bold;
}
.subfeature_text {
	margin-top:120px;
	font-size:10px;
}
.subfeature_divider {
	margin-left:2px;
	margin-right:2px;
	width:1px;
	height:145px;
	background:url(../images/dot_line_vertical.gif) repeat-y;
	float:left;
}

/* HIGHLIGHTER STYLES */
.highlighter {
	background: transparent url("../images/highlighter.gif") repeat-x;
}
.highlighter_green {
	background: transparent url("../images/highlighter_green.gif") repeat-x;
}
.highlighter_pink {
	background: transparent url("../images/highlighter_pink.gif") repeat-x;
}
.highlighter_blue {
	background: transparent url("../images/highlighter_blue.gif") repeat-x;
}

/* TABLE STYLES START */
.table_style_smallfont {
	font-size:9.5px;
	text-align:left;
	line-height:16px;
	margin-bottom:12px;
	vertical-align:top;
	padding:0px 4px 0px 4px;
}
.table_style_medfont {
	font-size:11px;
	text-align:left;
	line-height:16px;
	margin-bottom:4px;
	margin-top:8px;
	vertical-align:top;
}
.table_style_medfont th {
	width:50%;
	padding-bottom:6px;
}
.table_style_medfont tr {
	vertical-align:top;
}
.table_style_medfont li {
	margin-bottom:6px;
}
#pdf li {
	list-style:none;
	background:url(images/icons/adobepdf.png) top left no-repeat;
	padding-left:22px;
	margin-top:.2em;
	margin-bottom:.2em;
}
#bullet li {
	list-style:disc;
}

/* GENERAL TABLE START */
.table_general {
	width:100%;
	font-size:10px;
	text-align:center;
	border:#000033 solid 1px;
	margin-top:10px;
}
.table_general#leftalign, .table_general#leftalign th {
	text-align:left;
}
.table_general th {
	background-color:#000033;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
}
.table_general tr {
	vertical-align:top;
}
tr.gray {
	background-color:#DFDFDF;
	font-weight:bold;
}
tr.bold {
	font-weight:bold;
}
tr#separator td {
	border-top:#000033 solid 2px;
}
.table_general tr#scrimmage {
	font-style:italic;
}
.table_general td {
	padding:5px;
	border-top:#CCC solid 1px;
}
.game_stats {
}
.game_stats table {
	margin:10px 0px 10px 0px;
}

/* EMPLOYEEDIRECTORY TABLE START */
.table_empdirectory {
	width:100%;
	font-size:11px;
	border:#000033 solid 1px;
	margin-top:10px;
	text-align:center;
}
.table_empdirectory th {
	background-color:#000033;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px;
}
.table_empdirectory tr {
	vertical-align:top;
}
.table_empdirectory td {
	padding:5px;
	border-top:#CCC solid 1px;
}

/* START WALLPAPER GALLERY STYLES */
div.img {
	width:115px;
	padding-bottom:6px;
	padding-top:5px;
	float:left;
	text-align: center;
	margin:0px 5px 0px 5px;
}
div.img img {
	border:#CCC 2px solid;
}
div.img a img {
	border:#CCC 2px solid;
}
div.img a:hover img, div.img a:visited img {
	border:#000033 2px solid;
	background-image:none;
	background-color:transparent;
}
div.desc {
	font-size:10px;
	font-weight:normal;
	text-align:center;
	line-height:1.6;
	margin-top:5px;
}
div.desc strong {
	line-height:normal;
}

/* ARCHIVE LINKS */
.archive_links {
	float:none;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:8px;
	margin-bottom:5px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	border-top:#666 3px double;
	border-bottom:#666 3px double;
	line-height:1.5;
}
.archive_links span {
	margin-left:5px;
	margin-right:5px;
	font-weight:normal;
}

.gradetoggle {
	float:none;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:8px;
	margin-bottom:5px;
	text-align:center;
	border-top:#666 3px double;
	border-bottom:#666 3px double;
	line-height:1.5;
}
.gradetoggle span {
	margin-left:10px;
	margin-right:10px;
	font-weight:normal;
}

/* MAP STYLE */
#map {
	width:100%;
	height:480px;
	overflow:hidden;
	clear:both;
	border:#000 1px solid;
}
#map div {
	font-size:10px;
}

/* CONTACT STYLES */
#contactform {
	margin:0;
}
#contactform label {
	font-weight:bold;
	margin:0px;
	display: inline-block;
	line-height: 1.8em;
	vertical-align: top;
}
#contactform fieldset {
	padding:0px;
	margin:0px;
}
#contactform .formtext {
	float:left;
	font-weight:bold;
	width:160px;
	background:url(../images/content/arrow/arrow_right.png) 0px 4px no-repeat;
	line-height:22px;
	height:22px;
}
#contactform em {
	font-size:10px;
	font-weight:normal;
	color:#FF0000;
}
#contactform .forminput {
	margin-bottom:12px;
}
#contactform .forminput .input {
	float:left;
	border-style:none;
	width:500px;
	border:#999 1px solid;
	padding:2px;
}
#contactform .forminput .textarea {
	float:left;
	border-style:none;
	width:500px;
	height:150px;
	border:#999 1px solid;
	overflow-x:hidden;
	overflow-y:scroll;
	resize:none;
	padding:2px;
}
#contactform .clearboth {
	height:0px;
	clear:both;
	line-height:0px;
	margin-bottom:12px;
}
/*#contactform #submitter {
	border:0px none;
	outline:none;
	float:left;
	display:block;
	font-size:0px;
	text-indent:-5000px;
	height:30px;
	width:100px;
	background:url(../images/bttn_submit_email.png) top left no-repeat;
	overflow:hidden;
	cursor:pointer;
}
#contactform #submitter:hover {
	background-position: 0 -30px;
}*/
#log_res {
	font-weight:bold;
	padding-bottom:10px;
	overflow: auto;
	line-height:32px;
}

#log_res.ajax-loading {
	height:32px;
	background:url(../scripts/ajax-loader-black.gif) no-repeat top left;
}
.required {
}
#dropdown_text {
	float:left;
	clear:none;
	font-weight:bold;
}
#dropdown_list form {
	float:left;
	clear:none;
}

/* SHOW/HIDE STYLES */
.hide {
	display:none;
}
