@charset "utf-8";
/* CSS Document */

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}

body 
{
	font-family:Arial, Helvetica, sans-serif;
	color:#231f20;
	font-size:13px;
	background-color:#bcbec0;
}

#wrapper 
{
	margin:0 auto 0 auto;
	width:850px;
	vertical-align:top;
}
#header { background-color:#fff; }
#logo
{
	width:319px;
	height:86px;
	float:left;
	margin:24px 0 0 12px;
}
#header-info
{
	width:445px;
	height:45px;
	float:right;
	margin:30px 20px 0 0;
}
#menu
{
	float:right;
	margin:16px 0px 5px 0;
}

.menu-item1  { width:59px; height:20px; margin:0 26px 0 0; display:block; float:right;}
.menu-item1-current 
{ 
	background-image:url(../images/menu-home-active.gif)!important; 
	background-repeat:no-repeat;
}
a.menu-item1, a.menu-item1:link, a.menu-item1:visited 
{ 
	background-image:url(../images/menu-home.gif); 
	background-repeat:no-repeat; 
}
a.menu-item1:hover, a.menu-item1:active 
{ 
	background-image:url(../images/menu-home-active.gif); 
	background-repeat:no-repeat; 
}

.menu-item2  { width:134px; height:20px; margin:0 26px 0 0; display:block; float:right;}
.menu-item2-current 
{ 
	background-image:url(../images/menu-why-choose-glo-active.gif)!important; 
	background-repeat:no-repeat;
}
a.menu-item2, a.menu-item2:link, a.menu-item2:visited 
{ 
	background-image:url(../images/menu-why-choose-glo.gif); 
	background-repeat:no-repeat; 
}
a.menu-item2:hover, a.menu-item2:active 
{ 
	background-image:url(../images/menu-why-choose-glo-active.gif); 
	background-repeat:no-repeat; 
}

.menu-item3  { width:79px; height:20px; margin:0 26px 0 0; display:block; float:right;}
.menu-item3-current 
{ 
	background-image:url(../images/menu-resources-active.gif)!important; 
	background-repeat:no-repeat;
}
a.menu-item3, a.menu-item3:link, a.menu-item3:visited 
{ 
	background-image:url(../images/menu-resources.gif); 
	background-repeat:no-repeat; 
}
a.menu-item3:hover, a.menu-item3:active 
{ 
	background-image:url(../images/menu-resources-active.gif); 
	background-repeat:no-repeat; 
}

.menu-item4  { width:79px; height:20px; margin:0 20px 0 0; display:block; float:right;}
.menu-item4-current 
{ 
	background-image:url(../images/menu-locations-active.gif)!important; 
	background-repeat:no-repeat;
}
a.menu-item4, a.menu-item4:link, a.menu-item4:visited 
{ 
	background-image:url(../images/menu-locations.gif); 
	background-repeat:no-repeat; 
}
a.menu-item4:hover, a.menu-item4:active 
{ 
	background-image:url(../images/menu-locations-active.gif); 
	background-repeat:no-repeat; 
}

#main 
{
	padding:15px 20px 20px 20px;
	margin:0;
	font-size:13px;
	background-color:#fff;
}
#main p 
{
	margin:0;
	padding:0 0 10px 0;
}
.header { background-color:#fff; height:120px; }
.content { background-color:#fff; }
.left { background-color:#e7e7e7; }

#blue-box
{
	background-color:#195e8d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
	padding:15px 10px 15px 10px;
	margin:0;
	color:#fff;
}
#blue-box h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:22px;
	font-weight:bold;
	color:#fff;
	margin:0;
	padding:0;
	text-align:center;
}
#email-box
{
	margin:20px 0 20px 24px;
	padding:0;
	color:#000;
	font-family:"Garamond Premr Pro", "Times New Roman", Times, serif;
	font-size:15px;
	line-height:22px;
}
#email-box a { color:#000; }
#email-box a:link, #email-box a:visited { text-decoration:none; }
#email-box a:hover, #email-box a:active { text-decoration:underline; }


#footer 
{
	height:30px;
	background-color:#195e8d;
	color:#fff;
	margin:0;
}
#footer p
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
}
#footer a {color:#fff;}
#footer a:link, #footer a:visited {	text-decoration:none;}
#footer a:hover, #footer a:active {	text-decoration:underline;}

.clear {
	float:none;
	clear:both;
}

a { color:#777; }
a:link, a:visited { text-decoration:underline; }
a:hover, a:active { text-decoration:none; }

ul
{
	margin:10px 20px 20px 20px;
	padding:0;
}
li
{
	margin:0;
	padding:0 0 10px 0;
}
.indent-left { margin-left:30px; }
.bottom15 { margin-bottom:15px; }

h1 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	color:#195e8d;
	font-weight:bold;
	margin:0;
	padding:0;
}



