Ôªø/* Logomotion Master Stylesheet 
==================================
colors:     */

/* Global Styles */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address 
{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    color:#000; 
}

a   
{
    color:#74b719;
    text-decoration:none;    
}
    
a:hover     
{
    text-decoration:underline;
    color:#9d3;
}    
    
img         {border-width:0;}    
/* Basic Page Elements 
======================*/    
html{ height:100%;}

body
{
    background:#2c3437;
    margin-top:10px;
    margin-bottom:20px;
    text-align:center;}

#page
{
    width:800px;
    background:url(../images/page.gif);
    text-align:left;
    margin-left:auto;
    margin-right:auto;}    

#header{}

/* Default Elements
===================*/
h1
{
    font-size: 11pt;
    font-weight:bold;
    margin-bottom: 1em;
    color: #000;}

h2
{
    font-size: 10pt;
    margin-bottom: 1em;
    color: #74b719;}

h3
{
    margin-bottom: .5em;}
  
p
{
    margin-bottom: 1em;}    

ul, ol
{
    margin-left: 3em;
    margin-bottom: 1em;}
    
ol li
{
    margin-bottom:.5em;}    


/* Sitewide Navigation 
======================*/
#menu
{
    background:url(../images/menu.gif) repeat-x;}

#nav
{
    margin-left:24px;
    list-style:none;    }

#nav li
{
    float:left;
    }

#nav a
{
    margin-right:18px;
    font-size:7.5pt;
    text-decoration:none;
    color:#ccc;
    }    

#nav a:hover, #nav a.on
{
    color:#fff;
    }    

/* Main Content Areas 
====================*/
.content
{
    padding-top:35px;
    padding-bottom: 2em;}

/* Footer 
=========*/
.footer p
{
    margin-bottom:0;    
    color: #999;
    font-size:7pt;}
.footertext {
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 10px;
}


#footmenu p
{
    font-size:11pt;}    

#footmenu a
{
    font-family:Times New Roman, Serif;
    color:#999;}    

#footmenu a:hover
{
    color:#fff;}    

/* Specific Overriding Rules 
============================*/
#util   {background:url(../images/util.gif) no-repeat;}
#home #util   {background:url(../images/util_home.gif) no-repeat;}

#util ul
{
    margin-top:10px;
    margin-left:15px;
    list-style:none;
    font-size:7pt;}

#util ul li
{
    line-height:1.25em;
    margin-bottom:0;}    
#util a
{
    color:#fff;}    


    
.greenbox
{
    position:relative;
    padding:20px;
    background:url(../images/greenbox.jpg) no-repeat;
    width:359px;
    height:126px;
    margin-bottom:20px;
    } 
    
    
.greenbox p
{
        color:#fff;
}    

.greenbox img
{
    position:absolute;
    right:0;
    bottom:0;
    width: 90px;
    height:40px;}
    
#leftnav
{
    margin-left:0;
    margin-top:40px;
    list-style:none;
}    
#leftnav li
{
	padding-bottom: 5px;
}
#leftnav li a
{
	font-size: 8pt;
	font-weight: bold;
}

#maintable
{
    background-color:#2c3437;}    

#banner
{
    line-height:2.5em;
    background:url(../images/banner02.jpg) no-repeat;}

#banner h2
{
    font-weight:lighter;
    font-size:14pt;
    color: #fff;}    

.frontpage p
{
    color:#fff;}
    
/*logoworks links*/
#logoworks
{
	margin: 0px auto;
	padding: 0px auto;
	font-size: 7pt;
	text-align:center;	
	color:#999;
	padding-top: 3px;
}
#logoworks a
{
	color:#999;
	text-decoration: none;
}
#logoworks a:hover
{
	text-decoration: underline;	
}

    .white {
	color: #FFFFFF;
}

  .gray {
	color: #666666;
}
