
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#193a8c;
	text-decoration:none;
}
a:hover {
	color:#fe0000;
	text-decoration:underline;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #7534aa;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */
body {
/*background:#fff url('http://www.staging.cts.com/modxsandbox/assets/templates/springbloom/image/background_body2.jpg') repeat-x top;*/
	color:#666;
	font:0.7em Arial, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/*wrapper*/
#wrapper{
 width: 1024px;
 margin: 0 auto;

 }

/*logo image holder*/
#logoholder{
 width:1024px;
 height:110px;
 margin: 0 auto;

}



/* header */
#header {
	/*background:url('http://www.staging.cts.com/modxsandbox/assets/templates/springbloom/image/background_body2.jpg');*/
	height:200px;
	margin:0 auto;
	position:relative;
	width:760px;


}


#logo{
  float: left;
  margin: 30px 0px 0 60px;
}


.clear{
clear:both;
}

#headerbanner{
float: right;
margin:10px 0px 0 90px;
}

#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color:#666;
	font-size:40px;
	font-weight:400;
	left:0;
	letter-spacing:-2px;
	position:absolute;
	top:40px;
}
#header p {
	bottom:70px;
	color:#fff;
	font-size:2em;
	position:absolute;
	right:20px;
}
#header ul {
	list-style:none;
	position:absolute;
	top:10px;
	left: -60px;
}
#header ul li {
	list-style:none;
	border: 1px solid black;
	margin-top:3px;

}
#header ul li a {
	color:#fff;
	display:block;
	font-size:8pt;
	font-weight:700;
	height:10px;
	padding:7px 7px 8px 7px;
	width:140px;
	letter-spacing: 1px;
	background: #193a8c;
}
#header ul li a:hover {
	background:#fe0000;
	color:#ffffff;
	text-decoration:none;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:760px;

}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* sidebar */
#sidebar {
	float:left;
	width:210px;
}
#sidebar h1 {
	border-bottom:2px solid #193a8c;
	color:#444;
	font-size:135%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#sidebar p {
	color:#555;
	display:block;
	font-size:9pt;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
		list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#555;
	display:block;
	padding:5px;
	text-decoration:none;
	font-size: 9pt;
}
#sidebar ul li a:hover {
	color:#fe0000;
}

/* Main */
#main {
	float:right;
	width:520px;
}

#main ul{
list-style-type: none;
text-decoration: none;
display: block;
margin-bottom: 15px;
}

#main ul li{
list-style-type: none;
text-decoration: none;
display: block;
font-size: 9pt;
margin-left:6px;
}

#main p {
	color:#555;
	line-height:20px;
	padding:0 5px 10px 5px;
	font-size: 9pt;
}

#main  .strong{
	color:#fe0000;
	font-size: 9pt;
	padding: 0 5px;
}

#main h1 {
	border-bottom:2px solid #193a8c;
	color:#444;
	font-size:135%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}

#main h2 {
	color:#fe0000;
	font-size:11pt;
	font-weight:bold;
	line-height:30px;
	padding: 10px; 0px 0px 0px;
	margin: 0 0 -10px -5px;
}


#main h3{
  color:#555;
	line-height:20px;
	padding:0 5px 2px 5px;
	font-weight: bold;
	font-size: 10pt;
	margin-top:-10px;
}

/* footer */
.footer {
	margin:30px auto;
	width:760px;
	border-top:2px solid #193a8c;
}
.footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
.footer p {
	
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px 0 5px 0;
	text-align:center;
}

.footernav ul{
width: 760px;
list-style-type: none;
text-decoration: none;
margin:-25px 0 10px 355px;
display: block;

}

.footernav ul li{
float: left;
margin:0 auto;
border-right: 1px solid #444; 
display: block;
}


.footernav ul li.last{
border: none;
}

.footernav ul li a{
list-style-type: none;
text-decoration: none;
padding: 0 6px 0 6px;

}

.footernav ul li a:hover{
color: #fe0000;
}

.footernav ul li.active a{
color: #fe0000;
}
