/* ******* DEFAULT html ***** */

* {
	text-align:left;
	margin:0px;
	padding:0px;
	border:none;
	border:0px none #233;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	padding:20px;
	background:#EED;
	color:#233;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:bold;
	margin-bottom:4px;
}

h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:13px;
}

p, ul, ol, li, table {
	margin-bottom:1em;
	list-style-type:none;
}

ul, ol {
	margin-left:8px;
}

img {
	vertical-align:middle;
}

input, select {
	height:18px;
}

select {
	border:1px solid #998;
}

p {
	text-align:justify;
}

a, a:link, a:visited, a:hover, a:active {
	color:#154;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#198;
}

form {
	width:100%;
}

label {
	margin-bottom:4px;
}

select, option, input, textarea {
	font-size:11px;
}

/*  ***** MAIN LAYOUT BOXES - IDS ***** */
#box_outer {
	width:940px;
	margin:auto;
}

#box_header {
	height:130px;
	margin-bottom:16px;
}

#box_content {
	margin-bottom:20px;
}

#box_footer {
	
}

/* ***** MINOR LAYOUT BOXES - IDS ***** */
#header_logo{
	
}

#box_header_logo {
	width:300px;
	height:100px;
}

#box_header_map_launch {
	width:300px;
	text-align:center;
	margin-top:26px;
}

#box_header_map_launch a {
	margin:auto;
}

#box_header_map_launch img{
	margin-bottom:4px;
}

#box_header_map_launch a:hover img{
	
}

#box_header_options {
	width:300px;
	height:120px;
	margin-left:8px;
}

#box_header_menu {
	width:300px;
	padding:4px;
	margin-bottom:4px;
}

#box_header_menu a, #box_header_menu a:link, #box_header_menu a:visited, #box_header_menu a:hover, #box_header_menu a:active {
	
	
}

#box_header_menu a:hover {
	
}

#box_login_form {
	width:100%;
	padding:4px;
	background-color:#DDC;
	height:92px;
}

#team_login_form {
	height:42px;
}

#contributor_login {
	text-align:right;
	clear:both;
	height:16px;
}

#box_login_form p, #box_login_form a {
	margin-bottom:0px;
	font-size:14px;
	font-weight:normal;
	font-family:"Courier New", Courier, mono;
	font-variant:small-caps;
	vertical-align:middle;
}

#box_login_form small {
	color:#999;
}

#box_login_form label {
	display:block;
	vertical-align:top;
	font-size:14px;
	font-family:"Courier New", Courier, mono;
	font-variant:small-caps;
}

#box_login_form input.text_input {
	width:180px;
}

#team_login_button {
	float:right;
}

#box_cat_menu {
	height:32px;
	margin-bottom:8px;
}

#box_refine_form {
	position:relative;
	height:78px;
	padding:4px;
	margin-bottom:8px;
}

#box_main_record {
	width:600px;
	margin-right:8px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #DCC;
}

#box_main_assocs {
	float:right;
	width:330px;
}



/* ***** BOX CLASSES***** */
div.column_box {
	float:left;
}

div.right_column {
	float:right;
}

div.text_column {
	width:500px;
}

.border_box {
	padding:4px;
	margin:2px;
	border:1px solid #998;
}

div.scroll_box {
	overflow:auto;
	padding:4px;
	padding-right:6px;
	background-color:#DDC;
}

div.box_list_record {
	height:104px;
	padding:4px;
	margin-bottom:4px;
}

div.box_list_record:hover {
	background-color:#EAEAE0;
}

div.box_list_record h4 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	font-variant:normal;
}

div.box_list_record h4 a {
	display:block;
	width:100%;
}

div.box_list_record div.box_list_thumb {
	width:100px;
	height:100px;
	}

div.box_list_record div.box_list_text {
	width:820px;
	float:right;
	}

div.box_list_record ul {
	margin-left:0px;	
}


div.box_list_record li {
	display:block;
	width:394px;
	height:auto;
	padding:2px;
	margin:2px;
	list-style-type:none;
	float:left;
	margin-right:4px;
	text-align:left;
	background-color:#DDC;
}

label.refine_field {
	display:block;
	float:left;
	width:410px;
	height:18px;
	padding:2px;
	margin-right:4px;
	background-color:#DDC;
	text-align:right;
}

label.refine_field select, label.refine_field input{
	vertical-align:middle;
	width:220px;
}

div.radio_hz_group {
	display:inline;
	width:220px;
}

small.radio_label{
	display:inline;
	vertical-align:middle;
	border-left:4px solid #998;
	padding-left:4px;
	margin-left:8px;
}

label.refine_field input.radio {
	display:inline;
	width:12px;
	height:12px;
	vertical-align:middle;
}

input.input_text {
	border:1px solid #998;
	padding-left:2px;
}

input.input_text:focus {
	background-color:#DFF;
}

img.default_thumb {
	width:100px;
	height:100px;
}

input.sqr_form_button {
	display:block;
	width:36px;
	height:36px;
	color:#233;
	background-color:#DDC;
	border:1px solid;
	text-align:center;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
}
input.sqr_form_button:hover {
	background-color:#998;
}


p.warning_no_result {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#875;
}

div.box_record_thumb {
	width:100px;
	height:600px;
	margin-right:12px;
}

div.box_record_text {
	width:480px;
}

#box_main_record h3, #box_main_assocs h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:14px;
	background-color:#DDC;
	margin-bottom:8px;
	min-height:22px;
}

div.box_assocs {
	position:relative;
	height:110px;
	padding:2px;
	margin-bottom:4px;
}

div.box_assocs h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:12px;
	font-weight:normal;
	background-color:#DDC;
	padding:0px 0px 1px 2px;
}

div.no_assocs {
	display:none;
	height:20px;
}

div.assocs_scroller {
	position:absolute;
	bottom:3px;
	left:3px;
	height:74px;
	width:306px;
	border:1px solid #998;
}

div.assocs_scroller a, div.assocs_scroller a:link, div.assocs_scroller a:visited, div.assocs_scroller a:hover, div.assocs_scroller a:active {
	font-weight:normal;
}

div.assocs_scroller ul {
	margin-left:0px;
}

div.assocs_scroller li {
	margin-bottom:2px;
}

div.assocs_scroller ul {
	width:288px;
}

img.thumb {
	border:1px solid #333;
}

div.assoc_af_launcher {
	color:#666666;
	margin:2px;
	padding-left:24px;
}

h5.rel_title {
	font-size:11px;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}

div.rel_scroller {
	height:80px;
	margin-bottom:8px;
	border:1px solid #998;
}


/* ***** BOX IDS ***** */
div.sqr_icon {
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin-right:4px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #223;
}

img.small_icon {
	vertical-align:middle;
}


/* ***** LINK STYLES ***** */
#box_cat_menu a, #box_cat_menu a:link, #box_cat_menu a:visited, #box_cat_menu a:hover, #box_cat_menu a:active {
	display:block;
	float:left;
	width:145px;
	height:24px;
	padding:1px;
	margin-right:4px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#233;
	font-size:12px;
	font-variant:small-caps;
	border:1px solid #998;
}

#box_cat_menu a:hover {
	background-color:#DDC;
	color:#189;
}

#box_cat_menu a img{
	margin-top:1px;
}

#box_cat_menu a:hover img{
	margin-top:0px;
}

#cat_selected {
	background-color:#CCB;
}

#refine_buttons {
	position:absolute;
	right:4px;
	top:4px;
	width:70px;
}

#refine_button {
	float:none;
	margin:0;
	height:44px;
	width:64px;
	margin-bottom:2px;
}

#clear_button {
	margin:0;
	float:none;
	height:22px;
	width:64px;
}

a.af_icon_link {
	display:inline;
	border:1px solid #667669;
	width:16px;
	background-color:#403A33;
}
a.af_icon_link:hover {
	background-color:#554033;
}

a.af_icon_link img {
	margin-bottom:2px;
}

span.label {
	font-weight:bold;
	color:#331;
}
span.data {
	font-weight:normal;
	color:#144;
}

div.secure_box {
	
}

div.description_box {
	height:140px;
	background-color:#EED;
}

#about {
	width:500px;
	padding-right:20px;
}

#faq {
	width:380px;
	margin-left:8px;
}

h2.section_heading {
	color:#666;
}

#box_map_launch {
	padding-top:20px;
	height:40px;
	vertical-align:middle;
	text-align:center;
	
}

#box_maps {
	width:340px;
	padding-left:8px;
	margin-left:8px;
	border-left:1px solid #BBA;
}

a.map_link {
	margin:2px;
}

a.map_link:hover {
	margin-top:-2px;
	margin-left:-2px;
}