    * Collapse All
    * Expand All



@import url("glo2.css");


http://www.glotrans.com/glo2.css

/* CSS Document */


/* Defaults
------------------------------------------------- */
* {
margin:0px;
padding:0px;
font-family: Verdana, Arial, Helvetica, Trebuchet MS, sans-serif;
}


html {
height: 100%;
font-size:125%;/*set the base font size to 20px*/
}


body {
height: 100%;
margin: 0; padding: 0;
font: small "Lucida Grande", Arial, sans-serif;
background-color:#ddd;
font-size: 50%;/*set the body font size to 10px, thus setting 1em to approximately 10px*/
}

p {
padding:.2em 1em 0 1em;
}
	

/* Basic Link Stlyes
------------------------------------------------- */
a:visited {
color:#000081;
}
	
a:focus {
color:#3D701A;
}
	
a:hover {
color:#3D701A;
}
	
a:active {
color:#3D701A;
}






/* Div Container
------------------------------------------------- */
#container {
	overflow:hidden;
	width:825px;
	min-height:95%;
	margin:0 auto;
	border-right:2px solid #dea812;
	border-bottom:1px solid #dea812;
	border-left:1px solid #dea812;
	background-image: url(images/gradient825.png);
	background-repeat: repeat-y;
}

<!--[if lte IE 6]>
<style type="text/css">
#container {
height: 90%;
}
</style>
<![endif]-->


/* Equal Height Columns
------------------------------------------------- */
/* Start Mac IE5 filter \*/
#content, #navigation {
padding-bottom: 32767px;
margin-bottom: -32767px;
}
/* End Mac IE5 filter */


/* Header
------------------------------------------------- */
#header {
position: relative;
height:140px;
}
	
#header h1, #header h2 {
visibility:hidden;
position: absolute;
}


/* Content
------------------------------------------------- */
#content {
padding-top:1px;
width:590px;
margin-left:165px;
float:left;
display:inline;
font-size:13px;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color:#000;

}

#content h1 {
	padding: .5em 0 0 .7em ;
	font-size: 15px;
	:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

}

#content h2 {
	:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:14px;
	padding: 0 .2em;
	color:#000;
	border:hidden;
}

#content h3 {
color:#900;
font-size:13px;
line-height:1.1em;
padding: .3em .1em 0 .9em;
margin-bottom:-.6em;
}
#content h4 {
color:#900;
font-size:13px;
padding: 0 1.5em;
margin-bottom:-.7em;
}
	
#content p.last_paragraph {
padding-bottom:1.8em;
}
	
#content ul {
padding-top:.1em;
padding-left:1em;
/*_padding-left:0;
list-style-image:url(images/bull_diamond.gif);
_list-style:disc;*/

}

#content ul li{
padding:.5em 0;

}

#content ul li ol{
padding:1em 3em 0 3em;}

#content ul li ol li{
padding:.4em 0;}

#content img.graphic{
float:left;
margin: 0 20px 0 0;
}
#content img.right{
float:right;
margin: 0  0 0 20px;
}

#logo{
position:relative;
float:left;
padding: 10px 4px 20px 0;
margin: 0 0 50px -145px;
}

img .wrap{
padding: 0 6px 0 0;
}

#photo_andy {
float:left;
padding:17px 10px 10px 15px;
margin:0;
}

#photo_danielle {
float:right;
padding:17px 20px 10px 4px;
margin:0;

}



/* Navigation
------------------------------------------------- */

#topnavs {
	margin: -25px 0  0 117px; 
	padding: 0.3em 5em;
	color: #FFF;
	font-size:12px;
	text-decoration:none;
}

#topnavs li {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.75em;
	border-right: 1px solid #99C;
	font-weight: bold;
	
}

#topnavs li.last {
	border-right: 0;
}

#topnavs a {
	color:#303;
	text-decoration:none;
}

#topnavs a:hover {
	color:#960;
}

#topnavs .home{
color:#960;
}

#topnavs a .home{
color:#960;
}



#navigation {
width:183px;
margin-left:-785px;
margin-top:8px;
float:left;
}

#navigation ul {
font-size:1.2em;
}

#navigation ul li {
list-style-type:none;
border-bottom:1px solid #4F3644;
}

#navigation a {
display:block;
padding:.3em;
color:#48214c;
text-decoration:none;
}

#navigation a:hover
{
background-color:#cfc54f;
}
	
#current a {
color:#333;
font-weight:bold;
}
	
#current a:hover {
background-color:none;
cursor:default;
}


/* Footer
------------------------------------------------- */
#footer {
background-color:#b99f42;
overflow:hidden;
width:820px;
margin:0 auto;
clear:both;
padding: .5em .3em;
font-size:1.3em;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
letter-spacing:1px;
line-height:1.2em;
}

#footer p{
padding:0;
margin: 0;
text-align:center;
}

/* SPECIAL
------------------------------------------------- */

.indent{
margin-left:.6em;}

#graphic{
padding:1em;
margin: 1em 60px;
text-align:center;
font-size:14px;
font-weight:normal;
/*border:groove;
border-color:#99F;*/
}
#graphic p{
padding:0 8em;
line-height:1em;
margin:0;
}

/* Special Text Styles
------------------------------------------------- */
.em {
font-style:italic;
}