/**
 * internal.css - Stylesheet for Internal Pages
 */

/***********************************************************************
 * Elements
 **********************************************************************/

.black-line {
	height: 6px; 
	background: #2b2b2b;
}

/* Left Column */

.left-col {
	width: 283px;
	float: left;
	padding: 0px 0px 0px 17px;
}

.page-title {
	text-align: right;
	padding: 27px 0px 35px 0px;
}

.page-title  h1 {
	text-align: right;
}

.page-title .tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
}

.block {
	border-top: #57554c dotted 1px;
	width: 237px;
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 15px 0;
}

.block-title {
	color: #44423b;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.1em;
}

.block.first {
	border-top: none;
}

.block.last {
	border-bottom: none;
}

/* Right Column */

.right-col {
	float: right;
	width: 600px;
	padding-top: 16px;
}

.banner {
	text-align: right;
	margin-bottom: 40px;
	padding-right: 15px;
}

.content {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 50px;
}

.content .title {
	margin-bottom: 12px;
}

.content .sub-title {
	margin-bottom: 12px;
}

/***********************************************************************
 * Items
 **********************************************************************/

/** Body **/

#body {
	width: 900px;
	background: url(../images/flame-middle-internal.jpg) 800px 0px no-repeat;	
	padding-top: 10px;
	margin: auto;
}

/***********************************************************************
 * Classes
 **********************************************************************/


