@charset "utf-8";
/* 
#
#  Framework  :  XTYLE™
#  StyleSheet :  level1.css
#  Purpose    :  Level 1 Styles
#  Author(s)  :  James Gober / Michael Shihinski
#  Copyright  :  (C) 2010 James Gober and Michael Shihinski, All Rights Reserved.
#
*/


#page-upper{
	width: 100%;
	min-width: 977px;
	background-image: url(./../images/page-upper.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}


#level1{
	width: 977px;
	height: 382px;
	display: inline;
	margin: 0 auto;
	text-align: left;
}


#level1_banner{
    width: 700px;
	height: 382px;
	float: left;
	display: inline;
	overflow: hidden;
	font-size: 16.5pt;
	color: #5a3d1b;
	text-align: left;
}

#level1_twitter{
    width: 260px;
	min-height: 85px;
	float: left;
	display: inline;
	background-image: url(./../images/home_twitter.png);
	background-repeat: no-repeat;
	background-position: top left;
}


#level1_twitter ul{
	width: 212px;
	max-height: 265px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	padding-left: 12px;
    list-style: none;
}

#level1_twitter li{
    padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #5a3d1b;
}

