﻿
#header, #logo
{
	height: 156px;
}

#header, #menuwrapper
{
	width: 980px;
	/*background-color: Lime;*/
}

#header
{
	background: url(../_images/ct_logo_large_NEW.png) right -4px no-repeat;
	/*background: url(../_images/Header-BG-MenubarRule.png) right 131px no-repeat;*/
	text-align: center;
	margin: 0;
	padding: 0; 
}




#header #signin
{
	font-family: "Lucida Sans Unicode", Sans-Serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	background: url(../_images/Header-BG-SignIn.gif)  right no-repeat;
	height: 30px;
	position: relative;
	top: 0px;
	left: 0px;
	color: #fff;
	font-size: 10px;
	margin: 0;
	padding:  0;
	
}

	
#header #startup
{
	font-family: "Lucida Sans Unicode", Sans-Serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	background: url(../_images/getstarted.jpg) right no-repeat;
	width: auto;
	height: 60px;
	position: relative;
	top: 10px;
	left: 10px;
	color: #fff;
	font-size: 10px;
	margin: 0;
	padding: 0;
	cursor:hand;
	cursor:pointer;

}
#header #signin label, 
#header #signin input[type='text'], 
#header #signin input[type='password']
{
	height: 15px;
	font-size: 10px;
	margin: 0 2px 0 2px;
	padding: 0;
	width: 70px;
}

#header #signin table
{
    width: 498px;
}


#header #signin table
#header #signin td
#header #signin tr
{
    margin: 0;
    padding: 0;
    background-color: Transparent;
    text-align: right;
}


#header #signin .forgotLink
{
    /*padding: 0 0 0 20px;*/
}

#header #signin .loginerror
{
    width: 745px; 
    float: left;  
    margin: 0 0 7px 0; 
    padding: 5px; 
    font-weight: bold; 
    background-color: #FFFFCC;
    color:Red;
    display: none;
}

#header #signin .standardLogin
{
    float: left;
    margin: 0;
    padding: 0;
    height: 30px;
}

#header #signin .extraLogin
{
    float: right;
    margin: 0;
    padding: 0;
    height: 30px;
    text-align: right;

}


#header #signin input[type='submit']
{
	background: url(../_images/b-signIn-xsm.png) center 3px no-repeat;
	text-indent: -9999px;
	margin: 0 10px 0 0;
	padding: 0 0 4px 0;
	width: 50px;
	height: 24px;
	border: none;
	cursor: pointer;
}


#header #logo
{
	float: left;
	position: relative;
	width: 473px;
	margin: 0;
	padding: 0;
	top: -20px;
}

#header #logo #logolink
{
	display: block;
	/*background: url(../_images/ct_logo_large.png) center center no-repeat;*/
	width: 473px;
	height: 132px;
	margin: 16px 0 0 0;
	padding: 0;
	text-indent: -9999px;
}

#menuwrapper, #menu
{
	height: 28px;
	width: auto;
}

#menuwrapper
{
	clear: both;
	margin: 0 0 0 auto;
	position: relative;
	left: 0px;
	top: -28px;
	/*background-color: Maroon;*/
}

/* http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */

#testimonialswrapper, #testimonialscenterer, #testimonials
{
	width: 360px;
}

#testimonialswrapper
{
	height: 80px;
	overflow: hidden;
	position: relative;
	margin-top: 0px;
}

#testimonialswrapper[id]
{
	display: table;
	position: static;
}

#testimonialscenterer
{
	position: absolute;
	top: 50%;
}
/* for explorer only*/
#testimonialscenterer[id]
{
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#testimonials
{
	position: relative;
	top: -50%;
	margin: 0 60px 0 60px;
	padding: 10px;
	font-size: 10px;
	color: Gray;
	background-color: #FFFFCC;
	border: solid 1px Black;

}

#testimonials p
{
	font-size: 11px;
	line-height: 16px;
	color: Black;
	padding: 0 0 10px 0;
	margin: 0;
}



#header h1
{
	position: absolute;
	width: 0px;
	height: 0px;
	text-indent: -9999px;
}





#header #menu
{
	margin: 0;
	padding: 0;
	float: right;
}

#header #menu a
{
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
}

#header #menu li
{
	list-style: none;
	float: left;
}

#header #menu li a
{
	cursor: pointer;
	padding: 5px 7px;
	line-height: 25px;
	margin: 0 1px 0 0;
	padding-top: 2px;
	color: #fff;
}

#header #menu li a.mainmenu
{
	background: url(../_images/Header-BG-Menubar.png) left top no-repeat;
}

#header #menu li a.stationmenu
{
	background: url(../_images/Header-BG-Menubar-Station.png) left top no-repeat;
}

#header #menu li a.agencymenu
{
	background: url(../_images/Header-BG-Menubar-Station.png) left top no-repeat;
}

#header #menu li a.adminmenu
{
	background: url(../_images/Header-BG-Menubar-Station.png) left top no-repeat;
}

#header #menu li a:hover
{
	background-position: left -28px;
}

#header #menu li a.current
{
	background: #66A3CF;
	color: #fff;
}

#header #menu li a#last
{
	margin: 0;
	padding: 5px 41px 5px 40px;
}

