/* 
----------------------------------------
CREMA | California Raw Milk Association
----------------------------------------

=GENERAL RULES
-------------------- 
*/
html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
#outerWrap {
	background-color: #FFFFFF;
	clear: both;
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	width: 750px;
}
html>#outerWrap	{
	width: 750px;
}
p {
	margin: 0 0 1.5em 0;
}
strong {
	font-weight: bold;
	color: #007dc3;
}
em {
	font-style: normal;
	font-weight: bold;
}
sup {
	color: #007dc3;
}



/*
--------------------
=HEADERS
--------------------
*/
h1, h2, h3, h4, h5, h6 {
	color: #007dc3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 0.2em 0;
	padding: 0 0 0.1em 0;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, 
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #007dc3;
	font-weight: normal;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #FF0000;
}
h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline {	
	border-bottom: solid 1px #e5f2f9;
	margin: 0 0 0.3em 0;
	padding: 0 0 0.2em 0;
}
/*h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	border: 0;
	display: inline;
	padding-right: 8px;
	vertical-align: middle;
}*/
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {	
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
/*  --------------------  */
.headTabMain {
	background-color: #8cc63f;
	background-image: url(_images/bg/headTabMain_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 1px 0;
	padding: 0;
	text-align: center;
}
.headTabMain span {
	background-image: url(_images/bg/headTabMain_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	margin: 0;
	padding: 4px 0;
}
.headTabAlt {
	background-color: #00853e;
	background-image: url(_images/bg/headTabAlt_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 1px 0;
	padding: 0;
	text-align: center;
}
.headTabAlt span {
	background-image: url(_images/bg/headTabAlt_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	margin: 0;
	padding: 4px 0;
}



/*
--------------------
=LISTS
--------------------
*/
ul {
	list-style-position: outside;
	list-style-type: square;
	margin: 0 0 1.75em 0;
	padding: 0 1em 0 0;
}
ul li {
	margin: 0 0 0.5em 0;
}
li img {
	display: inline;
	border: 0;
	padding-right: .5em;
}
ul.noBullet {
	list-style-position: inside;
	list-style-type: none;
	margin: 0 0 1.75em 0;
	padding: 0;
}
ul.noBullet li {
	margin: 0 0 0.3em 0;
}
lh {
	font-weight: bold;
}



/*
--------------------
=TOP NAV
--------------------
*/
#topnavBG {
	background-color: #00853e;
	clear: both;
	margin: 0 auto;
	padding: 0;
}
#topnavWrap ul {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 0;
	padding: 0;
	text-align: center;
	width: 720px;
}
#topnavWrap ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#topnavWrap ul li a, #topnavWrap ul li a:link, #topnavWrap ul li a:visited {
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 8px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#topnavWrap ul li a:hover {
	background-color: #8cc63f;
	color: #FFFFFF;
}
#topnav {
	/* */
}
/*
--------------------
=CURRENT MAIN PAGE HILITE
-------------------- 
*/
.home #topnavWrap #home a, 
.about #topnavWrap #about a, 
.news #topnavWrap #news a, 
.resources #topnavWrap #resources a, 
.newsletter_archives #topnavWrap #newsletter_archives a, 
.real_stories #topnavWrap #real_stories a,
.donate #topnavWrap #donate a,
.contact #topnavWrap #contact a {
	background-color: #FFFFFF;
	color: #8cc63f;
}

#topLegal {
	margin: 10px 0 0 0;
	padding: 0;
}
#topLegal ul {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 auto;
	margin-top: 0;
	padding: 0;
	text-align: center;
	width: 720px;
}
#topLegal ul li {
	border-right: solid 1px #d1d1d1;
	display: inline;
	margin: 0;
	padding: 0;
}
#topLegal ul li.last {
	border: none;
}
#topLegal ul li a, #topLegal ul li a:link, #topLegal ul li a:visited {
	color: #007dc3;
	font-weight: bold;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#topLegal ul li a:hover {
	color: #FF0000;
}


/*
--------------------
=SIDE NAV
--------------------
*/
#sideColumnWrap {
	background-color: #FFFFFF;
	float: left;
	margin: 20px 0 20px 20px;
	padding: 0;
	width: 250px;
}
#sideColumnWrap ul.sidemenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 200px;
}
#sideColumnWrap ul.sidemenu li {
	margin: 0;
}
#sideColumnWrap ul.sidemenu li a {
	background-color: #F2F7FB;
	background-image: url(../_images/bg/bg_side_left.gif);
	background-position: top left;
	background-repeat: repeat-y;
	border-bottom: solid 1px #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 6px 10px;
	width: 180px;
}
#sideColumnWrap ul.sidemenu li a:link, #sideColumnWrap ul.sidemenu li a:visited {
	color: #007dc3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#sideColumnWrap ul.sidemenu li a:hover {
	background-color: #58A9FF;
	background-image: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
#sideColumnWrap ul.sidemenu li.sub_hilite a, #sideColumnWrap ul.sidemenu li.sub_hilite a:link, #sideColumnWrap ul.sidemenu li.sub_hilite a:visited {
	background-color: #58A9FF;
	background-image: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

#sideColumnWrap h5, #sideColumnWrap h5 a, #sideColumnWrap h5 a:visited {
	background-color: #8cc63f;
	background-image: url(../_images/bg/bg_side_header.gif);
	background-position: top center;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
	text-transform: uppercase;
}



/*
--------------------
=NAV GENERAL
--------------------
*/
.buttonAlignRight {
	float: right;
	margin-top: 1em;
	margin-bottom: 1em;
}
.buttonUpToTop {
	border-top: solid 1px #e5f2f9;
	clear: both;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 4px 0 0 0;
	text-align: right;
	width: 99%;
}
.buttonUpToTopNL {
	clear: both;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 4px 0 0 0;
	text-align: right;
	width: 99%;
}
.buttonMore {
	border-top: solid 1px #e5f2f9;
	clear: both;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 4px 0 0 0;
	text-align: right;
	width: 99%;
}
.buttonMoreNL {
	clear: both;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 4px 0 0 0;
	text-align: right;
	width: 99%;
}
.buttonMoreBlank {
	border-top: solid 1px #e5f2f9;
	clear: both;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 4px 0 0 0;
	text-align: right;
	width: 99%;
}



/*
--------------------
=BANNER
--------------------
*/
#bannerBG {
	background: #FFFFFF;
	background-image: url(_images/bg/banner_tile.gif);
	background-position: top center;
	background-repeat: repeat-x;
	clear: both;
	height: 160px;
	margin: 0;
	padding: 0 0 1px 0;
	text-align: center;
}
#bannerBG .bannerLogo {
	clear: both;
	padding: 0;
	text-align: center;
}
#bannerBG .bannerLinkText {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 10px 10px 4px 2px;
}
#bannerRight {
	float: right;
}
#bannerInnerWrap #contactTop p {
	color: #007dc3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 10px 10px 4px 2px;
	text-align: right;
}
#bannerInnerWrap #contactTop a {
	color: #007dc3;
	font-weight: bold;
}
#bannerInnerWrap #contactTop a:link, #bannerInnerWrap #contactTop a:visited {
	background-image: url(../_images/icons/icon_envelope_16.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	color: #007dc3;
	font-weight: bold;
	padding: 0 0 0 20px;
	text-decoration: none;
}
#bannerInnerWrap #contactTop a:hover {
/*
	background-image: url(../_images/icons/icon_envelope_open_16.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-position: 0% 100%;
*/
	color: #FF0000;
	font-weight: bold;
	padding: 0 0 0 20px;
	text-decoration: underline;
}



/*
--------------------
=FOOTER
--------------------
*/
#footerBGaccent {
	background-color: #D9DCDE;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3px;
	height: 6px;
	line-height: 6px;
	margin: 0 auto;
	padding: 0;
	width: 740px;
}
#footerBG {
	background-color: #FFFFFF;
	border-top: solid 1px #e5f2f9;
	clear: both;
	height: 30px;
	margin: 0 auto;
	/*padding: 0 0 10px 0;*/
	padding: 0;
	width: 740px;
}
#footerTextWrap {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 740px;
}
#footerTextWrap .footerTextLeft {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1em;
	text-align: left;
}
#footerTextWrap .footerTextRight {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	line-height: 1em;
	margin: -1em 0 0 0;
}
#footerTextWrap a, #footerTextWrap a:link, #footerTextWrap a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#footerTextWrap a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}



/*
--------------------
=CONTENT MAIN
--------------------
*/
#fullColumnWrap {
	background-color: #FFFFFF;
	margin: 20px 0;
	padding: 0;
	text-align: left;
	width: 740px;
}
#mainColumnWrap {
	background-color: #FFFFFF;
	float: left;
	margin: 20px 0;
	padding: 0;
	text-align: left;
	width: 470px;
}
.featureStoryWrap {
	margin: 0 0 20px 0;
}
.featureStoryText {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}


.cremaNewsWrap {
	background-image: url(_images/bg/gradient_main_green.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 0 20px 0;
}
.cremaNewsItem {
	border-bottom: solid 1px #e5f2f9;
	margin: 0;
	padding: 8px;
}
.cremaNewsItemAlt {
	border-top: solid 1px #e5f2f9;
	margin: 0;
	padding: 8px;
}
.cremaNewsTitle, .cremaNewsTitle a, .cremaNewsTitle a:link,
.cremaNewsTitle a:visited {
	color: #007dc3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.0;
	margin: 4px 0 2px 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}
.cremaNewsTitle a:hover {
	color: #FF0000;
}
.cremaNewsDate {
	color: #8cc63f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.0;
	margin: 0 0 2px 0;
	padding: 0;
	text-align: left;
}
.cremaNewsText {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 2px 0;
}
.cremaNewsThumb {
	border: solid 1px #007dc3;
	float: left;
	margin: 6px 10px 4px 0;
	padding: 1px;
}
.cremaVideoThumb {
	float: left;
	margin: 6px 10px 4px 0;
}


.contentMainWrap {
	margin: 0 0 20px 0;
}
.contentMainText {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}
.contentMainText ul {
	list-style-position: inside;
	list-style-type: square;
	margin: 0 0 1.75em 0;
	padding: 0;
}
.contentMainText ul.noBullet {
	list-style-position: inside;
	list-style-type: none;
	margin: 0 0 1.75em 0;
	padding: 0;
}
.mainLineHoriz {
	border-top: solid 1px #e5f2f9;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}


.hiliteBox {
	background-color: #EEFFDE;
	border-top: solid 1px #C8F0A0;
	border-bottom: solid 1px #C8F0A0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 1em 0;
	padding: 6px;
}
.hiliteBoxFull {
	background-color: #EEFFDE;
	border-top: solid 1px #C8F0A0;
	border-bottom: solid 1px #C8F0A0;
	margin: 1em 0;
	padding: 16px;
}



/*  --------------------  */
/*  =CONTACT
/*  --------------------  */
.contactItemWrap {
	margin: 0.5em 0 1.5em 0;
	padding: 0;
}
.contactItemText {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4;
}



/*  --------------------  */
/*  =PAGINATE
/*  --------------------  */
.paginateWrap {
	border-top: solid 1px #e5f2f9;
	clear: none;
	margin: 1em 0;
	width: 99%;
}
.paginateTextLeft {
	color: #000000;
	float: left;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0;
}
.paginateTextRight {
	color: #000000;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0;	
}



/*
--------------------
=CONTENT SIDE
--------------------
*/
.featureVideoWrap {
	margin: 0 0 10px 0;
}
.featureVideoTitle {
	color: #007dc3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.0;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: left;
}
.featureVideoDate {
	color: #8cc63f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.0;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: left;
}
.featureVideoImage img {
	margin: 0 0 4px 0;
	padding: 0;
}
.featureVideoText {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	text-align: left;
}


.resourcesWrap {
	margin: 0 0 10px 0;
}
.resourcesText {
	background-color: #e8f4d9;
	border-bottom: solid 1px #c5e29f;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25;
	margin: 0;
	padding: 10px;
	text-align: left;
}
.resourcesText ul {
	list-style-position: inside;
	list-style-type: square;
	margin: 10px 0;
	padding: 0 1em 0 0;
}

.realStoriesWrap {
	margin: 0 0 10px 0;
}
.realStoriesItem {
	background-image: url(_images/bg/gradient_side_green.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 8px;
}
.realStoriesItemAlt {
	background-image: url(_images/bg/gradient_side_blue.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 8px;
}
.realStoriesItemBlank {
	border-bottom: solid 1px #e5f2f9;
	margin: 0;
	padding: 8px;
}
.realStoriesTitle {
	background-color: transparent;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.25;
	margin: 0;
	padding: 0 0 4px 0;
	text-align: left;
}
.realStoriesTitle img {
	float: left;
	padding: 0 4px 0 0;
}
.realStoriesText {
	background-color: transparent;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 1.4;
	margin: 0;
	padding: 4px 0;
	text-align: left;
}
.realStoriesPull {
	border-bottom: solid 1px #e5f2f9;
	color: #00853e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.realStoriesTitle a, .realStoriesTitle a:link, .realStoriesTitle a:visited, .realStoriesText a, .realStoriesText a:link, .realStoriesText a:visited {
	color: #000000;
	font-weight: bold;
}

.newsletterArchiveWrap {
	margin: 0 0 10px 0;
}
.newsletterArchiveListWrap {
	background-image: url(_images/bg/gradient_side_green.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
}
.newsletterArchiveListWrapAlt {
	margin: 0;
}
.newsletterArchiveListWrap ul, .newsletterArchiveListWrapAlt ul {
	list-style:outside;
	margin: 0;
}
.newsletterArchiveListWrap ul li, .newsletterArchiveListWrapAlt ul li {
	border-bottom: solid 1px #e5f2f9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 4px 0 26px;
	padding: 10px 0 10px 0;
	text-align: left;
}
.newsletterArchiveItem {
	background-image: url(_images/bg/gradient_side_blue.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: solid 1px #e5f2f9;
	margin: 0 0 1px 0;
	padding: 8px 12px;
}
.newsletterArchiveItemAlt {
	border-bottom: solid 1px #e5f2f9;
	margin: 0 0 1px 0;
	padding: 8px 12px;
}
.newsletterArchiveDate {
	color: #007dc3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.0;
	margin: 0 0 3px 0;
	padding: 0;
	text-align: left;
}
.newsletterArchiveItem .newsletterArchiveDate a, .newsletterArchiveItem .newsletterArchiveDate a:link,
.newsletterArchiveItemAlt .newsletterArchiveDate a, .newsletterArchiveItemAlt .newsletterArchiveDate a:link {
	color: #007dc3;
	font-weight: normal;
	text-decoration: none;
}
.newsletterArchiveItem .newsletterArchiveDate a:hover,
.newsletterArchiveItemAlt .newsletterArchiveDate a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}
.newsletterArchiveText {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	margin: 0 0 3px 0;
	padding: 0;
	text-align: left;
}
.newsletterArchiveItem .newsletterArchiveText a, .newsletterArchiveItem .newsletterArchiveText a:link,
.newsletterArchiveItemAlt .newsletterArchiveText a, .newsletterArchiveItemAlt .newsletterArchiveText a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.newsletterArchiveItem .newsletterArchiveText a:hover,
.newsletterArchiveItemAlt .newsletterArchiveText a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}



/*
--------------------
=IMAGES
--------------------
*/
img {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
}
.mainSplashImage {
	margin: 0 0 10px 0;
}
.articleImage img {
	margin: 0;
	padding: 5px;
	border: 1px solid #007dc3;
	background-color: #FFFFFF;
}
.articleImage a:hover img {
	margin: 0;
	padding: 5px;
	border: 1px solid #8cc63f;
	background-color: #FFFFFF;
}
img.inline {
	border: 0;
	display: inline;
}
img.bulletInline {
	border: 0;
	display: inline;
	padding: 0 4px 0 0;
	vertical-align: middle;
}
img.bulletFloatLeft {
	border: 0;
	float: left;
	padding: 0 6px 0 0;
	vertical-align: middle;
}
img.bulletFloatRight {
	border: 0;
	float: right;
	padding: 0 0 0 6px;
	vertical-align: middle;
}
img.photoFloatLeft {
	float: left;
	margin: 0;
	padding: 0 0.5em 0 0;
}
img.photoFloatRight {
	float: right;
	margin: 0;
	padding: 0 0 0 0.25em;
}
div.floatLeft {
	float: left;
	padding: 4px 8px 0 0;
}
div.floatRight {
	float: right;
	padding: 4px 0 0 8px;
}
div.articleImageCenter {
	display: block;
	margin: 0 0 10px 0;
	text-align: center;
}
div.clearBoth {
	clear: both;
	overflow: auto;
}



/*
--------------------
=FORMS
--------------------
*/
.formWrap {
	border: solid 1px #e5f2f9;
	margin: 20px 0;
	padding: 6px;
	width: 700px;
}
.formWrap form {
  background-color: #e5f2f9;
	margin: 0;
	padding: 10px;
}
select {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
	margin: 1px 1px 14px 1px;
}
.formButton {
	background-color: #00853e;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px; 
	margin: 4px 1px 1px 1px;
}
.formTopLine {
	border-top: solid 1px #e5f2f9;
}
.formBottomLine {
	border-top: solid 1px #e5f2f9;
}
.formLabel {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.formLabelBlock {
	color: #000000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 2px 0;
}
.formLabelReq {
	color: #CC0000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 4px 2px 0;
}
.formField {
	background-color: #FFFFFF;
	border: solid 1px #bed2e6;
	color: #000000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin: 0 0 10px 0;
}
.formFieldReq {
	background-color: #FFFFFF;
	border: solid 1px #CC0000;
	color: #000000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin: 0 0 10px 0;
}
.checkLabel {
	color: #000000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 2px 0;
}
.checkLabelReq {
	color: #CC0000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 2px 0;
}
.formItemBlock {
	display: block;
	margin: 0 4px 2px 0;
}



/*
--------------------
=STATS
--------------------
*/
div.statcounter {
	text-align: center;
	width: 400px;
}



/*
--------------------
=LINKS
--------------------
*/
a:link {
	color: #007dc3;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #0032B4;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.altLink a:link, .altLink a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.altLink a:hover {
	color: #007dc3;
	font-weight: bold;
	text-decoration: underline;
}
