@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font: 13px Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #FFFFFF;
}
p {
	line-height:1.4em;
	margin-top:0px;
	margin-bottom:1em;
}
a {
	color:#55035c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	color:#55035c;
	font-weight:bold;
	margin-bottom:0px;
	margin-top: 1em;
	text-transform: capitalize;
}

h1 { font-size:26px; }
h2 { font-size:21px;}
h3 { font-size:18px; }
h4 { font-size:15px; }
h5 { font-size:13px; }
h6 { font-size:11px; }

#container {
	position:relative;
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	padding-bottom:20%;*/	
	overflow:hidden;
	padding-top:36px;
}
#footer {
	width:100%;
	height:20%;
	min-height:100px;
	background:#FFFFFF url(../images/hiResBack_02.jpg) top center no-repeat;
	position:fixed;
	display:block;
	bottom:0px;
	left:0px;
	text-align:left;
}
#footerContent {
	position:relative;
	width:800px;
	padding-top:36px;
	margin: auto;
	color:#999999;
	font-size:12px;
}

#backGround {
	width:100%;
	height:80%;
	background:#FFFFFF url(../images/hiResBack_01.jpg) bottom center no-repeat;
	position:fixed;
	display:block;
	top:1px;
	left:0px;
	overflow:auto;
}
#header {
	position:relative;
	width:100%;
	padding-bottom:50px;
}
#cornerLogo {
	position:relative;
	left:36px;
}
#buttons {
	position:absolute;
	top:32px;
	right:0px;
	width:512px;
	height:80px;
}
#mainMenu {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
#mainMenu li {
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#mainMenu li a {
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
	text-indent:-10000px;
}
#homeLink a, #resourcesLink a, #aboutLink a, #faqsLink a {
	width:154px;
}
#servicesLink a, #contactLink a {
	width:204px;
}
#homeLink a {
	background:url(../images/buttonsSprite.png) no-repeat 0px 0px;
}
#servicesLink a {
	background:url(../images/buttonsSprite.png) no-repeat -154px 0px;
}
#resourcesLink a {
	background:url(../images/buttonsSprite.png) no-repeat -358px 0px;
}
#aboutLink a {
	background:url(../images/buttonsSprite.png) no-repeat 0px -40px;
}
#contactLink a {
	background:url(../images/buttonsSprite.png) no-repeat -154px -40px;
}
#faqsLink a {
	background:url(../images/buttonsSprite.png) no-repeat -358px -40px;
}
#homeLink a:hover {
	background:url(../images/buttonsSprite.png) no-repeat 0px -81px;
}
#servicesLink a:hover {
	background:url(../images/buttonsSprite.png) no-repeat -154px -81px;
}
#resourcesLink a:hover {
	background:url(../images/buttonsSprite.png) no-repeat -358px -81px;
}
#aboutLink a:hover {
	background:url(../images/buttonsSprite.png) no-repeat 0px -121px;
}
#contactLink a:hover {
	background:url(../images/buttonsSprite.png) no-repeat -154px -121px;
}
#faqsLink a:hover {
	background:url(../images/buttonsSprite.png) no-repeat -358px -121px;
}
#homeLink a:active {
	background:url(../images/buttonsSprite.png) no-repeat 0px -162px;
}
#servicesLink a:active {
	background:url(../images/buttonsSprite.png) no-repeat -154px -162px;
}
#resourcesLink a:active {
	background:url(../images/buttonsSprite.png) no-repeat -358px -162px;
}
#aboutLink a:active {
	background:url(../images/buttonsSprite.png) no-repeat 0px -202px;
}
#contactLink a:active {
	background:url(../images/buttonsSprite.png) no-repeat -154px -202px;
}
#faqsLink a:active {
	background:url(../images/buttonsSprite.png) no-repeat -358px -202px;
}
#pageContent {
	position:relative;
	float:left;
	clear:both;
	width:536px;
}
#pageContent p, #pageContent ul {
	width:520px;
}
#pageContent ul {
	list-style:outside disc;
	padding-left:18px;
	margin-left:18px;
	margin-bottom:1.618em;
	margin-top:.62em;
}
#pageContent ul li {
	margin-bottom:0.5em;
}
ul.threeColumn {
	position:relative;
	float:left;
	display:block;
	width:100%;
}
ul.threeColumn li {
	position:relative;
	float:left;
	width:30%;
}
#sideBar {
	position:relative;
	float:right;
	width:224px;
	display:block;
	background:url(../images/sideBar.gif) no-repeat center bottom;
	padding-bottom:24px;
	padding-left:32px;
}
#searchForm {
	display:block;
	position:absolute;
	top:32px;
	right:0px;
	width:255px;
	height:36px;
}
#searchBox {
	position:relative;
	float:left;
	width:216px;
	height:24px;
	line-height:24px;
	background:url(../images/searchBar_01.png) no-repeat top left;
	border:0;
	padding-left:11px;
}
#searchButton {
	position:relative;
	float:left;
	width:28px;
	height:24px;
	background:url(../images/searchBar_02.png) no-repeat top left;
	border:0px;
	overflow:hidden;
	text-indent:-10000px;
	line-height:48px;
}
#searchButton:hover {
	background:url(../images/searchBar_02_hover.png);
}
#contactForm {
	position:relative;
	width:194px;
}
.contactFields {
	position:relative;
	float:right;
	clear:both;
	border:0px;
	margin-top:10px;
	color:#666666;
}
.contactFields.textField {
	width:184px;
	padding-left:10px;
	padding-top:6px;
	font-size:12px;
	height:18px;
	line-height:12px;
	background:url(../images/contactField.png) no-repeat 0px 0px;
}
#contactSubmit {
	width:130px;
	height:34px;
	background:url(../images/submitButton.png) no-repeat 0px 0px;
	text-indent:-999px;
	line-height:102px;
	cursor:pointer;
}
#contactSubmit:hover{
	background:url(../images/submitButton.png) no-repeat 0px -34px;
}
#contactSubmit:active{
	background:url(../images/submitButton.png) no-repeat 0px -68px;
}
#sideBar H2, #sideBar p, #sideBar a {
	color:#FFFFFF;
}

#linksList a {
	padding-left:18px;
	margin-left:9px;
	background:url(../images/linkSymbol.gif) top left no-repeat;
}
#formsList li {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	display:block;
	float:left;
	clear:none;
	width:160px;
	height:180px;
	text-align:center;
}
#fullForm {
	position:relative;
	float:left;
	display:block;
	width:462px;
	padding:24px;
	background:url(../images/formBackground.png) top left no-repeat;
	color:#FFFFFF;
}
#fullForm input[type="text"] {
	width:246px;
	border:0;
	height:18px;
	margin-left:0.62em;
	background:url(../images/contactFieldx256.png) no-repeat 0px 0px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
}
#fullForm textArea {
	position:relative;
	width:246px;
	height:118px;
	vertical-align:top;
	background:url(../images/contactFieldx256y128.png) 0px 0px no-repeat;
	border:0px;
	padding-top: 10px;
	padding-left:10px;
	margin-left:0.62em;
}
#fullForm p {
	width:auto;
}
#topRightFormCorner {
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	top:0;
	right:-1px;
	background: url(../images/formBackground.png) no-repeat top right;
}
#bottomRightFormCorner {
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	bottom:0;
	right:-1px;
	background: url(../images/formBackground.png) no-repeat bottom right;
}
#bottomLeftFormCorner {
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	bottom:0;
	left:0px;
	background: url(../images/formBackground.png) no-repeat bottom left;
}
#formBottom {
	position:absolute;
	display:block;
	width:100%;
	height:24px;
	bottom:0px;
	left:0px;
	background: url(../images/formBackground.png) no-repeat center bottom;
}
#rightFormSide {
	position:absolute;
	display:block;
	height:100%;
	width:24px;
	bottom:0px;
	right:-1px;
	background: url(../images/formBackground.png) no-repeat right center;
}
#fullForm label {
	position:relative;
	float:left;
	clear:left;
	width:382px;
	margin:0 auto;
	text-align:right;
	margin-bottom:9px;
}
#fullFormButtons {
	position:relative;
	float:left;
	clear:both;
	width:382px;
	text-align:right;
}
#fullForm input[type=submit]{
	background:url(../images/submitButton.png) top left no-repeat;
	width:130px;
	height:34px;
	border:0px;
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
}
#fullForm input[type=reset] {
	background:url(../images/resetButton.png) 0px 0px no-repeat;
	width:130px;
	height:34px;
	border:0px;
	overflow:hidden;
	text-indent:-999px;
	cursor:pointer;
}
#fullForm input[type=reset]:hover {
	background:url(../images/resetButton.png) 0px -34px no-repeat;
}
#fullForm input[type=reset]:active {
	background:url(../images/resetButton.png) 0px -68px no-repeat;
}
#fullForm input[type=submit]:hover {
	background:url(../images/submitButton.png) 0px -34px no-repeat;
}
#fullForm input[type=submit]:active {
	background:url(../images/submitButton.png) 0px -68px no-repeat;
}
dl {
	list-style:decimal;
}
dt {
	color:#55035c;
}
dd {
	margin-left:1em;
	margin-bottom:1em;
}

/* CSS For jQuery.cycle.js */

#slideShow {
	display:block;
	position:relative;
	float:left;
	width:800px;
	height:295px;
	overflow:hidden;
	margin-bottom:5px;
}
#slideShow img {
	border:0px;
}
ul#nav {
	width:160px;
	position:relative;
	float:right;
	list-style:none;
}
#nav li {
	margin-bottom:2px;
}
#nav li a img {
	opacity:0.5;
	filter:alpha(opacity=50);
}
#nav li a.activeSlide img {
	opacity:1;
	filter:alpha(opacity=100);
}

/* CSS For google ajax for search */

div.gsc-back, p#youAreHere {
	background:url(../images/titleBar.png) top left no-repeat;
	width:100%;
	height:46px;
	line-height:36px;
	color:#FFFFFF;
	padding-left:18px;
}
.gsc-back a, p#youAreHere a {
	color:#FFFFFF;
	text-decoration:none;
}
.gsc-title {
	font-size:1.38em;
	line-height:2em;
	height:2em;
	color:#55035c;
	margin-bottom:1em;
}
div.gs-webResult.gs-result {
	position:relative;
	width:520px;
	margin-bottom:18px;
}
.gs-title {
	font-size:1.16em;
}