/* LAST UPDATED 09.25.08 */

/*

	Table of Contents

	I. GENERAL
	II. NAVIGATION MENUS
	III. STRUCTURE & TYPOGRAPHY
	IV. FORM ELEMENTS
	V. HEADINGS

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #b5b5b5 url('../images/bg.gif') top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #231f20;
}

p, ul { padding: 0 0 14px 0; }

a {
	color: #8a3f36;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
	position: relative;
}

a:hover { color: #777; }

a img { border: 0; }

.small { font-size: 90%; }

ul, ol { margin-left: 20px; }

.alignLeft {
	float: left;
	margin: 0 14px 0 0;
}

.alignRight {
	float: right;
	margin: 0 0 0 14px;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px #777 solid;
	margin-bottom: 14px;
}


.rssicon {
	padding-left: 14px;
	background: url(/Images/rss_icon.gif) no-repeat 0 50%;
}

/* -----------------------------------------------------------
		II. NAVIGATION MENUS
----------------------------------------------------------- */

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 52px;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	float: right;
}

#nav ul li {
	float: left;
	background: url('../images/bg-li.gif') center left no-repeat;
	padding-left: 1px;
	text-align: center;
}

#nav ul li.about a { width: 75px; }
#nav ul li.profile a { width: 140px; }
#nav ul li.faqs a { width: 70px; }
#nav ul li.office a { width: 80px; }
#nav ul li.contact a { width: 80px; }
#nav ul li.blog a {width: 80px; }
#nav ul li.podcast a {width: 80px; }

#nav ul li a {
	display: block;
	height: 52px;
	color: #DDD9EC;
	text-decoration: none;
	background: url('../images/bg-li-a.jpg') bottom center no-repeat;
}

#nav ul li a:hover { background-position: top; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	margin: 0 auto;
                     background:transparent url(../images/background3.png) repeat-y center center;
	width: 790px;
	padding: 0;
}

#wrap {
        _background:transparent url(../images/background3.gif) repeat-y center center;
}

	#content {
		margin: 0;
		padding: 0 14px 0 19px;
	}

#content #midheader {
background:transparent url(../images/background3.png) repeat-y center center;
margin:0;
padding:0;
}

#content #midheader {
_background:transparent url(../images/background3.gif) repeat-y center center;
}

		#header {
			padding: 0;
			height: 285px;
		}

		#nav {
			height: 52px;
			background: url('../images/bg-nav.gif') no-repeat;
		}

		#sidebar {
			float: left;
			width: 148px;
			padding: 20px 0 0 20px;
		}

			#sidebar ul, #sidebar li {
				list-style: none;
				margin: 0 0 14px 0;
				padding: 0;
				font-style: italic;
			}

		#mainContent {
			float: right;
			width: 518px;
			padding: 20px 43px 0 0;
			line-height: 1.5em;
		}

		#footer {
			clear: both;
			margin-top: 30px;
			height: 52px;
			line-height: 52px;
			color: #fff;
			text-align: center;
			font-size: 90%;
			background: url('../images/bg-nav.gif') no-repeat;
		}

			#footer p {
				padding: 0;
			}

	#footerShadow {
		height: 20px;
		background: url('../images/bg-footerShadow.png') no-repeat;
	}

      #footerShadow {
		_background: url('../images/bg-footerShadow.gif') no-repeat;
	}

/* -----------------------------------------------------------
		IV. FORM ELEMENTS
----------------------------------------------------------- */


/* -----------------------------------------------------------
		V. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 14px 0;
	margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 22px; }

	h1 {
		color: #8a3f36;
		font-family: "Times New Roman", Times, serif;
	}

h2 { font-size: 19px; }

	#sidebar h2 {
		color: #8a3f36;
		font-family: "Times New Roman", Times, serif;
		
	}

	#mainContent h2 {
		color: #8a3f36;
		font-family: "Times New Roman", Times, serif;
	}

h3 {
	font-size: 100%;
	font-style: italic;
}

h4 {
	font-size: 100%;
	color: #8a3f36;
	font-style: italic;
}

h5 {
	font-size: 100%;
	color: #8a3f36;
}

/* -----------------------------------------------------------
		VI. FixPNG for IE6 (from Komodo)
----------------------------------------------------------- */

* html .fixPNG {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}

/* -----------------------------------------------------------
		CLEARFIX
----------------------------------------------------------- */

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

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */