/*============================================================================*\
	General
\*============================================================================*/


body
{
	padding: 0;
	/*background-color: #f0f;*/ /* usual is #fff */ /* magenta is #f0f */
	background: #ffc url('../images/main_background-soft_yellow_gradient.png') repeat-x;
	/*background-image: url('../images/main_background-soft_yellow_gradient.png');
	background-position: center;
	background-repeat: repeat-y;*/
	color: #000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0
}


h1, h2, h3, h4, h5, h6, ol, ul, table {}


p {}


/*a:link { background-color: inherit; color: #00f }
a:visited { background-color: inherit; color: #39f; text-decoration: line-through }
a:hover { background-color: inherit; color: #00f; text-decoration: underline }
a:active { background-color: inherit; color: #c36; text-decoration: underline }*/


div.VerticalBrace { clear: both }


/*div#MainBody
{
	padding: 10px;
	width: 980px;
	background-color: #fff;
	background-image: url('../images/content_shadow-sides-1000x100.png');
	background-position: center;
	background-repeat: repeat-y;
}*/


div.SideShadows
{
	width: 1000px;
	height: 100%;
	background-color: transparent;
	background-image: url('../images/content_shadow-sides-1000x100.png');
	background-position: center;
	background-repeat: repeat-y;
	color: inherit;
	position: absolute;
	left: -10px;
	top: 0;
	z-index: -1
}


/*============================================================================*\
	Page Header
\*============================================================================*/


div#PageHeader
{
	width: 980px;
	min-height: 200px;
	background-color: #333;
	/*background-image: url('../images/page_header_image-castle_rock_01b-980x200.jpg');*/
	background-image: url('../images/page_header_backdrop-9cf_to_000.png');
	font-size: 12px;
	margin: 0 auto;
	position: relative
}

div#PageHeader > h1 { background-color: transparent; background-image: url('../images/page_header_overlay-80_percent_opacity.png'); padding: 12px 24px; color: #fff; font-size: 2em; margin: 0 }

div#PageHeader > h2 { background-color: transparent; background-image: url('../images/page_header_overlay-50_percent_opacity.png'); padding: 4px 24px; color: #fff; font-size: 1em; margin: 0 }

/* div#PageHeader img { display: block; margin: auto } */


/*----------------------------------------------------------------------------*\
	Page Header - Navigation Bar
\*----------------------------------------------------------------------------*/


@media screen
{

	div#PageHeader > div.NavigationBar > h3 { display: none }

}

div#PageHeader > div.NavigationBar { border-bottom: 0.5em solid #ccc; width: 100%; position: absolute; bottom: 0 }

/* These min-height and line-height settings cause gaps below tabs in Safari. Setting line-height for a and strong elements seems to be more reliable. */
div#PageHeader > div.NavigationBar > ul
{
	padding: 0 1.8em;
	list-style-type: none;
	/*min-height: 1.8em;*/
	margin: 0 auto
}

div#PageHeader > div.NavigationBar > ul > li
{
	padding: 0;
	font-weight: bold;
	/*line-height: 1em;*/
	position: relative;
	float: left
}

div#PageHeader > div.NavigationBar > ul > li + li { margin-left: 0.5em }
div#PageHeader > div.NavigationBar > ul > li > a
{
	background-color: #777;
	color: #bbb;
	padding: 0.4em 1em;
	min-width: 6em;
	line-height: 1.2em;
	text-decoration: none;
	text-align: center;
	display: block;

	/* As of December 18, 2009, the following does not yet seem to be supported by any major browser. */
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}
div#PageHeader > div.NavigationBar > ul > li > a:hover { background-color: #aaa; color: #eee }
div#PageHeader > div.NavigationBar > ul > li > strong
{
	background-color: #ccc;
	color: inherit;
	padding: 0.4em 1em;
	min-width: 6em;
	line-height: 1.2em;
	text-align: center;
	display: block;

	/* As of December 18, 2009, the following does not yet seem to be supported by any major browser. */
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}

div#PageHeader > div.NavigationBar > ul > li > ul { background-image: url('../images/page_header_overlay-30_percent_opacity.png'); padding: 0.5em; list-style-type: none; margin: 0; display: none; position: absolute; left: 0; top: 1.8em; z-index: 1000 }
div#PageHeader > div.NavigationBar > ul > li > ul > li { /*border-bottom: 1px dashed #f00;*/ padding: 0; font-weight: bold; line-height: 1em; margin: 0; display: block }
div#PageHeader > div.NavigationBar > ul > li > ul > li + li { margin-top: 0.5em }
div#PageHeader > div.NavigationBar > ul > li > ul > li > a { background-image: url('../images/page_header_overlay-70_percent_opacity.png'); color: #bbb; padding: 0.4em 1em; min-width: 6em; text-decoration: none; text-align: center; display: block }

div#PageHeader > div.NavigationBar > ul > li:hover > ul { display: block }
div#PageHeader > div.NavigationBar > ul > li:hover > ul > li > a:hover { background-image: url('../images/page_header_overlay-50_percent_opacity.png'); color: #eee }


/*============================================================================*\
	Special Messages
\*============================================================================*/


div#SpecialMessages
{
	width: 980px;
	margin: 0 auto;
	position: relative
}

div#SpecialMessages > div.Main
{
	padding: 16px;
	background-color: #eee;
	color: #000;
}

div#SpecialMessages > div.Main > p.Note { border: 2px solid #ddd; background-color: #ffc; padding: 16px; color: #444; font-size: 13px; margin: 0 }

div#SpecialMessages > div.Main > p.Note + p.Note { border-top: none }

div#SpecialMessages > div.Main > p.Note > a:link, div#SpecialMessages > p.Note > a:visited { background-color: inherit; color: #69c; font-weight: bold; text-decoration: underline }
div#SpecialMessages > div.Main > p.Note > a:hover { background-color: inherit; color: #00f }
div#SpecialMessages > div.Main > p.Note > a:active { background-color: inherit; color: #c36 }


/*============================================================================*\
	Content
\*============================================================================*/


div#Content
{
	/*border: 5px dashed green;*/
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	width: 980px;
	background-color: #fff;
	color: #000;
	margin: 0 auto;
	position: relative
}


/*----------------------------------------------------------------------------*\
	Content - General
\*----------------------------------------------------------------------------*/

div#Content del { background-color: inherit; color: #aaa }

div#Content del.TopSecret { background-color: #000; color: #000 }
div#Content del.TopSecret[title] { cursor: help }


div#Content table { border: 1px solid #999; background-color: #ddd; margin: auto }

div#Content table > thead > tr { border: none; background-color: #999; color: #fff }
div#Content table > thead > tr:first-child { background-color: #777; color: #fff }
div#Content table > thead > tr > th { border: none; font-family: Verdana, sans-serif; font-size: 12px; text-align: left }

div#Content table > tbody > tr { border: none; font-family: Verdana, sans-serif; font-size: 11px }
div#Content table > tbody > tr.Odd { background-color: #fff; color: #000 }
div#Content table > tbody > tr.Even { background-color: #eee; color: #000 }
div#Content table > tbody > tr > td { border: none }
div#Content table > tbody > tr > td > a { font-weight: bold }


/*----------------------------------------------------------------------------*\
	Content - Teaser
\*----------------------------------------------------------------------------*/


div#Content > div.Teaser { border: 1px dashed #eee; padding: 15px; width: 400px; margin: 15px auto }

div#Content > div.Teaser > img { display: block }


/*----------------------------------------------------------------------------*\
	Content - Solo Column
\*----------------------------------------------------------------------------*/


div#Content > div.SoloColumn { border: 1px solid #ccc; background-color: #fff; color: #777; padding: 24px; font-family: Georgia, "Times New Roman", Times, serif; margin: 48px }

div#Content > div.SoloColumn > h2 { border-bottom: 1px solid #ccc; padding: 0 0 0.5em 0; font-size: 1em; margin: 0 }

div#Content > div.SoloColumn > h3 { font-size: 0.75em; margin: 8px 0 }

div#Content > div.SoloColumn > p { font-size: 1em; margin: 1em 0 0 0 }


/*----------------------------------------------------------------------------*\
	Content - Header & Footer
\*----------------------------------------------------------------------------*/


/* Potential problem: I really want the background color to be transparent, not white, for flexibility. The inner background needs to be white, but not the outer background. */
/* I shouldn't rely on background colors from images because CSS might be on, but images off. */
/* Is it better to wrap the whole thing in a new div (so there will be inner and outer) or to add a div just for a second outer background with an alpha channel? */

div#Content > div.Header
{
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #ccc;
	padding: 5px 20px;
	background-color: #eee;
	color: #000;
	overflow: auto;
	margin: 0
}


/* Potential problem: I really want the background color to be transparent, not white, for flexibility. The inner background needs to be white, but not the outer background. */
/* I shouldn't rely on background colors from images because CSS might be on, but images off. */
/* Is it better to wrap the whole thing in a new div (so there will be inner and outer) or to add a div just for a second outer background with an alpha channel? */

div#Content > div.Footer
{
	border-top: 1px solid #ccc;
	/*border-bottom: 1px solid #bbb;*/
	padding: 5px 20px;
	background-color: #eee;
	color: #000;
	overflow: auto;
	margin: 0
}


div#Content > div.Header > p,
div#Content > div.Footer > p
{
	padding: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 22px;
	float: left;
	margin: 0
}


/*----------------------------------------------------------------------------*\
	Content - Header & Footer, Search Section
\*----------------------------------------------------------------------------*/


div#Content > div.Header > div.Search,
div#Content > div.Footer > div.Search
{
	overflow: auto;
	float: right;
	margin: 0
}

div#Content > div.Header > div.Search > h2,
div#Content > div.Footer > div.Search > h2
{
	display: none
}

div#Content > div.Header > div.Search > form,
div#Content > div.Footer > div.Search > form
{
	padding: 0;
	width: 260px;
	margin: 0;
	float: right
}

div#Content > div.Header > div.Search > form > div > input[type="text"],
div#Content > div.Footer > div.Search > form > div > input[type="text"]
{
	border: none;
	padding: 5px 0 0 25px;
	width: 235px;
	height: 17px;
	background: url('../images/search_field_background.png') no-repeat;
	color: #000;
	margin: 0
}

div#Content > div.Header > div.Search > form > div > input[type="submit"],
div#Content > div.Footer > div.Search > form > div > input[type="submit"]
{
	display: none
}


/*----------------------------------------------------------------------------*\
	Content - Main (Structurally)
\*----------------------------------------------------------------------------*/


/* Potential problem: I really want the background color to be transparent, not white, for flexibility. The inner background needs to be white, but not the outer background. */
/* I shouldn't rely on background colors from images because CSS might be on, but images off. */
/* Is it better to wrap the whole thing in a new div (so there will be inner and outer) or to add a div just for a second outer background with an alpha channel? */

div#Content > div.Main
{
	/*border: 5px dashed #f00;*/
	/*padding: 10px;
	width: 980px;
	background-color: transparent;
	background-image: url('../images/content_shadow-sides-1000x100.png');
	background-position: center;
	background-repeat: repeat-y;
	color: #000*/
}


/*----------------------------------------------------------------------------*\
	Content - Main Column
\*----------------------------------------------------------------------------*/


div#Content > div.Main > div.MainColumn { background-color: #eee; color: #fcc; padding: 0; width: 680px; margin: 0; float: left }

div#Content > div.Main > div.MainColumn > div.Post { background-color: #fff; color: #000; padding: 20px; margin: 0 }

div#Content > div.Main > div.MainColumn > div.Post + div.Post { margin-top: 8px }

/*div#Content > div.Main > div.MainColumn > div.Post div.Header > h2 { border-top: 2px solid #ddd; border-bottom: 2px solid #ccc; padding: 8px 16px; font-size: 1em; margin: 0 }*/

div#Content > div.Main > div.MainColumn > div.Post div.Header > h2
{
	/*border-top: 2px solid #ddd;
	border-bottom: 2px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.75em;
	margin: 0
}

div#Content > div.Main > div.MainColumn > div.Post div.Header > h2 > a:link,
div#Content > div.Main > div.MainColumn > div.Post div.Header > h2 > a:visited
{
	background-color: transparent;
	color: inherit;
	text-decoration: none
}

div#Content > div.Main > div.MainColumn > div.Post div.Header > h2 > a:hover
{
	background-color: transparent;
	color: #06c;
	text-decoration: underline
}

div#Content > div.Main > div.MainColumn > div.Post div.Header > h2 > a:active
{
	background-color: transparent;
	color: #000;
	text-decoration: underline
}

/*div#Content > div.Main > div.MainColumn > div.Post div.Header > p { border-bottom: 1px solid #ccc; padding: 6px 16px; font-size: 0.75em; margin: 0 }*/

div#Content > div.Main > div.MainColumn > div.Post div.Header > p
{
	border-bottom: 1px solid #ccc;
	padding: 6px 9px;
	font-size: 0.75em;
	margin: 0
}


div#Content > div.Main > div.MainColumn > div.Post > p > img, div#Content > div.Main > div.MainColumn > div.Post > p > a > img { border: 1px solid #ddd; padding: 8px; margin: 8px auto; display: block }

div#Content > div.Main > div.MainColumn > div.Post > blockquote { border-left: 3px solid #fc6; background-color: #eee; color: #000; padding: 12px; margin: 8px 0 8px 32px }

div#Content > div.Main > div.MainColumn > div.Post > code { border: 1px solid #ccc }

div#Content > div.Main > div.MainColumn > div.Post > div.Footer { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background-color: #eee; color: #000; padding: 0; margin: 8px 0 0 0 }

div#Content > div.Main > div.MainColumn > div.Post > div.Footer> p { padding: 6px 16px; font-size: 0.75em; margin: 0 }


/*----------------------------------------------------------------------------*\
	Content - Main Column, Discussion
\*----------------------------------------------------------------------------*/


div#Content > div.Main > div.MainColumn > div.Discussion
{
	padding: 20px; 
	background-color: #fff;
	color: #000;
	margin: 0
}

div#Content > div.Main > div.MainColumn > div.Discussion > h3
{
	/*font-family: Arial, sans-serif;
	font-size: 36px;*/
	margin: 0 0 15px 0
}

div#Content > div.Main > div.MainColumn > div.Discussion h4
{
	margin: 0 0 15px 0
}

div#Content > div.Main > div.MainColumn > div.Discussion > ol
{
	padding: 0;
	list-style: none;
	margin: 0
}

div#Content > div.Main > div.MainColumn > div.Discussion > ol ul
{
	padding: 0;
	/*list-style: none;*/
	list-style-image: url('../images/reply_arrow-prototype.png');
	margin: 0 0 0 56px
}

div#Content > div.Main > div.MainColumn > div.Discussion li
{
	border: 1px dashed #333;
	padding: 10px;
	position: relative
}

div#Content > div.Main > div.MainColumn > div.Discussion li div.comment-author
{
	border-bottom: 1px dotted #333;
	padding-bottom: 10px;
	font-family: Arials, sans-serif;
	font-size: 16px;
	font-weight: bold
}

div#Content > div.Main > div.MainColumn > div.Discussion li div.comment-author cite
{
	font-style: normal
}

div#Content > div.Main > div.MainColumn > div.Discussion li div.comment-author cite a:link,
div#Content > div.Main > div.MainColumn > div.Discussion li div.comment-author cite a:visited
{
	background-color: transparent;
	color: #000;
	text-decoration: none
}

div#Content > div.Main > div.MainColumn > div.Discussion li div.comment-author cite a:hover
{
	background-color: transparent;
	color: #06c;
	text-decoration: underline
}

div#Content > div.Main > div.MainColumn > div.Discussion li div.comment-author cite a:active
{
	background-color: transparent;
	color: #000;
	text-decoration: underline
}

div#Content > div.Main > div.MainColumn > div.Discussion li div.comment-author img
{
	border: 1px solid #777;
	padding: 2px;
	background-color: #fff;
	margin: 0 5px 0 0;
	display: inline-block
}

div#Content > div.Main > div.MainColumn > div.Discussion li div.comment-meta
{
	/*border: 1px dashed blue;*/
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 10px
}

div#Content > div.Main > div.MainColumn > div.Discussion li div.comment-meta a:link,
div#Content > div.Main > div.MainColumn > div.Discussion li div.comment-meta a:visited
{
	background-color: transparent;
	color: #333;
	text-decoration: none
}

div#Content > div.Main > div.MainColumn > div.Discussion li div.comment-meta a:hover
{
	background-color: transparent;
	color: #06c;
	text-decoration: underline
}

div#Content > div.Main > div.MainColumn > div.Discussion li div.comment-meta a:active
{
	background-color: transparent;
	color: #000;
	text-decoration: underline
}

div#Content > div.Main > div.MainColumn > div.Discussion li div.reply,
div#Content > div.Main > div.MainColumn > div.Discussion div.cancel-comment-reply
{
	/*border: 1px dashed blue;*/
	text-align: right;
	/*margin-bottom: 15px;
	clear: both*/
}

div#Content > div.Main > div.MainColumn > div.Discussion li div.reply a,
div#Content > div.Main > div.MainColumn > div.Discussion div.cancel-comment-reply a
{
	padding: 5px 10px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	/*float: right;
	clear: both*/
}

div#Content > div.Main > div.MainColumn > div.Discussion li div.reply a:link,
div#Content > div.Main > div.MainColumn > div.Discussion li div.reply a:visited,
div#Content > div.Main > div.MainColumn > div.Discussion div.cancel-comment-reply a:link,
div#Content > div.Main > div.MainColumn > div.Discussion div.cancel-comment-reply a:visited
{
	border: 1px solid #333;
	background-color: #777;
	color: #eee;
	text-decoration: none
}

div#Content > div.Main > div.MainColumn > div.Discussion li div.reply a:hover,
div#Content > div.Main > div.MainColumn > div.Discussion div.cancel-comment-reply a:hover
{
	border: 1px solid #333;
	background-color: #999;
	color: #fff;
	text-decoration: none
}

div#Content > div.Main > div.MainColumn > div.Discussion li div.reply a:active,
div#Content > div.Main > div.MainColumn > div.Discussion div.cancel-comment-reply a:active
{
	border: 1px solid #333;
	background-color: #000;
	color: #fff;
	text-decoration: none
}

div#Content > div.Main > div.MainColumn > div.Discussion > ol > li.thread-even
{
	border: 1px solid #bbb;
	background-color: #fff;
	background-image: url('../images/background_gradient-ddd_to_fff_in_500px.png');
	background-repeat: repeat-x;
	color: #000
}

div#Content > div.Main > div.MainColumn > div.Discussion > ol > li.thread-odd
{
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url('../images/background_gradient-eee_to_fff_in_500px.png');
	background-repeat: repeat-x;
	color: #000
}

/*div#Content > div.Main > div.MainColumn > div.Discussion > ol > li.bypostauthor
{
	border: 1px solid #dda;
	background-color: #fff;
	background-image: url('../images/background_gradient-ffc_to_fff_in_500px.png');
	background-repeat: repeat-x;
	color: #000
}*/

div#Content > div.Main > div.MainColumn > div.Discussion > ol ul li.even
{
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url('../images/background_gradient-ddd_to_fff_in_200px.png');
	background-repeat: repeat-x;
	color: #000
}

div#Content > div.Main > div.MainColumn > div.Discussion > ol ul li.odd
{
	border: 1px solid #ddd;
	background-color: #fff;
	background-image: url('../images/background_gradient-eee_to_fff_in_200px.png');
	background-repeat: repeat-x;
	color: #000
}

/*div#Content > div.Main > div.MainColumn > div.Discussion > ol ul li.bypostauthor
{
	border: 1px solid #dda;
	background-color: #fff;
	background-image: url('../images/background_gradient-ffc_to_fff_in_200px.png');
	background-repeat: repeat-x;
	color: #000
}*/

div#Content > div.Main > div.MainColumn > div.Discussion > ol > li + li
{
	margin-top: 15px
}

div#Content > div.Main > div.MainColumn > div.Discussion > ol > li > ul li
{
	margin-top: 10px
}


/*----------------------------------------------------------------------------*\
	Content - Main Column, Discussion - Form Section
\*----------------------------------------------------------------------------*/

div#respond
{
	border: 1px dashed #333;
	padding: 20px; 
	background-color: #fff;
	color: #000;
	margin: 0 20px 20px 20px
}

div#Content > div.Main > div.MainColumn > div.Discussion > ol li div#respond
{
	margin: 10px 0 0 0
}

div#respond h4
{
	margin: 0 0 15px 0
}

div#commentform
{
	margin: 0
}

form#commentform > p
{
	border-top: 1px dashed #bbb;
	padding: 8px 10px;
	margin: 0
}

form#commentform > p:first-child
{
	margin-top: 10px
}

form#commentform > p.Button
{
	text-align: right
}

form#commentform > p.Even
{
	background-color: #ddd;
	color: #000
}

form#commentform > p.Odd
{
	background-color: #eee;
	color: #000
}

form#commentform label
{
	width: 150px;
	display: block;
	float: left
}

form#commentform > p.Even > input, form#commentform > p.Odd > input
{
	/*border: 1px solid #999;*/
	width: 100%; /* 460px */
	max-width: 428px;
	margin: 0
}

form#commentform textarea
{
	/*border: 1px solid #999;*/
	width: 100%; /* 464px */
	max-width: 428px;
	margin: 0
}

/* Is this not selecting the expected element in Firefox? Other browsers? Am I missing something? */
/*form#commentform input[submit]*/
input#submit
{
	margin-left: 150px; width: auto
}


/*----------------------------------------------------------------------------*\
	Content - Sidebar
\*----------------------------------------------------------------------------*/


div#Content > div.Main > div.Sidebar
{
	/*border: 1px dashed red;*/
	padding: 20px;
	width: 260px;
	background-color: #efefef;
	color: #000;
	margin: 0;
	float: right
}

div#Content > div.Main > div.Sidebar > div
{
	margin-top: 20px
}

div#Content > div.Main > div.Sidebar > div:first-child
{
	margin-top: 0
}

div#Content > div.Main > div.Sidebar > div > h2 { border-top: 1px solid #ddd; border-bottom: 1px solid #ccc; padding: 0.15em 0.5em; font-size: 1em; margin: 0 }


/*----------------------------------------------------------------------------*\
	Content - Sidebar, Search Section
\*----------------------------------------------------------------------------*/


div#Content > div.Main > div.Sidebar > div.Search
{
	overflow: auto
}

div#Content > div.Main > div.Sidebar > div.Search > h2
{
	display: none
}

div#Content > div.Main > div.Sidebar > div.Search > form
{
	padding: 0;
	width: 260px;
	margin: 0;
	float: right
}

div#Content > div.Main > div.Sidebar > div.Search > form > div > input[type="text"]
{
	border: none;
	padding: 5px 0 0 25px;
	width: 235px;
	height: 17px;
	background: url('../images/search_field_background.png') no-repeat;
	color: #000;
	margin: 0
}

div#Content > div.Main > div.Sidebar > div.Search > form > div > input[type="submit"]
{
	display: none
}


/*----------------------------------------------------------------------------*\
	Content - Sidebar, Squares
\*----------------------------------------------------------------------------*/


div#Content > div.Main > div.Sidebar > div > div.Squares { width: 260px; height: 395px; margin: 10px 0; position: relative }

div#Content > div.Main > div.Sidebar > div > div.Squares > img { display: block }

div#Content > div.Main > div.Sidebar > div > div.Squares > img.Square1 { position: absolute; left: 0; top: 0 }
div#Content > div.Main > div.Sidebar > div > div.Squares > img.Square2 { position: absolute; left: 135px; top: 0 }
div#Content > div.Main > div.Sidebar > div > div.Squares > img.Square3 { position: absolute; left: 0; top: 135px }
div#Content > div.Main > div.Sidebar > div > div.Squares > img.Square4 { position: absolute; left: 135px; top: 135px }
div#Content > div.Main > div.Sidebar > div > div.Squares > img.Square5 { position: absolute; left: 0; top: 270px }
div#Content > div.Main > div.Sidebar > div > div.Squares > img.Square6 { position: absolute; left: 135px; top: 270px }


/*============================================================================*\
	Page Footer
\*============================================================================*/


/*  OLD Page Footer Style Definitions  */


/*div#PageFooter { width: 980px; margin: 0 auto }
div#PageFooter p { padding: 6px; background-color: #eee; color: #999; width: auto; font-size: 9px; font-weight: bold; margin: 0 }
div#PageFooter p a:link, div#PageFooter p a:visited { background-color: inherit; color: #69c; text-decoration: underline }
div#PageFooter p a:hover { background-color: inherit; color: #00f; text-decoration: underline }
div#PageFooter p a:active { background-color: inherit; color: #c36; text-decoration: underline }*/


/* Page Footer - General */


div#PageFooter
{
	width: 940px;
	/*border: 1px solid red;*/
	background-color: #444;
	color: #fff;

	font-family:  Franklin Gothic Medium, Trebuchet MS, Tahoma, sans-serif;
	font-size: 13px;

	padding: 20px;

	margin: 0 auto;

	position: relative
}


div#PageFooter a
{
	/*font-weight: bold*/
}


div#PageFooter a:link, div#PageFooter a:visited
{
	background-color: transparent;
	color: #f90
}


div#PageFooter a:hover
{
	background-color: transparent;
	color: #fc0
}


div#PageFooter a:active
{
	background-color: transparent;
	color: #fff
}


div#PageFooter > p
{
	padding: 0;
	width: 940px;

	margin: 12px auto

}


div#PageFooter > p:first-child
{
	/*border: 1px solid red;*/

	margin: 0 auto 12px auto
}


div#PageFooter > p.BlahBlahBlah
{
	font-size: 11px;

	clear: both
}


div#PageFooter > p:first-child
{
	margin-top: 0
}


div#PageFooter.Snug
{
	margin-top: 0;
	margin-bottom: 0
}


/* Page Footer - Link Lists */


div#PageFooter > div.LinkLists
{
	/*border: 2px dashed #f00;*/
	padding: 0;
	/*width: 960px;*/

	margin: 24px auto;

	position: relative;
}


div#PageFooter > div.LinkLists > div.LinkList
{
	/*border: 1px dashed #fff;*/
	padding: 0;
	width: 300px;

	margin: 0 0 24px 0;

	float: left
}


div#PageFooter > div.LinkLists > div.LinkList + div.LinkList
{
	margin-left: 20px
}


div#PageFooter > div.LinkLists > div.LinkList > ul > li + li
{
	border-top: 1px dotted #999
}


div#PageFooter div.LinkList h3
{
	border-top: 1px dotted #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px 0;

	font-size: 13px;

	margin: 0
}


div#PageFooter div.LinkList ul
{
	list-style: none;

	padding: 0;

	margin-top: 0;

	position: relative
}


div#PageFooter div.LinkList li
{
	font-size: 11px;

	position: relative
}


div#PageFooter div.LinkLists a
{
	padding: 5px 8px;
	width: 284px;

	display:block
}


div#PageFooter div.LinkLists a:hover
{
	background-color: #333;
	color: #fc0
}


div#PageFooter div.LinkLists a:active
{
	background-color: #222;
	color: #fff
}