	/*
Title:       Portfolio of Brion K. Mills General Layout
sSet:        Brion K. Mills
Company:     Mills Interactive Design
Description: Basic layout for one-page porfolio.
*/
/* Table of Contents

		1) =Site Wide Default
		2) =General Markup
				a) :General =Hyperlinks
		3) =Logo Hyperlink
				a) :h1
				b) :h1 a
		4) =Content
				a) :h2 - h5
		5) =MainNav
				a) li
				b) a
				c) a:hover
		6) =subNav	
				a) li
				b) a
				c) a:hover
		7) =Content: Layout
				a) #container
				b) #main
				c) #mainContent
				d) #xContent
		8) =Content: Module
				a) .module
				b) li
				c) dd
				d) dt
		9) =Content: Sidebar
				a) #sideBar
				c) table
				d) th abbr
				e) td
				f) div
				g) ul
				h) li
				i) a:link
				j) .relatedLinks
		10) =Content: Footer Navigation
				a) #footer
				b) #footer .smallLogo
				c) #footer .smallLogo a
				d) #footer .smallLogo img
		11) =Content: FLOAT CLEARING HACK

*/


/***************************************************************
	Anchor Tags
***************************************************************/
/* =Hyperlinks
---------------------------------------*/
a {
	color: #cf5a00;
	text-decoration: none;
/*	border-bottom: 1px #b24e00 dotted;*/
}

a:visited {
	color: #CC7D29;
	text-decoration: none;
}

a:hover {
/*	color: #b24e00;*/
	/*text-decoration: underline;*/
	border-bottom: 1px #b24e00 dotted;
}

a:active {
	color: #66000B;
	text-decoration: none;
}

/* default */
.footer {
	font-size: 10px;
	 color: #ebd39a;
}

.footer a:link {
	color: #000000;
	text-decoration: none;
}

.footer a:visited {
	color: #000000;
	text-decoration: none;
}

.footer a:active,
.footer a:hover {
 	color: #000000;
 	text-decoration: underline;
}

/* =Generic
---------------------------------------*/
*
{
	margin: 0;
	padding: 0;
}

body, center, layer {
	margin: 0 auto;
/*	color: #33332d;*/
	color: #D1C6B0;
	text-align: center;
	font: .76em Arial, Helvetica, sans-serif;
	line-height: 1.3;
	background-color: #a8501a;
/*	background-image: url(../graphics/bodyBg.jpg);*/
/*	background-image: url(../graphics/bodyBg.gif);*/
	background-position: left top;
	background-repeat: repeat-x;
}

#bkLogo {
	position: absolute;
	top: 10px;
	right: 225px;
	height: 75px;
}

hr {
	margin: 10px 0px;
	padding: 0px;
	border-bottom: 1px solid #C2BAA9;
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-left: none;	
}

ol {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 1em;
	list-style-position: outside;
	list-style-type: none;
	color: #69542F;
}

ol li {
	margin: 0 0 10px 25px;
	color: #666159;
}

ul {
	position: relative; /*IE hack */
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	position: relative;
	margin: 4px 0 0 0;
	padding: 0 0 0 11px;
/*	background-image: url(../graphics/bullet_brown.gif);
	background-repeat: no-repeat;
	background-position: left 3px;*/
}

ul li a {
	border-bottom: none;
}

hr {
	margin: 10px 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
}

/* :hidden */
.hide {
	margin: 0;
	padding: 0;
	height: 0;
	display: none;
}

p {
	margin: 0;
}

b, strong {
	font-weight: bold;
}

img {
    border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* = Newsletter Subscribe Form
-----------------------------------------*/
span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 
div.module form {
	padding: 10px;
}
div.module form input {
	margin-bottom:10px;	
}

/* =General Layout
---------------------------------------*/

#outerWrap {
	position: relative;
	width: 995px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #331a02;
	border-left: 5px solid #241201;
	border-right: 5px solid #241201;
	overflow: auto;
}

#header {
	position: relative;
	margin: 0 8px -2px 10px;
	padding: 0 0 4px 0;
	height: 100px;
/*	background-image: url(../graphics/mid_header.gif);
	background-position: left bottom;
	background-repeat: no-repeat;*/
	border-bottom: 6px #241201 solid;
}

/*#bkLogo {
	position: absolute;
	top: 0px;
	right: 229px;
	height: 75px;
	z-index: 1000;
}*/

/* =Logo Hyperlink
---------------------------------------*/

h1 {
	position: absolute;
	margin: 0 0 0 8px;
	padding: 0;
	height: 127px;
	width: 200px;
	top: 10px;
	left: 0px;
	z-index: 100;
}

h1 a {
	position: absolute;
	margin: 0;
	padding: 0;
	display: block;
	width: 445px;
	height: 80px;
	top: 9px;
	left: -19px;
	color: #990000;
/*	text-decoration: none;*/
	border-bottom: none;
 	background-image: url(../graphics/midLogo.png);
/*	background-image: url(../graphics/midLogo.gif);	*/
}
* html h1 a {
	width: 218px;
	background-image: url(../graphics/mid-logo-v1.gif);	
}
h1 a:hover {
	border-bottom: none;
}

h1 a span, h1 span {
	display: none;
	text-decoration: none;
}

/* =Headers
-------------------------------- */

h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 20px;
}

h2 a, 
h2 a:visited {
	color: #fff;
	text-decoration: none;
}

h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 20px;
}

h4 {
	font-size: 1em;
	text-align: left;
	display: block;
	margin: 3px 0 3px 5px;
	padding: 0;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h6 {
	font-size: 0.7em;
	margin: 0 0 3px 3px;
	padding: 0;
	font-weight: bold;
}

/* =Resume/Contact Links
------------------------------ */

ul#subNav {
	position: absolute;
	margin: 0 10px 7px 0;
	padding: 0;
	height: 15px;
	width: auto;
	top: 80px;
	right: -7px;
	text-align: right;
	color: #69d1e0;
}

ul#subNav li {
	margin: 0;
	padding: 0;
	display: inline;
	color: #B0E8F1;
}

ul#subNav li a {
	margin: 0 10px;
}

ul#subNav a {
	margin: 0;
	padding-top: 3px;
	font: 1.05em arial, sans-serif;
	color: #B0E8F1; 
 	text-decoration: none;
/*	border-bottom: transparent;*/
}

ul#subNav a:hover {
	padding-top: 3px;
	color: #DED5C3; 
	text-decoration: none;
	border-bottom: 1px dotted #DED5C3;
}

ul#subNav span {
	margin: 0 10px 21px -6px;
	color : #69d1e0;
	font-size: 1.3em;
}

/*ul#subNav span {
	color : #DED5C3;
}*/

/*ul#subNav li span {
	margin-right: 2px;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: .09em;
	color: #ff4f20;
}*/



/* =Content: Main
-------------------------------- */

#container {
	position: relative;
	margin: 5px 0 15px 12px;
	padding: 0 3px;
/*	float: right;*/
	right: 5px;
/*	background-color: #1c0d04;*/
}

#xContent {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
}

#xContent #progSol {
	font-size:1.2em;
	left:15px;
	margin:0 5px 0;
	padding:2px;
	position:absolute;
	top:116px;
	width: 671px;
}

* html #xContent #progSol {
	margin-bottom: 30px;
}

#xContent #progSol h2 {
	margin: 0 0 13px 0;
	padding: 0;
	font-size: 2.2em;
	font-weight: normal;
	color: #52C6D6;
}

#xContent #progSol p {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 1.1em;
}

#xContent #mainPic {
	margin: 0;
}

#xContent #mainPic img {
	border: 1px solid #1e0d04;
}

/* =Content: Primary Content
---------------------------------------*/

.pContent {
	position: relative;
	width: 75%;
	margin: 0 0 0 2px;
	padding: 0 5px;
	font-size: 1.15em;
	text-align: left;
	float: left;
}


/* =body id's
--------------------- */

body#ads .pContent,
body#landing .pContent {
	width: 970px;
	float: none;
	margin: 0;
}
body#services #header {
	margin-bottom: 22px;
}
body#contact #container {
/*	width: 969px;*/
}
body#contact #container h3 {
	color:#BE5020;
	font-size:2em;
	margin-bottom:5px;
	margin-left:6px;	
}
body#contact #container form {
	margin-top: 10px;
	padding: 20px;
	background-color: #311801;
/*	border: 1px dotted #532C16;*/
}
/* ------------------ */
.pContent h2 {
	margin: 0 0 5px 0;
	padding: 7px 0 5px 8px;
	position: relative;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 18px;
	color: #ded5c3;
	border-bottom: 1px dotted #69d1e0;
/*	background-color: #b1d6b7;
	background-image: url(../graphics/headerGradient.jpg);
	background-position: left;
	background-repeat: repeat-x;*/
/*	border-left: 3px solid #7ba882;*/
}
#contHighlight h2,
h2.mainHd {
	margin-bottom: 11px;
	border-bottom: 1px dotted #DF7B10;
}
#prevWork h2 {
	border-bottom: 1px dotted #69d1e0;
}

* html .pContent h2 {height: 1%;}

.pContent h2 img,
.pContent h3 img {
	margin: 1px 3px 0 3px;
}

.pContent h3 {
	margin: 0 0 1px 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3;
	color: #2ecae1;
}

.pContent h3 a,
.pContent h3 a:visited {
	color: #2E2416;
	text-decoration: none;
	background-color: transparent;
}

.pContent h3 a:hover {
	color: #2E2416;
	text-decoration: underline;
	background-color: transparent;
}

.pContent h4 {
	margin: 9px 0 -2px 0;
	padding: 0;
	font-size: 1.3em;
}

.pContent div {
	position: relative;
	margin: 0 0 50px 8px;
	padding: 0;
}

.pContent div p {
	margin-left: 2px;
}

.pContent p {
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 20px;
}

.pContent ul {
	margin: 15px 10px;
}

.pContent ul li {
	position: relative;
	margin: 7px 0 9px 5px;
	padding: 0 0 0 15px;
	background-position: left 4px;
}

.pContent ul li span {
	font-size: 0.95em;
	color: #2E2416;
	margin: 3px 0 0 0;
	padding: 0 0 0 2px;
}

/*------------------*/
.pContent li {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 20px;
	font-size: .9em;
	color: #b0e8f1;
	background-image: url(../graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	clear: both;
}

.pContent li a,
.pContent li a:visited,
.pContent li a:active {
	color: #b0e8f1;
}

.pContent li a:hover {
	border-bottom: none;
	color: #df7b10;
}
/*------------------*/


#container .pContent p img {
	margin: 3px 7px 0 3px;
	padding: 0px;
	border: 3px solid #1B0C05;
	float: left;
}
body#services .pContent img {
	border: none !important;
}
.pContent a:hover img {
	border: 3px solid #a13b08;
	background-color: #B0A691;
}

.pContent #contHighlight {
	margin: -6px 0 30px 0;
	padding: 0 10px 10px;
	font-size: 1em;
	overflow: auto;
	background: #482401 url(../images/containerBg.jpg) repeat-x top left;
	border: #2E1600 solid 5px;
}

* html .pContent #contHighlight {
	margin-bottom: 30px;
}

.pContent #contHighlight h3 {
	margin: 10px 0 5px 0;
	font-size: 2.25em;
	color: #df5526;
}

.pContent #contHighlight h3 a,
.pContent #contHighlight h3 a:hover {
	border-bottom: none;
}

.pContent #contHighlight li {
	margin-left: -6px;
	font-size: .9em;
	background-image: none;
}

.pContent #contHighlight p {
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 3px;
}

.pContent p.intro:first-letter {
	font-size: 200%;
	font-weight: bold;
}

.pContent #contHighlight p img {
	margin: 4px 8px 40px -1px;
/*	border: 5px solid #89c993;*/
	border: 4px solid #1B0C05;
/*	background-color: #B0A691;*/
	padding: 1px;
}

/*.pContent #contHighlight p a:hover img {
	border: 4px solid #a13b08;
}*/

.pContent #contHighlight .category {
	margin-left: 0;
}
body#home .pContent #contHighlight img {
	border: none;
}

.pContent .category {
	margin: -4px 0 1px 1px;
	padding: 0 0 0 2px;
	font-size: 0.9em;
	font-weight: bold;
	color: #ded5c3;
}

.pContent .category span {
	color: #df7b10;
	font-weight: normal;
}

.pContent .sSet {
	margin: -8px 0 0 0;
	padding: 0;
	font-size: 0.9em;
	font-style: italic;
	color: #93e0eb;
}

.pContent span.launch {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 1px;
	float: right;
	overflow: hidden;
}

.pContent span.launch a {
	padding: 10px 8px;
	font-size: .85em;
	color: #e05103;
}

.pContent span.launch a:hover {
	color: #69d1e0;
	border-bottom: 1px dotted #69d1e0;
/*	text-decoration: underline;*/
}

.pContent #prevWork .podContainer {
	margin-left: -7px;
	margin-bottom: 20px;
	padding-right: 5px;
	overflow: auto;
/*	border-bottom: 1px #552200 solid;*/
}

.podContainer img {
	margin: 0 0 5px 7px;
	padding: 3px;
	float: none;
	border: 3px solid #DED5C3;
}

.pContent #prevWork .podContainer .pods {
	margin: -10px 9px 0 8px;
	position: relative;
	float: left;
	clear: right;
	overflow: auto;
	width: 345px;
}
* html .pContent #prevWork .podContainer .pods {
	margin-left: 4px;
}

.pContent #prevWork .podContainer .pods h3 {
	color: #52C6D6;
}

* html .pContent #prevWork .podContainer {
	height: 1%;
}

.pContent #prevWork div {
	margin: 10px 0 25px 4px;
	overflow: auto;
	clear: both;
}

* html .pContent #prevWork div {
	margin-top: 10px;
	margin-bottom: 60px;	
}

.pContent #prevWork div h3 {
	margin: 15px 0 0 7px;
	font-size: 1.3em;
}

.pContent #prevWork div h3 a:hover {
	border-bottom: none;
}

.pContent #prevWork h5 {
	color: #2E2416;
}

.pContent #prevWork p.category {
	margin-left: 6px;
	margin-top: 0px;
	color: #ded5c3;
}

.pContent #prevWork .podContainer .pods .sSet {
	margin-left: 7px;
	margin-top: 0px;
	color: #daf3f7;
}

.pContent #prevWork p {
	margin-bottom: 15px;
	margin-left: 9px;
	font-size: .94em;
}

.pContent #prevWork div p a img {
	margin: 2px 8px 1px 0;
	padding: 2px;
/*	border: 1px solid;*/
	height: 75px;
	width: 75px;
}

.pContent #prevWork .category {
	margin: 0 0 1px 0;
	font-size: .85em;
	font-weight: bold;
}

.pContent #prevWork .category span {
/*	color: #cf5a00;*/
	font-weight: normal;
}

.pContent #prevWork p.sSet {
	font-size: 0.85em;
	font-style:italic;
	color: #b1d6b7;
}

div.columnWrap {
	margin: 0 !important;
	background: #fff;
}
div.columnWrap h3 {
	margin-bottom: 10px;
	font-size: 1.3em;
}
div.columnWrap .process {
	margin: 0 30px 25px 9px;
	float: left;
	width: 205px;
	overflow: hidden;
/*	text-align: left;*/
}
div.columnWrap .process p {
	margin: 10px 0;
	font-size: .85em;
}
div.columnWrap .process img {
	width: 190px;;
	padding: 3px;
	float: none;
	border: 3px solid #DED5C3;
}

/* =services
------------------------------------*/
body#services #container {
	margin-top: -19px;
}
body#services #container .pContent div {
	margin: -2px 0 5px 0 !important;
	padding: 5px 8px;
}
body#services #container .pContent div#contHighlight {
	margin: -3px 0 0 0px !important;
}
body#services #container .pContent div h4 {
	margin: 15px 0 0 8px;
	font-size: .9em;
}
body#services #container .pContent div img {
	margin-left: 0px;
	padding: 2px;
}
body#services #container .pContent div ol {
	margin: 10px 0 0 0;
}
body#services #container .pContent div li {
	margin: 5px 0 15px 10px;
	padding: 0 0 0 20px;
	font-size: 1em;
	color: inherit;
	background-image: url(../graphics/mid-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	clear: both;	
}
#services .pContent #prevWork .podContainer {
	margin-left: -7px;
	margin-bottom: 20px;
	padding-right: 5px;
	overflow: auto;
/*	border-bottom: 1px #552200 solid;*/
}

#services .pContent #prevWork .podContainer .pods {
	margin: -10px 9px 0 10px;
	position: relative;
	float: left;
	clear: right;
	overflow: auto;
/*	width: 318px;*/
}

#services .pContent #prevWork .podContainer .pods h3 {
	color: #52C6D6;
}

* html #services .pContent #prevWork .podContainer {
	height: 1%;
}

/* =Embedded Flash
------------------------------------*/
#xContent #homeFlash {
	margin-top: -12px;
	margin-bottom: 15px;
	padding: 0 0 4px 0;
/*	border-top: 6px #3b1900 solid;*/
	height: 200px;
/*	border-bottom: 2px #69d1e0 solid;*/
/*	background-image: url(../graphics/flashBorder.jpg);*/
/*	position: bottom left;*/
/*	background-repeat: repeat-x;*/
}

#contHighlight #itcc {
	margin: 0;
	padding: 5px;
	position: relative;
	text-align: left;
/*	border: 7px #552200 solid;*/
	width: 450px;
}

* html #contHighlight #itcc,
* html #contHighlight #itci631
* html #contHighlight #ct2006 {
	border: none;
}

#contHighlight #itci631,
#contHighlight #ct2006 {
	position: relative;
	margin: 0;
	padding: 5px 5px 0 5px;
	text-align: left;
/*	border: 7px #552200 solid;*/
	width: 728px;
}

#contHighlight #rca {
	position: relative;
	margin: 50px 0 40px 0;
	padding: 5px 5px 0 5px;
	text-align: left;
/*	border: none !important;*/
	width: 225px;
}

#prevwork .return a,
#prevWork .return a:hover {
	margin: 0 3px 0px 0;
	float: right;
}

/* =PDF Word Doc icon postioning 
### borrowed but not yet implemented ###
---------------------------------*/

.pContent .pdf, 
.pContent .download {
	margin-top: 8px;
}

.pContent .pdfClick a, 
.pContent .download a {
	font-size: .9em;
}

.pContent .pdfClick a img, 
.pContent .download a img {
	margin: 0px 5px 0 0;
}

.pContent .pdf img, 
.pContent .download img {
	margin: -3px 8px 0 0;
}

/* =Secondary Content
---------------------------------------*/

.sContent {
  width: 21%;
	float: right;
	margin: 0 14px 0 0;
	padding: 0 0 15px 0;
	text-align: left;
/*	background-color: ;*/
}

* html .sContent {
	margin-right: 6px;
}

.sContent h2 {
	margin: 0;
	font-size: 1.1em;
	line-height: 18px;
	color: #7ba882;
}

.module {
	margin-bottom: 20px;
}

.module img {
	padding-bottom: 10px !important;
/*	border: 3px solid #45200b;*/
}

.module h2 {
	margin-bottom: 6px;
	padding-bottom: 3px;
/*	color: #89c993;	
	border-bottom: 1px solid #7ba882;*/
	color: #ded5c3;
	border-bottom: 1px dotted #df7b10;
}

.module h3 {
	margin: 5px 5px -8px 10px;
}


.module p {
	margin: 5px 5px 5px 10px;
	line-height: 1.5em;
}

.module p a img {
	margin-top: 10px;
}

.module p a:hover img {
	border: none;
	background: none;
}

.module img {
	margin: 0 0 0 2px;
}

.module a:hover img {
	border: 1px solid;
	background-color: #c5e0c9;
}


* html .module div img {
	margin: 5px 15px 0 0;
}

.module ul {
	margin: 15px 0 5px 0;
	padding: 0;
}

.module li {
	margin: 5px 0 5px 10px;
	padding: 0 0 0 20px;
	font-size: 1em;
	color: #b0e8f1;
	background-image: url(../graphics/mid-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	clear: both;
}

.module li a,
.module li a:visited,
.module li a:active {
	color: #b0e8f1;
}

.module li a:hover {
	border-bottom: none;
	color: #df7b10;
}

.module ul li.alaLink a {
	background-image: transparent;
	list-style-type: none;
	font-size: 2em;
}

.module #twitter_div h2.sidebar-title {
	padding-left: 38px;
	background:transparent url('../graphics/icons-twitter.png') 8px 6px no-repeat;
	height: 24px;
}

.module #twitter_div a:hover {
	border-bottom: none;
}

.module #twitter_div li {
	margin: 0 0 15px 10px;
	padding: 0;
	line-height: 1.5em;
	background: none;
	list-style: none;
	color: #D1C6B0;
}

.module #twitter_div li a {
	color: #CC7D29;
}
.module #twitter_div li a:hover {
	border-bottom: 1px dotted;
}
.module #twitter_div a:hover img {
	background: none;
	border: none;
}
/* =Flickr Badge
------------------------------------ */

#myFlickr {
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#myFlickr h2 {
	margin: 0 0 10px 0;
	padding: 8px 0 3px 12px;
	color: #fff;
	border-bottom: 1px dotted #b0e8f1;
}

* html #myflickr h2 a {
	text-decoration: none;
	border-bottom: transparent !important;
}

#myFlickr div {
	float: right;
	clear: right;
	text-align: left;
	width: 110px;	
}

* html #myFlickr div img {
	margin: 5px 15px 0 0;
}

#myFlickr img {
	margin: 1px 0 0 10px;
	padding: 2px;
	float: left;
	}

* html #myFlickr img {
	margin: 4px 8px 0 10px;
	}

#myFlickr ul {
	margin: 0 0 5px 0;
	padding: 0;
	/* width: 270px; */
	/* border-right: 1px #e9e0d4 solid; */
}

#myFlickr li {
	margin: 5px 0 5px 0;
	/* font-size: 0.95em; */
	background-image: none;
}

/* Footer Navigation
---------------------------------------*/
#footer {
	margin: 0 auto;
	padding: 20px 0;
	text-align: right;
	clear: both;
	overflow: auto;
	width: 1005px;
	background-color: #1B0C05;
	border-top: 4px solid #241201;
}

#footer ul {
	margin: 1.5em 3em;
	list-style: none;
}

#footer li {
	display: inline;
	background-image: none;
}

#footer li a {
	white-space: nowrap;
	text-decoration: none;
	color: ##D5642D;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	color: #4b3620;
}

#footer p a {
	color: #e05104;
}

#footer p img {
	margin-top: 5px;
	border: none;
}

/* Footer Navigation
---------------------------------------*/
#footer #footerNav {
	position: relative;
	height: 50px;
	margin: 10px 0 0 0;
	padding: 3px 0 0;
	border-top:  10px solid #9B8D7D;
	text-align: right;
}

#footer #footerNav ul,
#footer #footerNav li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer #footerNav ul li {
	display: inline;
	background-image: none;
}

#footer #footerNav a,
#footer #footerNav a:hover {
	position: relative;
	margin: 0;
	padding: 2px 20px;
	font: 12px/12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #9b8d7d;
}

#footer #footerNav a:hover {
	background: #2e2416 url(../graphics/navBg.gif) repeat-x left center;
}

#footer #moreLinks {
	position: relative;
	margin: 0;
	padding: 0;
}

* html #footer #moreLinks {
	overflow: auto;
}

#footer #moreLinks ul {
	position: relative;	
	margin: 19px 10px 10px 0;
	padding: 0;	
}

#footer #moreLinks li {
	margin: 0 10px 0 0px;
	padding: 0;
	position: relative;
	background-image: none;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
}

#footer .moreLiinks li a {
	padding: 0;
/*	border-bottom: transparent;*/
	text-decoration: none;
}

#footer #moreLinks li a:hover {	
	border-bottom: 1px dotted;
	text-decoration: none;
}

#footer #moreLinks p {
	margin-bottom: 10px;
}


/* Copyright Navigation
---------------------------------------*/
#copyright {
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
	color: #2F1F01;
	text-align: center;
	font-size: 1em;
}

#copyright ul,
#copyright li {
	margin: 0;
	padding: 0;
}

#copyright a,
#copyright a:visited,
#copyright a:hover {
	margin: 0;
	padding: 0;
	color: #2F1F01;
	text-decoration: none;
}

#copyright a:hover 
{ text-decoration: underline; }

#copyright br 
{ display: block; }

#container,
#pContent,
#sContent,
#xContent
{display: inline;}

#container,
#pContent,
#sContent,
#xContent
{display: block;}

/* End hide from IE-mac */

/********************************/
/*      END FLOAT CLEARING       */
/********************************/
