*
{
	font-family: Arial, helvetica, sans-serif;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFFFFF;
	font-size: 0.8em;
}

#site
{
	margin: auto;
	width: 766px;
}

#header
{
	height: 237px;
}


/** Header Left **/
#header_left
{
	float: left;
	width: 245px;
}

#logo
{
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	float: left;
}

#site_url
{
	float: left;
	width: 245px;
	padding-bottom: 23px;
	padding-left: 100px;
	padding-top: 22px;
}

a.site_url
{
	background-image: url( 'images/site_url_off.gif' );
	color: #0099CC;
	font-size: 14px;
	font-variant: small-caps;
	padding-bottom: 4px;
	text-decoration: none;
}

a.site_url:hover
{
	background-image: url( 'images/site_url_on.gif' );
}

#starter
{
	background-image: url( 'images/starter.jpg' );
	color: #999999;
	float: left;
	font-weight: bold;
	height: 65px;
	padding-left: 10px;
	vertical-align: bottom;
	width: 252px;
}

input.account
{
	background-image: url( 'images/account.gif' );
	background-repeat: no-repeat;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}

input.starter
{
	background-image: url( 'images/go.gif' );
	background-repeat: no-repeat;
	border-style: none;
	border-width: 0px;
	padding: 2px;
	padding-right: 2px;
}

select
{
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	font-weight: normal;
}

/** Header Right**/
#header_right
{
	float: left;
	width: 521px;
}

a.global_link
{
	color: #FFFFFF;
	/*font-family: 'Couier New', Courier, monospace;*/
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div.global_link
{
	background-image: url( 'images/global_off.gif' );
	cursor: pointer;
	float: left;
	height: 31px;
	padding-top: 10px;
	text-align: center;
	width: 128px;
}

div.global_link_current
{
	background-image: url( 'images/global_cur.gif' );
	cursor: pointer;
	float: left;
	height: 31px;
	padding-top: 10px;
	text-align: center;
	width: 128px;
}

div.global_link:hover
{
	background-image: url( 'images/global_on.gif' );
}

.global_sep
{
	float: left;
}

#flash
{
	float: left;
	padding: 0;
	vertical-align: bottom;
}

/** Left Content **/
#content_left
{
	float: left;
	width: 245px;
}

#testimonial
{
	background-image: url( 'images/left-bar-middle.jpg' );
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;

	height: 152px;
	padding: 4px;
	width: 240px;
}

#special
{
	background-image: url( 'images/left-bar-top.jpg' );
	background-position: top left;
	background-repeat: no-repeat;
	height: 152px;
	padding: 4px;
	width: 240px;
}

#site_search
{
	background-image: url( 'images/left-bar-bottom.jpg' );
	background-position: bottom left;
	background-repeat: no-repeat;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	height: 112px;
	padding: 4px;
	width: 240px;
	text-align: right;
	top: 100%;
	vertical-align: bottom;
}

/** Main Content **/
#content_right
{
	float: left;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-top: 4px;
	width: 510px;
}

.content
{
	border-bottom-color: #88CCFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.content-footer
{

	clear: both;
	font-size: 0.9em;
	text-align: right;
}

.column
{
	float: left;
}

.inner-column
{
	border-right-color: #999999;
	border-right-style: dotted;
	border-right-width: 2px;
	padding-left: 4px;
	padding-right: 4px;
	
}

.column-footer
{
	clear: both;
}

h1, h2, h3
{
	display: inline;
	float: right;
	padding-bottom: 4px;
}

.hilight
{
	color: #669966;
	font-weight: bold;
}

a.popup
{
	border-bottom-color: #0000FF;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	line-height: 1.3em;
	text-decoration: none;
}

div.popup
{
	background-color: #FFFFFF;
	background-image: url( 'images/popup.gif' );
	background-position: top left;
	background-repeat: repeat-x;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	color: #666666;
	height: 132px;
	position: absolute;
	width: 250px;
	z-index: 100;
}

div.popup_content
{
	height: 100px;
	overflow: auto;
	padding: 4px;
}

div.header
{
	clear: both;
	padding: 4px;
}

a.close
{
	margin-left: 4px;
	text-align: right;
	text-decoration: none;
}

/** Footer **/
#footer
{
	color: #999999;
	font-size: 0.7em;
	margin-top: 1em;
}

img.footer_link
{
	float: left;
}

#footer_text
{
	float: left;
	text-align: left;
	vertical-align: top;
	width: 59%;
}

#footer_timer
{
	text-align: left;
	width: 100%;
}

img.footer_link
{
	margin-bottom: 1em;
}

a.footer:link, a.footer:visited
{
	color: #999999;
	font-weight: bold;
	margin-left: 0.5em;
	margin-right: 0.5em;
	text-decoration: none;
}

a.footer:hover
{
	color: #0099FF;
}

#footer_globals
{
	float: right;
	margin-right: 3px;
	text-align: right;
	vertical-align: top;
	width: 40%;
}

/** Lists **/
li
{
	margin-left: 1em;
	list-style-type: square;
	line-height: 1.2em;
}