/*  --------------------  */
/*  rodrigomoreno.com
/*  --------------------  */
/*  =GENERAL RULES
/*  --------------------  */
html {
	margin: 0;
	padding: 0;
	background-image: url(../_images/bullets/bullet_square_green.gif);
	background-position: bottom center;
	background-repeat: repeat;
}
body {
	background-color: #bfd8ab;
	background-image: url(../_images/bg/bg_bodyTop.gif);
	background-position: top center;
	background-repeat: repeat-x;
	border: 0;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#outerWrap {
	background-color: #bfd8ab;
	margin: 0 auto;
	padding: 0;
	width: 740px;
	clear: none;
}
#outerWrapBG {
	background-image: url(../_images/bullets/bullet_square_green.gif);
	background-position: bottom center;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}
#contentWrap {
	background-color: #bfd8ab;
	clear: none;
	float: left;
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	width: 720px;
}
.column {
	float: left;
}
#leftShadow {
	background-image: url(../_images/bg/bg_shadow_left.gif);
	background-position: top center;
	background-repeat: no-repeat;
	clear: none;
	float: left;
	height: 170px;
	width: 10px;
}
#rightShadow {
	background-image: url(../_images/bg/bg_shadow_right.gif);
	background-position: top center;
	background-repeat: no-repeat;
	clear: none;
	float: right;
	height: 170px;
	width: 10px;
}
p {
	margin: 0 0 1.65em 0;
}
strong {
	font-weight: bold;
	color: #5a7635;
}
em {
	font-style: normal;
	font-weight: bold;
}
/*  --------------------  */
/*  =HEADERS  */
/*  --------------------  */
h1, h2, h3, h4, h5, h6 {
	color: #5a7635;
	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: #005AB4;
	font-weight: bold;
	text-decoration: underline;
}
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 #b5ce9f;
	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: 25px;
}
h3 {	
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
/*  --------------------  */
h1.arrowCircle_green, h2.arrowCircle_green, h3.arrowCircle_green, h4.arrowCircle_green, h5.arrowCircle_green, h6.arrowCircle_green {
	background-image: url(../_images/bullets/arrowCircle_green.gif);
	background-repeat: no-repeat;
	background-position: 0% 25%;
	margin-top: 1em;
	padding-left: 20px;	

}
.headerHilite {
	color: #32960A;
}
a:link .headerHilite {
	color: #32960A;
}
a:visited .headerHilite {
	color: #32960A;
}
a:hover .headerHilite {
	color: #FF0000;
}
.altHeader_1, .altHeader_2, .altHeader_3, .altHeader_4, .altHeader_5, .altHeader_6 {
	color: #005AB4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 0.15em 0;
	padding: 0 0 0.1em 0;
}
.altHeader_1 {
	font-size: 24px;
}
.altHeader_2 {
	font-size: 20px;
}
.altHeader_3 {
	font-size: 18px;
}
.altHeader_4 {
	font-size: 16px;
}
.altHeader_5 {
	font-size: 14px;
}
.altHeader_6 {
	font-size: 12px;
}


/*  --------------------  */
/*  =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;
}
.contentMainText 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
/*  --------------------  */
#topnavWrap {
	background-image: url(../_images/bg/bg_nav_line.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 20px auto 0 auto;
	padding: 0;
	width: 626px;
}
#topnavBGaccent {
	background-image: url(../_images/bg/bg_nav_line.gif);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 626px;
}
#topnavWrap ul {
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	width: 626px;
}
#topnavWrap ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	display: inline;
	margin: 0;
	padding: 0;
}
#topnavWrap ul li a, #topnavWrap ul li a:link, #topnavWrap ul li a:visited {
	border-left: solid 1px #9fba80;
	color: #5a7635;
	font-weight: normal;
	margin: 0;
	padding: 8px 10px;
	text-decoration: none;
}
#topnavWrap ul li a:hover {
	background-color: #aec994;
	background-image: url(../_images/bg/bg_topnav_current.gif);
	background-position: top center;
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin: 0;
	padding: 8px 10px;
}
#topnavWrap ul#topnav {
	/**/
}
/*  --------------------  */
/* =CURRENT MAIN PAGE HILITE */
/*  --------------------  */
.about #topnavWrap #about a, 
.portfolio #topnavWrap #portfolio a, 
.contact #topnavWrap #contact a {
	background-color: #aec994;
	background-image: url(../_images/bg/bg_topnav_current.gif);
	background-position: top center;
	background-repeat: repeat-x;
	color: #FFFFFF;
}



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


/*  --------------------  */
/*  =BANNER
/*  --------------------  */
#bannerBG {
	background-color: #bfd8ab;
	background-image: url(../_images/bg/bg_banner.gif);
	background-position: top center;
	background-repeat: repeat-x;
	clear: both;
	height: 74px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#bannerInnerWrap {
	margin: 0 auto;
	padding: 0;
	width: 720px;
}
#bannerBG .bannerLogo {
	clear: none;
	float: left;
	width: 94px;
}
#bannerRight {
	float: right;
	width: 626px;
}
#bannerInnerWrap #contactTop p {
	color: #005AB4;
	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: #005AB4;
	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: #005AB4;
	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
/*  --------------------  */
#footerBG {
	background-color: #abc493;
	background-image: url(../_images/bg/bg_footer.gif);
	background-position: top center;
	background-repeat: repeat-x;
	clear: both;
	height: 10px;
	margin: 0;
	/*padding: 0 0 10px 0;*/
	padding: 0;
}
#footerTextWrap {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 700px;
}
#footerTextWrap .footerTextLeft {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1em;
	text-align: left;
}
#footerTextWrap .footerTextRight {
	color: #5a7635;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	line-height: 10px;
	margin: -20px 0 0 0;
}
#footerTextWrap a, #footerTextWrap a:link, #footerTextWrap a:visited {
	color: #5a7635;
	font-weight: bold;
	text-decoration: underline;
}
#footerTextWrap a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}



/*  --------------------  */
/*  =MAIN CONTENT
/*  --------------------  */
#fullColumnWrap {
	margin: 0 auto;
	padding: 0;
	width: 720px;
}
#mainColumnWrap {
	background-image: url(../_images/bg/bg_main_shadow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 500px;
}
/*  --------------------  */
/*  mainTextWrap HACK  */
/*  --------------------  */
#mainTextWrap {
	margin: 0;
	padding: 10px 20px 10px 20px;
	text-align: left;
}
#mainTextWrapNG {
	margin: 0;
	padding: 10px 20px 10px 20px;
	text-align: left;
	voice-family:"\"}\"";
	voice-family:inherit;
	padding: 20px 20px 10px 20px;
}
/*end*/
/*\*/
html*#mainTextWrapNG {
[margin: 0; padding: 20px 20px 10px 20px;
margin: 0; padding: 20px 20px 10px 20px;
]margin: 0; padding: 20px 20px 10px 20px;
}/*end*/
.dummyend[id]{clear:both;}

/*\*/
* html #mainTextWrapNG {
margin: 0; padding: 20px 20px 10px 20px;
}
/*end*/
/*  --------------------  */
/*  --------------------  */
.contentMainText {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
.contentMainTextLine {
	border-bottom: solid 1px #b5ce9f;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 16px 0;
}
.contentMainTextLine p {
	clear: none;
}
.contentMainTextAlt {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}
.contentMainText ul, .contentMainTextAlt ul {
	margin: 0 0 1.75em 0;
	padding: 0 1em 0 2em;
}

.asteriskText {
	color: #005AB4;
}

.hiliteBox {
	background-color: #EEFFDE;
	border-top: solid 1px #C8F0A0;
	border-bottom: solid 1px #C8F0A0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 1em 0;
	padding: 6px;
}
.hiliteBoxFull {
	background-color: #EEFFDE;
	border-top: solid 1px #C8F0A0;
	border-bottom: solid 1px #C8F0A0;
	margin: 1em 0;
	padding: 16px;
}
.hiliteBoxFullAlt {
	background-color: #EEF7FC;
	border-top: solid 1px #D3E8F2;
	border-bottom: solid 1px #D3E8F2;
	margin: 1em 0;
	padding: 16px;
}
.alertBox {
	background-color: #FDF5F5;
	border-top: solid 1px #FF4B00;
	border-bottom: solid 1px #FF4B00;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1em 0;
	padding: 6px;
}
.alertBoxFull {
	background-color: #FDF5F5;
	border-top: solid 1px #FF4B00;
	border-bottom: solid 1px #FF4B00;
	margin: 1em 0;
	padding: 16px;
}
.alertBoxFull h2 {
	color: #CC0000;
}
.hiliteBox ul, .alertBox ul, hiliteBoxFull ul, .alertBoxFull ul, hiliteBoxFullAlt ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hiliteBox ul li, .alertBox ul li, hiliteBoxFull ul li, .alertBoxFull ul li, .hiliteBoxFullAlt ul li {
	display: inline;
	margin: 0 0.5em 0 0;
}
.alertText {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.mainLineHoriz {
	border-top: solid 1px #b5ce9f;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}
.rightColumnWrap {
	float: right;
	width: 334px;
}
.rightColumnText {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}



/*  --------------------  */
/*  =SIDE CONTENT
/*  --------------------  */
#sideColumnWrap {
	float: left;
	margin: 20px 0 0 0;
	padding: 0;
	width: 200px;
}
#sideColumnWrap h5, #sideColumnWrap h5 a, #sideColumnWrap h5 a:visited {
	background-color: #5AB414;
	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;
}



/*  --------------------  */
/*  =FLASH CONTENT
/*  --------------------  */
#flashcontent {
	margin: 0 0 10px 0;
}
#altcontent {
	margin: 0;
	/*width: 500px;*/
}
#altcontent p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}



/*  --------------------  */
/*  =BIOS
/*  --------------------  */
.biosItem {
	clear: both;
}
.biosThumb {
	float: left;
	width: 132px;
}
.biosThumb img {
	margin: 0;
	padding: 5px;
	border: 1px solid #b5ce9f;
	background-color: #FFFFFF;
}
.biosThumb a:hover img {
	margin: 0;
	padding: 5px;
	border: 1px solid #005AB4;
	background-color: #FFFFFF;
}



/*  --------------------  */
/*  =IMAGES
/*  --------------------  */
img {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: normal;
	text-align: center;
}
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;
}
img.homePortrait {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
div.floatLeft {
	float: left;
	padding: 0 8px 0 0;
}
div.floatRight {
	float: right;
	padding: 0 0 0 8px;
}
div.clearBoth {
	clear: both;
	overflow: auto;
}
.photoNavUp {
	border: solid 1px #b5ce9f;
}
a:hover img.photoNavUp { 
	border: solid 1px #005AB4; 
}
img.borderPhoto {
	float: left;
	margin: 3px 10px 8px 0;
	padding: 1px;
	border: 1px solid #b5ce9f;
	background-color: #FFFFFF;
}
a:hover img.borderPhoto {
	float: left;
	margin: 3px 10px 8px 0;
	padding: 1px;
	border: 1px solid #005AB4;
	background-color: #FFFFFF;
}
img.sideLogo {
	margin: 0 0 20px 0;
	padding: 0;
}
img.topLogo {
	margin: 0 0 0 10px;
	padding: 0;
}



/*  --------------------  */
/*  =FORMS
/*  --------------------  */
.formWrap {
	border: solid 1px #A0AEB7;
	margin: 10px 0 20px 0;
	padding: 6px;
	width: 466px;
}
.formWrap form {
  background-color: #E3EAED;
	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: #3D6774;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0 1px; 
	margin: 4px 1px 1px 1px;
}
.formTopLine {
	border-top: solid 1px #91ABB2;
}
.formBottomLine {
	border-top: solid 1px #91ABB2;
}
.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 #91ABB2;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	margin: 0 0 10px 0;
}
.formFieldReq {
	background-color: #FFFFFF;
	border: solid 1px #E06666;
	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;
}


/*  --------------------  */
/*  =LINKS
/*  --------------------  */
a:link {
	color: #005AB4;
	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: #000000;
	font-weight: bold;
	text-decoration: none;
}