﻿html {                                      /* Gets firefox to display the vertical scroll bar all the time thus 
                                             * removing the shifting of the page when scrolling needed / not needed */
    overflow: -moz-scrollbars-vertical;
}

.siteBody {
	padding:0px;
	margin:0px 0px 5px 0px;
	background-color:#ececeb;
	background-image:url(images/background.gif);
	background-repeat:repeat;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


a {
	text-decoration:none;
	padding:0px;
	margin:0px;
}

a:hover 
{
    cursor:hand !important;
}

p {
	margin:0px;
	padding:0px;
}

img 
{
    background-image:url(images/loading.gif) !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    color:#fff !important;
}


.hidden {                                           /* Used to hide things...but to occupy actual space */
	visibility:hidden;
}

.clearAll, clearLeft, clearRight, .clearLeftMenu {	/* Used to clear floated items */
	clear:both;
	font-size:0px;
	height:1px;
	
    margin:0px;
    padding:0px;
}

.clearLeftMenu 
{
    height:1px;
}

.clearLeft                                          /* Clear just left floats */
{
    clear:left;
}

.clearRight {                                       /* Clear just right floats */
	clear:right;
}

.LeftAlign { text-align:left; }
.CenterAlign { text-align:center; }
.RightAlign { text-align:right; }



.NotLiveNotice {
	position:absolute;
	top:10px;
	left:0px;
	right:0px;
}

.NotLiveNoticeBottom
{
	margin-top:15px;
	padding-bottom:10px;
}
.NotLiveNotice, .NotLiveNoticeBottom
{
	display:block;
	width:100%;
	text-align:center;
	color:#f00;
}

.NotLiveNotice:hover, .NotLiveNoticeBottom:hover
{
	color:#900;
}



#siteContainer {                                    /* Contains the whole site */
	width:950px;
	margin:35px auto 10px auto;
}

#siteWrapper {                                      /* Wraps the site */
	margin-top:10px;
}

/* ------------- Sites Header -------------- */
#siteHeader {				                    /* Page Heading Container */
	width:950px;
	height:105px;
	margin:0px;
	padding:0px;
	border:1px #cccccc solid;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
	background-color:#e7e7e6;
	text-align:left;	
}

#headerContainer {			                    /* Keeps the header centered */
	width:935px;
	margin:0px 0px 0px 15px;
}


/* ------------- The Site Logo ---------------- */
#siteLogo {			                            /* Logo Container */
	background-color:#99cc66;
	width:323px;
	height:77px;
	margin-top:14px;
	padding:0px;
	float:left;
	overflow:hidden;
	background-image:url(images/logo_bg.gif);
}

#siteTitle {		                            /* Logo Title */
	background-repeat:no-repeat;
	background-image:url(images/logo_letswrite.gif);
	position:relative;
	top:12px;
	left:13px;
	padding:0px;
	margin:0px;
	height:34px;
	width:229px;
}

#siteHand {			                            /* Logo - Hand Icon */
	width:45px;
	height:45px;
	background-color:#99cc66;
	position:relative;
	left:264px;
	top:-30px;
	margin:0px;
	padding:0px;
	background-image:url(images/logo_hand.gif);
}

#siteSlogan {		                            /* Logo - Slogan */
	background-repeat:no-repeat;
	background-image:url(images/logo_slogan.gif);
	position:relative;
	top:-27px;
	left:13px;
	width:296px;
	height:14px;
	margin:0px;
}


/* -------------- Top Right Header Menu -------------- */
#upperMenu {		                            /* Container */
	position:static;
	margin:0px;
	padding:6px 0px 0px 0px;
	float:right;	
}

#upperMenu ul {
	padding-top:0px;
	margin:0px;
}

#upperMenu li {		                            /* Individual Menu Item */
	display:inline;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	background-image:url(images/header_arrow.gif);
	background-repeat:no-repeat;
	background-position:center 4px;
	border-left:1px #999999 solid;
}

#upperMenu a {		                            /* The actual link */
	font-size:11px;
	color:#999999;

}

#upperMenu a:hover {	                        /* Mouse over effet for link */
	color:#666666;
}

/* ----------- Main Horizontal Menu ------------- */
#topMenu {
	width:100%;
	padding:4px 0px 2px 0px;
	height:21px;
	background-image:url(images/topMenu_bg.gif);
	background-repeat:repeat-x;
	background-color:#ccc;
	border:1px #cccccc solid;
	font-size:14px;
	letter-spacing:0.1em;
}

#topMenu div {			                        /* Contains a single link */
	width:20%;
	float:left;
}

#topMenu a {			                        /* A link in the menu */
	color:#333333;
	font-weight:400;
}

#topMenu a:hover {		                        /* A link on mouse over */
	color:#000000;
}


/* Bar containing the search bar and content upper links */
#navBar {
	width:100%;
	height:45px;
}

#searchContainer {			                    /* Box containing the search box */
	width:325px;
	height:30px;
	padding-top:6px;
	border-width:0px 1px 1px 1px;
	border-color:#cccccc;
	border-style:solid;
	background-color:#f6f6f6;
	color:#333333;
	font-size:13px;
	float:left;
}

#searchContainer span {		                    /* Product Search Text */
	position:relative;
	top:-3px;
}

#searchContainer>span {		                    /* Same as above...firefox hack */
	position:relative;
	top:0px;
}

.navSearchBox {				                    /* The actual search box */
	height:18px;
	width:150px;
	border: 1px #cccccc solid;
	font-size:13px;
	padding:2px 3px 0px 3px;
	background-color:#F1F1F1;
}

.navSearchBox:hover {		                    /* Search box hover / active design */
	background-color:#d9e9d0;
	border-color:#aaaaaa;
}

.navSearchGo {				                    /* Search - Go button */
	height:22px;
	width:32px;
	margin:0px;
	padding:0px;
	border: 1px #cccccc solid;
	font-size:12px;
	vertical-align:bottom;
	background-color:#F1F1F1;
	
}
.navSearchGo:hover {		                    /* Search - Go Button hover / active design */
	background-color:#d9e9d0;
	border-color:#aaaaaa;
}

#navContainer {				                    /* Contains top 4 key buttons */
	width:610px;
	height:33px;
	margin-top:12px;
	float:right;
	border-width:1px 1px 0px 1px;
	border-color:#a6a6a6;
	border-style:solid;
	background-color:#fff;
	padding-left:3px;
	text-align:left;
}

#navContainerClear                              /* Clears the floating in the nav container bar */
{
    height:0px;
    width:0px;
    clear:both;
    float:none;
    overflow:hidden;
}

#navContainer a {			                    /* One of the 4 keys buttons */
	width:139px;
	height:20px;
	padding-top:6px;
	background-color:#99cc66;
	border:1px #659a32 solid;
	color:#ffffff;
	display:block;
	float:left;
	margin:4px 3px 0px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.15em;
	text-align:center;
}

.vLine {					                    /* Seperating vertical line between key buttons */
	float:left;
	height:33px;
	width:1px;
	margin:0px 2px 0px 2px;
	background-color:#a6a6a6;
}


/* Site Footer */
#siteFooter {				                    /* Container for site footer */
	width:100%;
	margin-top:15px;
}

#footerMenu {				                    /* Container for footer links */
	width:948px;
	padding-top:4px;
	height:22px;
	background-color:#99cc66;
	border:1px #a9a9a9 solid;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.1em;
}

#footerMenu a {				                    /* A footer link */
	color:#fff;
}

#footerMenu a:hover { 		                    /* A footer link on hover */
	color:#555;
}

#footerNotices {			                    /* Footer bottom notices container */
	margin-top:7px;
	width:950px;
	font-size:10px;
	color:#666;
	font-weight:bold;
}

#footerNotices a 
{
	color:#666;
}

#footerNotices a:hover
{
	color:#333;
}

#footerCopyright {			                    /* Copyright notice */
	float:left;
	width:400px;
	text-align:left;
}

#footerSiteDesignedBy {		                    /* Designed by notice */
	float:right;
	width:300px;
	text-align:right;
}




/* Page Contents */
#pageContentsHolderOutter {			            /* Page Contents Container */
	width:948px;
	background-color:#ffffff;
	border-width:0px 1px 1px 1px;
	border-color:#a6a6a6;
	border-style:solid;
	background-image:url(images/pageContentsContainerTopBorderLine.gif);
	background-repeat:no-repeat;
	background-position:-6px 0px;
	padding-top:1px;
	margin:0px;
	text-align:left;
	
}

#siteWrapper>#pageContentsHolderOutter {		/* Hack to get top boder line aligned correctly in firefox (with regards to ie and firefox
                                                   difference in width + border sizes) */
	background-position:-4px 0px;
}


#pageContentsHolder {						    /* Holds actual conents and background provides the false left column */
	background-image:url(images/pageContent_leftMenu_bg.gif);
	background-repeat:repeat-y;
}

#leftMenuContainer {						    /* Holds the left menus */
	float:left;
	padding:0px;
	margin:0px;
	text-align:left;
	width:199px;
}

.leftMenuItemContainer {					    /* Holds individual left menu set */
	padding-bottom:10px;
}

.leftMenuItemContainer h4 {					    /* Left Menu Heading */
	margin:0px 0px 8px 0px;
	padding:5px 0px 0px 5px;
	height:20px;
	background-color:#99cc66;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.1em;
	border-width:1px 0px 1px 0px;
	border-color:#aaaaaa;
	border-style:solid;
}

.leftMenuItemContainer h4 a 
{
    color:#fff;
    display:block;
}

.leftMenuItemContainer ul {					    /* Left menu Top Level Lists */
	margin:0px 0px 0px 0px;
	list-style:none;
	padding:0px;
}

.leftMenuItemContainer ul li {				    /* Left menu Top Level menu item */
	margin:0px 0px 0px 10px;
	padding:0px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}

.leftMenuItemContainer ul li a {			    /* Left menu top level link */
	color:#333333;
	background-image:url(images/menu_unselected_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	padding:0px 0px 0px 12px;
	margin:0px;
	height:16px;
	
}

.leftMenuItemContainer ul li a:hover {		    /* Left menu top level link mouse over */
	color:#000;
	background-image:url(images/menu_selected_arrow.gif);
}



.leftMenuItemSelected {						    /* Menu Link when selected */
	background-image:url(images/menu_selected_arrow.gif) 	!important;
}


/* ---------- Pages Unique Content ----------- */
#PagesUniqueContent {						    /* Pages actual content goes in here */
	margin:0px 0px 0px 10px;
	padding-top:10px;
	float:left;
	width:728px;
}




.ConentBlock_Container {					    /* One Block (unit) of page conent */
	margin-top:5px;
	margin-right:0px;
	padding:0px;
	margin-bottom:20px;
	float:left;
	
}

.ContentBlock_Header {					        /* One Block (unit) of page conent */
	margin:0px;
	padding:5px 10px 5px 10px;
	display:inline;
	background-color:#99cc66;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	border:1px #dadada solid;
}

.ContentBlock_Header span 
{
    cursor:default;
}



.ContentBlock_Content {					        /* Container of actual content blocks content (box below the heading) */
	margin-top:5px;
	padding:0px;
	background-color:#f6f6f6;
	border:1px #cccccc solid;
	width:728px;
}

.modalPopUpBG
{   
    background-color: Gray;
    filter:alpha(opacity=40);
    opacity:0.7;
}

.announcementContainer 
{
    background-color:#fff;
    width:650px;
    border:solid 3px #333;
    text-align:left;
}

.announcementContainer h1 
{
    margin:0px;
    padding:20px 20px 10px 20px;
    background-color:#99cc66;
    text-align:center;
    color:#fff;
}

.announcementContainer p 
{
    margin:10px 20px 5px 20px;
    display:block;
    
}

.announcementCloseBtn 
{
    display:block;
    width:100%;
    margin-top:10px;
    padding:5px 0px 5px 0px;
    text-align:center;
    color:#fff;
    background-color:#99cc66;
}

.announcementCloseBtn:hover 
{
    color:#000;
}