/*-----------------------------------------------------------------------------
Boys and Girls Clubs of Bellevue Screen Stylesheet

version:	1.0
date:		August 16, 2009
author:		Kris Erhardt
email:		kris [at] capitolmedia [dot] com
website:	[url]
history:	/css/
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Franklin Gothic Medium", "Franklin Gothic Book", "ITC Franklin Gothic LT-Book", Franklin Gothic, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000;
	background: #0091dd;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin-bottom: 1em;
}

p, li, blockquote {
	font-size: 12px;
}


li {
	margin-bottom: .5em;
}

li ul, li ol {
	margin-top: .5em; /* keeps the line spacing even */
	margin-bottom: .5em;
}

ul, ol, blockquote, code {
	padding-left: 3em;
}

dl {
	margin: 0 0 1em 0;
}

dt {
	font-weight: bold;
	display: block;
}

dd {
	display: block;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
	margin-bottom: .4em;
	color: #828489;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h2 {
	font-size: 2.0em;    
	margin-bottom: .5em;
	color: #0091dd;
}

h3 {
	font-size: 1.8em;
	margin-bottom: .6em;
	color: #0091dd;
}

h4 {
	font-size: 1.6em;
	margin-bottom: .7em;
	color: #0091dd;
}

h5 {
	font-size: 1.4em;    
	margin-bottom: .8em;
	color: #0091dd;
}

h6 {
	font-size: 1.0em;
	font-style: italic;
}

img {
	border: none;
}

a:link {
	color: #0000ff;
}

a:active {
	color: #ff0000;
}

a:visited {
	color: #6633cc;
}

a:hover {
	color: #ff0000;
}

p a:link, p a:visited{
	color: #0082d1;
	text-decoration: none;
}

p a:hover, p a:active{
	color: #ff6418;
}

/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-variant: inherit;
	background: #fff;
	font-family: "Franklin Gothic Medium", "Franklin Gothic Book", "ITC Franklin Gothic LT-Book", Franklin Gothic, Arial, Sans-Serif;
}

table {
	margin-bottom: 1em;
}

tr, thead, tfoot {
	border-top: 1px solid #fff;
}

th, thead td {
	font-weight: bold;
	border-bottom: 2px solid #fff;
	padding: .5em;
	font-size: 12px;
}

td {
	padding: .5em;
	font-size: 12px;
	background: #fff;
	font-family: "Franklin Gothic Medium", "Franklin Gothic Book", "ITC Franklin Gothic LT-Book", Franklin Gothic, Arial, Sans-Serif;
}

td a:link, td a:visited{
	color: #0082d1;
	text-decoration: none;
}

td a:hover, td a:active{
	color: #ff6418;
}

/* Convenience Classes
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.Padding {
	padding: 1em;
	padding-bottom: 0;
}




/* Header
-----------------------------------------------------------------------------*/

div#Header {
	margin: 0 auto;
	width: 90em;
	position: relative; /* necessary to position primary navigation correctly */
	z-index: 10;
	height: 101px;
	background: #fff;
	padding-bottom: 20px;
}
	
img#Logo { 
}

/* - - - - - - - - - - - Primary Navigation - - - - - - - - - - - */

div#Primary ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

div#Primary ul li {
	/* first level list items are always visible */
	display: block;
	float: left;
	margin: 0;
	height: 4em;
	font-size: 12px;
}

div#Primary ul li a {
	display: block;
	float:left;
	font-weight: normal;
	text-decoration: none;
	line-height: 1em;
	color: #000;
	border-left: 1px solid #707276;
	padding: 0 0 0 6px;
	margin: 15px 0 15px 6px;
}

div#Primary li:first-child a {
	border: none;
	padding: 0;
	margin: 15px 0;
}

div#Primary ul li a:hover {
	color: #707276;
	text-decoration: underline;
}

div#Primary ul li ul {
	/* second level unordered lists appear off-page until mouseover */
	display:none;
}

/* - - - - - - - - - - - Secondary Navigation - - - - - - - - - - - */

#SecondaryContainer {
	position: relative;
	height: 70px;
	width: 744px;
}

#Secondary {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 744px;
	height: 70px;
}

#Secondary a {
	display: block;
	line-height: 30px;
	width: 246px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	outline: none;
}

#Secondary a:hover {
	color: #666;
}

#Secondary a.active {
	background: #ff0000;
}

#Secondary li {
	/* first level list items are always visible */
	display: block;
	float: left;
	width: 246px;
	height: 40px;
	padding: 0;
	margin: 0;
	text-align: center;
	text-indent: -2000em;
}

#Secondary li ul {
	/* second level unordered lists appear off-page until mouseover */
	position: absolute;
	bottom: 0;
	width: 744px;
	height: 30px;
	left: -2000em;
	margin: 0;
	padding: 0;
	list-style: none;
}

#Secondary li ul li {
	height: 30px;
	width: 744px;
	top: 30px;
	text-indent: 0;
}

#Secondary li ul li a {
	width: auto;
	display: inline;
	line-height: 30px;
	background: transparent;
}

#Secondary li ul li a:hover {
}

#Secondary li.hover ul, #Secondary li.Active ul { 
	left: 0;
}

#Secondary li.hover ul {
	z-index: 1000;
}

#Secondary li ul li a {
	padding: 0 7px;
	border-left: 1px solid #fff;
}
#Secondary li ul li a:first-child {
	border: 0;
	padding-left: 0;
}

#OurClub a.TopLevel {
	background: url(../site/nav_secondary.jpg) no-repeat 0 top;
	width: 244px;
	height: 40px;
	_position: relative;
	_left: -1px;
}

#OurClub ul {
	background: #0085cf url(../site/nav_secondary_club.gif) no-repeat center bottom;
}

#SecondaryContainer ul li#Register {
	margin-left: 4px;
	margin-right: 2px;
}

#Register ul {
	background: #002c76 url(../site/nav_secondary_register.gif) no-repeat center bottom;
}

#Register a.TopLevel {
	background: url(../site/nav_secondary.jpg) no-repeat -244px top;
	width: 244px;
	height: 40px;
}

#Donate a.TopLevel {
	background: url(../site/nav_secondary.jpg) no-repeat -488px top;
	width: 245px;
	height: 40px;
	position: relative;
	left: 2px;
}

#Donate ul {
	background: #ff6418 url(../site/nav_secondary_donate.gif) no-repeat center bottom;
}

div#sideMenu {
	
}

div#sideMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#sideMenu ul li {
	border-top: 1px solid #ff6418;
	padding-top: 8px;
}

div#sideMenu ul li a {
	text-decoration: none;
}

div#sideMenu ul li a:hover {
	
}

div#sideMenu ul li ul {
	padding-left: 20px;
}

div#sideMenu ul li ul li {
	border: none;
	padding-top: 0;
}

div#sideMenu ul li ul li a {
	
}

div#sideMenu ul li ul li a:hover {
	
}


/* Canvas
-----------------------------------------------------------------------------*/

div#Wrapper {
	margin: 0 auto;
	width: 92em;
	position: relative;
	background: #f4f3f3;
	padding: 0 0 5px;
}

div#Canvas {
	padding: 0 10px;
	_height: 100%;
}

div#ContentContainer {
	position: relative;
}

div#Content {
	margin-top: 20px;
	padding: 30px;
	background: #fff url(../site/bg_content.gif) no-repeat left top;
	height: 100%;
}

div#Content p {
	font-size: 12px;
}


/* Left Column
-----------------------------------------------------------------------------*/

div.Left {
	margin-left: 15.7em;
}

div#Left {
	position: absolute;
	top: 0;
	left: 10px;
	width: 15.2em;
	height: 99%;
}

div#homeLeft {
	position: absolute;
	top: 0;
	left: 10px;
	width: 15.2em;
	height: 610px;
	*height: 603px;
}

/* Right Column
-----------------------------------------------------------------------------*/

div.Right {
	border-right: 157px solid #fff;
}

div#Right {
	position: absolute;
	top: 20px;
	right: 0;
	width: 152px;
	_margin-right: 10px;
}


/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	clear: both;
	background: #0091DD;
/*	background: #707276;	*/
	padding: 2em 0 3em;
	position: relative;
}

* html div#Footer {
	position: absolute;
	_position: relative;
	bottom: -225px;
	_bottom: 0;
} 

div#Footer a {
	color: #f4f3f3;
	text-decoration: none;
}

div#Footer a:hover {
	color: #f4f3f3;
	text-decoration: underline;
}

div#Tertiary {
	margin: 0 auto;
	width: 90em;
	position: relative;
	height: 3em;
	display: block;
}

div#Tertiary ul {
	position: absolute;
	left:50%;
	padding: 0;
	list-style: none;
	margin: 0 auto;
	text-align:center;
	display: block;
}

div#Tertiary ul li {
	display: inline;
	line-height: 1em;
	float:left;
	position:relative;
	right:50%;
}

*html div#Tertiary ul li {
	right: 180px;
}

div#Tertiary ul li a {
	display: block;
	float:left;
	font-weight: normal;
	text-decoration: none;
	line-height: 1em;
	color: #f4f3f3;
	border-left: 1px solid #f4f3f3;
	padding: 0 0 0 15px;
	margin: 15px 0 15px 15px;
}

div#Tertiary li:first-child a {
	border: none;
	padding: 0;
	margin: 15px 0;
}

div#Tertiary ul li a:hover {
	color: #f4f3f3;
	text-decoration: underline;
}

p#Copyright {
	clear: both;
	font-size: .85em;
	margin: 0 auto;
	width: 90em;
	display: block;
	text-align: center;
	color: #f4f3f3;
}

p#Credits {
	font-size: .85em;
	margin: 0 auto;
	width: 90em;
	text-align: center;
	color: #f4f3f3;
}


/*Page Properties (edit mode)
-----------------------------------------------------------------------------*/

div#PageProperties {
	position: relative;
	padding: 1em;
	color: #000;
	background: #FFF;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div#PageProperties a {
	color: #0000FF !important;
}

div#PageProperties a:hover {
	color: #0000FF !important;
}

div#MetaData {
	margin-right: 24em;
	padding: 1em;
	background: #DEDEDE;
	border: 1px solid #ccc;
}

dl#MetaKeywords {
	padding-left: 20px;
	background: url(../admin/tag_blue.png) no-repeat 0 50%;
}
dl#MetaDescription {
	padding-left: 20px;
	background: url(../admin/tag_red.png) no-repeat 0 50%;
}

div#InternalComments {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 22em;
}

div.Note {
	padding: .5em .5em .5em 3.5em;
	background: #F3E5A1 url(../admin/note.png) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

div.Block {
	position: relative;
}

a.Create, a.Edit {
	width: 85px;
	height: 35px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_edit.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 1000;
	text-align: left !important;
}

.Editable {
	background: #ffcc00 !important;
}

/* Page Comments (Edit Mode) */

div.adminComments {
	margin: 20px;
	padding: 10px;
	display: block;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div.adminComments p {
	margin: 0;
	padding: 0;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

div.pending {
	background: #F3E5A1;
	border: 1px solid #FFCC00;
}
div.approved {
	background: #cbe2a6;
	border: 1px solid #a0c45b;
}

div.deleted {
	background: #e8918d;
	border: 1px solid #ee6061;
}

div.adminComments p.Status {
	text-transform: capitalize;
	padding-left: 20px;
	display: block;
	line-height: 20px;
	font-weight: bold;
}

div.pending p.Status {
	background: url(/admin/comment_edit.png) no-repeat 0 center;
	color: #68541a;
}

div.approved p.Status {
	background: url(/admin/comment_add.png) no-repeat 0 center;
	color: #51662f;
}

div.deleted p.Status {
	background: url(/admin/comment_delete.png) no-repeat 0 center;
	color: #6a2b2d;
}

a.buttonApprove {
	background: url(/admin/button_publish.png) no-repeat center center;
	height: 30px;
	width: 103px;
	display: block;
	text-indent: -2000px;
	float: left;
}

a.buttonDelete {
	background: url(/admin/button_delete.png) no-repeat center center;
	height: 30px;
	width: 97px;
	display: block;
	text-indent: -2000px;
	float: left;
}


/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	padding: 1em;
	border: none;
	border-top: 1px solid #0000ff;
}

legend { 
	font-size: 1.4em;
	color: #0000FF;
}

div.LabelInput {
	margin-bottom: 7px;
	display: block;
}

input[type='text'], input[type='password'], select, textarea {
	width: 20em;
	font-size: 1em;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: .3em;
	border: .1em solid #666;
	
}

select {
	width: 20.7em;
}

textarea {
	height: 10em;
}

label {
	line-height: 1.9em;
	font-size: 12px;
	width: 5em;
	float: left;
	display: block;
	color: #707276;
}

div.FormControls {
	display: block;
	padding: 1em 1em 1em 12em; /* right padding for label width plus label padding */
}

div.FullWidth label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}

div.FullWidth input.Text, div.FullWidth input.Password, div.FullWidth input.Number, div.FullWidth SELECT.Select, DIV.FullWidth textarea.TextArea {
	width: 32em;
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

/* Search Box
-----------------------------------------------------------------------------*/
table.searchBox td{
	padding-left: 0;
	padding-bottom: 0;
}


/* iFrame
-----------------------------------------------------------------------------*/

div#Content iframe{
	width: 700px;
	height: 800px;
}


/* Info, Error & Success Messages
-----------------------------------------------------------------------------*/

.Info, .Error, .Success, .ErrorInline, .Help {
	margin-bottom: 14px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: relative;
}

.Info A, .Error A, .Success A, .ErrorInline A {
	color: #000;
	text-decoration: underline;
}

.Info {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}

.Error {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

.Success {
	background: #B5E1AE url(../site/icon_success.gif) no-repeat 10px 6px;
	border: 1px solid #3B9E2B;
}

.Help {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}


/* JavaScript Validation Messages
-----------------------------------------------------------------------------*/

.error {
	background: #F3E5A1;
}

div.errorMessage {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* JavaScript Form Tips
-----------------------------------------------------------------------------*/

div.FormTip {
	/* the floating tooltip */
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* JavaScript Modal Dialog Box
-----------------------------------------------------------------------------*/

.ModalPop {
	background: #fff;
}

.ModalTitle {
	padding: 10px;
	font-size: 2em;
}

.ModalMessage {
	padding: 10px;
}

.ModalClose a {
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -2000em;
	background: url(../site/close.gif) top right no-repeat;
}

.ModalClose a:hover {
}


/* JavaScript Tabbed Content Panels
-----------------------------------------------------------------------------*/

span.PanelTab {
	float: left;
	display: block;
	padding: .5em 1em;
	margin: 2em 3px 0 3px;
	font-size: .9em;
	color: #999;
	cursor: pointer;
	background: url(../site/bg_tab.gif) repeat-x 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
}

span.PanelTab:hover {
	color: #d7202f;
}

span.PanelActive {
	background: #fff;
	color: #d7202f;
}

div.PanelContainer {
	border-top: 1px solid #ccc;
	clear: both;
	margin-bottom: 2em;
}

div.Panel {
	padding: 1em;
}

/* Expanded Navigation */

div.Expanded  {
	
}

div.Expanded div.Left {
	margin-left: 15.7em;
}

div.Expanded div#Left {
	position: absolute;
	top: 0;
	left: 10px;
	width: 15.2em;
}

div.Expanded div#Sidebar {
	margin: 0.5em 0 0;
	background: #ffc726 url(../site/corner_yellow_br.gif) no-repeat right bottom;
	height: 100%;
}

div.Expanded div#Sidebar div.Padding {
	background: url(../site/corner_yellow_tr.gif) no-repeat right top;
	height: 99%;
}

div.Expanded div#Sidebar hr {
	border: none;
	border-bottom: 1px solid #ff6418;
	margin-bottom: 1em;
	height: 1px;
	*margin: 0;
	*padding: 0;
	_margin: 0;
	_padding: 0;
}

div.Expanded div#Sidebar h3 {
	color: #0082d1;
	text-transform: uppercase;
	padding: 10px 0 0;
	font-weight: bold;
	font-size: 14px;
}

div.Expanded div#Sidebar h4 {
	font-size: 13px;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #0082d1;
	line-height: 14px;
}

div.Expanded div#Sidebar p {
	color: #555;
	font-size: 11px;
	*margin: 0;
	*padding: 0;
	_margin: 0;
	_padding: 0;
}

div.Expanded div#Sidebar a {
	color: #0082d1;
	text-decoration: none;
}

div.Expanded div#Sidebar a:hover {
	color: #00a1ff;
}

/* @group My Group */



/* @end */

div#Columns {
	position: relative;
}

div#Columns h1 a{
	color: #fff;
}

div#Columns h1 a:hover{
	color: #707276;
}

div.Corners h1 {
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 20px;
}

div.Corners p {
	color: #fff;
	font-size: 11px;
}

div#One {
	width: 244px;
	background: #f4f3f3;
	position: absolute;
	top: 0;
	left: 0;
}

* html div#One {
	left: -250px;
}
 
div#One div.TopLeft {
	background: #0085cf url('../site/corner_blue_tl.gif') no-repeat 0 0;
	margin-bottom: 0;
}
 
div#One div.TopRight {
	padding-top: 20px;
	margin-left: 5px;
	background: url('../site/corner_blue_tr.gif') no-repeat 100% 0;
}
 
div#One div.BottomLeft {
	padding-left: 5px;
	margin-left: -5px;
	background: url('../site/corner_blue_bl.gif') no-repeat 0 100%;
}
 
div#One div.BottomRight {
	padding-right: 20px;
	padding-bottom: 5px;
	background: url('../site/corner_blue_br.gif') no-repeat 100% 100%;
}

* html div#One div.BottomRight {
	padding-bottom: 0;
	margin-bottom: 0;
}

div#One div.Corners div.TopLeft {
	background: #fff url('../site/inset_blue_tl.gif') no-repeat 0 0;
	margin-bottom: 0;
}

div#One div.Corners div.TopRight {
	padding-top: 5px;
	margin-left: 5px;
	background: url('../site/inset_blue_tr.gif') no-repeat 100% 0;
}
 
div#One div.Corners div.BottomLeft {
	padding-left: 5px;
	margin-left: -5px;
	background: url('../site/inset_blue_bl.gif') no-repeat 0 100%;
}
 
div#One div.Corners div.BottomRight {
	padding-right: 5px;
	padding-bottom: 5px;
	background: url('../site/inset_blue_br.gif') no-repeat 100% 100%;
}

* html div#One div.Corners div.BottomRight {
	padding-bottom: 0;
	margin-bottom: 0;
}

html>body div#One div.Corners div.BottomRight { *padding-bottom: 0;}

div#Two {
	background: #f4f3f3;
	margin: 0 250px;
	padding-bottom: 2em;
}

* html div#Two {
	width: 244px;
}

div#Two div.TopLeft {
	background: #002c76 url('../site/corner_darkblue_tl.gif') no-repeat 0 0;
	margin-bottom: 5px;
}

html>body div#Two div.TopLeft { *margin-bottom: 0;}
 
div#Two div.TopRight {
	padding-top: 20px;
	margin-left: 5px;
	background: url('../site/corner_darkblue_tr.gif') no-repeat 100% 0;
}
 
div#Two div.BottomLeft {
	margin: 0;
	padding-left: 5px;
	margin-left: -5px;
	background: url('../site/corner_darkblue_bl.gif') no-repeat 0 100%;
}

html>body div#Two div.BottomLeft { *margin-bottom: -20px;}
 
div#Two div.BottomRight {
	padding-right: 20px;
	padding-bottom: 5px;
	background: url('../site/corner_darkblue_br.gif') no-repeat 100% 100%;
}


 
html>body div#Two div.BottomRight { *padding-bottom: 20px;}

div#Two div.Corners div.TopLeft {
	background: #fff url('../site/inset_darkblue_tl.gif') no-repeat 0 0;
	margin-bottom: 0;
}
 
div#Two div.Corners div.TopRight {
	padding-top: 5px;
	margin-left: 5px;
	background: url('../site/inset_darkblue_tr.gif') no-repeat 100% 0;
}
 
div#Two div.Corners div.BottomLeft {
	padding-left: 5px;
	margin-left: -5px;
	background: url('../site/inset_darkblue_bl.gif') no-repeat 0 100%;
}
 
div#Two div.Corners div.BottomRight {
	padding-right: 5px;
	padding-bottom: 5px;
	background: url('../site/inset_darkblue_br.gif') no-repeat 100% 100%;
}

* html div#Two div.BottomRight {
	padding-bottom: 0;
	margin-bottom: 0;
}

* html div#Two div.Corners div.BottomRight {
	padding-bottom: 0;
	margin-bottom: 0;
}

html>body div#Two div.Corners div.BottomRight { *padding-bottom: 0;}

html>body div#Two div.Corners div.TopLeft { *margin-bottom:5px;display:block;}

div#Three {
	width: 244px;
	background: #f4f3f3;
	position: absolute;
	top: 0;
	right: 0;
}

div#Three div.TopLeft {
	background: #ff6418 url('../site/corner_orange_tl.gif') no-repeat 0 0;
	margin-bottom: 5px;
}

html>body div#Three div.TopLeft {*margin-bottom: 0;}
 
div#Three div.TopRight {
	padding-top: 20px;
	margin-left: 5px;
	background: url('../site/corner_orange_tr.gif') no-repeat 100% 0;
}
 
div#Three div.BottomLeft {
	padding-left: 5px;
	margin-left: -5px;
	background: url('../site/corner_orange_bl.gif') no-repeat 0 100%;
}
 
div#Three div.BottomRight {
	padding-right: 20px;
	padding-bottom: 5px;
	background: url('../site/corner_orange_br.gif') no-repeat 100% 100%;
}

* html div#Three div.BottomRight {
	padding-bottom: 0;
	margin-bottom: 0;
}

div#Three div.Corners div.TopLeft {
	background: #fff url('../site/inset_orange_tl.gif') no-repeat 0 0;
	margin-bottom: 0;
}
 
div#Three div.Corners div.TopRight {
	padding-top: 5px;
	margin-left: 5px;
	background: url('../site/inset_orange_tr.gif') no-repeat 100% 0;
}
 
div#Three div.Corners div.BottomLeft {
	padding-left: 5px;
	margin-left: -5px;
	background: url('../site/inset_orange_bl.gif') no-repeat 0 100%;
}
 
div#Three div.Corners div.BottomRight {
	padding-right: 5px;
	padding-bottom: 5px;
	background: url('../site/inset_orange_br.gif') no-repeat 100% 100%;
}

* html div#Three div.Corners div.BottomRight {
	padding-bottom: 0;
	margin-bottom: 0;
}

html>body div#Three div.Corners div.BottomRight { *padding-bottom: 0;}

div.Inset h2 {
	color: #707276;
	font-weight: normal;
	font-size: 22px;
}

div.Inset p {
	color: #707276;
	font: 11px;
}

div.Inset a {
	color: #ff5f00;
	text-decoration: none;
}

div.Inset a:hover {
	color: #cd4a00;
}

div.Inset{
	height: 240px;
}

/* Search Results
-----------------------------------------------------------------------------*/

#results {

}

.relevance {
	color: #666;
}

.title {
	font-size: 1.3em;
}

.description {
	display: block;
}

.url {
	color: green;
}

form#Search {
	margin-top: 10px;
}

form#Search div.LabelInput {
	margin-bottom: 7px;
	display: block;
}

form#Search input {
	width: 110px;
	font-size: 1em;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: .3em;
	border: .1em solid #666;
	
}

form#Search label {
	line-height: 1.9em;
	font-size: 12px;
	width: 4em;
	float: left;
	display: block;
	color: #707276;
}