/*
	� Solido Systems
*/

@import url("/FormBuilder.css");

body {
	background: #fff;
	padding: 0;
	margin: 0;
	font: 0.7em verdana, sans-serif;
	color: #000;
}


div#container {
	width: 1000px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -512px;
	border: 1px solid #e6e6e6;
}


/* ***** Header Area ***** */
#header {
	background: url(../images/headerBG.jpg) repeat-x top left;
	height: 109px;
	border-bottom: 2px solid #e6e6e6;
}

#nav {
	position: absolute;
	left: 8%;
	height: 27px;
	top: 81px;
}

#nav a {
	background: url(../images/tab.jpg) no-repeat top left;
	width: 84px; /* 104 less 2 by 10px padding */
	height: 17px; /* 27 less 10px padding */
	display: block;
	float: left;
	padding: 6px 10px 4px 10px;
	margin: 0 1px 0 0;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}

#nav a:hover {
	background: url(../images/tab_current.jpg) no-repeat top left;
}

#nav a.current {
	background: url(../images/tab_current.jpg) no-repeat top left;
}


#navSub {
	position: absolute;
	left: 8%;
	height: 20px;
	top: 111px;
	padding: 3px 10px 0px 10px;
	background:#E6E6E6 url(../images/bar.jpg) repeat top left;
	width: 610px;
}

#navSub a {
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
}

#navSub a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#navSub a.current {
	text-decoration: underline;
	font-weight: bold;
}

#logo {
	width: 230px;
	height: 108px;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#logo a, #logo img {
	border: none;
	padding: 0;
	margin: 0;
}

/* ***** Content Area ***** */

#contentLeft {
	margin: 25px 0 20px 8%;
	width: 60%;
	float: left;
}

#contentRight {
	margin: 25px 0 20px 4%;
	padding-top: 0;
	width: 27%;
	float: left;
}

#NavigationPath {
	height: 2em;
	margin-left: 2px;
}


h1 {
	color: #33c1fe;
	font-size: 225%;
	font-weight: normal;
	margin: 0;
}


h1 span {display:none;visibility:hidden}
h1.headline {background:transparent url(/media(31,1030).jpg) no-repeat}

h2 {
	color: #000;
	font-size: 160%;
	font-weight: normal;
	margin: 0 0 0.3em;
}

h3 {
	color: #33c1fe;
	font-size: 150%;
	font-weight: normal;
	margin: 1.3em 0 0 0;
}

h4 {
	color: #000;
	font-size: 125%;
	font-weight: normal;
	margin: 0;
}

hr {
	color: #e6e6e6;
	background-color: #e6e6e6;
	height: 1px;
	border: none;
}



div.leftHead {
/*	height: 90px; */
	border: 1px solid #fff;
}

div.leftHeadSmall {
	height: 25px;
}

p.subNav {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 4px;
	margin-top: 0;
	font-size: 90%;
	height: 15px;
	/* text-align: right; */
}

p.subNav a, #NavigationPath a {
	text-decoration: none;
	color: #000;
}

p.subNav a:hover {
	color: #33c1fe;
}


p.subNav a img {
	border: none;
	vertical-align:bottom;
}


div.leftBody {
	border-top: 1px solid #e6e6e6;
	margin-top: 5px;
}







div.leftBody a {
	color: #33c1fe;
	text-decoration: none;
}


div.leftBody a:hover {
	color: #000000;
	text-decoration: underline;
}






div.leftBody h3 {
	color: #000;
	font-size: 125%;
	font-weight: normal;
	margin: 0 0 -0.5em;
	text-decoration: none;
}





div.leftBody h3 a {
	color: #000;
	font-size: 125%;
	font-weight: normal;
	text-decoration: none;
}


div.leftBody h3 a:hover {
	color: #000;
	font-size: 125%;
	font-weight: normal;
	text-decoration: underline;
}




div.leftBody p, div.rightBody p {
	line-height: 130%;
}

p.imgHolder {
	margin-top: 10px;
	margin-bottom: 20px;
}

.lightblue {
	color: #33c1fe;
}

div.numberArea {
	float: left;
	width: 45%;
	margin-right: 2%;
	height: 130px;
}

div.threeCol {
	float: left;
	width: 31%;
	margin-right: 2%;
	border-left: 1px solid #e7e7e7;
	height: 310px;
}

div.thirdCol {
	border-right: 1px solid #e7e7e7;
}

div.threeCol p {
	margin:0;
	padding: 0 5px;
}

p.text {
	margin:0;
	padding: 0 5px;
	height: 140px;
}

div.twoCol {
	float: left;
	width: 47%;
	margin-right: 2%;
	border-left: 1px solid #e6e6e6;
	height: 310px;
}

div.secondCol {
	border-right: 1px solid #e7e7e7;
}

div.twoCol img {
	float: left;
	margin-top: 4px;
	margin-left: 10px;
}

div.twoCol p.header {
	margin-left: 75px;
	padding-top: 0 !important;
}

div.twoCol p.text {
	margin-left: 75px;
}



p.header {
	color: #33c1fe;
	padding: 10px 5px 5px 5px !important;
	margin: 0;
}

#sectionNav {
	border-bottom: 1px solid #e6e6e6;
	/*height: 180px;  220 - 20px padding * 2 = 170px */
	padding-bottom: 1em;
}

#sectionNav.sectionNavSmall {
	height: 110px;
}

#sectionNav a, #testimonials a.header  {
	color: #33c1fe;
	font-size: 125%;
	text-decoration: none;
}

#sectionNav a:hover, #testimonials a.header:hover {
	text-decoration: underline;
	color: #000;
}

#sectionNav a.current {
	color: #000;
}



#NewsTeaser, #testimonials {
	border-bottom: 1px solid #e6e6e6;
	padding-top: 0.5em;
}

#NewsTeaser {
	padding-top: 0.5em;
}


.NewsArchiveItem {
	padding-top: 1em;
}



div.rightBody h3 {
	vertical-align: bottom;
	margin-top: 5px;
}

div.rightBody h3 img {
	vertical-align: bottom;
	width: 18px;
	height: 18px;
	margin-right: 12px;
}


div.rightBody a {
	color: #33c1fe;
	border: none;
	text-decoration: none;
}


div.rightBody a:hover {
	text-decoration: underline;
	color: #000;
}



div.rightBody a img {
	border: none;
}





p.rightHeadline {
	padding-top: 30px;
}

p.rightHeadline a {
	text-decoration: none;
	color: #000;
}

p.rightHeadline a:hover {
	text-decoration: underline;
	color: #33c1fe;
}

p.indent {
	margin: 0 0 30px 30px;
}

div.rightBody p.imgHolder {
	text-align: center;
	margin-bottom: 0;
}


#imageToggle {
	margin: 10px 0 30px 0;
}

#imageToggle img {
	border: 1px solid #fff;
	border-color: #fff;
}

#mainToggleImage {
	width: 236px;
	height: 135px;
}


div.imgTag {
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
	padding: 10px;
}

div.imgTag h3, div.imgTag h4 {
	text-align: center;
	margin: 0;
}

p.graphImage {
	margin: 10px 10px 10px 8%;
	padding: 5px 0;
}


.leftAlign {
	text-align:left !important;
}

.borderBottom {
	border-bottom: 1px solid #e6e6e6 !important;
}

.marginTop150 {
	margin-top: 150px !important;
}

#Paging, .FormBuilderIntroHtml {
	margin: 15px 0;
}



/* ***** Footer Area ***** */

#footer {
	border-top: 2px solid #e6e6e6;
	background: #000;	
	text-align: center;
	color: #fff;
	clear: both;
	padding: 10px;
	font-size: 85%;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #33c1fe;
	text-decoration: underline;
}