/*@import url(nav.css);*/

html {
	font-size: 100%;
}

/* @group nav */

#nav ul {
	height: 40px;
	padding-top: 4px;
	padding-bottom: 0;
	text-align: left;
	margin: 0 11px;
	background: url(../i/content-top.png) repeat-x center top;
	padding-left: 10px;
}

#nav ul li {
	list-style-type: none;
	float: left;
	text-transform: uppercase;
	text-align: center;
}

#nav ul li.on {
	background: url(../i/nav-right.jpg) no-repeat right;
}

#nav ul li.on-parent {
	background: url(../i/nav-right-parent.jpg) no-repeat right;
}

#nav ul li a {
	color: #666;
	font: .8em/2.2em Arial, Helvetica, Geneva, sans-serif;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
}

#nav ul li.on a {
	background: url(../i/nav-left.jpg) no-repeat left;
	color: #fff;
}

#nav ul li a:hover {
	color: #666;
}

#nav ul li.on a:hover {
	color: #eee;
}

#nav ul li.on-parent a {
	background: url(../i/nav-left-parent.jpg) no-repeat left;
	color: #666;
}

#nav ul li.on-parent a:hover {
	color: #333;
}

/* @end */

/* @group subnav */

#leftcontent {
	float: left;
	width: 170px;
	background: url(../i/bottom-170.jpg) no-repeat center bottom;
	margin: 10px 10px 10px 20px;
	padding: 0 0 5px;
	_margin-left:10px;
}

#leftcontent h3, #blog h5 {
	background: url(../i/top-170.jpg) no-repeat center top;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 2px;
	margin-top: 0;
	font-weight: normal;
	font-style: normal;
	height: 30px;
	line-height: 1.5em;
	margin-bottom: 0;
	font-size: .8em;
}

ul#subnav {
	text-align: center;
	/*background-color: #F3F3F3;*/
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 1px;
}

ul#subnav li {
	list-style: none;
	/*border-color: #fff #eee #BBCB59 #f3f3f3;
	border-width: 1px 0 1px 0;
	border-style: solid none solid none;*/
}

ul#subnav li.top {
	list-style: none;
	border-color: #ffffff #cccccc #BBCB59 #f3f3f3;
	border-width: 0 0 1px 0;
	border-style: solid none solid none;
	color: #666666;
}

ul#subnav li a {
	color: #666;
	height: 26px;
	padding: 6px 0 0 10px;
	display: block;
	text-decoration: none;
	text-align: left;
	height: 20px;
	/*background-image: url(../i/sub-bg.jpg);*/
	font-size: .8em;
	/*border-bottom: 1px solid #ccc;*/
	border-top: 1px solid #fff;
	margin-right: 1px;
}


ul#subnav li a:hover {
	color: #333;
}

ul#subnav a.on {
	color: #333;
	background-color: #fff;
	border-left: 6px solid #ccc;
	padding-left: 4px;
}
ul#subnav a.on:hover {
	color: #369;
	/*background-color: #f3f3f3;
	background-image: url(../i/arrow-li.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
}

/* @end */

/* @group news-area */

#news-area {
	float: right;
	width: 200px;
	background: url(../i/news-bottom.jpg) no-repeat center bottom;
	margin: 10px;
	padding: 0;
}

#news-area .news-excerpt {
	font-size: .9em;
}

#news-area .top {
	background: url(../i/news-top.jpg) no-repeat center top;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 5px;
	font-size: .9em;
}

#news-area .nentry {
	padding: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	margin-right: 4px;
	margin-left: 4px;
}

#news-area h6 {
	color: #333;
	font-size: .9em;
	display: block;
	margin: 0 0 1px;
	padding: 0;
	letter-spacing: 0;
	border-bottom: 0 solid #ccc;
}

.news-date {
	color: #666;
	font-size: .8em;
	text-align: right;
}

/* @end */

body {
	/*color: #555;*/
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #bbcb59; 
	font: .9em "Lucida Grande", Helvetica, Arial, sans-serif;
}

#container {
	width: 980px;
	margin-top: 0;
	padding-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../i/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	/*border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;*/
	background-color: #ffffff;
	position: relative;
}

#header {
	height: 120px;
	position: relative;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	height: 120px;
	width: 470px;
	position: absolute;
	top: 0;
	left: 11px;
	background-image: url(../i/top-logo.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left center;
}

#header a:hover {
	background-color: transparent;
}

#header a span, #mast span {
	display: none;
}

/* @group user */

#user {
	text-align: right;
	color: #999;
	display: block;
	position: absolute;
	top: 120px;
	right: 10px;
	margin: 0;
	padding: 10px;
	/*height: 50px;*/
	z-index: 50;
	font-size: .8em;
}

#user a:hover {
	color: #999;
}
#user a {
	/*text-transform: uppercase;*/
}



/* @end */

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

div.head a {
	display: block;
	color: #999999;
	font-size: normal 14px;
	height: 100px;
	width: 165px;
	position: absolute;
	background-image: url(../i/logo.gif);
	top: 0px;
	left: 24px;
	z-index: 50;
}

/* @group blog entry */

.entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: .9em;
	color: #444;
	min-height: 90px;
	height: auto !important;
	height: 90px;
	padding-right: 0px;
	padding-left: 10px;
}

.entry-list {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: .9em;
	color: #444;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

.entry-list-short {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: .9em;
	color: #444;
	/*min-height: 30px;
	height: auto !important;
	height: 30px;*/
}

.entry ul {
	margin-left: 20px;
	background-position: 0 5px;
}

.entry li {
	padding-left: 20px;
	background: url(../img/li-bullet.gif) no-repeat 0 3px;
	line-height: 1.6em;
}

#content-single li {
	padding-left: 20px;
	background: url(../img/li-bullet-sub-lf.gif) no-repeat 0 3px;
	line-height: 1.6em;
	font-size: .9em;
}

.entry h3, .entry-list h3, .entry-list-short h3 {
	color: #666;
	text-transform: none;
	font: 1.5em Arial, Helvetica, Geneva, sans-serif;
}

.entry h3.list, .entry-list-short h3.list {
	color: #666;
	text-transform: none;
	font: 1.3em Arial, Helvetica, Geneva, sans-serif;
}

.entry-list h3.list, .section h3, .entry-list-short h3.list {
	color: #666;
	text-transform: none;
	font: 1.2em Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 3px;
}

.entry h5.date {
	color: #666;
	text-transform: none;
	font-size: .8em;
}

h2.section-header {
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	font-size: 1.2em;
	margin-left: 10px;
}

.entry p, .entry-list p, .entry-list-short p {
	margin-top: 5px;
	margin-bottom: 8px;
	line-height: 1.4em;
	font-size: 1em;
}

.entry .about-rcd {
	font-size: .9em;
	background: #eee url(../img/grad-wh.jpg) repeat-x;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	margin-top: 10px;
}

.summary {
	
}

.posted {
	font-size: .9em;
	margin-top: 10px;
	color: #999;
}

.dateblock {
	text-align: center;
	width: 50px;
	float: left;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-top: 6px;
	background: #bbcb59;
	font-family: Arial;
	color: #fff;
}

.day {
	font-size: 1.5em;
	position: relative;
	top: -.2em;
}

.month {
	font-size: .9em;
	text-transform: uppercase;
}

.year {
	font-size: .9em;
	position: relative;
	top: -.7em;
}

.dateblock-horz {
	text-align: center;
	float: left;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	margin-right: 10px;
	font-family: Arial;
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #bbcb59;
}

.day-horz {
	font-size: .9em;
	display: inline;
}

.month-horz {
	font-size: .9em;
	text-transform: uppercase;
	display: inline;
}

.year-horz {
	font-size: .9em;
	display: inline;
}

.pdf-link, .ext-link {
	background: url(../img/ext-link.gif) no-repeat;
	padding-left: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pdf-link {
	padding-left: 20px;
	background: url(../img/icn-pdf.gif) no-repeat;
}

.location {
	color: #666;
	text-transform: uppercase;
	font-size: .9em;
	line-height: 1.4px;
	letter-spacing: 2px;
}

.paginate {
	background-color: #f3f3f3;
	border: 1px solid #d8d8d8;
	padding: 5px;
	font: .8em Arial, Helvetica, Geneva, sans-serif;
	width: 715px;
}

.prod-table {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.prod-table th {
	background-color: #ccc;
}

.prod-table td,.prod-table th {
	padding: 5px;
	vertical-align: top;
}

.prod-table td.bo, .prod-table th.bo {
	border-right: 1px solid #ccc;
}

.prod-table tr.alt {
	background-color: #f3f3f3;
}



/* @end */

#head img, img {
	border-width: 0;
}

.paginate {
	background-color: #f3f3f3;
	border: 1px solid #d8d8d8;
	padding: 5px;
	font: .8em Arial, Helvetica, Geneva, sans-serif;
	width: 95%;
}

ul.nav_categories {
	/*border: 1px solid #ccc;*/
	height: 20px;
	/*background: url(../i/desc-wh-bg.jpg) repeat-x;*/
	margin-left: 0;
	width: 600px;
	padding-left: 0;
}

ul.nav_categories li {
	float: left;
}

ul.nav_categories li a {
	background: url(../i/arrow-li.gif) no-repeat left 1px;
	padding-left: 18px;
	display: block;
	margin: 2px 10px 2px 0;
	font-size: .9em;
}

#content, #blog {
	text-align: left;
	color: #333333;
	width: 730px;
	float: left;
	font-size: .9em;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	padding: 0 10px 10px;
}

#blog {
	width: 900px;
	padding-left: 30px;
	padding-right: 20px;
}

#blog .recent {
	float: right;
	width: 170px;
	background: url(../i/bottom-170.jpg) no-repeat center bottom;
	margin: 10px 10px 10px 20px;
	padding: 0 0 5px;
}

#blog h5 {
	text-align: center;
	margin: 0;
	padding-top: 5px;
}

#blog ul {
	margin: 0;
	padding: 0 0 10px;
}

#blog li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#blog li a {
	font-size: .8em;
	padding-left: 18px;
	background: url(../i/arrow-li.gif) no-repeat left 2px;
	display: block;
	margin-right: 1px;
	margin-left: 1px;
	line-height: 1.6em;
}

#blog li a:hover {
	background-color: #fff;
}

p a {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

p a:hover {
	color: #666666;
	text-decoration: none;
	border-color: #999;
	background-color: #f3f3f3;
}

#leftcontent img {
	padding: 0 0 0 2px;
}

#quote {
	border-color: #CCCCCC;
	border-width: 1px 0 1px 0;
	border-style: solid solid double solid;
	margin: 10px;
	padding: 0 0 10px 0;
}

/* @group entry */

.entry {
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	/*float: left;*/
}

.entry .cat, .entry .date {
	font-size: .9em;
	margin-left: 10px;
	display: block;
	line-height: 1.5em;
	color: #777;
	padding-bottom: 10px;
}

.entry .date {
	height: 18px;
	padding-left: 25px;
	background: url(../i/calendar.gif) no-repeat;
}

.entry p {
	margin-left: 10px;
}

h4 {
	color: #666;
	margin: 2px 0;
	padding: 0;
	text-transform: uppercase;
	font: 1.1em "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

div.side-img {
  	float: right;
  	width: 150px;
  	border: 1px solid #ccc;
  	margin: 0px 10px 10px;
  	align: center;
	text-align: center;
	background-color: #f3f3f3;
	padding: 5px 5px 10px;
}

div.side-img1 {
  	float: right;
  	width: 225px;
  	border: 1px solid #ccc;
  	margin: 0px 10px 10px;
  	align: center;
	text-align: center;
	background-color: #f3f3f3;
	padding: 5px 5px 10px;
}

div.side-img .caption {
	font: italic .9em/1.4em "Times New Roman", Times, Georgia, serif;
	color: #666;
	display: block;
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 20px;
	/*width: 100px;*/
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

div.image3 {
  float: right;
  width: auto;
  border: thin silver solid;
  margin: 0px 0px 10px 10px;
  padding: 5px 0px 10px 10px;
  align: center;
  text-align: center
}

/* @end */

blockquote {
	text-align: center;
	color: #a9b750;
	font: italic 1.5em/1.2em "Times New Roman", Georgia, Times, serif;
	padding-right: 20px;
}

blockquote .by {
	color: #999;
	font: italic .8em/1em "Times New Roman", Georgia, Times, serif;
}

#quote .by {
	display: block;
	color: #000000;
	font-size: 10px;
	text-align: right;
	text-transform: inherit;
	letter-spacing: 2px;
}

#bottom {
	display: block;
	width: 980px;
	text-align: right;
	background-image: url(../i/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
	padding: 0;
}

#footer {
	display: block;
	width: 980px;
	/*text-align: right;*/
	height: 20px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: none;
	background-color: transparent;
}

#footer a {
	color: #f3f3f3;
	border-bottom: 1px dotted #eee;
}

#footer a:hover {
	color: #fff;
	border-color:#fff;
}

#footer .developed {
	color: #eee;
	font-size: .8em;
	float: left;
	padding-left: 30px;
	background: url(../i/9d-footer.gif) no-repeat;
	line-height: 2em;
	margin-left: 10px;
}

#footer .copyright {
	color: #eee;
	font-size: .8em;
	padding-right: 10px;
	float: right;
	line-height: 2em;
}


#intro {
	text-align: left;
	padding: 10px 4px 6px 2px;
	position: absolute;
	width: 475px;
	top: 375px;
	left: 280px;
}

/* @group forms */

form {
}

fieldset {
	padding-left: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
	border:none;
	border-top: 1px solid #e9e9e9;
}

legend {
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .2em;
	color: #333;
	/*border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;*/
	margin: 0 20px 10px 0;
	padding-left: 5px;
}

.formrow {
	width: 350px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 1%;
}

.require {
	background-color: #ffffcc;
	padding-top: 2px;
	padding-bottom: 2px;
}

label{
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px;
	font-size: .9em;
	padding-left: 10px;
}

input[type="text"]{
	padding-top: 2px;
	padding-bottom: 2px;
}

input{ /*width of text boxes. IE6 does not understand this attribute*/
	/*width: 200px;*/
}

textarea{
	/*width: 250px;
	height: 100px;*/
}

label.invalid {
	color: #970a09;
	text-indent: 20px;
	font-weight: bold;
	font-size: .9em;
	line-height: 2em;
	white-space: nowrap;
	display: block;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}



/* @end */

#leftcontent h3 a:hover,  #leftshort h3 a:hover {
	color: #ffffff;
}

h2 {
	color: #003366;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 2px 0 4px 0;
	padding: 0;
	letter-spacing: 2px;
}

h6 {
	color: #990000;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 2px 0 4px 0;
	padding: 0;
	letter-spacing: 2px;
}


#content h1, #intro h1, #introwide h1, #blog h1 {
	display: block;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #cfdbdd;
	color: #333333;
	padding: 2px 0;
	margin: 0px 0px 4px 0px;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4em;
}

#content h3, #blog h3 {
	display: block;
	text-transform: uppercase;
	text-align: left;
	color: #333333;
	padding: 2px 0;
	margin: 0px 0px 2px 0px;
	font-size: 14px;
	font-weight: normal;
}

#content h6, #blog h6 {
	font-family: "Trebuchet MS", "Georgia","Times New Roman", serif;
	display: inline;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #cfdbdd;
	color: #333333;
	letter-spacing: 3px;
	padding: 2px 0;
	margin: 0px 0px 4px 0px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#content p, #intro p, #blog p {
	padding: 0 20px 0 5px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
}

div.image2 {
  float: right;
  width: 30%;
  border: thin silver solid;
  margin: 0px 0px 10px 10px;
  padding: 5px 0px 10px 10px;
  align: center
}

div.image3 {
  float: right;
  width: auto;
  border: thin silver solid;
  margin: 0px 0px 10px 10px;
  padding: 5px 0px 10px 10px;
  align: center;
  text-align: center
}

div.indsection {
	margin-right: 10px;
	margin-left: 10px;
	padding: 4px;
	color: #666666;
	border-bottom: 1px solid #cccccc;
	display: block;
}

div.indsectionlast {
	margin-right: 10px;
	margin-left: 10px;
	padding: 4px;
	color: #666666;
	display: block;
}

.logo {
	margin: 2px;
	float: right;
}

div.indsection p.black, .black {
	color: #000000;
}

.lg {
	color: #999999;
}

.link {
	padding: 0 0 0 15px;
	background-image: url(../i/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.fblink {
	padding: 0 0 0 25px;
	background-image: url(../i/fb.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 9pt;
}

.twitter {
	padding: 0 0 0 25px;
	background-image: url(../i/twt.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 9pt;
}

.youtube {
	padding: 0 0 0 25px;
	background-image: url(../i/utube.png);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 9pt;
}



div.section table {
	width: 100%;
	font-size: 11px;
	border-width: 0;
	border-collapse: collapse;
	padding: 2px 2px 2px 2px;
	border-spacing: 0px 0px 0px 0px;
}

div.section td {
	line-height: 16px;
	vertical-align: top;
	border-bottom: 1px dotted #cccccc;
}

div.section td.tdDate {
	white-space: nowrap;
	padding-right: 10px;
	text-align: right;
}

.rowE:hover {
	background-color: #ffffff;
}

.rowO:hover {
	background-color: #eff4f8;
	/*background-color: #eff4f8;*/
}


.profilewrapper {
	height: 300px;
	display: block;
	padding: 5px;
	border-bottom: #CCCCCC;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

.profilewrapper h4 {
	display: block; 
	padding: 0;
	margin: 0 0 2px 0;
	font-size: 12px;
}

.profileimg {
	float: left;
	display: block;
	padding: 5px;
	margin: 10px 10px 10px 0;
	font-size: 10px;
	border-right: #CCCCCC;
	border-width: 0 1px 0 0;
	border-style: none solid none none;
	clear: both;
}

.profileimg img {
	padding: 1px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}

#prcontact h4 {
	color: #999999;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0 0 1px 0;
}

div.section h3 {
	color: #333333;
	font-size: 14px;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	text-transform: uppercase;
}

div.section h4 {
	color: #666666;
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	margin: 0;
	padding: 4px;
}

div.section h5 {
	color: #666666;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 13px;
	border-bottom: 1px dotted #cccccc;
	text-align: center;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	font-weight: normal;
	font-style: italic;
}

.sm {
	font-size: 11px;
}

.clear {
	clear: both;
	display: block;
}

.smw {
	color: #999999;
}

a.sm {
	color: #336699;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
}

a.sm:hover {
	background-color: #ffffff;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

tr.odd {
	background-color: #ffffff;
}

td {
	vertical-align: top;
	border-color: #99CC99;
	border-width: 1px;
	border-style: solid;
}

td.desc {
	font-size: 11px;
	color: #666666;
	text-align: right;
	vertical-align: top;
}

td.info {
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

th {
	font-size: 10px;
	color: #666666;
	text-align: left;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}

hr {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	text-align: left;
}

dt {
	color: #666666;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 13px;
	border-bottom: 1px dotted #cccccc;
	text-align: left;
	margin: 0px 300px 2px 0px;
	padding: 0px 0px 2px 0px;
	font-weight: normal;
	font-style: italic;
}

#content ul, #blog ul {
	margin-top: 2px;
	list-style-type: none;
}

h4 a.arrow {
	padding: 0 0 0 18px;
	background-image: url(../i/arrow-li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.4em;
}

a.arrowe {
	padding: 0 0 0 18px;
	background-image: url(../i/arrow-li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

ul.arrows li {
	padding: 0 0 0 18px;
	background-image: url(../i/arrow-li.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 1.4em;
}


ul.arrows-sm li {
	padding: 0 0 0 18px;
	background-image: url(../i/arrow-li.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 1.4em;
	font-size: .9em;
}

.download {
	list-style-type: none;
	padding: 0 0 0 18px;
	background-image: url(../i/arrow-li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

p.lg {
	font: italic 1em/1.4em Georgia, "Times New Roman", Times, serif;
	margin-right: 20px;
	margin-left: 20px;
}

.gw {
	color: #cccccc;
	font-size: 10px;
}

		
#aycfacebook {
			position: absolute;
			left: 30px;
			top: 100px;
			z-index: 100;
			}
			
#ccfacebook {
			position: absolute;
			left: 100px;
			top:100px;
			z-index: 100;
			}
			
#ayctwitter {
			position: absolute;
			left: 170px;
			top:100px;
			z-index: 100;
			}
			
#cctwitter {
			position: absolute;
			left: 240px;
			top:100px;
			z-index: 100;
			}			
			
#youtube {
			position: absolute;
			left: 310px;
			top:100px;
			z-index: 100;
			}
