/*navigation styling*/

#nav {
	list-style: none; /*THIS REMOVES BULLETS FROM THE LIST SO YOU START CLEAN */
	padding: 0;
	margin: 0;
}
#nav li {
	float:left; /* YOU WOULD FLOAT LEFT HERE AND ORDER YOUR UL ABOVE CORRECTLY INSTEAD OF REVERSED */
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
#nav a {
	display: block; /* DISPLAY BLOCK IS ONE WAY TO MAKE THE LIST HORIZONTAL */
	margin-left: 1px; /* SPACE AROUND THE TEXT IN THE TAB */
	color: #ffffff; /* MAKES IT PRETTIER, JUST A GRADIENT HERE */
	background-color: #11722F;
	background-image: url(/_images/bg/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 29px;
	padding-bottom: 9px;
	padding-left: 29px;
	}
#nav a:hover {
	background: #77cf3c url(/_images/bg/bg_nav_o.gif) bottom repeat-x; /* HOW IT LOOKS WHEN YOU MOUSE OVER IT, GRADIENT CHANGES TO GREEN */
}

/*flyout THIS IS WHAT MAKES THE DROPDOWN MENU WORK*/
#nav li ul { /* THIS IS THE OUTER WRAPPING OR HOW THE MAIN BOX LOOKS, YOU CAN CHANGE ALMOST EVERYTHING HERE TO MAKE IT LOOK THE WAY YOU WANT */
	list-style: none; /* DO NOT CHANGE, MAKES LIST NOT HAVE BULLETS */
	padding: 0 0 0 0;
	margin: 0;
	position: absolute; /* DO NOT CHANGE THIS */
	left: -999em; /* DO NOT CHANGE THIS, THIS HIDES THE LIST BY PUSHING IT WAY OFF THE PAGE UNTIL YOU ROLL OVER A MAIN LINK */
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	z-index: 9999; /* DO NOT CHANGE THIS, THIS MAKES THE DROPDOWN APPEAR ABOVE OTHER ITEMS ON THE PAGE */
	background-color: #FFFFFF;
	width: 200px;
}
#nav li:hover ul, #nav li.sfhover ul  { /* THIS IS IMPORTANT FOR IE, THERE IS A JS SCRIPT YOU HAVE TO INCLUDE ON YOUR PAGE THAT I CAN GIVE YOU THAT THIS REFERS TO */
	left: auto;
}
#nav li ul li {
	display:block; /* DO NOT CHANGE THIS */
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	background: none!important;
	padding: 0;
	margin: 0;
	
}
#nav li ul li a {
	width: 180px;
	_width: 200px;
	display:block; /* DO NOT CHANGE THIS */
	padding: 6px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666!important;
	text-decoration: none;
	border-bottom: 1px solid #666666;
	background: none!important;
	margin: 0 0 0 0;
}
#nav li ul li a:hover {
	color: #ffffff!important;
	background: #77cf3c!important;
}


/*navigation styling end*/



/* this is what turns the nav ON for a selected page */

body#home #n_home a, body#offer #n_offer a, body#approach #n_approach a, body#background #n_background a, body#clients #n_clients a, body#ironman #n_ironman a {
	color: #FFFFFF;
	background: #77cf3c;
}

/* end of turn ON style */



/*rounded corners*/

#nav a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	}
	
#nav li ul li a {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	}
	
	
	/*stop rounded corners*/
	
	

.ora {
	border-bottom-style: solid;
	border-bottom-color: #336600;
	border-bottom-width: 2pt;
	width: 767px;
}

.Heading {
	font-family: "Trebuchet MS";
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #006633;
	left: 10pt;
	text-indent: 10pt;



}
.BodyText {

	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #333333;
}
.Buttons {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	color: #333333;
	list-style-image: url(images/bullet_logo.jpg);

}
.Title {

	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	color: #333333;
}
.SubTitle {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #006633;
	list-style-image: url(images/bullet_logo.jpg);

}
.BulletText {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #333333;
	text-indent: 0pt;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 7px;
	list-style-image:  url(images/bullet_logo.jpg);







}
.Caption {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #333333;

}
.BodyTextCentered {


	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	color: #333333;
}
.Footnote {


	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #333333;
}
.CenteredBold12pt {




	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	color: #006633;
}
.CopyrightNoteCentered {



	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	color: #333333;
}
.Bold12pt {





	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #333333;
}
.SubTitleItalic {



	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #333333;
}
.HeadingItalic {

	font-family: "Trebuchet MS";
	font-size: 16pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	color: #333333;
	left: auto;
}
.BulletTextIndent {

	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #333333;
	text-indent: 0pt;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image:  none;
}
.NinePtItalicRight {

	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: right;
	word-spacing: normal;
	color: #333333;
}
.SubTitleSmall {

	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: .5pt;
	text-align: left;
	word-spacing: normal;
	color: #006633;
	list-style-image: url(images/bullet_logo.jpg);
}
.CaptionCenteredGrn {

	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	color: #006633;
}
.SubTitleBlack {

	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #000000;
	list-style-image: url(images/bullet_logo.jpg);
}
.CenteredBold11pt {






	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	color: #006633;
}
.CopyrightFontRight {




	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: right;
	word-spacing: normal;
	color: #333333;
}
.CopyrightFontLeft {





	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #333333;
}
.CenteredBold10pt {







	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	color: #006633;
}
.SubTitleItalicBold {




	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #333333;
}
.SubTitleItalicBoldCenter {





	font-family: "Trebuchet MS";
	font-size: 11pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	color: #333333;
}
.SubTitleItalicBoldCenter2 {





	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	color: #333333;
}
.SubTitleSmall a {
	color: #11722F;
	text-decoration: underline;
}
.SubTitleSmall a: visited {
}
.SubTitleSmall a:hover {
	color: #77cf3c;
}
.SubTitleSmall a:active {
}
