/* ----------- global element styles ----------- */
*{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:130%;
}

html,
body{
margin:0px;
padding:0px;
}

li.menuWrapper {
border-bottom:#CCC 1px dotted;
}

span.sideMenu {
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#F00;
font-size:10px;
font-weight:bold;
text-decoration:none;
}

a.sideMenuLink {
font-family:Verdana,Arial,Helvetica,sans-serif;
color: Navy;
font-size:10px;
font-weight:bold;
text-decoration:none;
}

a.sideMenuLink:hover {
font-family:Verdana,Arial,Helvetica,sans-serif;
color:Red;
font-size:10px;
font-weight:bold;
text-decoration:none;
}

a.bold {
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#003399;
font-size:11px;
font-weight:bold;
text-decoration:none;
}

a.bold:hover {
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#000;
font-size:11px;
font-weight:bold;
text-decoration:underline;
}

a.footer {
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#003399;
font-size:11px;
font-weight:normal;
text-decoration:none;
}

a.footer:hover {
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#000;
font-size:11px;
font-weight:normal;
text-decoration:underline;
}

.head-text {
font-family: Arial;
font-size: 17px;
font-weight: bold;
}

.head-text-grey {
font-family: Arial;
font-size: inherit;
font-weight: bold;
color:#99ABCE;
}

.head-text-black {
	
font-family: inherit;
font-size: inherit;
font-weight: inherit;
color: #000000;
}
.head-text-blue {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
color: #006699;
}

.paragraph {
font-family: inherit;
font-size: 11px;
font-weight: inherit;
display:block;
text-align:left;
}

.td-text {
font-family: inherit;
font-size: 11px;
font-weight: inherit;
display:block;
text-align:left;
}

input.inputbox {
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#000;
font-size:11px;
border: #035992 1px solid;
}

select {
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#000;
font-size:11px;
border: #035992 1px solid;
}

textarea {
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#000;
font-size:11px;
border: #035992 1px solid;
}

.paragraph-head-orange {
color:#f28727;
font-family: inherit;
font-size: 11px;
font-weight: bold;
display:block;
}

.paragraph-head-blue {
color:#006699;
font-family: inherit;
font-size: 11px;
font-weight: bold;
display:block;
}

.paragraph-head-blue-noblock {
color:#006699;
font-family: inherit;
font-size: 11px;
font-weight: bold;
}

.paragraph-head-darkgrey {
color:#333333;
font-family: inherit;
font-size: 11px;
font-weight: bold;
display:block;
}

.paragraph-head-grey {
color:#7A8485;
font-family: inherit;
font-size: 11px;
font-weight: bold;
display:block;
}

.required {
color:#F00;
}

.gt-bullet-orange {color: #FF9900}

/* -------------------------------------------- LAYOUT -------------------------------------------- */
body{

}
#wrapper{
margin:0px auto;
width:780px;
background-color:#ffffff;
border-left:4px solid #ffffff;
border-right:4px solid #ffffff;
}

#content-wrapper{
margin:11px;
background-color:#ffffff;
}

#breadCrumbs{
height:20px;
background-color:#ddd;
line-height:20px;
font-size:11px;
}

/* home page layout*/
#masthead{
text-align:center;
}
#teasers{
height:245px;
padding:5px 122px 5px 122px;
}
#teasers div.third{
padding:0px 5px 0px 5px;
float:left;
text-align:center;
}
#content{
padding:10px 0px 10px 0px;
}

#content div.leftColumn{
width:210px;
float:left;
padding:0px 5px 0px 5px;
}
#content div.centerColumn{
width:490px;
float:left;
padding:0px 5px 0px 5px;
}
#content div.rightColumn{
width:250px;
float:left;
padding:0px 5px 0px 5px;
}
/* footer layout*/
#FooterButtons{
text-align:right;
padding:0px 0px 10px 0px;
}
#footer{
padding:5px;
font-size:11px;
line-height:normal;
/*border-top:1px dashed #f28727;*/
text-align:left;
}

#sitemap_wrapper {
  background-color:#CCC;  
  color:Navy; 
  font-family:Arial, Helvetica, sans-serif; 
  font-size:8pt; 
  font-weight:bold;
  height:20px; 
  padding-left:15px; 
  padding-right:3px;
  padding-top:5px;
  margin-bottom:3px;
}

#sitemap_link {
  color:Navy; 
  font-family:Arial, Helvetica, sans-serif; 
  font-size:8pt; 
  font-weight:bold;
  text-decoration:none;
}


