a {outline: none;}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#page-wrap {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/gi_page-bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	background-color: #F3F3F3;
	text-align: center;
}

/* PUBLIC */
#site-wrap {
	width: 966px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/gi_content-bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#site-content-wrap {
	width: 700px;
	text-align: left;
	float: left;
}

/* ADMIN */
#site-wrap-admin {
	width: 966px;
	text-align: left;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/gi_admin-content-bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#site-content-wrap-admin {
	width: 966px;
	text-align: left;
}

/* PUBLIC */
#site-content-copy {
	/*width: 441px !important;
	width: 441px; 497*/
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 56px;
	float: left;
	font-size: 1em;
	text-align: left;
	white-space: normal;
}

#site-content-copy a
{
    text-decoration: none;
    font-weight: bold;
    color: #6dcc00;
}

#site-content-copy a:hover
{
    text-decoration: underline;
}

#site-content-copy a:active
{
    text-decoration: underline;
}

#site-content-copy p {
	margin-top: 5px;
	font-size: 1em;
	line-height: 135%;
	font-weight: normal;
	color: #000000;
}

#site-content-copy p.subtitle
{
    font-weight: normal;
    color: #0b3156;
    font-size: 1.6em;
    margin-bottom: 0;
    padding-bottom: 5px;
}

#site-content-copy h1 {
	margin-top: 4px;
	margin-bottom: -3px;
	font-size: 1.6em;
	font-weight: bold;
	color: #6DCC00;
}

#site-content-copy h2 {
	margin-top: 4px;
	margin-bottom: -3px;
	font-size: 1.4em;
	font-weight: bold;
	color: #003a77;
}

#site-content-copy ul {
	margin: 10px 0 10px 0px;
	padding-left: 15px;
	padding-right: 15px;
}

#site-content-copy li {
	margin-bottom: 5px;
	line-height: 135%;
	list-style-type: circle;
}

#site-content-copy ul li {
	color: #164471;
	font-weight: bold;
	list-style-type: disc;
}

#site-content-copy ul li ul li {
	color: #164471;
	font-weight: normal;
	text-decoration: none;
	list-style-type: circle;
}

#site-content-copy ul li ul li ul li {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	list-style-type: disc;
}

#site-content-copy ul li ul li ul li ul li 
{
 	color: #777777;
	font-weight: normal;
	text-decoration: none;
	list-style-type: circle;
}

#site-content-copy .pager 
{
    margin: 20px 0 0 0;
    padding: 5px;
    background: #7cdf0a url(images/pager-bg.gif) top repeat-x;
    text-align: center;
    line-height: normal;
}

#site-content-copy .pagerItem 
{
    font-size: 1.2em;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#site-content-copy .currentPagerItem 
{
    padding: 5px;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    background: #92c1eb url(images/pager-bg-current.gif) top repeat-x;
    text-align: center;
}

#site-content-copy a.pagerItem,
#site-content-copy a.pagerItem:visited
{
    text-decoration: none;
}

#site-content-copy a.pagerItem:hover
{
    color: #fff;
    background: #92c1eb url(images/pager-bg-current.gif) top repeat-x;
}

#site-content-copy a.pagerItem:active
{
}

/* PUBLIC HOME */
#site-home-copy {
	width: 641px !important;
	width: 641px;
	margin-top: 5px;
	padding-bottom: 20px;
	padding-left: 56px;
	padding-right: 20px;
	float: left;
	font-size: 1em;
	text-align: left;
	white-space: normal;
}

#site-home-copy a
{
    text-decoration: none;
    font-weight: bold;
    color: #6dcc00;
}

#site-home-copy a:hover
{
    text-decoration: underline;
}

#site-home-copy a:active
{
    text-decoration: underline;
}

#site-home-copy p {
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}

#site-home-copy h1 {
	margin-top: 4px;
	margin-bottom: -3px;
	font-size: 1.6em;
	font-weight: bold;
	color: #6DCC00;
}

#site-home-copy ul {
	margin: 15px;
}

#site-home-copy li {
	margin-bottom: 5px;
	line-height: 135%;
	list-style-type: circle;
}

#site-home-copy ul li {
	color: #164471;
	font-weight: bold;
	list-style-type: disc;
}

#home-intro
{
	padding: 10px;
	padding-top: 15px;
	background-image: url('images/gi_home_intro.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	color: #ffffff;
	width: 625px;
	height: 109px;
}

#home-intro h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
}

#home-intro p
{
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	line-height: 150%;
	margin: 2px;
	padding: 2px;
}

/* ADMIN */

div.charCount input {
	width: 20px;
	border: none;
	font-weight: bold;
	color: #f00;
}

#site-content-copy-admin {
	width: 890px !important;
	width: 890px;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 56px;
	font-size: 1em;
	text-align: left;
	white-space: normal;
}

#site-content-copy-admin div#freebox-editor 
{
    float: left;
    margin-bottom: 10px;
}

    #site-content-copy-admin div#freebox-editor a,
    #site-content-copy-admin div#freebox-editor a:visited,
    #site-content-copy-admin div#freebox-editor a:hover,
    #site-content-copy-admin div#freebox-editor a:active
    {
        color: #000;
        text-decoration: underline;
        font-weight: bold;
        background: none;
        border: none;
    }

#site-content-copy-admin a
{
    text-decoration: none;
    font-weight: bold;
    color: #6dcc00;
}

#site-content-copy-admin a:hover
{
    text-decoration: underline;
}

#site-content-copy-admin a:active
{
    text-decoration: underline;
}

#site-content-copy-admin p {
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}

#site-content-copy-admin h1 {
	margin-top: 4px;
	margin-bottom: -3px;
	font-size: 1.6em;
	font-weight: bold;
	color: #6DCC00;
}

#site-content-copy-admin ul {
	margin: 15px;
}

#site-content-copy-admin li {
	margin-bottom: 5px;
	line-height: 135%;
	list-style-type: circle;
}

#site-content-copy-admin ul li {
	color: #164471;
	font-weight: bold;
	list-style-type: disc;
}

.adminPageTitle
{
	margin-top: 4px;
	margin-bottom: -3px;
	font-size: 1.4em;
	font-weight: bold;
	color: #6dcc00;
}

.adminSubTitle
{
	margin-top: 4px;
	margin-bottom: -3px;
	font-size: 1em;
	font-weight: bold;
	color: #164471;
}

/* FORM */
.form-header
{
    width: 114px !important;
    width: 120px;
    padding: 3px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 1em;
    color: #164471;
    float: left;
    text-align: left;
    margin-bottom: 10px;
}
    
.form-content
{
    width: 594px !important;
    width: 600px;
    padding: 3px;
    font-weight: normal;
    font-size: 1em;
    color: #000000;
    float: left;
    text-align: left;
    margin-bottom: 10px;
}

.helpText 
{
    float: right;
    width: 200px;
    margin-bottom: 15px;
}

.form-success
{
    color: #6dcc00;
    font-weight: bold;
}

.form-error
{
    color: #ff0000;
    font-weight: bold;
}

/* TABLE STYLES */
#tableHeader
{
    padding: 5px;
    background-color: #bae785;
    border: dotted 1px #164471;
    font-size: 1.4em;
    font-weight: bold;
    color: #164471;
}


#tableSubheader
{
    height: 18px !important;
    height: 28px;
    padding: 5px;
    border: solid 1px #dbdbdb;
    color: #164471;
    background-image: url('images/gi_table_subheader_bg.jpg');
    background-position: top;
    background-repeat: repeat-x;
    background-color: #efefef;
}

#tableSubheader a
{
    color: #164471;
    font-weight: bold;
    font-size: 1.2em;
}

#tableSubheader a:active
{
    text-decoration: underline;
}

#tableSubheader a:hover
{
    text-decoration: underline;
}

div.tableContent
{
    color: #000000;
    padding-top: 10px;
    font-size: 1em;
    font-weight: normal;
}

/* GRIDVIEW STYLES */

.DataWebControlStyle
{
    font-size: 1em;
    border-color: #c8d9f1;
    border-style: solid;
    border-width: 1px;
}

.DataWebControlStyle td
{
    padding: 5px;
    border-color: #c8d9f1;
    border-style: solid;
    border-width: 1px;
}


.DataWebControlStyle th
{
    padding: 5px;
    border-color: #c8d9f1;
    border-style: solid;
    border-width: 1px;
}

.DataWebControlStyle table
{
    border-color: #c8d9f1;
    border-style: solid;
    border-width: 1px;
}

.HeaderStyle
{
    height: 10px !important;
    height: 15px;
    background-color: #4372b8;
    color: #ffffff;
    font-weight: bold;
    padding: 3px;
}

.HeaderStyle a
{
    color: #ffffff;
    text-decoration: underline;
}

.AlternatingRowStyle
{
    background-color: #e0e8f4;
}

.AlternatingRowStyle a
{
    color: #164471;
    text-decoration: underline;
}

.RowStyle
{
    background-color: #ffffff;
}

.RowStyle a
{
    color: #164471;
    text-decoration: underline;
}

/* CONTROL STYLES */

.textboxStyle
{
    font-family: Arial, Sans-Serif;
    font-size: 1em;
}

.dropdownStyle
{
    font-family: Arial, Sans-Serif;
    font-size: 1em;
}

.buttonStyle
{
    font-size: 1em;
}

#content-breadcrumbs 
{
    text-align: left;
	margin-top: 20px;
	padding-left: 56px;
	font-size: 1em;
	font-weight: normal;
	color: #33689c;
}

#content-breadcrumbs a:link {
	color: #0c3054;
	text-decoration: none;
}

#content-breadcrumbs a:visited {
	color: #0c3054;
	text-decoration: none;
}

#content-breadcrumbs a:hover {
	color: #0c3054;
	text-decoration: underline;
}

#content-breadcrumbs a:active {
	color: #0c3054;
	text-decoration: underline;
}

#site-content-photos {
	width: 200px !important;
	width: 220px;
	margin-top: 5px;
	padding-left: 20px;
	float: right;
	text-align: center;
	font-size: 1em;
	color: #666666;
}

#site-header 
{
	width: 966px;
	height: 115px;
	background-image: url(images/gi_header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#condition-feature {
	width: 267px;
	padding: 23px 56px 35px 643px;
	font-size: 1em;
    font-weight: normal;
}

#condition-feature-heading
{
    width: 150px;
    float: left;
    font-size: 1em;
    font-weight: bold;
    color: #92c1eb;
    text-align: left;
}

#condition-feature-nav
{
    width: 100px;
    float: right;
    font-size: 0.8em;
    font-weight: normal;
    text-align: right;
}

#condition-feature-nav a
{
    text-decoration: underline;
}

#condition-feature-nav a:link
{
    color: #164471;
}

#condition-feature-nav a:visited
{
    color: #164471;
}

#condition-feature-nav a:hover
{
    color: #92c1eb;
}

#condition-feature-nav a:active
{
    color: #92c1eb;
}

#condition-feature-symptom
{
    padding-top: 3px;
    font-size: 1.2em;
    color: #000000;
    text-align: center;
}

#photo-column-left
{
    width: 50%;
    float: left;
}

#photo-column-right
{
    width: 50%;
    float: right;
}

/* NEW MENU CODE */
#site-menu {
	display: block;
	width: 960px !important;
	width: 960px;
	height: 24px;
	height: 23px !important;
	padding-top: 1px;
	margin-left: 3px;
	margin-right: 3px;
	background-image: url(images/gi_menu-bg-mo.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
}

#public-menu
{
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 960px;
	margin: 0 3px;
	background: url(images/gi_menu-bg-mo.jpg) top repeat-x;
}

#public-menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#public-menu ul li
{
	float: left;
}

#public-menu ul li.start
{
    padding-right: 50px;
}

#public-menu ul li.buffer
{
    padding-right: 150px;
}

#public-menu ul li a
{
	height: 24px;
	height: 20px !important;
	display: block;
	position: relative;
	font-size: 1.2em;
	font-weight: normal;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	padding: 4px 8px 0 8px;
	color: #ffffff;
	text-decoration: none;
}

.site-menu-header {
	height: 24px;
	height: 24px !important;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	display: inline;
	position: relative;
}

.menuDrop {
	position: absolute;
	visibility: hidden;
	z-index: 5000;
	top: 64px;
	left: 1px;
	width: 175px;
	height: auto;
	margin: 0;
	font-size: 1em;
	background-color: #164471;
}

.menuDrop a {
	display: block;
	text-align: left;
	padding: 7px;
	text-decoration: none;
}

.menuDrop a,
.menuDrop a:visited {
	color: #fff;
}

.menuDrop a:hover {
	color: #164471;
	background-color: #92c1eb;
}

.menuDrop a:active {
	color: #fff;
}

#admin-menu {
	width: 910px !important;
	width: 910px;
	height: 24px !important;
	height: 24px;
	padding-left: 50px;
	margin-left: 3px;
	margin-right: 3px;
	background-image: url(images/gi_menu-bg-mo.jpg);
	background-position: top;
	background-repeat: repeat-x;
	/*text-align: left;*/
}

#navcontainer ul
{
	margin: 0px;
}

#navcontainer ul li
{
	list-style-type: none;
	margin-right: 20px;
	padding-left: 5px;
	padding-right: 5px;
	height: 24px;
	float: left;
	display: block;
	background-image: url("images/gi_menu-bg-mo.jpg");
	background-position: top;
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}

#navcontainer a
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
    font-size: 1.2em;
}

#navcontainer li#active a
{
	color: #ffffff;
}
#navcontainer li#active
{
	color: #ffffff;
	background-image: url("images/gi_menu-bg-mi.jpg");
	background-position: top;
	background-repeat: repeat-x;
	height: 23px;
}

#navcontainer a:hover
{
	color: #ffffff;
	background-image: url("images/gi_menu-bg-mi.jpg");
	background-position: top;
	background-repeat: repeat-x;
	height: 23px;
}

#site-sidebar {
	width: 249px;
	margin: 0px;
	text-align: left;
	float: right;
}

.site-sidebar-panel-head {
	width: 216px !important;
	width: 231px;
	margin-top: 20px;
	margin-bottom: 3px;
	padding-left: 15px;
	font-size: 1.2em;
	font-weight: bold;
	color: #164471;
}

.site-sidebar-panel-foot {
	width: 216px !important;
	width: 231px;
	padding-left: 15px;
	font-size: 1em;
	color: #000000;
}

.site-sidebar-panel-foot ul {
	margin: 10px 0 10px 0px;
	padding-left: 15px;
}
div#sh_Main ul
	{margin: 10px 0 10px 0px;
	padding-left: 15px;}
	
	

.site-sidebar-panel-foot ol {
	margin: 0px;
	margin-top: 5px;
	margin-left: 20px;
}

.site-sidebar-panel-foot li {
	margin-bottom: 5px;
}

.site-sidebar-panel-foot a:link {
	color: #000000;
	text-decoration: none;
}

.site-sidebar-panel-foot a:visited {
	color: #000000;
	text-decoration: none;
}

.site-sidebar-panel-foot a:hover {
	color: #164471;
	text-decoration: underline;
}

.site-sidebar-panel-foot a:active {
	color: #164471;
	text-decoration: underline;
}

#site-footer-top {
	width: 960px !important;
	width: 960px;
	height: 12px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #60CC00;
}

#site-footer-wrap {
	width: 966px;
	height: 36px;
	background-image: url(images/gi_footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
}

#site-footer-left {
	width: 562px !important;
	width: 562px;
	padding-top: 10px;
	padding-left: 18px;
	float: left;
	text-align: left;
}

#site-footer-right {
	width: 368px !important;
	width: 368px;
	padding-top: 10px;
	padding-right: 18px;
	float: right;
	text-align: right;
}

#site-footer-right a 
{
    color: #ffffff;
}

#site-footer-right a:link {
	text-decoration: none;
}

#site-footer-right a:visited {
	text-decoration: none;
}

#site-footer-right a:hover {
	text-decoration: underline;
}

#site-footer-right a:active {
	text-decoration: underline;
}

/* Sitemap Styles */

#sitemapStyle
{
    font-size: 1em;
    font-weight: normal;
    color: #0c3054;
}

#sitemapStyle a,
#sitemapStyle a:visited
{
    font-size: 1em;
    font-weight: normal;
    color: #0c3054;
    text-decoration: none;
}

#sitemapStyle a:hover
{
    text-decoration: underline;
}

#sitemapStyle a:active
{
    text-decoration: none;
}

#site-credit {
	width: 100%;
	margin-top: 30px;
	height: 50px;
	text-align: center;
	font-size: 1em;
}

#site-credit a 
{
    color: #000000;
}
	
#site-credit a:link {
	text-decoration: none;
}

#site-credit a:visited {
	text-decoration: none;
}

#site-credit a:hover {
	text-decoration: underline;
}

#site-credit a:active {
	text-decoration: underline;
}

.clear-tool {
	clear: both;
	height: 1px;
}

/* Tab Menu */
#tabMenu
{
height: 19px;
margin: 0;
padding: 0;
margin: 13px 13px 0 13px;
}

div#tabMenu ul {
margin: 0;
padding: 0;}

div#tabMenu ul li {
position: relative;
float: left;
margin-right: 5px;
text-align: center;
list-style-type: none;
line-height: normal;
background: #fff url(images/pmenu-off-center.gif) top center repeat-x;}

	div#tabMenu ul li .tab-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 19px;
	background: url(images/tab-left.gif) top left no-repeat;}

	div#tabMenu ul li .tab-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 6px;
	height: 19px;
	background: url(images/tab-right.gif) top right no-repeat;}

div#tabMenu ul li a,
div#tabMenu ul li a:visited {
height: 19px;
height: 16px !important;
padding: 3px 7px 0 7px;
color: #164471;
display: block;
font-size: 0.8em;
font-weight: normal;
text-decoration: none;}

div#tabMenu ul li a:hover {
background: #fff url(images/pmenu-on-centre.gif) top center repeat-x;
text-decoration: none;}

div#tabMenu ul li a:active {
color: #fff;
background: #fff url(images/pmenu-active-centre.gif) top center repeat-x;
text-decoration: none;}

div#tabBase {
position: relative;
width: 647px;
height: 45px;
background: #fff url(images/menu-bg.gif) top repeat-x;}

	div#tabBase .left {
	position: absolute;
	left: 0;
	top: 0;
	width: 13px;
	height: 45px;
	background: #fff url(images/menu-left-bg.gif) top left no-repeat;}
	
	div#tabBase .right {
	position: absolute;
	right: 0;
	top: 0;
	width: 13px;
	height: 45px;
	background: #fff url(images/menu-right-bg.gif) top right no-repeat;}


#commentStyles
{font-family: Arial, Helvetica, sans-serif;}

	#commentStyles .commentRow
	{padding: 10px 5px 20px 5px; background: #fff; border-top: #164471 dotted 1px;}
	
	#commentStyles .alt
	{background: #eeeeee;}
	
	#commentStyles .alan
	{background: #c2d8ea;}
	
	#commentStyles .commentRow p.moderate
	{margin-top: 10px;
	 text-align: left;
	 color: #f00;}
	
	#commentStyles .commentRow h3
	{font-weight: normal; font-size: 12px; color: #1560b0; margin: 0; padding: 0 0 5px 0;}
	
		#commentStyles .commentRow h3 span
		{font-size: 11px;}
	
	#commentStyles .commentRow p
	{color: #000; font-weight: normal; margin: 0; padding: 0; font-size: 12px; text-align: justify;}

#link-farm
{margin: 0; padding: 0; width: 645px;}

    #link-farm .header
    {padding: 6px 8px 2px 8px; margin: 0; background:  #6fafe9 url(images/link_farm_header.gif) top center no-repeat; color: #fff; font-weight: bold; font-size: 1.4em;}
    
    #link-farm .footer
    { height: 3px; padding: 0; margin: 0; background: url(images/link_farm_footer.gif) bottom center no-repeat;}

    #link-farm .table
    {padding: 4px; background-color: #6fafe9;}

        #link-farm .table a.col
        {display: block; float: left; width: 151px; padding: 3px; margin: 1px; background-color: #aed0ee;}
        
        #link-farm .table a.alt
        {background-color: #bed8f0;}
        
        #link-farm .table .newrow
        {clear: both;}
        
        #link-farm .table a,
        #link-farm .table a:visited,
        #link-farm .table a:active
        {color: #000; text-decoration: none; font-weight: normal;}
        
        #link-farm .table a:hover
        {background-color: #316ca7; color: #fff; text-decoration: none;}