@charset "UTF-8";
/* CSS Document */

/* *****************
	Global Styles
*********************/

html {
	height:100%;
}

body  {
	height:100%;
	font: 100% Helvetica, sans-serif;
	background:#4a1a4a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4a1a4a;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	/*font-weight: bold;*/
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1 {
	text-align: left;
	font-size: 30px;
	padding: 32px 0 10px 30px;
	margin: 0 20px 0 30px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 30px;
	font-weight:normal;
	color:#A32C6E;
}

h4 {
	color: #A32C6E;
	font-size: 20px;
	font-weight:normal;
	/*margin: 20px 0 20px 0;
	display: inline;*/	
}

h5 {
	font-size: 20px;
}

img { border:0; padding:0; margin:0; }
ul { margin:0; padding:0 }

/* *****************
	Container Styles
*********************/

#container { 
	width: 1082px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
} 

/* *****************
	Menu Styles
*********************/

#menu { background-image:url('../images/menu_slice.jpg'); background-repeat:repeat-x; height:33px; padding-left:135px; z-index:1 }
#menu li { display:inline;white-space: nowrap; padding:0; margin:0; letter-spacing:0px; list-style: none; }
#menu ul { padding:0; margin:0; }

/* *****************
	Main Styles
*********************/

#main { background-image:url('../images/bg_repeat.jpg'); background-repeat:repeat-y; min-height:530px;}
#left_bg { float:left; background-image:url('../images/left_body_bg.jpg'); background-repeat:repeat-y; width:97px; height:463px; }
#right_bg { float:right; background-image:url('../images/right_body_bg.jpg'); background-repeat:repeat-y; width:92px; height:463px; }

#sidebar1 {
	border:1px solid #000;
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:0 120px 0 0;
}

#content {
	float:left;
	width:893px;
	/*background:#ffffff;*/
	background:#ffe7ee;
	min-height:463px;
	z-index:1;
}

#header {
	background-image:url('../images/header.jpg'); background-repeat:no-repeat;
	width:1082px;
	height:186px;
}

#forum_bubble {
	position:relative;
	top:58px;
	left:720px;
	z-index:0;
}

#footer {
	background-image:url('../images/footer.jpg'); background-repeat:no-repeat;
	width:1082px;
	height:97px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#pullquote {
	float: right;
	margin: 0 0 .4em 1em;
	width: 145px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 20px;
	line-height: 1.3em;
}

.floatImg {
	float:left;
	padding:5px 20px 10px 5px;
}

#supportingContent {
	padding:0 30px 0 30px;
}

#supportingLargerMargin {
	padding:0 50px 0 60px;
}

#supportingContent, #supportingLargerMargin p {
	font-family: Helvetica, Arial;
	font-size:11px;
	line-height: 16px;
	color:#333333;
}

#supportNoPhoto {
	padding:0 55px 0 55px;
}

#supportNoPhoto p {
	font-family: Helvetica, Arial;
	font-size:11px;
	line-height: 16px;
	color:#333333;
}

#supportingLargerMargin li {
	list-style:none;
	line-height:18px;
	font-size:11px;
}

#contactBG {
	background-image:url('../images/contact_bg.jpg'); background-repeat:repeat-y;
	width:488px;
	height:371px;
	margin-top:10px;
}

.sponsorLink {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#A32C6E;
}

.sponsorLink a:visited {
	font-size:11px;
	font-weight:normal;
	text-decoration:none; 
	color:#A32C6E;
	letter-spacing:-1px;
}