body,p {	
    font-family: Verdana, Arial, Helvetica, sans-serif;	
    font-size: 12px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}



h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 24px;
	line-height: 32px;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 16px;
	line-height: 22px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	display: inline;
	line-height: 15px;
}

/*********Primary Naviation Menu**********/
.primaryMenuContainer { 
	float: left;
}
.mainMenuLinkContainer {
	position: relative;
	margin: 0;
	float: left;
}
.mainMenuLink {
	font-size: 11px;
	font-weight: bold;
	line-height: 40px;
	padding-right: 12px;
	padding-left: 12px;
	color: #000;
	text-decoration: none;
}
a.mainMenuLink:hover {
	color: #F25308;
}
.subMenuOuterContainer {
	position: absolute;
	top: 30px;
	left: 0px;
	overflow: hidden;
	height: 0px;
	padding-bottom: 6px;
	background-color: #eee;
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
}
.subMenuInnerContainer {
	top: 0px;
	position: absolute;
}
.subMenuInnerContainer a.subMenuLink {
	color: #000;
	display: block;
	line-height: 18px;
	font-size: 11px;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	white-space: nowrap;
}
.subMenuInnerContainer a.subMenuLink:hover {
	background-color: #ccc;
}


/*********Footer CSS Classes**********/
.footerContainer {
	float: left;
	line-height: 30px;
	width: 900px;
	color: #000;
	height: 60px;
}
.footerContainer a {
	text-decoration: underline;
	color: #000;
}
.footerContainer a:hover {
	color: #F25308;
}


.image {
	border: 1px solid #000;
	padding: 15px;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	height: 74px;
	}

.imageSquare {
	border: 1px solid #000;
	padding: 15px;
	display: inline;
	float: left;
	text-align: center;
	margin: 0px 15px 15px 0;
	width: 74px;
	height: 74px;
	}

.moduleHead {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	background-color: #000;
	padding: 3px 5px 2px 5px;
	position: relative;
	margin-top: 15px;
}

.moduleText {
	display: block;
	padding: 3px 5px 2px 5px;
	position: relative;
	border: 1px solid #000;
	margin-bottom: 15px;
}

.wireFooter {
	border-top: 1px dashed #000;
	width: 900px;
	margin: 0 auto;
	clear: both;
}

.leftcol {
    font-weight: bold;
    width: 100px;
    padding-top: 5px;
	vertical-align: top;
}

.data1 {
    padding-top: 5px;
	vertical-align: top;
    width: 150px;
}

.data2 {
    padding-top: 5px;
	vertical-align: top;
}

.wireLinks {
    padding-top: 5px;
   vertical-align: top;
}


#subNav {
	margin: 0;
}

#subNav ul {
	margin: 0;
	padding: 0;
}

#subNavList ul {
	margin: 0;
	padding: 0;
}

#subNav li {
	list-style-type: none;
	text-align:left;
	color: #f00;
	width:232px;
	background:#FFFFFF;
	padding: 0 0 0 0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	margin-top:1px;
}

#subNav a {
	text-decoration: none;
	padding-left:15px;
}
#subNav a:hover {
   font-family: Arial, Verdana; 
   font-size: 13px; 
   font-weight: normal; 
   text-decoration: underline; 
   color:#003399;
}


#subNav ul ul {
	margin-left: 0px;
}

/*
  imported from gardner.css 
*/


a:link { 
    font-family: Arial, Verdana; 
    font-size: 13px; 
    font-weight: normal;  
    text-decoration: none; 
    color: #003399;
} 
a:visited { 
    font-family: Arial, Verdana; 
    font-size: 13px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #003399;
}
a:active { 
    font-family: Arial, Verdana; 
    font-size: 13px; 
    font-weight: normal; 
    text-decoration: underline; 
    color: #003399;
} 
a:hover { 
    font-family: Arial, Verdana; 
	   font-size: 13px; 
	   font-weight: normal; 
	   text-decoration: underline; 
	   color:#003399;
	}
.rightmenu {
    font-family: Verdana; 
    font-size: 11px; 
    margin-left: 15px; 
    font-weight: bold;
    color:#000000;
    text-decoration:underline;
}

a.rightmenu:hover {
    font-family: Verdana; 
    font-size: 13px; 
    margin-left: 15px; 
    margin-right: 10px; 
    font-weight: bold; 
    color:#000000;
    text-decoration:underline;
}
a.rightmenu:active {
    font-family: Verdana; 
    font-size: 13px; 
    margin-left: 15px; 
    margin-right: 10px; 
    font-weight: bold; 
    color:#000000;
    text-decoration:underline;
}
a.rightmenu:visited {
    font-family: Verdana; 
    font-size: 13px; 
    margin-left: 15px;
    margin-right: 10px; 
    font-weight: bold; 
    color:#000000;
    text-decoration:underline;
}

.phone {
    font-family: Verdana; 
    color: #52ADBD; 
    font-size: 13px; 
    margin-left: 15px; 
    margin-right: 10px; 
    font-weight: bold;
}

.blacklink:link {
    text-decoration: underline; 
    color: 000000; 
    font-family: Verdana; 
    font-size: 11px; 
    font-weight: normal;
}
.blacklink:visited {
    text-decoration: underline; 
    color: 000000; 
    font-family: Verdana; 
    font-size: 11px; 
    font-weight: normal;
}
.blacklink:active {
    text-decoration: underline; 
    color: 000000; 
    font-family: Verdana; 
    font-size: 11px; 
    font-weight: normal;
}
.blacklink:hover {
    text-decoration: underline; 
    color: 000000; 
    font-family: Verdana; 
    font-size: 11px; 
    font-weight: normal;
}
.headerText { 
    margin-left:0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 20px;
    color: #003399;
    font-weight: bold;
}

.headerText2 {	
    font-family: Arial, Verdana; 
    font-size: 17px;
    color: #000000;
    font-weight: bold;
}
.GreenheaderText {	
    font-family: Arial, Verdana; 
    font-size: 16px;	
    color: #4B9DAC;	
    font-weight: bold;
}

.subheaderText {
    font-family: Arial; 
    font-size: 15px; 
    color: #FF0000; 
    font-weight: normal; 
    line-height: 21px;
}
.redText {	
    font-family: Arial, Verdana;	
    font-size: 12px;	
    color: #FF0000;	
    font-weight: normal;
}

.bluep { 
    font-family: Verdana;	
    font-size: 12px;	
    color: #003399; 
    line-height: 15px; 
}

.smallbluep { 
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;	
    color: #003399; 
    line-height: 13px; 
}

ul { font-family: Verdana, Arial;	
     font-size: 12px;	
     color: #000000; 
     line-height: 15px; 
     margin-left:0px; 
     margin-top:0px; 
     margin-bottom:0px;
   }

li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    margin-left: 35px;
    line-height: 16px;
    margin-right: 10px;
    margin-bottom:7px;
    margin-top:1px;
}

.Blue li { 
    list-style-type: square; 
    color: #003399;	
    margin-left: 35px;	
    line-height: 20px;	
    margin-right: 10px; 
    margin-bottom:3px;
    margin-top:1px;
}

.Red li { 
    list-style-type: square; 
    color: #FF0000;	
    margin-left: 35px;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom:7px;
    margin-top:1px;
}
.WhiteB li { 
    list-style-type: square; 
    color: #FFFFFF;
    margin-left: 35px;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom:7px;
    margin-top:1px;
}
	
ol { 
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #000000;
    margin-left: 0px;	
    line-height: 15px;	
    margin-right: 10px ;
    margin-top:1px; 
    margin-bottom:8px;
}
		
p { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;	
    color: #000000; 
    line-height: 15px; 
}
	
.Arialp { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000; 
    line-height: 15px; 
}
	
.whitep2 { 
    font-family: Verdana, Arial, Helvetica, sans-serif;	
    font-size: 13px;	
    color: #ffffff; 
    line-height: 19px; 
}
	
.whitep1 { 
    font-family: Verdana, Arial, Helvetica, sans-serif;	
    font-size: 12px;	
    color: #ffffff; 
    line-height: 15px; 
}

.whitep { 
    font-family: Verdana, Arial, Helvetica, sans-serif;	
    font-size: 11px;	
    color: #ffffff; 
    line-height: 13px; 
}
	
.indent { 
    margin-left: 15px;
    margin-right: 20px
}
.indent2 {
    margin-left: 30px;
    margin-right: 20px
}

.small {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;	
    font-size: 9px;
}

.small2 {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;	
    font-size: 10px; 
    font-weight: bold;
}

.medium {	
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
    font-size: 11px;
}

.big {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
    font-size: 16px;
}

.xbig {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 24px;
}

.expanded {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;	
    letter-spacing: 2px;
}

.footer {
    font-family: Times New Roman, Times, serif;	
    font-size: 9px;	
    color: #999999;
}

.design { 
    font-family: verdana;  
    font-weight: normal; 
    font-size: 9px; 
    color: 000000; 
}

.copyright { font-family: Verdana, Arial;	font-size: 10px;	color: #ffffff; line-height: 13px; }

.form { font-family: Verdana; font-size: 11px;	color: #ffffff; line-height: 13px; font-weight: bold;}

.basic {
   font-family:verdana;
   color:#000000;
   font-size:12px;
}

.basicbold {
   font-family:verdana;
   color:#000000;
   font-size:12px;
   font-weight:bold;
}

.buttonnav {
    position:relative;
    width:545px;
    height:30px;
    margin:0px;
    padding:0px;
    overflow:hidden;
    background:#FFFFFF;
}

.buttonnav li {
    display:inline;
    background:#FFFFFF;
    margin:0px;
}

.buttonnav li a {
    float:left;
    background:url(/images/gpi_buttons_2010.png);    
    overflow:hidden;
    padding-top:34px;
    height: 34px;
}

.buttonnav li#button_profile a {
    background-position: 0 0;
    width:97px;
    }

.buttonnav li#button_profile a:hover {
    background-position: 0 -30px;
}

.buttonnav li#on_button_profile a {
    background-position: 0 -30px;
    width:97px;
    }


.buttonnav li#button_products a {
    background-position: -97px 0;
    width:114px;
    }

.buttonnav li#button_products a:hover {
    background-position: -97px -30px;
}

.buttonnav li#on_button_products a {
    background-position: -97px -30px;
    width:114px;
    }



.buttonnav li#button_support a {
    background-position: -211px 0;
    width:101px;
    }

.buttonnav li#button_support a:hover {
    background-position: -211px -30px;
}

.buttonnav li#on_button_support a {
    background-position: -211px -30px;
    width:101px;
    }


.buttonnav li#button_highlights a {
    background-position: -312px 0;
    width:124px;
    }

.buttonnav li#button_highlights a:hover {
    background-position: -312px -30px;
}

.buttonnav li#on_button_highlights a {
    background-position: -312px -30px;
    width:124px;
    }


.buttonnav li#button_contact a {
    background-position: -436px 0;
    width:109px;
    }

.buttonnav li#button_contact a:hover {
    background-position: -436px -30px;
}

.buttonnav li#on_button_contact a {
    background-position: -436px -30px;
    width:109px;
    }


.gig_text {
    font-size:11px;
    font-family:Verdana;
}

.gig_input {
style='font-family: Verdana;font-size: 9px;'>
}