/* Default */

@import "../ts_css/reset.css";
@import "../ts_css/styles.css";

/* Layout */
body
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	font-size: x-small;
	background: #666 url(img/body_bgd.gif) repeat-y 50% 0;
	color: #333;
	text-align: center;
}

.padding { padding: 0 0 0 0; }

#wrap
{
	width: 850px;
	margin: 0 auto;
	font-size: 110%;
	text-align: left;
	background: transparent;
}

#float
{
	float: left;
	width: 100%;
	background: transparent;
}

#header
{
	float: left;
	width: 100%;
}

#global_navigation { display: none; }
#section_navigation { display: none; }
#left_column { display: none; }

#logo ,
#logo a
{
	margin: 0;
	padding: 0;
	float: left;
	width: 330px;
	height: 170px;
	text-indent: -99999px;
	background: url(img/logo.gif) no-repeat 0 0;
}

#random_image
{
	margin: 0;
	padding: 0;
	float: right;
	width: 250px;
	height: 170px;
	text-indent: -99999px;
	background: #fff;
}

#nav-menu
{
	float: left;
	background: #fff url(img/menu_bgd.gif) repeat-x 0 0;
	margin: 0;
	width: 840px;
	padding: 0 0 0 10px;
}

#nav-menu li
{
	float: left;
	background: url(img/menu_item.gif) no-repeat 100% 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav-menu li a ,
#nav-menu li i
{
	float: left;
	display: block;
	line-height: 2.8em;
	height: 2.8em;
	margin: 0;
	padding: 0px 20px 0px 3px;
	text-decoration: none;
}

#nav-menu li i
{
	color: #888;
	font-style: normal;
}

#header span
{
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	background: #ABC337 url(img/sub_menu.gif) repeat-x 0 0;
}

#main_content
{
	float: left;
	width: 100%;
	background: transparent;
}

#main_column
{
	float: left;
	width: 600px;
	background: transparent;
}

#main_column .padding { padding: 10px 20px; }

#right_column
{
	float: left;
	width: 250px;
	overflow:hidden;
	background: transparent;
}

#right_column .padding { padding: 10px 20px; }

#footer
{
	float: left;
	width: 600px;
}

#footer p { padding: 10px 20px; }

/* ======== Styles and Classes ============================ */
ul.no_bullets
{
	list-style: none;
	padding: 0 0 0 10px;
	margin: 1em 0 2em 5px;
	border-left: #99C525 5px solid;
}

ul.no_bullets li
{
	list-style: none;
	padding: 0;
	margin: 0;
}

a { color: #6D8120; }

a:hover
{
	color: #9CB824;
	text-decoration: none;
}

a:visited
{
	color: #6D8120;
	text-decoration: none;
}

a:active { color: #9CB824; }

h1, h2, h3, h4, h5, h6
{
	color: #4D5714;
	font-size: 1.5em;
	font-family: inherit;
	font-weight: bold;
}

#right_column p b ,
#right_column p i
{
	display: block;
	line-height: 1.25em;
	padding-bottom: .5em;
}

/*
p { line-height: 1.6em; }
li { line-height: 1.4em; }
*/


/* Internet Explorer Fixes */