/***** Global reset ****/

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend  {
	vertical-align: baseline;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***** Global Classes *****/
 
.clear            { clear:both; }
.float-left       { float:left; }
.float-right      { float:right; }
 
.text-left        { text-align:left; }
.text-right       { text-align:right; }
.text-center      { text-align:center; }
.text-justify     { text-align:justify; }
 
.bold             { font-weight:bold; }
.italic           { font-style:italic; }
.underline        { border-bottom:1px solid; }
.highlight        { background:#ffc; }
 
.img-left         { float:left; margin:0.4em 1em 0.4em 0; }
.img-right        { float:right; margin:0.4em 0 0.4em 1em; }
.blurbrow.two-col .blurb .img-left { margin:1em 1.4em 0.4em 0; }
.blurbrow.two-col .blurb .img-right { margin:1em 0 0.4em 1.4em; }
 
.nopadding        { padding:0; }
.noindent         { margin-left:0; padding-left:0; }
.nobullet         { list-style:none; list-style-image:none; }

.display-none     { display: none; }
.display-block    { display: block; }
.visibility-none  { visibility: hidden; }
.visibility-block { visibility: visible; }


/**** px/em ****/

html {
	font-size: 100%;
}

body {
	font-size: 0.625em;
}


/***** Common Formatting *****/

@font-face {
	font-family: 'AllerRegular';
	src: url('aller_rg-webfont.eot');
	src: local('☺'), url('aller_rg-webfont.woff') format('woff'), url('aller_rg-webfont.ttf') format('truetype'), url('aller_rg-webfont.svg#webfonthqSNQIxN') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3 {
	color: #1e1e1e;
	font-size: 3.2em;
	font-weight: lighter;
	padding: 0;
	margin: 0 0 15px 0;
}

.main-content h1, .main-content h2, .main-content h3 {
	color: #f5800b;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: 'AllerRegular', sans-serif;
}

.main-content h1 {
	font-weight: normal;
}

h2 {
	font-size: 1.8em;
	margin: 0 0 2px 0;	
}

h3 {
	font-size: 1.3em;
	margin: 0 0 2px 0;	
}

p.preamble {
	font-family: Georgia;
	font-size: 1.8em;
	margin: 0 0 15px 0;	
}

p {
	font-size: 1.15em;
	margin: 0 0 15px 0;		
}

a, a:link, a:visited, a:hover {
	text-decoration:underline;
	color: #1d93d6;
}

a:hover {
	text-decoration: none;
}

.main-content ul, .main-content ol {
	list-style: disc inside;
	font-size: 1.15em;
	margin: 0 0 15px 10px;			
}

.main-content ol {
	list-style: decimal inside;		
}

.main-content li {
	margin: 0 0 3px 0;			
}

.main-content table {
	margin: 5px 0 17px 0;
	text-align: left;
	border-bottom: 2px solid #40a4dc;
}

.main-content td, .main-content th {
	font-size: 1.15em;
	padding: 6px 20px 6px 2px;
	border-bottom: 1px solid #e5e5e5;
}

.main-content th, .main-content thead td {
	background: none repeat scroll 0 0 #40a4dc;
	color: #fff;
	font-weight: bold;
	font-family: 'AllerRegular', sans-serif;
}

.main-content span.pdf, .main-content span.email, .main-content span.txt, .main-content span.zip,
 .main-content span.external, .blurb span.pdf, .blurb span.email, .blurb span.txt, .blurb span.zip,
 .blurb span.external {
	background: url(../images/icons/pdf.png) no-repeat left 1px;
	display: inline-block;
	position: relative;
	top: 1px;
	height: 14px;
	margin: 0;
	width: 16px;
}

.main-content span.txt, .blurb span.txt {
	background: url(../images/icons/txt.png) no-repeat left 1px;
}

.main-content span.zip, .blurb span.zip {
	background: url(../images/icons/zip.png) no-repeat left 1px;
}

.main-content span.external, .blurb span.external {
	background: url(../images/icons/ext_link.png) no-repeat right 1px;	
}

.main-content span.email, .blurb span.email {
	background: url(../images/icons/email.png) no-repeat right 1px;
	width: 20px;
}

label {
	cursor:pointer;
}

legend {
	text-indent: -9999px;
}

/*****  specific styles *****/

body {
	background: #efefef;
	font-family: Arial, Verdana, sans-serif;
	color: #3f3f3f;
}

.wrapper { 
	background: #f0f0f0;
	width: 980px;
	margin: 0px auto;
	padding: 0;
}

.content-wrapper.content-top {
	
}

.main-content {
	position: relative;
	top: 42px;
	left: 95px;
	width: 520px;
	padding: 0 0 40px 0;
	float: left;
	font-size: 1.2em;

}

.fb_likebox {
	position: relative;
	width: 195px;
	height: 400px;
	padding: 30px 0 0 25px;
	float: left;	
	background-color:#fff;
}

/* menu */

.menu-holder {
	position: relative;
	top: 10px;
	left: 19px;
	width: 220px;
	background: url(../images/menu-topBg.png) no-repeat top left;
	float: left;
}

ul.menu {
	padding: 0 0 30px 30px;
	margin: 30px 0 0 0;
	width: 220px;
	float: left;
	background: url(../images/menu-bottomBg.png) no-repeat bottom left;
}

ul.menu ul {
	padding: 3px 0 7px 10px;
}

ul.menu li {
	float: left;
	display: block;
	width: 166px;
	padding: 2px 0;
}

ul.menu li.last {
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	border-top: 1px solid #fb9c3d;
	font-size: 0.8em;
}

/* normalization */

ul.menu li li.last {
	margin: 0;
	padding: 0;
	border-top: none;
	font-size: 1em;
}

ul.menu li a, ul.menu li a:visited, ul.menu li span {
	color: #fff;
	font-family: 'AllerRegular', sans-serif;
	font-size: 2em;
	font-weight: lighter;
	text-decoration: none;
	text-shadow: 0px 1px 1px #784512;
}

ul.menu li a:hover {
	color: #fad2ab;
}

ul.menu li.selected a, ul.menu li.expanded a, ul.menu li.selected span, ul.menu li.expanded span {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 0 0 13px;
	width: 165px;
	background: url(../images/menu-first-levelBg.png) no-repeat top left;
}

ul.menu li.selected li a, ul.menu li.expanded li a {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: auto; 
	background: none;
}

ul.menu li.selected li.expanded a, ul.menu li.expanded li.expanded a {
	font-weight: bold;
	
}

ul.menu li.selected li.expanded li a, ul.menu li.expanded li.selected li a, ul.menu li.expanded li.expanded li a {
	font-size: 1.2em;
	font-weight: normal;
}

ul.menu li.selected li.expanded li span, ul.menu li.expanded li.expanded li span {
	font-size: 1.2em;
}

ul.menu li li {
	width: 156px;
	padding: 3px 0;
}

ul.menu li li a, ul.menu li li a:visited, ul.menu li li span {
	font-size: 1.3em;
	text-shadow: none;
}

ul.menu li.expanded li.selected span, ul.menu li.expanded li.expanded span {
	display: block;
	margin: 0 0 0 -20px;
	padding: 1px 0 1px 20px;
	width: 150px;
	font-size: 1.3em;
	line-height: 1.2em;	
	font-weight: bold;
	background: url(../images/menu-arrow.png) no-repeat 4px 5px !important;
}

ul.menu li.selected.last li a, ul.menu li.selected.last li span, ul.menu li.expanded.last li a, ul.menu li.expanded.last li span {
	font-size: 1.6em;
	background: none;
}

/* /menu */

.top-beam {
	position: absolute;
	right: -37px;
	height: 13px;
	width: 1054px;	
	background: url(../images/top-beamBg.png) no-repeat top left;
	z-index: 30;	
}

.header {
	position: relative;
	height: 90px;
	padding: 35px 0 0 0;
	display: block;
	z-index: 10;
}

.breadcrumbs {
	display: none;
}

.content-top {
	position: relative;
	background: url(../images/content-topBg.gif) no-repeat bottom left;
	padding: 0 0 70px 0;
}

.content-top-right-corner {
	position: absolute;
	right: -16px;
	height: 414px;
	width: 16px;
	background: url(../images/content-top-right-cornerBg.gif) no-repeat top left;		
}

.content-top-left-corner {
	position: absolute;
	margin-left: -13px;
	height: 251px;
	width: 13px;
	background: url(../images/content-top-left-cornerBg.gif) no-repeat top left;			
}

.top-blurb {
	position: absolute;
	left: 285px;
	height: 116px; /* 136px */
	width: 263px; /* 323px */
	padding: 20px 30px 0 30px;
	background: url(../images/top-blurbBg.gif) no-repeat top left;
	font-family: Georgia;
	font-size: 1.1em;
	z-index: 20;
}

.top-blurb h4 {
	margin: 0 0 3px 0;		
	color: #1d93d6;
	font-family: 'AllerRegular', sans-serif;
	font-size: 1.2em;
}

.top-blurb.twitter span {
	display: block;
	margin: 2px 0 0 0;
	color: #8d8d8d;
	font-size: 0.9em;
}

.folow-twitter {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.top-blurb.membership {
	left: 644px;
}

.top-blurb.membership h4 {
	font-size: 1.6em;
	margin: 0 0 3px 0;
	font-family: 'AllerRegular', sans-serif;		
}

.top-blurb.membership ul {
	list-style: disc inside;
	font-size: 1.3em;
}

.top-blurb.membership li {
	padding: 0 0 3px 0;
}

.top-blurb.membership a {
	display: block;
	padding: 8px 0 0 0;	
	font-size: 1.3em;
	font-family: 'AllerRegular', sans-serif;
	font-weight: bold;	
}

.membership-btn {
	position: absolute;
	bottom: 20px;
	right: 20px;	
}

.share-print-beam {
	position: relative;
	top: 20px;
	left: -25px;
	height: 76px;
	width: 567px;
	background: url(../images/share-print-beamBg.png) no-repeat left top;	
}

.share-print-beam .fb_like {
	position: absolute;
	top: 28px;
	left: 40px;
}

.share-print-beam .share {
	position: absolute;
	top: 30px;
	left: 130px;
	width: 300px;
}

.share-print-beam .share p {
	float: left;
	padding: 0 10px 0 0;
	color: #323232;
	font-weight: bold;
	font-family: 'AllerRegular', sans-serif;
}

.share-print-beam a.print, .share-print-beam a.print:visited {
	position: absolute;
	top: 24px;
	left: 450px;
	padding: 5px 0 5px 25px;
	color: #323232;
	font-family: 'AllerRegular', sans-serif;
	font-weight: bold;	
	background: url(../images/icons/icon-print.png) no-repeat left 4px;		
}

.events-link {
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 1.2em;
}

.blurbrow {
	position: relative;
	background: #fff;
	float: left;
	width: 980px
}

.blurbrow1 {
	margin: 0 0 16px 0;
}

.blurbrowtop1 {
	width: 980px;
	height: 40px;
	background: url(../images/blurbrowtop1Bg.gif) no-repeat top left;
}

.blurbrowtop1-right-corner {
	position: absolute;
	right: -6px;
	width: 6px;
	height: 177px;
	background: url(../images/blurbrowtop1-right-cornerBg.gif) no-repeat top left;	
}

.blurbrowtop1-left-corner {
	position: absolute;
	margin-left: -8px;	
	width: 8px;
	height: 177px;
	background: url(../images/blurbrowtop1-left-cornerBg.gif) no-repeat top left;	
}

.blurbrowbottom1 {
	width: 980px;
	height: 48px;
	background: url(../images/blurbrowbottom1Bg.gif) no-repeat bottom left;	
}

.blurbrow2 {
	background: #fff;
	margin: 0 0 20px 0;		
}

.blurbrowbottom2 {
	width: 980px;
	height: 10px;
	padding: 0 0 10px 0;
	background: url(../images/blurbrowbottom2Bg.gif) no-repeat bottom left;	
}

.blurbrowbottom2-left-corner {
	position: absolute;
	margin-left: -8px;	
	width: 8px;
	height: 18px;
	background: url(../images/blurbrowbottom2-left-cornerBg.gif) no-repeat top left;	
}

.blurbrow .blurb {
	width: 320px;
	float: left;
	margin: 50px 0 0 20px;
	min-height: 83px;
}

.blurbrow.two-col .blurb {
	width: 450px;
	margin: 30px 0 0 25px;
}

.blurbrow.four-col .blurb {
	width: 220px;
}

.blurbrow.four-col .blurb img {
	margin: 0 0 8px 0;
}

.blurbrow.four-col .blurb h4 {
	font-size: 1.6em;
}

.blurbrow.four-col .blurb p, .blurbrow.two-col .blurb p {
	font-size: 1.2em;
	line-height: 1.3em;
}

.blurbrow .blurb.cal {
	margin: 20px 0 0 0;
	background: url(../images/cal-dayBg.png) no-repeat 25px 15px;
}

.blurbrow2.blurbrow .blurb.cal{
	margin: 22px 0 20px 0;
}

.blurbrow .blurb.cal.today {
	background: url(../images/cal-todayBg.png) no-repeat 30px 15px;
}

.blurbrow .blurb.cal .date {
	float: left;
	margin: 26px 0 0 31px;
	width: 40px;
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;	
}

.main-content .cal {
	margin-bottom:10px;
}

.main-content .cal .date {
	float: left;
	margin: 0 10px 0 0;
	border-right: solid 1px #e5e5e5;
	width: 46px;
	color: #40a4dc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 0.9em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;	
}

.main-content .cal p {
	padding: 0px 0 2px 0;
	margin:0;
}

.blurbrow .blurb.cal.today .date {
	margin: 37px 0 0 35px;
	color: #fff;	
	font-family: 'AllerRegular', sans-serif;
}

.blurbrow .blurb.cal .date span, .main-content .cal .date span {
	display: block;
	font-weight: normal;
	font-size: 0.7em;		
}

.blurbrow .blurb.cal .cal-info {
	float: left;
	margin: 15px 0 0 20px;
	width: 210px;
}

.blurbrow .blurb.cal .cal-info h4 {
	font-size: 1.6em;
	line-height: 1.1em;
	margin: 0 0 4px 0;
	font-family: 'AllerRegular', sans-serif;
}

.blurbrow .blurb.cal.hover {
	cursor: pointer;	
}

.blurbrow .blurb.cal .cal-info h4 a, .blurbrow .blurb.cal .cal-info h4 a:visited {
	color: #1e1e1e;
	text-decoration: none;
}

.blurbrow .blurb.cal.hover h4 a, .blurbrow .blurb.cal.hover h4 a:visited {
	color: #1d93d6 !important;
	text-decoration: underline;	
}

.blurbrow .blurb.cal .cal-info p {
	margin: 0;
	font-size: 1.2em;
}

.blurbrow .blurb.cal .cal-info p span {
	display: block;
}

.blurbrowtop1 h3, .blurbrow h3 {
	position: absolute;
	top: 18px;
	left: 16px;
	background: url(../images/blurbrow-headerBg.png) no-repeat right -36px;
	display: block;
	float: left;
	height: 36px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	color: #fff;
	font-family: 'AllerRegular', sans-serif;
	font-size: 2em;
	font-weight: lighter;
	text-decoration: none;
	text-shadow: 0px 1px 1px #3e799a;
}

.blurbrow.blurbrow2 h3 {
	top: -7px;
}

.blurbrowtop1 h3 span, .blurbrow h3 span {
	background: url(../images/blurbrow-headerBg.png) no-repeat left top; 
	display: block;
	line-height: 33px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0px 0 5px 18px;
}

.blurbrow .blurb h3 {
	position: relative;
	top: auto;
	left: auto;
	background: none;
	display: block;
	float: none;
	height: auto;
	margin: 0 0 2px 0;
	padding: 0;
	color: #1e1e1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bolder;
	text-decoration: none;
	text-shadow: none;
}

.blurbrow .blurb h4, .blurbrow .blurb strong {
	color: #1e1e1e;
}

.paging {
	margin: 30px 0;
}

.paging a, .paging a:visited {
	color: #1d93d6;
	font-size: 0.9em;
}

.paging .previous {
	background:url("../images/list-arrowsBg.gif") no-repeat 0 -11px;
	margin:0 10px 0 0;
	padding:2px 0 2px 12px;
}

.paging .next {
	background: url("../images/list-arrowsBg.gif") no-repeat right 6px;
	padding: 2px 12px 2px 0;
}

.newsletter {
	width: 940px;
	margin: 10px 0 0 20px;
	padding: 17px 0 5px 0;
	color: #1e1e1e;
	font-family: 'AllerRegular', sans-serif;
	font-size: 1.4em;
	border-top: 1px solid #e5e5e5;
}

.newsletter p {
	float: left;
	margin: 2px 15px 0 0;
	color: #1e1e1e;
	font-family: 'AllerRegular', sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

.newsletter legend {
	display: none;
}

.newsletter .text-bgarea {
	display: block;
	float: left;
	width: 231px;
	height: 23px;
	background: url("../images/newsletter-textareaBg.png") no-repeat 0 0;	
}

.newsletter .text-bgarea input {
	margin: 2px 0 0 5px;
	width: 222px;
	height: 16px;
	border: none;
	font-size: 0.8em;
	background: none;
}

.newsletter .submitBtn {
	position: relative;
	width: 69px;
	height: 28px;
	margin: -2px 0 0 10px;
	border: none;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	background: url("../images/btn-send.png") no-repeat left top transparent;		
}

.footer {
	margin: -15px 0 30px 0;
	width: 970px; /* 980px */
	padding: 0 5px;
	float: left;
	color: #737373;
	font-size: 1.1em;
}

.footer a, .footer a:visited {
	color: #737373;
}

/*****  page specific styles *****/
.startpage .logo a {
	display: block;
	margin: 0 0 0 27px;
	height: 75px;
	width: 209px;
	background: url(../images/logo.png) no-repeat top left;
	text-indent: -9999px;
}

.articlepage a .logo, .listpage a .logo, .formpage a .logo {
	margin: 0 0 0 27px;	
}

.listpage ul.list {
	list-style: none inside none;
	margin: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

.listpage ul.list li {
	margin: 0 0 20px 0;
}

.listpage ul.list li.hover {
	cursor: pointer;
}

.listpage ul.list li.hover h2 a {
	color: #1d93d6
}

.listpage ul.list h2 {
	font-size: 1.1em;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;	
}

.listpage ul.list h2 a, .listpage ul.list h2 a:visited {
	text-decoration: none;
	color: #323232;
}

.listpage ul.list h2 a:hover {
	color: #1d93d6	
}

.listpage ul.list p {
	font-size: 0.9em;
}

.listpage ul.list p span {
	color:#9D9E9E;
}

.main-content .contact div {
	float: left;
	padding-top: 15px;
	width: 100%;	
}

.main-content .contact label {
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	padding: 2px 0 8px 0;
	text-align: left;
	width: 100px;	
}

.main-content .contact .text-bgarea {
	display: block;
	float: left;
	width: 293px;
	height: 29px;
	background: url("../images/text-textarea-bgareaBg.png") no-repeat 0 0;	
}

.main-content .contact .text-bgarea input {
	margin: 4px 0 0 5px;
	width: 283px;
	height: 20px;
	border: none;
	font-size: 1em;
	background: none;
}

.main-content .contact .textarea-bgarea {
	display: block;
	float: left;
	width: 293px;
	height: 121px;
	background: url("../images/text-textarea-bgareaBg.png") no-repeat 0 bottom;	
}

.main-content .contact .textarea-bgarea textarea{
	margin: 4px 0 0 5px;
	width: 283px;
	height: 113px;
	border: none;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
}

.main-content .contact .submitBtn {
	position: relative;
	top: 20px;
	left: 100px;
	width: 69px;
	height: 28px;
	margin: 0 0 40px 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	background: url("../images/btn-send.png") no-repeat left top transparent;		
}

.sitemappage .main-content ul li {
	margin-top:0.5em;
}
.sitemappage .main-content ul ul {
	font-size:1em;
	margin-top:0.5em;
}

