﻿/****************************************
    Type:   Free Form
    Author: BDroullard
    Rev:    20090308
    Copyright Graphic Orange LLC
****************************************/

/*--------------------------------------
    Color Scheme:
    font gray:  777777
    GrO orange: f89c1e
    GrO gray:   404040
    GrO blue:   148ACC
--------------------------------------*/


/*--------------------------------------
    Elements
--------------------------------------*/
body
{
    background: #ffffff;
    font-family: Verdana;
    font-size: .7em;
    color: #777777;
	text-align: left;
	padding: 20px 0 0 0;
}
hr
{
    color: #777777;
    height: 1px;
    border: solid;
}  
/*--------------------------------------
    Classes
--------------------------------------*/
.clear 
{
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.head1
{
    font-size: 150%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;

}
.head2
{
    font-size: 120%;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
.head3
{
    font-size: 100%;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.menutable
{
	float:right;
 	font-size: 12px;
	font-weight: normal;
}
.menucell
{
	padding-left: 60px;
}
.menufocus
{
	color: #f89c1e;
	text-decoration: none;
}
/*--------------------------------------
    Links
--------------------------------------*/
A.base:link
{
    text-decoration: none;
    color: #777777;
}
A.base:visited
{
    text-decoration: none;
    color: #777777;
}
A.base:active
{
    text-decoration: none;
    color: #777777;
}
A.base:hover
{
    text-decoration: none;
    color: #f89c1e;
}

/*------------------------------------*/

A.main:link
{
    text-decoration: none;
    color: #148ACC;
}
A.main:visited
{
    text-decoration: none;
	color: #148ACC;
}
A.main:active
{
    text-decoration: none;
    color: #148ACC;
}
A.main:hover
{
    text-decoration: none;
    color: #f89c1e;
}
/*--------------------------------------
    Divs
--------------------------------------*/
div.container
{
    margin: 0 auto;
	width: 500px;
	height: 300px;
    position: relative;
	text-align: left;
    background-color: #ffffff;
}
div.banner
{
    padding: 0 0 10px 0;
    height: 30px;
    width: 100%;
    background-image: url(images/GrOlogo.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: solid 1px #d1d1d1;
    cursor: pointer;
}
div.menu
{
    margin: 10px 0 0 0;
    height: 30px;
    width: 100%;
}
div.main
{
    height: 100%;
}
div.footer
{
    padding: 10px 0 0  0;
    height: 25px;
    width: 100%;
    font-size: 9px;
    background-image: url(images/GrOshell.png);
    background-repeat: no-repeat;
    background-position: right;
    border-top: solid 1px #d1d1d1;
}
div.quotebox
{
    position: absolute;
    top: 130px;
    left: 80px;
    height: 150px;
    width: 330px;
    font-size: 200%;
    color: #148ACC;
    padding: 10px;
    background-color: #FFFFFF;
}


