/* page styles */

body {
	font-family:Arial, Tahoma, Verdana, Geneva, helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height:15px;
	font-weight:normal;
	font-variant:normal;
	color:#333333;
	background-color:#69c485;
	margin:0px;
	padding:0px;
}

input, textarea, select, option {
	font-family:Arial, Tahoma, Verdana, Geneva, helvetica, sans-serif;
	font-size:1em;
	font-style:normal;
	line-height:14px;
	font-variant:normal;
	color:#333333;
}

form {
	font-family:Arial, Tahoma, Verdana, Geneva, helvetica, sans-serif;
	font-size:1em;
	font-style:normal;
	line-height:15px;
	font-weight:normal;
	font-variant:normal;
	color:#333333;
	margin:0px;
	padding:0px;
	border:0px;
}

input, textarea { padding:3px; }

.formbutton { padding:0px; }

h1 {
	font-size:1.5em;
	font-weight:bold;
	display:inline;
	line-height:19px;
}

h2 {
	font-size:1.1667em;
	font-weight:bold;
	display:inline;
}


ol li {
	margin-bottom:12px;
}



/* global text styles */

a, a:visited, a:active { text-decoration:none; color:#333333; } /* standard links */
a:hover, a:visited:hover { text-decoration:underline; color:#333333; }

.text_white, a.text_white, a.text_white:visited, a.text_white:active { color:#ffffff; text-decoration:none; } /* white text */
a.text_white:hover, a.text_white:visited:hover { color:#ffffff; text-decoration:underline; }

.text_red, a.text_red, a.text_red:visited, a.text_red:active { color:#ff0000; text-decoration:none; } /* red text */
a.text_red:hover, a.text_red:visited:hover { color:#ff0000; text-decoration:underline; }


/* div styles */

#pagetitlearea { background-color:#ffffff; background-image:url(/images/gsafe-title.jpg); height:109px; }

a.titlelink, a.titlelink:visited, a.titlelink:active { float:left; width:auto; margin:59px 0px 0px 159px; color:#ffffff; font-size:0.8333em; line-height:21px; text-decoration:none; }
a.titlelink:hover, a.titlelink:visited:hover { text-decoration:underline; }

.titlepartners { float:right; width:573px; }

.pagebreak { width:100%; clear:both; height:1px; line-height:1px; font-size:1px; }

#footer { text-align:center; color:#333333; font-size:0.9167em; border:0px; border-top:3px solid #407651; padding:3px 0px 20px 0px; background-color:#79cd93; }
a.footertext, a.footertext:visited, a.footertext:active { font-size:0.9090em; color:#407651; }
a.footertext:hover, a.footertext:visited:hover { color:#407651; }
a.footerlinks, a.footerlinks:visited, a.footerlinks:active { color:#333333; }
a.footerlinks:hover, a.footerlinks:visited:hover { color:#ffffff; text-decoration:none; }

#pagemenu { border:0px; border-bottom:2px solid #d9d9d9; height:32px; background-image:url(../images/menu/background.jpg); text-align:center; position:relative; }

a.menuitem, a.menuitem, a.menuitem:visited, a.menuitem:active, .menuitem_sel, a.menuitem_sel:active, a.menuitem_sel:visited { float:left; width:auto; height:32px; line-height:32px; text-decoration:none; cursor:default; font-weight:bold; padding:0px 12px 0px 12px; color:#ffffff; white-space:nowrap }
a.menuitem:hover, a.menuitem:visited:hover { text-decoration:none; cursor:pointer; cursor:hand; background-image:url(../images/menu/hover.jpg); color:#ffffff; }

a.menuitem_sel, a.menuitem_sel:active, a.menuitem_sel:visited { background-image:url(../images/menu/selected.jpg); color:#ffffff; }
a.menuitem_sel:hover, a.menuitem_sel:visited:hover { text-decoration:none; color:#ffffff; }

#pagecontainer
{
min-width:810px;
max-width: 960px;
width: expression(document.body.clientWidth < 811? "810px" : document.body.clientWidth > 961? "960px" : "auto");
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
}

#contentarea { background-color:#ffffff; padding:20px; background-image:url(../images/background.jpg); background-position:top; background-repeat:repeat-x; }

#home_left { float:left; width:55%; }
#home_right { float:right; width:40%; }

.home_loginarea { text-align:right; padding:10px 5px 0px 0px; border:0px; border-top:1px dotted #cccccc; }

a.home_loginlink, a.home_loginlink:visited, a.home_loginlink:active { font-size:0.8333em; padding:5px 10px 4px 10px; background-color:#eeeeee; border:1px solid #dddddd; }
a.home_loginlink:hover, a.home_loginlink:visited:hover { text-decoration:none; background-color:#dddddd; border-color:#cccccc; }
