/* 
Name:        GF_Styles.css
Author:      John Bellnier (john@massmediai.com)
Description: Cascading Style Sheets
Created:     03/12/08
 */
/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font-family: verdana, arial, helvetica, sans-serif;
font: bold 100% ;
width: 100%;
border: 1px solid #000000;
background-color: #808080;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: white;
padding: 2px 12px;
text-decoration: none;
background: transparent url(media/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: white;
}

#vdividermenu ul li a:hover{
color: #ebf5fc;
background-color: #a0a0a0;
}


/*---------- BORDER STYLES ----------*/

.upperleft {
background-image:url(../images/bdr_topleft.jpg);
background-repeat:no-repeat;
width:40px;
height:40px;
}

.uppercenter {
background-image:url(../images/bdr_topslice.jpg);
background-repeat:repeat;
height:41px;
}

.upperright {
background-image:url(../images/bdr_topright.jpg);
background-repeat:no-repeat;
width:40px;
height:41px;
}

.leftborder {
background-image:url(../images/bdr_left.jpg);
background-repeat:repeat-y;
width:40px;
height:40px;
}

.rightborder {
background-image:url(../images/bdr_right.jpg);
background-repeat:repeat-y;
}

.bottomleft {
background-image:url(../images/bdr_bottomleft.jpg);
background-repeat:no-repeat;
width:40px;
height:41px;
}

.bottomcenter {
background-image:url(../images/bdr_bottomslice.jpg);
background-repeat:repeat;
height:41;
}

.bottomright {
background-image:url(../images/bdr_bottomright.jpg);
background-repeat:no-repeat;
width:40px;
height:41px;
}

/*---------- NAVIGATION STYLES ----------*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #003366;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 12px Arial;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #003366;
text-decoration: none;
border-bottom: 1px solid #003366;
}

.wireframemenu a:visited{
color: #003366;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #FFCCCC;
color: black;
}

.wirehighlight {
background-color: #FFEEE4;
color: black;
}

/*---------- BREADCRUMB STYLES ----------*/

.breadcrumb {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

.breadcrumb a{
color: #003366;
}

.breadcrumb a:visited{
color: #003366;
}

.breadcrumb a:hover{
background-color: #FFCCCC;
color: black;
}

/*---------- CONTENT STYLES ----------*/

body {
font-family: verdana, arial, helvetica, sans-serif;
color:#000000;
font-size:24px;
line-height:1.5;
}

a{
font-family: arial, verdana, helvetica, sans-serif;
color: #000000;
}

a:visited{
	font-family: arial, verdana, helvetica, sans-serif;
	color: #0000FF;
}

a:hover{
font-family: arial, verdana, helvetica, sans-serif;
background-color: #FFFFFF;
color: #FF0000;
}


/*---------- HEADLINE STYLES ----------*/
h1 {
font-family: arial, verdana, helvetica, sans-serif;
font-size:16px;
color:#660000;
font-weight:bold;
}

h2 {
font-family: arial, verdana, helvetica, sans-serif;
font-size:14px;
color:#660000;
font-weight:normal;
font-style:italic;
}

/*---------- FOOTER STYLES ----------*/

.footer {
text-align: center;
font-family: verdana, arial, helvetica, sans-serif;
}

.footer a{
color: #003366;
font-weight:bold;
}

.footer a:visited{
color: #003366;
font-weight:bold;
}

.footer a:hover{
background-color: #FFCCCC;
color: black;
font-weight:bold;
}
/*---------- NAVBAR STYLES ----------*/


.navbar {
font-family: verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.navbar a{
color: #FFFFFF;
font-weight:bold;
}
.navbar a:visited{
color: #FFFFFF;
font-weight:bold;
}

.navbar a:hover{
	color: #FF0000;
	font-weight:bold;
	background-color: #666666;
}
