/* =================== global styles =================== */
a {
   outline: none;
}

html {
	background-color: #4f0351;
}






body {
	color: #000;
	margin: 0;
	padding: 0;
	background: #4f0351 url(../images/bkgdGradient.png) repeat-x;
}

.twitterBird {
	position: absolute;
	width: 132px;
	height: 60px;
	top: 466px;
	left: 828px;
	z-index: 500;
}

.twitterLink {
	position: absolute;
	width: 150px;
	height: 40px;
	top: 466px;
	left: 697px;
	z-index: 501;
	font-family: 'TitilliumText14L600wt', Arial, sans-serif;
	font-size: 10px;
	color: #508bc6;
}

.twitterLink a {
	text-decoration: none;
	color: #508bc6;
}

.twitterLink a:hover {
	border-bottom: 1px dotted #508bc6;
}


#wrapper {
    width: 960px;
	position: relative;
    margin: 0 auto;
	background: #ffffff;
	-moz-box-shadow: 0px 1px 5px #4f0351; /* FF3.5+ */
    -webkit-box-shadow: 0px 1px 5px #4f0351; /* Saf3.0+, Chrome */
    box-shadow: 0px 1px 5px #4f0351; /* Opera 10.5, IE 9 */
}


#header {
	width: 960px;
	height: 217px;
	position: relative;
	display: block;
	background: #FFFFFF url(../images/homeHeader.jpg) no-repeat;	
}

#quote {
	width: 310px;
	height: 130px;
	display: block;
	position: absolute;
	right: 30px;
	top: 15px;
}

/*#quote p {
	padding: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .73em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.55;
	color: #669dd0;
}

#quote span {
	line-height: 1.2;
	font-weight: lighter;
	background: url(../images/endQuote.png) no-repeat right bottom;
	text-align: right;
	display: block;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 2.4em;
}*/

/*---------------------------- start of slideshow ----------------------------*/   


#slideshowArea {
    position: relative;
	float: left;
	width: 310px;
	height: 130px;
}


#slideshow {
	position: relative;
	width: 310px;
	height: 130px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}



#mainMenu {
	width: 960px;
	height: 38px;
	display: block;
	background:url(../images/navBar.png) no-repeat;
	
}

#mainMenu ul {
	float: left;
	width: 940px;
	height: 38px;
	list-style: none;
	margin-left: 20px;
}


#mainMenu li {
	float: left;
	display: block;
	padding: 8px 0px 0px 0px;
	margin-right: 7px;
}


#mainMenu li a:link, #mainMenu li a:visited {
	font-family: Arial, Helvetica;
	font-size: 11px;
	padding: 10px 3px 11px 3px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #fff;
	margin-right: 7px;
}


#mainMenu li a:hover, #header li a:active {
	color: #669dd0;
	background: #fff;
}

.lineDivider {
	color: #915baa;
}

/*---------------------------- start of main Content ----------------------------*/   




#mainContent {
	width: 960px;	
	background: #fff;
	margin: 0 auto;
	float: left;
	background: url(../images/mainContentPattern.png) repeat-y;
	overflow: auto;

}

.left {
	width: 667px;	
	float: left;
	overflow: auto;

}

#slider {
	position: relative;
	float: left;
	display: block;
	width: 667px;	
	height: 440px;
}

.textBlock {
	float: left;
	width: 639px;
	margin: 90px 0 25px 28px;
}

.imgBlock {
	float: left;
	width: 256px;
}

.textCopy {
	float: left;
	width: 343px;
	margin: 0 25px 0 15px;

}

.textBlock h1 {
	font-family: 'TitilliumText14L999wt', Arial, sans-serif;
	color: #57134c;
	font-size: 21px;
	margin-bottom: 10px;
}

.textBlock p {
	font-family: 'TitilliumText14L600wt', Arial, sans-serif;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}

.textBlock p a {
	font-family: 'TitilliumText14L600wt', Arial, sans-serif;
	color: #508bc6;
	text-decoration: none;
}

.textBlock p a:hover {
	color: #3175b9;
	border-bottom: 1px dotted #3175b9;
}

.boldPink {
	color: #7e206a;
	font-family: 'TitilliumText14L999wt', Arial, sans-serif;
}
		



.right {
	width: 293px;	
	float: right;
	overflow: auto;
}

.rightHeader {
	width: 292px;	
	height: 33px;
	display: block;
	float: left;
	margin: 20px 0 0 1px;
	background: url(../images/blueBar.png) no-repeat;
}

.rightHeader h1 {
	font-family: 'TitilliumText14L999wt', Arial, sans-serif;
	margin: 3px 0 0 21px;
	color: #fff;
	font-size: 20px;
	text-shadow: 0px -1px 1px #396897;
}

.rightBucket {
	width: 250px;	
	float: left;
	margin: 20px 0 0 22px;
}


.rightBucket ul {
}

.rightBucket li {
	background: url(../images/starBullet.png) left center no-repeat;
	font-family: 'TitilliumText14L600wt', Arial, sans-serif;
	color: #3672ae;
	padding: 0 0 5px 25px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #b5d4ee;
}

.rightBucket a {
	color: #3672ae;
	text-decoration: none;
}

.rightBucket a:hover {
	color: #3175b9;
	border-bottom: 1px dotted #3175b9;
}

.register {
	float: left;
	margin: 15px 0 0 29px;
}

.register a:link, .register a:visited {
	width: 232px;
	height: 37px;
	display: block;
    text-indent: -1000em;
    background: url(../images/signUpBtn.png) no-repeat left top;
    border: none;
}

.register a:hover {
    background-position: left bottom;
}

.log {
	float: left;
	margin: 15px 0 0 29px;
}

.log a:link, .log a:visited {
	width: 232px;
	height: 37px;
	display: block;
    text-indent: -1000em;
    background: url(../images/loginBtn.png) no-repeat left top;
    border: none;
}

.log a:hover {
    background-position: left bottom;
}

.twitterFeed {
    margin-bottom: 20px;
}

.twitterFeed a:hover {
    border-bottom: none;
}

/*twitter widget overrides*/

.twtr-widget {width: 250px; overflow: auto;}


.twtr-doc { width: auto !important; background: transparent !important; }

.twtr-hd { display: none; }

.twtr-ft { display: none; }

.twtr-reply  {  }

.twtr-timestamp  {  }

.twtr-link {  }

.twtr h1, h2, h3, p, a {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}






/*----------------------------- end of main Content -----------------------------*/   




.adsHeadline {
	float: left;
	width: 960px;
	height: 18px;
	display: block;
	font-family: 'TitilliumText14L600wt', Arial, sans-serif;
	color: #ccc;
	font-size: 12px;
	background: #fff;
	border-top: 2px solid #ccc;
	border-bottom: 1px dotted #ccc;
	padding-top: 2px;
	text-align: center;
	letter-spacing: 3px;
}

.adsHeadline h1 a {
	text-decoration: none;
	letter-spacing: 0;
	color: #b5cfe6;
}

.ads {
	float: left;
	width: 960px;
	height: 98px;
	display: block;
	border-bottom: 1px solid #b5cfe6;
	background: #f0f7fd;
}

.ads img {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0;
	border: 1px solid #ccc;
}



/*----------------------------- end of ads -----------------------------*/   


.clear { clear: both }



#mailingList {
	clear: both;
	background: #669dd0;
	width: 960px;
	height: 34px;
	display: block;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #b5cfe6;
	border-bottom: 1px solid #b5cfe6;
}

#mailingList form {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	padding-top: 6px;
}

#mailingList #name {
	color: #666666;
	font-size: .8em;
	width: 160px;
}


.join {
	font-family: Arial, Helvetica;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}

#footer {
	clear: both;
	background: #ccc url(../images/footerPattern.png) repeat-x;
	width: 960px;
	height: 100px;
	display: block;
	margin: -3px auto 0 auto;	
}

#socialMedia {
	margin-top: 28px;
	width: 260px;
	margin-left: 15px;
	float: left;
}

#socialMedia img {
	border: 0;
	margin-right: 5px;
}

#footerCopy {
	width: 670px;
	display: block;
	float: right;
	margin-top: 3px;
}

#footerCopy p {
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	line-height: 2.0;
}

#footerCopy a {
	color: #666;
	text-decoration: none;
	padding-bottom: .075em;
}


#footerCopy a:hover {
	color: #669dd0;
	border-bottom: 1px dotted #669dd0;
}

#footerCopy a .nmd {
	color: #669dd0;
}

.bold {
	font-weight: bold;
	color: #ce4ea9;
}



	
.bold { 
	font-weight: bold;
}

