/******** DEFAULT STYLES ********/

html *,
* {
	margin: 0;
	padding: 0;
}

html {
	margin-left: auto;
	margin-right: auto;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #000;
	width: 894px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #39c;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 2.2em;
	font-weight: normal;
	padding-bottom: -10px;
}

h3 {
	font-size: 1.2em;
	line-height: 14px;
	padding-top: 10px;
}

p {
 	padding: 0.3em 0;
	line-height: 1.5em;
}

cite {
	font-style: normal;
	padding: 0;
	margin: 0;
}

/******** END DEFAULT STYLES ********/

/***************************************/
/***************************************/
/***************************************/
/***************************************/

/******** HEADER ********/

div#header {
	width: 894px;
	background-color: #fff;
}

head:first-child+body div#header {
	width: auto;
}

div#header h1#logo {
	height: 88px;
	text-indent: -999em;
	background: #fff url("../images/logo.gif") no-repeat top left;
}

div#header div#navHeader {
	background-color: #f00;
	padding-bottom: 10px;
}

div#header div#navHeader ul#navPrimary {
	float: left;
	width: 100%;
	background-color: #fff;
	list-style-type: none;
}

div#header div#navHeader ul#navPrimary li {
	float: left;
	background: url(../images/navRight.gif) no-repeat top right;
}

div#header div#navHeader ul#navPrimary li.selected {
	float: left;
	background: url(../images/selectedRight.gif) no-repeat top right;
}

div#header div#navHeader ul#navPrimary li#links {
	float: left;
	background: url(../images/navEnd.gif) no-repeat top right;
	padding-right: 6px;
}

div#header div#navHeader ul#navPrimary li#links.selected {
	float: left;
	background: url(../images/navEndSelected.gif) no-repeat top right;
	padding-right: 12px;
}

div#header div#navHeader ul#navPrimary li a {
	display: block;
	padding: 0 1.5em;
	line-height: 32px;
	background: url(../images/navLeft.gif) no-repeat top left;
	float: left;
	font-size: 14px;
	color: #666;
}

div#header div#navHeader ul#navPrimary li#Header_Home a {
	display: block;
	padding: 0 1.5em;
	line-height: 32px;
	background: url(../images/navHome.gif) no-repeat top left;
	float: left;
	font-size: 14px;
	color: #666;
}

div#header div#navHeader ul#navPrimary li.selected a,
div#header div#navHeader ul#navPrimary li#Header_Home.selected a {
	display: block;
	padding: 0 1.5em;
	line-height: 32px;
	background: url(../images/selectedLeft.gif) no-repeat top left;
	float: left;
	font-size: 14px;
	color: #fff;
}

div#header div#navHeader ul#navPrimary li a:hover {
	color: #000;
	text-decoration: none;
}

div#header div#navHeader ul#navPrimary li.selected a:hover {
	color: #fff;
	text-decoration: none;
}

/******** END HEADER ********/


/***************************************/
/***************************************/
/***************************************/
/***************************************/


/******** MAIN ********/

div#mainBG {
	width: 894px;
	background-color: #e4e4e4;
}

div#main {
	width: 894px;
	background: transparent url(../images/mainBG.gif) repeat-y;
	margin: 15px 0;
	padding: 0 15px;
}

head:first-child+body div#main {
	width: auto;
}

.BlogTitle
{
	font-size: 15px;
	font-weight: bolder;
}

.BlogSummary
{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}

.BlogInfo
{
	font-size: 11px;
}


/******** CONTENT ********/

div#content {
	float: left;
	width: 656px;
	background-color: #fff;
	font-size:1.2em;
	text-align: left;
}

div#content img#mainImage {
	float: left;
	width: 656px;
	height: 167px;
}


div#content div.contentSections {
	float: left;
	width:  100%;
	margin: 0;
	padding: 24px;
	border-top: 1px solid #e4e4e4;
}

div#content div#firstSection {
	border-top: none;
}

head:first-child+body div#content div.contentSections {
	width: 608px;
}

div#content div.contentSections ul {
	padding-bottom: 5px;
}

div#content div.contentSections ul li {
	display: inline;
	padding-right: 5px;
}

div#content div.contentSections ul#whatsNew {
	padding: 10px 0 0 0;
}

div#content div.contentSections ul#whatsNew li {
	display: block;
	line-height: 1.6em;
}

div#content div.contentSections cite {
	padding: 0 0 10px 0;
	display: block;
}

/******** END CONTENT ********/

/******** INSIDE CONTENT ********/

div#insideContent {
	float: left;
	width: 565px;
	background-color: #fff;
	font-size:1.2em;
	padding: 0 20px;
	text-align: left;
}

head:first-child+body div#insideContent {
	width: 508px;
}

div#insideContent div.contentSections {
	border-top: none;
	border-left: 1px solid #e4e4e4;
	padding: 0 24px 0 24px;
	margin: 20px 0;
	width: 100%;
}

head:first-child+body div#insideContent div.contentSections {
	width: auto;
}

div#insideContent h1 {
	display: block;
	color: #f00;
	font-size: 32px;
}

div#insideContent h2 {
	padding: 10px 0;
	font-size: 24px;
}

div#insideContent ul {
	list-style: normal;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
}

div#insideContent ul li 
{
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

div#subNav 
{
	float: left;
	height: 100%;
	width: 90px;
	margin: 20px 0;
	padding: 50px 5px 50px 10px;
	font-size: 1.1em;
	text-align: left;
}

div#subNav ul
{
	list-style-type: none;
}

div#subNav ul li {
	padding-bottom: 1em;
}

div#subNav ul li a {
	color: #000;
}

div#subNav ul li a:hover,
div#subNav ul li a.selected {
	color: #f00;
	text-decoration: none;
}

/******** SUBNAV ********/

/******** END SUBNAV ********/

/******** END INSIDE CONTENT ********/


/******** SIDEBAR ********/

div#sidebar {
	float: right;
	width: 190px;
	font-size: 1.1em;
	padding-left: 0px;
	text-align: left;
}

head:first-child+body div#sidebar {
	width: 193px;
}

div#sidebar h3 {
	padding-bottom: 5px;
	font-size: 1.4em;
	color: #ff3000;
}

div#sidebar a {
	font-weight: bold;
}

div#sidebar div#newsletter {
	padding: 0 2px 20px;
}

div#sidebar div#newsletter h3 {
	padding-top: 5px;
}

div#sidebar div#newsletter #email {
	float: left;
	margin: 1px 5px 0 0;
	height: 20px;
	width: 125px;
	border-color: #e4e4e4;
}

div#sidebar div.sidebarContent {
	border-top: 1px dotted #000;
	padding: 10px 2px 20px;
}

div#sidebar div.sidebarContent ul {
}

div#sidebar div.sidebarContent ul li {
	line-height: 2em;
	list-style: normal;
}

div#sidebar div.sidebarContent ul li a {
	padding-left: 12px;
	background: url(../images/sidebarLiImage.gif) no-repeat center left;
}

/******** END SIDEBAR ********/

/******** END MAIN ********/


/***************************************/
/***************************************/
/***************************************/
/***************************************/


/******** FOOTER ********/

div#footer {
	width: 894px;
	padding: 10px 15px 15px 45px;
	height: 20px;
	background-color: #f00;
	font-size: 1.1em;
	color: #fff;
	letter-spacing: 0.1em;
}
head:first-child+body div#footer {
	width: auto;
}

div#footer p {
	float: left;
}

div#footer a {
	color: #fff;
}

div#footer ul {
	float: right;
}

div#footer ul li {
	display: inline;
	padding-left: 7px;
}

div#footer ul li#site {
	border-right: 1px solid #fff;
	padding-right: 2px;
}

head:first-child+body div#footer ul li#site {
	padding-right: 10px;
}



/******** END FOOTER ********/


/***************************************/
/***************************************/
/***************************************/
/***************************************/


/* START CLEARFIX SOLUTION */

.clearfix:after, ul.twoColumn:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix, * html ul.twoColumn  {height: 1%;}
/* End hide from IE-mac */

/* END CLEARFIX SOLUTION */ 