/*
    Default Styles
*/

* { margin: 0; padding: 0; outline: 0; }
body { font: 12px/16px Arial,sans-serif; color: #666; text-align: left; background: #fff url(images/background.gif) repeat-x 0 0; }

a { color: #ffc50c; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

input, select, textarea { font-family: "Trebuchet MS", Arial, sans-serif; }
 
.ar { display: block; text-align: right; }
.ac { display: block; text-align: center; }
.al { display: block; text-align: left; }
.cl { clear: both; height: 0; font-size: 0; line-height: 0; text-indent: -4000px;  }
.fr { float: right; display: inline; }
.fl { float: left; display: inline; }
.hidden { display: none; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.shell {
	margin:	auto;
	width: 960px;
}

/*
	Header
*/

#header { padding-top: 30px; position: relative; }
#header p {
	position: absolute;
	top: 29px;
	right: 1px;
	font: 15px/30px Arial, sans-serif;
	color: #636363;
	width: 199px;
	height: 34px;
}
#header p span { display: block; font: 16px/22px Arial, sans-serif; color: #636363; }
#header p span em { font-style: normal; padding-left: 5px; }

	/*
		Logo
	*/
	
	h1#logo { height: 29px; width: 579px; padding-left: 35px; }
	h1#logo a { display: block; height: 29px; background: url(images/logo.gif); }
	
	h2.description { float: left; display: inline; width: 100%; clear: left; font: 14px Arial, sans-serif; color: #2543c1; text-transform: uppercase; margin: 5px 0 0 35px; }
	
	/*
		Navigation
	*/
	
	#navigation { height: 40px; margin: 28px 0 0 0; line-height: 40px; }
	#navigation ul { list-style: none outside; }
	#navigation ul li { float: left; display: inline; margin-right: 35px; font-weight: bold; font-size: 13px; }
	#navigation ul li a { color: #464646; }
	#navigation ul li a.active { color: #d48101; }
	
	/*
		Top Bar
	*/
	
	.top-bar { height: 175px; position: relative; }
	.top-bar img {
	float: right;
	display: inline;
	position: absolute;
	top: 0px;
	right: -5px;
	z-index: 1;
	height: 175px;
	width: 413px;
}
	.top-bar h2 { font-size: 23px; text-transform: uppercase; color: #fff; width: 100%; position: relative; z-index: 2; margin-top: 60px; }
	.top-bar h3 { font-size: 16px; color: #fff; }
	
/*
	Content
*/
	
#content { padding: 25px 0 35px 0; height: 100%; }
.rte a {color: #2542C1; text-decoration: none; }
.rte a:hover {text-decoration: underline; }
.rte h1 {font-size: 22px; line-height: 33px}
.rte h2 {font-size: 17px; line-height: 30px; font-weight:bold; color:#2542C1;}
.rte h3 {font-size: 15px; line-height: 27px}
.rte h4 {font-size: 14px; line-height: 24px}
.rte h5 {font-size: 13px; line-height: 21px}
.rte h6 {font-size: 12px; line-height: 18px}

.rte ul, .rte ol {padding-left: 25px; padding-bottom: 15px;font-size:13px; line-height:18px;}
.rte ul ul, .rte ol ol, .rte ol ul, .rte ol ul { padding-bottom: 0px; }
.rte p { padding-bottom: 15px; font-size:13px; line-height:18px;}

	/*
		Tabbed Content
	*/
	
	.tabbed-content { padding-bottom: 50px; height: 100%; }
	.tabbed-content ul { list-style: none outside; }
	.tabbed-content ul li { float: left; display: inline; width: 183px; margin-right: 8px; }
	.tabbed-content ul li.last { margin-right: 0; }
	.tabbed-content ul li h2 { height: 37px; background: url(images/h-bg.gif); line-height: 37px; font-size: 15px; font-weight: normal; text-align: center; }
	.tabbed-content ul li img { display: block; margin-bottom: 5px; }
	.tabbed-content ul li p { line-height: 19px; color: #373737; }
	
	/*
		Welcome
	*/
	
	.welcome {
	float: left;
	display: inline;
	width: 650px;
}
	.welcome h2 { margin-bottom: 10px; font-size: 23px; font-weight: bold; color: #2542c1; width:700px; }
	.welcome p {  font: 13px/19px Arial, sans-serif; color: #373737; }
	
	/*
		Logos 
	*/
	
	.logos { float: right; display: inline; padding-top: 30px; }
	.logos img { float: left; display: inline; margin-left: 20px; }
	
/*
	Footer
*/

#footer { border-top: 1px solid #959595; padding: 5px 0 15px; font-size: 11px; color: #898989; }
#footer a { color: #898989; } 

.testimonial-cnt {
	color: gray;
	font-style: italic;
}
.testimonial-author {
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.frow {
	padding-bottom: 10px;
}
.frow label {
	display: inline;
	float: left;
	width: 100px;
	padding-right: 15px;
	text-align: right;
}
.submit-btn {
	margin-left: 114px;
}

#content-left {
	width: 700px;
	display: inline;
	float: left;
}
#sidebar {
	width: 225px;
	display: inline;
	float: right;
	background: url(images/sidebar-mid.gif) repeat-y 0 0;
	color: white;
}
#sidebar-t {
	background: url(images/sidebar-top.gif) no-repeat 0 0;
	height: 53px;
	line-height: 53px;
	padding: 0px 15px;
	font-size: 18px;
}
#sidebar-b {
	background: url(images/sidebar-bot.gif) no-repeat 0 0;
	height: 13px;
}
#sidebar-c {
	padding: 0px 15px;
}

#content li h2 a{ font-weight:bold; font-size:15px; text-transform:uppercase;}
#content #sidebar ul{ list-style-type:none; padding:0; margin:0;}
#content #sidebar ul li{ border-bottom:1px dashed #fff; padding:4px;}
