﻿/* Layout Specific CSS definitions */
/***********************************/

body
{
    margin:20px auto;
    padding:0;
    width:960px;
    font-family:Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
    font-size:0.8em;
    background:#fff;
}

div#masterWrap
{
    margin:0pt auto;
    text-align:left;
    width:960px;
}

form
{
    margin:0;
    padding:0;
}

P
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

h1
{
    margin:0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0px;
    padding-right: 0px;
    font-size:1.6em;
    font-weight:bold;
    color:#234075;
    /* border-bottom:solid 1px #E7A72B; */
}

h2
{
	margin: 0px;
	padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0px;
    padding-right: 0px;
    font-size:1.3em;
    font-weight:bold;
    color:#65799e;
}

hr
{
    width:50%;
    color:#CCC;
    height:1px;
    text-align:left;
    margin:0.5em 0 0.5em 0;
}

/*
#wrap a
{
    color:#06c;
    text-decoration:underline;
}
#wrap a:hover
{
    color:#e61b46;
    text-decoration:underline;
}
*/

ul
{
    list-style-image:url(../images/gold_bullet.gif);
}

li
{
    margin-bottom:7px;
}

hr
{
  width: 100%;
}

#logo
{
    float:left;
    margin-bottom:20px;
}
#logo img
{
	border:0;
}

#header
{
}
#headerRight
{
    float:right;
    text-align:right;
}

#headerLinks
{
    font-size:0.8em;
    margin-bottom:10px;
}
#headerLinks a
{
    color:#000;
    text-decoration:none;
}
#headerLinks a:hover
{
    color:#06c;
    text-decoration:underline;
}

#headerNav
{
    clear:both;
    display:block;
    width: 100%;
    background:#234075 url(../images/layout/menuBGWborder.gif) top left repeat-x;
    /*border-top:solid 2px #e7a72b;
    border-bottom:solid 2px #e7a72b;*/
    font-weight:bold;
    height: 29px;
}

#wrap
{
    clear:both;
}

#footer
{
	clear:both;
    display:block;
    width:960px;
    border-top:solid 1px #ccc;
    font-size:0.8em;
    margin:30px 0 20px 0;
}
#footerLinks a
{
    color:#000;
    text-decoration:none;
}
#footerLinks a:hover
{
    color:#06c;
    text-decoration:underline;
}

/**********/

.breadcrumbs
{
    float:left;
    margin:5px 0 5px 5px;
    font-size:0.8em;
    padding:0;
    display:block;
    width:90%;
}
.breadcrumbs a
{
    color:#06c;
    text-decoration:underline; 
}
.breadcrumbs a:hover
{
    color:#e61b46;
}
