/****************************************/
/*										*/
/*		CSS Document					*/
/*		Design by Adam Farnsworth		*/
/*		bulk@adamfarnsworth.com			*/
/*		02/11/2007						*/
/*		© Adam Farnsworth Design		*/
/*										*/
/****************************************/

/****************************************/
/*										*/
/*		If you're reading this than		*/
/*		you've gotten into my CSS and	*/
/*		are looking around. Welcome,	*/
/*		enjoy your stay, but please		*/
/*		don't rip off my code. I don't	*/
/*		if you learn from it and adapt	*/
/*		if for your site, but it really	*/
/*		sucks to see your design/code	*/
/*		line for line on someone elses	*/
/*		site, but you just look silly.	*/
/*										*/
/*		Thanks,							*/
/*		Adam							*/
/*										*/
/****************************************/

/****************************************/
/*		Mass Styles						*/
/****************************************/
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dd, dt, table, td, th, tr, form, img {
	margin: 0;
	padding: 0;
	border: 0px;
}


/****************************************/
/*		Layout Styles					*/
/****************************************/
body {
	background: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #bff1a3;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 50px;
	font-family: Helvetica, Arial, sans-serif;
}
.container {
	position: relative;
	width: 800px;
	\width: 810px;
	w\idth: 800px;
	margin: 0px auto;
	text-align: left;
}
.rss_feed {
	position: absolute;
	top: 0px;
	right: 100px;
}
.header {
	height: 100px;
}
.logo {
	float: left;
	margin: 0px;
	padding-top: 50px;
}
.menu {
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	padding-top: 50px;
}
.menu_item {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
.content {
	padding-top: 10px;
}
.column_left {
	float: left;
	width: 290px;
}
.column_left_item {
	background: url(../img/bg_column_left.jpg);
	background-repeat: repeat-x;
	background-color: #064964;
	border: #FFF solid 10px;
	margin-bottom: 10px;
}
.column_right {
	float: left;
	margin-left: 10px;
	max-width: 500px;
}
.column_right_item {
	background: url(../img/bg_column_right.jpg);
	background-repeat: repeat-x;
	background-color: #E1592E;
	border: #FFF solid 10px;
	margin-bottom: 10px;
}
.item_content {
	margin: 10px;
}



/****************************************/
/*		Mass Text Styles				*/
/****************************************/
.bold {
	font-weight: bold;
}


/****************************************/
/*		Text Styles						*/
/****************************************/
h1 {
}
h2 {
}
h3 {
}
h4 {
}
p {
}
.menu_item {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
}
.item_content {
	font-size: 12px;
}


/****************************************/
/*		List Styles						*/
/****************************************/
ul {
	margin: 10px;
}
li {
	padding: 2px;
}
.bulletless {
	list-style-type: none;
}


/****************************************/
/*		Paragraph Styles				*/
/****************************************/
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.centered {
	text-align: center;
}
.justified {
	text-align: justify;
}


/****************************************/
/*		Link Styles						*/
/****************************************/
a {
}
a:hover {
}
.menu_item a {
	color: #FFF;
	text-decoration: none;
}
.menu_item a:hover {
	text-decoration: none;
	border-bottom: 3px solid #FFF;
}
.column_right_item a {
	color: #617b54;
}
.column_right_item a:hover {
	color: #394831;
}


/****************************************/
/*		Image Styles					*/
/****************************************/
img {
}


/****************************************/
/*		Misc Styles						*/
/****************************************/
.clear {
	clear: both;
}

#flashcontent {
		height: 100%;
	}
