/*@import url('/web/design/reset.css');*/

html
{
    overflow-y:scroll;
}

body
{
    background:#ccc;
    line-height:130%;
    
}

body, div, li, a { 
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 11px; 
	color: #666;
	}
	
	a
	{
	    
	}

hr { 
	color: #666; 
	background-color: #666; 
	border: 0; 
	height: 1px; 
	}

/* Elements */

strong
{
	font-weight:bold;
}

pre
{
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
white-space:-o-pre-wrap;
word-wrap:break-word;
font-family: Verdana, Geneva, Sans-Serif;

}

font, p
{
	font-family:inherit;
	margin:0px;
	margin-bottom:10px;
}

div.copy ul, div.copy ol, div.copy dl
{
    padding:0px 18px;
	line-height:150% !important;   
}

div.copy ul li, div.copy ul, div.copy ul li, div.copy ul
{
	list-style:disc !important;
}

div.copy ul li ul li, div.copy ul li ul, div.copy ul li ul li, div.copy ul li ul
{
	list-style-type:circle !important;
}

div.copy ol li, div.copy ol, div.copy ol li, div.copy ol, .col1 ul li ol, div.copy ul ol, div.copy ul li ol li, div.copy li ol
{
	list-style:decimal !important;
}


div.copy a  
{
    color:#000;
}

div .main a:hover { 
    color:#000;
    background:#eaea66;
}

h1, h2, h3, h4, h5, h6
{
    color:#666;
    padding-bottom:4px;
}

h1  
{
    font-size:16px;
}

h1.pageTitle
{
    margin-bottom:19px;
    line-height:16px;
}

h2{ 
    font-size:14px;
}

h3 { 
    font-size:14px;
    color:#000;
}
h4 { 
    font-size:12px;
}

h5 { 
    font-size:12px;
    color:#000;
}
h6 { 
    font-size:12px;
    color:#eaea66;
}

.Fontxx-Small { font-size: 9px; }
.Fontx-Small { font-size: 10px; }
.FontSmall { font-size: 11px; }
.FontMedium { font-size: 12px; }
.FontLarge { font-size: 20px; }
.Fontx-Large { font-size: 24px;}
.Fontxx-Large { font-size: 30px;}

/* HANDY */

.clearFix
{
    clear:both;
    line-height:0px;
    height:0px;
    font-size:0px;
    overflow:hidden;
}

.gapAbove
{
    margin-top:14px;
}

.gapRight
{
    margin-right:14px;
}

.gapBelow
{
    margin-bottom:14px;
}

.gapLeft
{
    margin-left:14px;
}


/* LAYOUT */

div.canvasWrapper
{
    text-align:center;
}

div.canvas
{
    width:828px;
    margin:0 auto;
    text-align:left;
}

div.topMenu_cont
{
    background:#fff url(/web/design/images/top-row-bg.jpg) no-repeat top right;
    height:100px;
    margin:50px 0 10px 0;
}

div.hdrText
{
    float:right;
    color:#fff;
    font-size:24px;
    padding:74px 10px 0 0;
    font-style:italic;
}

a.logoLink
{
    margin:0 0 0 16px;
}

div.main_cont
{
    background:transparent url(/web/design/images/main-top-bg.png) no-repeat top left;
    padding-top:13px;
    margin:7px 0 0 0;
}

div.main
{
    background:transparent url(/web/design/images/main-bottom-bg.png) no-repeat bottom left;
    min-height:400px;
}

div.menu
{
    float:left;
    width:176px;
    padding-bottom:40px;
}

div.copy
{
    width:500px;
    float:left;
    padding:0 0 8px 0;
    text-align:left;
}


div.copy p, div.copy
{
    font-size:11px !important;
    line-height:120%;
}

/* RIGHT APPLET */

div.newsApplet
{
    width:133px;
    float:right;
    background:transparent url(/web/design/images/right-applet-bottom-bg.png) no-repeat bottom;
    margin:-6px 7px 7px 0;
}


div.newsApplet h2
{
    line-height:24px;
    font-size:12px;
    color:#eaea66;
    padding:0 0 0 8px;
    background:transparent url(/web/design/images/right-applet-top-bg.png) no-repeat;
}

div.newsApplet span.articleHdr
{
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    padding:7px 8px 0 8px;
    color:#666;
    display:block;
}

div.newsApplet a.contentItem
{
    display:block;
    text-decoration:none;
    border-top:solid 1px #666;
}

span.articleLeadIn
{
    padding:0 8px 0 8px;
    display:block;
}

span.date
{
    padding:10px 8px 16px 8px;
    display:block;
}

span.moreLink
{
    color:Black;
    text-decoration:underline;
    padding:0 8px 0 8px;
    display:block;
}

/* BUTTONS */

a.stdButton, input.stdButton
{
    background:transparent url(/web/design/images/button-bg.png) no-repeat;
    line-height:19px;
    height:19px;
    width:99px;
    display:block;
    float:left;
    color:#fff !important;
    text-decoration:none;
    text-align:center;
    border:none !important;
}

a.stdButton:hover
{
    color:#EAEA66 !important;
    background:transparent url(/web/design/images/button-bg.png) no-repeat !important;
}

/* FOOTER */

div.footerWrapper
{
    text-align:center;
    margin:10px 0 0 0;
}

div.footer
{
    width:960px;
    margin:0 auto;
}

div.footer a  
{
    text-decoration:none;
}

div.footer a:hover { 
    color:#000;
}

div.footer a.cucumberLink
{
    display:block;
    width:180px;
    margin:10px auto 0 auto;
}


