@charset "utf-8";

/** HEADER *****************************************/
#header 
{
	width: 932px;
	margin-right: auto;
	margin-left: auto;
}

#main 
{
	padding-top: 0px;
}

#content 
{
	width: 932px;
}

/** MAIN COLUMN *****************************************/

.homeBoxContainer{
	background: url(../images/ui/home/home-boxes-background.jpg) no-repeat center top;
	height: 375px;
	width: 724px;
}

#maincolumn 
{
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 728px;
}

.homebox
{
	height: 246px;
	background-repeat: no-repeat;
	padding: 0px;
	width: 233px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	display: inline;
}
.homebox p {
	color: #FFFFFF;
	text-align: center;
}
.boxPurple 
{
	background-image: url(../images/ui/home/home-box-purple.jpg);
}

.boxOrange 
{
	background-image: url(../images/ui/home/home-box-orange.jpg);
}
.boxGreen 
{
	background-image: url(../images/ui/home/home-box-green.jpg);
}

#maincolumn .homebox h2 
{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background: transparent;
	width: auto;
	padding-top: 10px;
	text-align: center;
}


#maincolumn .homebox div
{
	height: 168px;
	width: 188px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
}

#maincolumn a.titleLink{
	color: #FFFFFF;
	text-decoration: none;
}
#maincolumn .homebox p {
	margin: 5px 0px 0px;
	padding: 0px;
}


#maincolumn a.smallLink{
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 16px;
}

#section
{
	width: 620px;
	font-size: 14px;
	color: #ADADAD;
	height: 20px;
	text-align:right;
	padding: 10px 0px 0px;
	float: left;
}




/** RIGHT COLUMN *****************************************/
#rightcolumn 
{
	float: right;
	margin-top: 54px;
	padding-top: 0px;
}
#scroller {
	height: 136px;
	width: 670px;
	padding: 2px;
	font-size: 11px;
}
#scroller p { font-size: 11px; }

#scroller h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-indent: 5px;
}


#scroller div {
	height: 132px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#overlay, #overlay2 {
	background-image: url(../images/ui/home/panel-bkg.gif);
	background-repeat: no-repeat;
	padding: 20px;
	height: 360px;
	width: 360px;
	position: absolute;
	z-index: 10;
	margin-top: -200px;
	margin-left: -200px;
	left: 50%;
	top: 50%;
	visibility: visible;
}

#ticker {
	background-image: url(../images/pics/home/ticker-background.jpg);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-bottom: 12px;
	padding-left: 85px;
}

#ticker p, #ticker a
{
	white-space:nowrap;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 610px;
	color: #FFF;
	background-color: #73A0B7;
	text-decoration:none;
}

#ticker a:hover {
	text-decoration:underline;
}

/* LOGOUT */
#logout h1 {
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	color: #000;
}

#logout ul {
	margin: 40px 0px 0px 200px;
	padding: 0px;
	list-style: none;
}

#logout ul li {
	margin: 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

#logout ul li a {
	line-height: 35px;
	background: url(../images/logout/button.png) no-repeat 0px 0px;
	text-align: center;
	display: block;
	height: 39px;
	width: 155px;
	overflow: hidden;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#logout ul li a:hover { background: url(../images/logout/button.png) no-repeat 0px -43px; }

#maincolumn h1.bigwarning {
	font-size: 28px;
	color: #C00;
	font-variant: small-caps;
	letter-spacing: 0.3em;
	text-align: center;
	margin: 20px 0px 10px;
	padding: 0px;
}

/** TESTIMONIALS PAGE *****************************************/
#testimonials blockquote {
	padding: 0px;
	width: 412px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


#testimonials blockquote h5 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 30px;
	line-height: 20px;
	text-align: left;
	padding-left: 235px;
	margin: 0px;
}