@charset "utf-8";
.styles {
}

:focus {
outline: 0;
} 

body{
	background-color: black;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#333333;
/*	background-image:url(/images/bkgd_main.gif);*/
}

.small_press{
	font-size:12px;
}

.read_more{
	margin-left:20px;
	color:#999999;
}

#header_link{
	width: 431px; 
	height: 80px; 
	float:left;
}

/*THESE ARE FOR THINGS THAT DRAG, SORT, and DROP.*/
.draggable {
    width: 60px;
    height: 80px;
    cursor: move;
    position: relative;
	margin: 5px;
}
	
div.drop {
    width: 100%;
    height: 100%;
	border: 1px;
    background: #fff;
    text-align: center;
}

div.drop.hover {
    background:#efefef; 
}

div#leftside{
/*	cursor: move;*/
	min-height:600px;	
}

div#rightside{
/*	cursor: move;*/
	min-height:600px;
}



.signup_input {
  width:300px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.td_pad {
	padding-left: 20px;
	padding-right: 20px;
}

/*FOR PAGE COLUMNS BESIDES THE INTERFACE*/
#index_left {
	float: left;
	width: 0px;
}

#index_middle {
	float: left;
	width: 700px;
	background-color:#FFFFFF;
}

#index_right { 
	float: right;
	width: 240px;
	min-height: 470px;
	background-color:#FFFFFF;
}

#page_left {
	float: left;
	width: 150px;
}



#page_right { 
	float: right;
	width: 150px;
}

.field_set{
	border-style: solid;
	width: 600px; 
	border-width: 0px;
	border-color:#FFFFFF;
}
.blurb {
	padding-left: 5px;
	padding-right: 5px;
}

.big_container{
	margin-left: 30px; 
	margin-right: 30px;
}
#big_index{
	background-color:#FFFFFF;
}

.blurb_icon { 
	padding-top: 4px;
	position: relative;
}

.blurb_heading { 
	font-weight: bold;
	font-size: 16px;
}

.blurb_text { 
	color:#FFFFFF;
	padding-bottom: 20px;
	font-size: 14px;
}



#index_wrapper{

}
/*START MAIN FORMAT STYLES*/

#interface_wrap.wrapper{

}

#login_signup {
	float:right; 
	margin-top: 5px; 
	line-height:23px;
	padding-right: 30px;
}

#icon_column {
	float: left;
	width: 180px;
}

#icon_sub_right {
	float: right;
	width: 70px;
	min-height: 650px;
	margin-right: 20px;	
}

#icon_sub_left { 
	float: left;
	width: 70px;	
	min-height: 650px;
	margin-left: 20px;	
}

#right_column {
	float: right;
	width: 414px;  
}

#left_column { 
	float: left;
	width: 406px;
}


/*START WINDOW FORMAT STYLES*/
div.outer_content {
	margin-bottom: -22px; 
	height: auto; 
	min-height: 100%;
}

div.inner_content{
	padding-bottom: 22px;
}

div.win_footer{
	height:22px;
}

div.pagination{
	border-top: 2px solid;
	border-color: #999999;
}

div.previous{
	font-weight:bold;
}

div.next{
	font-weight:bold;
}

.the_title{
	position: absolute;
	top: 2px;
}

.mini_icon{
	height:20px;
	width:20px;
}
/* CONTENT SPECIFIC STYLES */
.photos{
	height: 60px;
	width: 85px;
	border: white solid 3px;
}

.videos{
	height: 60px;
	width: 85px;
}
.win_header{
	font-weight: bold;
}

#contact_name{
	border-bottom: 1px;
}
