/*************************************
 *
 * General page styles 
 *
 *************************************/

html {
	height: 100%;
}

body {
	height: 100%;
}

#non_content {
	position: relative;
	min-height: 100%;
}

* html #non_content {
	height: 100%;
}

#content {
	padding-bottom: 9em;
    color: #fff;
}


#footer {
	position: relative;
	margin-top: -2.5em;
}



body, input, textarea, select, option {
	font-family:  verdana, arial, helvetica, sans-serif;
}
code, pre, tt {
	font-family: Courier, "Courier New", monospace;
}



A:link              { text-decoration: none; border-bottom: 1px dashed #fff; color: #fff; }
A:visited           { text-decoration: none; border-bottom: 1px dashed #fff; color: #fff; }
A:link.has_image    { border: none;  }
A:visited.has_image { border: none;  }

###########################
#
# Classes
#
###########################

.index_row {
	height: 220px;
	clear: both;
    margin-bottom: 40px;
	padding-bottom: 40px;
}

.index_box {
	border: 1px solid #fff;
	margin: 20px;
  	color: #fff;
	text-align: center;
	display: block;
}

.index_box_header {
    height:40px;
    width: 100%;
    background-color:#fff;
    float:left;
    text-align: center;
    vertical-align: top;
    font-size: 30px;
    padding: 0px;
    font-family: 'Bauhaus 93';
    font-size: 25px;
	display: block;
}

.headdiv {
    background-color: #fff;
    height: 1px;
    width: 100%;
    color: #fff;
    border: 0;
    padding: 0;
    clear: both;
    line-height: 1px;
    font-size: 0px;
}

.header_bit {
	height: 136px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
    border: 0px;
}

.headmenu_option {
    left-margin: 10px;
    font-family: "Bauhaus 93";
    font-size: 16px;
    postion: absolute;
    color: #fff;
    opacity:.70;
    alpha:70%;
    filter:alpha(opacity=50);
    width: 100px;
}


.headmenu_selected {
    opacity:1;
    alpha: 100%;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    background-color: inherit;
}



###########################
#
# IDs
#
###########################


