
/*************************** Elements ************************************/
body {
	margin: 0px;
	padding: 0px;
	
	background-color: #343434;

	font-family: Geneva, Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 195%;
	color: #fff;
	
}


p {
	padding: 0px 0px 2em 0px;
	margin: 0px;
}

img, table {
	border: 0px;
}




/*************************** Text and Headers ************************************/

.t2 {
	font-size: 90%;
	line-height: 195%;
}

h1, h2 {
	font-family: Helvetica, Arial;
	font-weight: normal;
	color: #DE6F1C;
}
	h1 {
		margin: 8px 0px 18px 0px;
		font-size: 250%;
	}
	h2 {
		margin: 5px 0px 5px 0px;
		font-size: 140%;
	}





/*************************** colors ********************************/

.orange {
	color: #DE6F1C;
}

.blue {
	color: #C5D1CF;
}



/*************************** links ************************************/
a {
	color: #DE6F1C;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: underline;
}







/*************************** Common Elements *************************/

ul {
	padding: 0px 2em 2em 2.5em;
	margin: 0px;
	list-style-type: none;
}
	ul li {
		padding: 0px 0px 3px 10px;
		color: #DE6F1C;
		background-image: url('../images/bullet.gif');
		background-repeat: no-repeat;
		background-position: 0px 9px;
	}




div.callout-right {
	position: absolute;
	bottom: 40px;
	right: 1px;

	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	color: #A8BCBE;
}

	div.callout-right div.top,
	div.callout-right div.bottom {
		height: 17px;
		width: 223px;
		overflow: hidden;
	}
	div.callout-right div.top {
		background-image: url('../images/callout-right-top.gif');
	}
	div.callout-right div.bottom {
		background-image: url('../images/callout-right-bottom.gif');
	}
	div.callout-right div.middle {
		width: 173px;
		padding: 0px 20px 0px 30px;
		background-image: url('../images/callout-right-middle.gif');
		background-repeat: repeat-y;
	}


div.callout-left {
	position: absolute;
	bottom: 25px;
	left: 0px;

	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	color: #A8BCBE;
}

	div.callout-left div.top,
	div.callout-left div.bottom {
		height: 17px;
		width: 193px;
		overflow: hidden;
	}
	div.callout-left div.top {
		background-image: url('../images/callout-left-top.gif');
	}
	div.callout-left div.bottom {
		background-image: url('../images/callout-left-bottom.gif');
	}
	div.callout-left div.middle {
		width: 193px;
		padding: 0px 20px 0px 20px;
		background-image: url('../images/callout-left-middle.gif');
		background-repeat: repeat-y;
	}





/*************************** Layout Components ************************************/

#shell1 {
	position: relative;
	width: 901px;

	margin: 75px auto 30px auto;
	padding: 0px;
}

#shell_top {
	position: relative;
	width: 901px;
	overflow: auto;
}


	#shell_left {
		position: relative;
		float: left;
		width: 264px;
		height:600px;
		
		background-color: #282c2c;
		border: 1px solid #A8BCBE;
		border-right-width: 0px;
	}

		#logo {
			position: relative;
			width: 265px;
			height: 158px;
			background-color: #212121;
			border: 0px solid #A8BCBE;
			border-bottom-width: 1px;
		}
			#logo img {
				width: 196px;
				height: 69px;
			
				padding: 45px 0px 0px 23px;
			}

	#shell_right {
		position: relative;
		float: left;
		overflow: hidden;
		width: 633px;
		height: 600px;
		min-height: 600px;
		
		background-color: #212121;
		border: 1px solid #A8BCBE;
	}
		
		#banner {
			width: 633px;
			height: 158px;
			border: 0px solid #A8BCBE;
			border-bottom-width: 1px;
		}
	
	
#shell_bottom {
	position: relative;
	margin: 0px;
	padding: 5px 0px 20px 0px;
	
	width: 900px;

	font-size: 75%;
	text-align: right;
	color: #898989;
}
	




/****************** Main Navigation *************************/
#nav {
	position: relative;
}

	#nav ul {
		list-style-type: none;
		margin: 0px;
		padding: 30px 0px 0px 25px;
	}
	
	#nav ul li {
		position: relative;
		width: 200px;
		padding: 8px 0px 6px 0px;
		margin: 0px;
		background-image: none;
	}

	#nav ul li a img {
		position: relative;
		z-index: 2;
	}
	#nav ul li img.arrow {
		position: absolute;
		top: 8px;
		z-index: 1;
	}