/*** Define Basic Eleemnts ***/
html
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px;
	padding:0px;
	color: #333;
	background: #ccc url(../_images/page/bodyBk.gif) repeat;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	line-height: 1.55em;
}
body,
p,
td,
div,
span,
input,
textarea,
select,
option
{
}

form
{
	margin: 0px;
	padding: 0px;
}


/*** General Layout Items ***/
a:link,
a:visited,
a:hover,
a:active
{
	text-decoration: underline;
	color: #333;
	background: inherit;
}
a:hover
{
	text-decoration: none;
}
a img
{
	border: 0;
}
p
{
	margin: 0 0 0.4em 0;
}

div.topEdge
{
	margin: -20px 0 19px 0;
	height: 1px; /* IE bug hack */
}

div.header
{
	margin: 0;
	padding: 0 0 0.9em 0;
}
div.footer
{
	margin: 0;
	padding: 0.9em 0 0 0;
}
div.content
{
	margin: 0 0 0.9em 0;
	padding: 0;
}
.floatleft,
.alignLeft
{
	margin: 0 1.0em 1.0em 0;
	float: left;
}
.floatright,
.alignRight
{
	margin: 0 0 1.0em 1.0em;
	float: right;
}
.alignCenter
{
	display: block;
	margin: 0 auto 1.0em auto;
}
.caption
{
	line-height: 1.2em;
}
ol
{
	padding: 0 0 0 1.0em;
	margin: 0.5em 0 0.8em 0.9em;
	list-style: decimal;
}
ul
{
	padding: 0 0 0 1.0em;
	margin: 0.5em 0 0.8em 0.9em;
	list-style: image;
	list-style-image: url(../_images/ul.png);
}
ul.red li
{
	color: #A34734;
	background: inherit;
}
ul ul
{
	list-style: circle;
	list-style-image: none;
}
ul ul ul
{
	list-style: circle;
	list-style-image: none;
}

.clear
{
	clear: both;
}
.required
{
	color: #A34734;
	background: transparent;
}
h1
{
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #A34734;
	background: transparent;
	padding: 0;
	margin: 1.4em 0 0 0;
}
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active
{
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #A34734;
	background: transparent;
	text-decoration: none;
}
h2
{
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #555;
	background: transparent;
	padding: 0;
	margin: 1.4em 0 0 0;
}
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active
{
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #555;
	background: transparent;
	text-decoration: none;
}
h3
{
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #A34734;
	background: transparent;
	padding: 0;
	margin: 1.4em 0 0 0;
}
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active
{
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #A34734;
	background: transparent;
	text-decoration: none;
}
h4
{
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #555;
	background: transparent;
	padding: 0;
	margin: 1.4em 0 0 0;
}
h4 a:link,
h4 a:visited,
h4 a:hover,
h4 a:active
{
	font-size: 1.25em;
	line-height: 1.4em;
	font-weight: normal;
	color: #555;
	background: transparent;
	text-decoration: none;
}
h5
{
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #A34734;
	background: transparent;
	padding: 0;
	margin: 1.4em 0 0 0;
}
h5 a:link,
h5 a:visited,
h5 a:hover,
h5 a:active
{
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #A34734;
	background: transparent;
	text-decoration: none;
}
h6
{
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #555;
	background: transparent;
	padding: 0;
	margin: 1.4em 0 0 0;
}
h6 a:link,
h6 a:visited,
h6 a:hover,
h6 a:active
{
	font-size: 1.0em;
	line-height: 1.3em;
	font-weight: bold;
	color: #555;
	background: transparent;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover
{
	text-decoration: underline;
}


/*** Primary Viewport ***/
#mainContainer
{
	position: relative;
	width: 970px;
	overflow: hidden;
	margin: 0.5em auto 0 auto;
	background: #fff;
	color: #333;
	border: 1px inset #fff;
}
#copyRight
{
	width: 970px;
	margin: 0.1em auto 1.0em auto;
	text-align: right;
	font-size: 0.8em;
	color: #999;
	background: transparent;
}

/*** Header Region within mainContainer ***/
#mainHeader
{
	position: relative;
	margin: 0;
	padding: 0;
	height: 75px;
}
#headerLogo
{
	position: absolute;
	top: 0;
	left: 0;
}
/*** Content Region within mainContainer (between header and footer) ***/
#mainContent
{
	position: relative;
	margin: 0 80px;
	min-height: 400px;
}
* html #mainContent
{
	height: 400px;
}

#pageTitle
{
	font-size: 20px;
	font-variant: normal;
	font-weight: normal;
	margin: 0;
	padding-bottom: 32px;
	border: 0;
	color: #A34734;
	background: transparent url(../_images/page/pageTitleBk.gif) no-repeat bottom left;
}
/*** Actual Content Region - lives inside mainContent ***/
#insetContent,
.insetContent
{
	position: relative;
	margin: 20px 0;
	padding: 0;
}
.twoColumn #insetContent,
.twoColumn .insetContent
{
	float: left;
	display: inline;
	width: 550px;
	overflow: hidden;
	margin-right: 0;
}
/*** Right bar - side bar area ***/
#rightBar
{
	display: none;
}
.twoColumn #rightBar
{
	float: right;
	display: inline;
	position: relative;
	margin: 20px 0 0 0;
	width: 225px;
	overflow: hidden;
}
div.rightBarBox
{
	margin: 20px 0;
}
div.flvLink
{
	margin: 8px 0;
}
#rightBar h1,
#rightBar h2
{
	font-size: 13px;
	margin-bottom: 4px;
	line-height: auto;
}


/*** Footer Region within mainContainer ***/
#mainFooter
{
	position: relative;
	min-height: 55px;
	padding: 0 80px;
	font-size: 0.9em;
}
* html #mainFooter
{
	height: 55px;
}
#whereIdeasWork
{
	position: absolute;
	bottom: 20px;
	right: 80px;
}
#mainFooter a
{
	margin: 0;
}
#mainFooter a:link,
#mainFooter a:visited,
#mainFooter a:hover,
#mainFooter a:active
{
	font-size: 10px;
	color: #777;
	background: transparent;
	text-decoration: none;
}
#mainFooter a:hover
{
	text-decoration: underline;
}


/**** Top Level Navigation ****/
#navContainer
{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	margin: 0 80px 30px 80px;
	line-height: normal;
	color: inherit;
	background: transparent url(../_images/page/navContainerBk.jpg) repeat-y center top
}
#secNav
{
	border-top: 1px solid #999;
	text-align: center;
	font-size: 0.85em;
}
#navContainer ul
{
	list-style: none;
	margin: 2px 0;
	padding: 0;
}
#navContainer ul li ul
{
	display: none;
}
#navContainer ul li
{
	display: inline;
}
#navContainer ul li a
{
	padding: 0.2em 1em;
	margin: 0;
}
#navContainer ul li a:link,
#navContainer ul li a:visited,
#navContainer ul li a:hover,
#navContainer ul li a:active
{
	background: transparent;
	color: #777;
	text-decoration: none;
}
ul#Nav1a li a:hover,
ul#Nav1a li a.curMenu
{
	background: #a34734;
	color: #fff;
}
#home ul#Nav1a li.home
{
	display: none;
}
#secNav ul li a:hover,
#secNav ul li a.curMenu
{
	background: transparent;
	color: #a34734;
}


/**** Top Static Menu Navigation ****/
ul#Nav1top
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 5px;
	right: 10px;
}
ul#Nav1top li
{
	float: left;
	display: none;
	margin: 0;
	padding: 0 9px 0 10px;
	border-right: 1px solid #999;
	line-height: 11px;
	height: 14px;
	overflow: hidden;
}
ul#Nav1top li.enewsletter,
ul#Nav1top li.flashsite,
ul#Nav1top li.blog
{
	display: inline;
}
#navContainer li.enewsletter,
#navContainer li.flashsite,
#navContainer li.blog
{
	display: none;
}

ul#Nav1top li.enewsletter
{
	padding-right: 0;
	border-right: 0;
}
ul#Nav1top li a:link,
ul#Nav1top li a:visited,
ul#Nav1top li a:hover,
ul#Nav1top li a:active
{
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
}
ul#Nav1top li a:hover,
ul#Nav1top li.curMenu a
{
	color: #A34734;
	background: transparent;
}


/**** List items (news, events, faqs, etc.) ****/
.list
{
}
.list .item /* First item will also have class 'first' */
{
}
.detail .item div.photo,
.list .item div.photo /* Will contain optional link and img */
{
	display: inline;
	float: right;
	margin: 0 0 0.8em 1em;
}
.photoBrowser
{
	border: 0 !important;
}
.sideBar .photoBrowser
{
	display: block;
	float: none;
	margin: 1.0em auto;
}
.detail .return
{
	display: none;
}
a.returnButton
{
	font-weight: bold;
	color: #A34734;
	background: inherit;
	display: block;
	text-decoration: none !important;
}
.detail a.returnButton
{
	position: absolute;
	top: -22px;
	right: 0;
}