body {
 
  font-family: Arial, Helvetica, sans-serif;
  color: #003366;
  line-height:20px;
  
  margin:0px;
  padding:0;
  background-image:url(../images/fadeBG.gif);
  background-repeat:repeat-x;
}

A {
	FONT-WEIGHT: normal;
    COLOR: #003366;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
	border:0px solid #000;
}
A:hover {
	FONT-WEIGHT: normal;
	   COLOR: #003366;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
	border:0px solid #000;
}

a img {border: none; }

/*
-TEXT SIZE----------------------------------------------- 
*/++

H1 { font-size: 23px; line-height:26px; }

H2 { font-size: 17px; }

/*
-LINKS----------------------------------------------- 
*/	

A.footerlinks {
	FONT-WEIGHT: normal;
    FONT-SIZE: 7pt;
    COLOR: #336699;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
	border:0px solid #000;
}

A:HOVER.footerlinks {
	FONT-WEIGHT: normal;
    FONT-SIZE: 7pt;
    COLOR: #003366;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
	border:0px solid #000;
}

A:hover.contactLinks {
  color: #fff; 
  font-size: 17px; 
  white-space:nowrap;
}

A.redLink {
  color: red; 
  font-size: 11pt; 
  white-space:nowrap;
}

A:hover.redLink {
  color: red; 
  font-size: 11pt; 
  white-space:nowrap;
}

/*
-ALIGNMENT----------------------------------------------- 
*/
#wrapper {
  text-align: left;
   background-image:url(../images/wrapperBG.gif);
  background-repeat:repeat-y;
  width: 1024px;
  /*height: 620px;*/
  margin-left:auto;
  margin-right:auto;
}

.left{
  float: left;
}

.right{
  float: right;
}

/*
-LAYOUT----------------------------------------------- 
*/

#header {
  height:162px;
  background-image:url(../images/headerBG.jpg);
  background-repeat:no-repeat;
  position:relative;
  top:0px;
}


/*
-NAVIGATION----------------------------------------------- 
*/


#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 45px;
	width:280px;
	top:123px;
	left:230px;
	position: relative;
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
/*#menu a:hover {
	background-position: left bottom;
}

.selected {
	background-position: left bottom;
}
*/
#menu .home {
	width: 94px;
	height: 39px;
	left: 0px;
	top: 0px;
	background: url(../images/NavButs.gif) no-repeat;
	background-position:bottom left;

}

#menu a:hover.home  {
	width: 94px;
	height: 39px;
	left: 0px;
	top: 0px;
	background: url(../images/NavButs_f2.gif) no-repeat;
	background-position:bottom left;
}

#menu .info {
	width: 94px;
	height: 39px;
	background: url(../images/NavButs.gif) no-repeat;
	left: 87px;
	top: 0px;
	background-position: -93px;
}

#menu a:hover.info {
	width: 94px;
	height: 39px;
	background: url(../images/NavButs_f2.gif) no-repeat;
	left: 87px;
	top: 0px;
	background-position: -93px;
}

#menu .contact {
	width: 94px;
	height: 39px;
	background: url(../images/NavButs.gif) no-repeat;
	left: 177px;
	top: 0px;
	background-position:bottom right;
}

#menu a:hover.contact {
	width: 94px;
	height: 39px;
	background: url(../images/NavButs_f2.gif) no-repeat;
	left: 177px;
	top: 0px;
	background-position:bottom right;
}

/*
-CONTENT----------------------------------------------- 
*/

#contentHolder {
	background: url(../images/contentBG.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#content.home {
  background: url(../images/homeBG.jpg);
  background-position:50px 100px;
  background-repeat:no-repeat;
	width: 830px;
	margin-left:auto;
  margin-right:auto;
  height:610px;
}

#content.info {
	width: 630px;
padding-top:50px;
	margin-left:auto;
  margin-right:auto;
  padding-bottom:170px;
  position:relative;
  z-index:20px;
}

#content.contact {
	padding-top:50px;
	margin-left:auto;
  margin-right:auto;
  height:610px;
}

#content.contact p {
	width: 300px;
	margin-left:auto;
  margin-right:auto;
}

/*
-BROCHURES----------------------------------------------- 
*/

#brochures {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 25px;
	top:0px;
	left:0px;
	position: relative;
}

#brochures a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}


#brochures .home {
	width: 230px;
	height: 338px;
	background: url(../images/brochure1.jpg) no-repeat;
	left: 530px;
	top: 20px;
}

#brochures .gdcLink {
	width: 201px;
	height: 57px;
	background: url(../images/gdcSmlLogo2.gif) no-repeat;
	left: 543px;
	top: 390px;
}



/*
-FOOTER----------------------------------------------- 
*/

#footer {
  clear: both;
  background: url(../images/footerBG.jpg);
  background-repeat:no-repeat;
  background-position:bottom center;
  height:80px;
  text-align:center;
	color:#336699;
	font-size: 7pt;
}

#footerHolder {
	width: 740px;
	margin-left:auto;
	margin-right:auto;

}




/*
-TEXT COLOR----------------------------------------------- 
*/ 



/*
-TEXT-ALIGNMENT----------------------------------------------  
*/
.txtRight {
  text-align:right;
}

.txtLeft {
  text-align:left;
}

.txtCenter {
  text-align:center;
}

.txtTop {
vertical-align:text-top;
}

.txtBottom {
vertical-align:text-bottom;
}

/*
-SPACERS----------------------------------------------- 
*/ 
.r4 {
  margin-right: 6px;
}

.r10 {
  margin-right: 10px;
}

.L10 {
  padding-left: 10px;
}  

.bot4 {
  margin-bottom: 4px;
}

.bot5 {
  margin-bottom: 5px;
}

.top10 {
  margin-top: 10px;
}

.top17 {
  margin-top: 17px;
}

.top24 {
  margin-top: 24px;
}

.padTop10 {
  padding-top: 10px;
}

.padLeft13 {
  padding-left: 13px;
}

.padding5 {
  padding: 5px;
}

.spacer {
  font-size: 3px;
  display:block;
}

/*
-BORDERS----------------------------------------------- 
*/ 
.borderTop {
  border-top: 1px solid #99CC00;
}

.borderTest {
  border: 1px solid #000;
}


/*
-EXTRAS----------------------------------------------- 
*/
.scroll {
  overflow:auto;
}

.clearAll{
  clear: both;
  overflow: hidden;
}

hr {
  border: 1px solid #009900;
}
 

/*
----------------------------------------------------------
*/