/*

Filename: texton_base.css
Description: current stylesheet for 2008 page updates (replaces main2.css) with plans to be implemented site-wide in the future
Author: James Bryan (www.jebryan.com)
Last Updated: 8 December 2008

*/

/* GLOBAL */

body {
	text-align: center;
	font-family: Helvatica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #96693f;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address  {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
}

/* HEADER & BRANDING */

#header {
	width: 100%;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}

#branding {
	width: 675px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

#branding .login {
	float: right;
	margin: 18px 15px 0 0;
}

/* NAVIGATION MENU */

#nav {
	width:100%;
	height: 16px;
	padding-top: 4px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
}

#nav ul {
	width: 680px;
	margin-left:auto;
	margin-right:auto;	
}

#nav li {
	display: inline;
	padding: 0 5px 0 5px;
	border-right: 1px solid #333;
}

#nav li a {
	text-decoration: none;
	color: #333;
}

#nav li a:hover {
	text-decoration: underline;
}

#submenu_frame {
	width: 100%;
	height: 20px;
	background-image: url(../images/nav_shadow.jpg);
	background-repeat: repeat-x;
}

#submenu {
	width: 690px;
	height: 17px;
	padding-top: 3px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/breadcrumb_bg.jpg);
	text-align: left;
}

#breadcrumb {
	padding-left: 25px;
}

#breadcrumb a {
	color: #333;
}

/* CONTENT */

#content_1 {
	width: 690px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
}

#content_2 {
	width: 690px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/content_bg_new.jpg);
	background-repeat: repeat-y;
}

#content_3 {
	width: 690px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/content_bg_2col.jpg);
	background-repeat: repeat-y;
}

#content_4 {
	text-align: center;
	width: 690px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/content_bg_new.jpg);
	background-repeat: repeat-y;
}

#content_frame {
	padding-left:0px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#left_col {
	float: left;
	width: 300px;
	padding-top: 20px;
}

#right_col {
	float: left:
	width: 250px;
	padding-top: 10px;
	overflow: auto;
}

/* TABLES */

#gradient-style
{
	margin: 0 20px 10px 20px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-family: Georgia, Times, serif;
	font-size: 15px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('../images/gradhead.gif') repeat-x;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('../images/gradback.gif') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
/*#gradient-style tbody tr:hover td
{
	background: #d0dafd url('../images/gradhover.gif') repeat-x;
	color: #339;
}*/

/* FOOTER */

#footer {
	width: 690px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	padding: 50px 0 20px 0;
	color: #cc9966;
	font-size: 10px;
}

#footer1 {
	width: 690px;
	margin-left:auto;
	margin-right:auto;
    text-align: center;
	padding: 50px 0 20px 0;
	color: #cc9966;
	font-size: 10px;
}

#footer a {
	color: #ffcc99;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
	