/* galloway screen styles */
.print_only
{
display:none;
}
.handheld_only
{
display:block;
}
.accessibility
{
display:none;
}
/***********************
* conisistant layout   *
*                      *
***********************/
*
{
margin:0;
padding:0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1em;

}
/***********************
* basic tag redefines  *
*                      *
***********************/
img
{
border:none;
}
ol,ul, dl
{
margin: 5px;
}
li
{
margin-left:10px;
}
dd
{
margin:3px 3px 5px 15px;
}
dt
{font-size:1.1em;
font-weight:bold;}
h1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.5em;
}
h2
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.3em;
}
h3
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.1em;
}

a
{
text-decoration:underline;
color:#0000CC;
}
a:hover , a:focus
{
text-decoration:underline;
color:#009900;
}
a:visited , a:active
{
text-decoration:underline;
color:#89a3ac;
}
blockquote
{
background-color:#deb46b;
border-left:medium dotted #3A459C;
border-right:medium dotted #3A459C;
padding:5px;
margin-left:45px;
margin-right:45px;
}

/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/external-link.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/external-link.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/external-link.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */

/***********************
* main layout div      *
*                      *
***********************/
body
{
/*background-color:#B8D8AF;*//*#E6F5DC;#213118;*/
/*background-image:url(images/gts-logo_bg_ver7.gif);
background-repeat:repeat;*/
}
#container
{
width:100%;
margin:10px auto 10px auto;

}
#accessibility_nav
{
display:none;
}
#masthead
{
height:125px;
}
#left_logo
{
float:left;
width:110px;
height:100px;
margin: 10px 10px 25px 5px;

}
#site_info
{
float:right;
width:250px;
}
#site_title
{
font-size:2.3em;
}
#site_title h1
{
font-size:inherit;
padding:5px;
text-align:center

}
#site_title p.tel
{
font-size:inherit;
padding:5px;
text-align:center;
}
#right_logo
{
/*position:relative;
float:right;
width:290px;
right:-20px;*/
display:none;
/*height:150px;
top:0px;
*/
}
#main_nav
{
margin-top:10px;
/*height:20px;*/
padding:0px;
}
#page_container
{
padding:10px;
}
#footer
{
padding:5px;
}
.page_color
{
background-color:#ffffff;
color:#000099;
border:medium groove #fffccc;
margin: 10px 5px 5px 5px;
padding:5px;
}
.copyright
{
text-align:center;
}
.copyright a, .copyright a:link,.copyright a:hover,.copyright a:focus,.copyright a:active,.copyright a:visited
{
color:#000099;/*hide link from visitors*/
text-decoration:none;
}
.designby,.designby  a, .designby a:link,.designby a:hover,.designby a:focus,.designby a:active,.designby a:visited

{
font-size:.8em;
text-align:center;
text-decoration:none;
color:#000099;
}


.horiz_nav
{
display:inline;
}
.horiz_nav li
{
list-style:none;
display:block;
}
#main_nav ul
{
}
#main_nav li
{
margin:0px;
width:100%;
/*border:solid thin #000;
*/height:100%;
}
#main_nav a, #main_nav a:link
{
/*display:block;*/
/*margin:0px 5px 0px 5px;;
*/
font-size:1.3em;
padding: 2px 10px 2px 10px;
width:100%;
height:100%;
}
#main_nav a:hover, #main_nav a:focus
{
font-size:1.3em;
padding: 2px 10px 2px 10px;
width:100%;
height:100%;
background-color:#FFCC99;
text-decoration:none;

}
#main_nav a:active, #main_nav a:visited
{
}
/*override top margin
*/
#main_nav
{
margin-top:15px;
}
#right_logo
{
display:none;
}
#footer ul.horiz_nav
{
display:none;
}
.right_col
{
display:block;

background-color:#97B889;
border:thin dotted #006600;
margin:5px;
padding:5px;
}
.required
{
color:#FF0000;
}