/* -----------------------------------------------------------------------
   BODY STYLES
   ----------------------------------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	background: white;
	width: 780px;
}

/* -----------------------------------------------------------------------
   GENERIC STYLES
   ----------------------------------------------------------------------- */
p, li {
	font: small tahoma, Verdana, sans-serif;
}
h1 {
	font: x-large small-caps bold tahoma, arial, sans-serif;
	color: #bf3030;
}
h2 {
	font: large verdana, arial, sans-serif;
	color: #9D080D;
}
a {
	color: #9d080d;
	text-decoration: underline;
}
.invisible {
	display: none;
}

/* -----------------------------------------------------------------------
   SECTION STYLES AND DEFINITIONS
   ----------------------------------------------------------------------- */

/* SECTION 1: The Header Container */
/* definition */
div#header {
	padding: 0;
	margin: 0;
	width: 100%;
}
div#masthead {
	height: 62px;
	width: 100%;
	background-color: #ED1B24;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
div#masthead .logo {
	float: left;
	height: 62px;
	background: url(graphics/g_logo_big.jpg) no-repeat top right;
}
div#masthead .small {
	width: 393px;
}
div#masthead .big {
	width: 554px;
}
div#masthead div.right {
	right: 0;
	top: 1px;
	float: right;
	height: 61px;
	width: 200px;
	padding-left: 42px;
	background: url(graphics/g_masthead_gradient.png) top left repeat-y #F26065;
	text-align: center;
	margin: 0;
}
div#masthead div.right p {
	font: small tahoma, verdana, arial, sans-serif;
	padding: 10pt 0;
	margin: 0;
}

/* styles */
#masthead p,
#masthead h1 {
	color: white;
}
.logo h1 {
	display: none;
}



/* SECTION 2: The Main Content Container (includes sidebar and main content) */
/* definition */
#body {
	width: 100%;
	padding: 0;
	margin: 0;
}



/* SECTION 3: The Sidebar */
/* definition */
#sidebar-left {
	width: 170px;
	margin: 0;
	padding: 0;
	float: left;
}



/* SECTION 4: Main Area */
.sidebar-on #main {
	margin: 0 0 0 170px;
	padding: 0px;
}
.sidebar-off #main {
	margin: 0;
	padding: 0px;
}




/* SECTION 5: Strap */
/* definition */
#strap {
	padding: 10px 2px 0 100px;
}

/* styles */
/* NOTE: Some aspects of the style relating to color scheme and background are defined in a stylesheet in the file itself. */
#strap h2 {
	display: none;
}
#strap p, #strap address {
	margin: 0;
	font: bold small Georgia, "Times New Roman", Times, serif;
}
#strap address {
	margin: 0;
	font: italic small-caps small Georgia, "Times New Roman", Times, serif;
	text-transform: small-caps;
}



/* SECTION 6: Content area */
#content {
	padding: 10px;
	position: relative;
	top: 0;
	left: 0;
}




/* SECTION 7: Main content */
/* definition */
#maincontent {
	margin: 0 235px 0 0;
	padding-right: 20px;
}

/* styles */
#maincontent h3 {
	display: block;
	/* background-color: #ffe2e2; */
	font: bold x-large "High Tower Text", Georgia, "Times New Roman", times, serif;
	border-bottom: 1px #af6666 solid;
	margin-bottom: -0.5em;
	margin-top: 0;
	color: #af6666;
	padding: 2px 0;
}

#maincontent h4 {
	font-weight: bolder;
	font-size: large; 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin-bottom: -0.5em;
}

#maincontent .details {
	font-size: small;
	font-variant: small-caps;
	display: block;
	background-color: #eeeeee;
	margin-top: -1em;
}



/* SECTION 8: Right-sidebar content */
/* definition */
#subcontent {
	position: absolute;
	right: 0;
	top: 10px;
	width: 235px;
}

/* styles */
#subcontent h4 {
	color: red;
	font: large "High Tower Text", Georgia, "Times New Roman", times, serif;
	margin-bottom: -0.5em;
	margin-top: 0;	
}

#subcontent p {
	font-size: small;
}

#subcontent .details {
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	display: block;
	margin-top: -1em;
	text-align: center;
}

#subcontent .contentbox {
	border: 1px black solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: -10px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#subcontent .preview {
	background-color: #ffcccc;
	border: 3px #af6666 dashed;
}

/* SECTION 9: The Footer */
/* definition */
#footer {
	padding: 0;
	margin: 0;
	width: 100%;
}

#copyrightbar {
	height: 42px;
	background-color: #ffcccc;
}
