/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

html, body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background-image: url(images/site/bg.jpg);
	background-color: #FFCD37;
	background-repeat: repeat-x;
	min-height: 100%;
}
#wrapper {
	margin: 0 auto 0 auto;
	width: 1000px;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	min-height: 100%;	
}
#header {
	color: #333;
	width: 900px;
	float: left;
	height: 160px;
	margin-left: 50px;
}
#navigation {
	float: left;
	width: 900px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-color: #D2232A;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 4px;
	height: 18px;
	margin-left: 50px;
}
#row1 {
	float: left;
	width: 1000px;
	color: #333;
	margin: 0px 0px 0px 0px;
}
#leftcolumn {
	color: #333;
	margin: 5px 5px 5px 50px;
	width: 317px;
	float: left;
	background-color: #95C98C;
	min-height: 203px;
}
.leftcolumnTxt {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
	color: #000000;
}
#content {
	float: left;
	color: #FFFFFF;
	width: 293px;
	display: inline;
	margin: 5px 5px 5px 5px;
	background-color: #D2232A;
	min-height: 203px;
}
.contentTitle {
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.contentTxt {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#rightcolumn {
	width: 274px;
	float: left;
	margin: 5px 0px 5px 5px;
	background-color: #FFFFFF;
	min-height: 203px;
}
.rightcolumnTitle {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	background-color: #663300;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rightcolumnTxt {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #663300;
}

#footer {
	width: 900px;
	clear: both;
	font-size: 10px;
	text-align: center;
       margin: 5px 5px 5px 50px;
}
#lefttop {
	color: #333;
	background: #E7DBD5;
	margin: 5px 5px 5px 50px;
	height: 210px;
	width: 390px;
	float: left;
}
#righttop {
	color: #000;
	margin: 5px 45px 5px 5px;
	height: 210px;
	width: 500px;
	float: left;
	background-color: #323398;
	background-image: url(images/site/blueboxbg.jpg);
	background-repeat: repeat-x;
}
.righttopTitle {
	color: #000;
	font-size: 16px;
	font-weight: bolder;
    margin-top 5px;
    margin-bottom 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;

}

#ticker {
	float: left;
	width: 900px;
	color: #FFFFFF;
	margin: 0px 0px 0px 50px;
	height: 18px;
}
#leftsub {
	color: #333;
	margin: 10px 15px 5px 50px;
	width: 200px;
	float: left;
	background-color: #22418D;
}
#rightsub {
	color: #333;
	margin: 10px 35px 5px 5px;
	width: 690px;
	float: left;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu2s/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* Vertical Flyout */

.menu2 {
z-index:1000;
font-size:90%;
margin:25px 0 50px 15px; /* this page only */
}
/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:170px;
	color: #FFFFFF;
}
/* hack for IE5.5 */
* html .menu2 ul {
	margin-left:-16px;
	ma\rgin-left:0;
}
/* position relative so that you can position the sub levels */
.menu2 li {
	position:relative;
	height:25px;
	background-color: #243E90;
	color: #FFFFFF;
	
	border-bottom-color: #FFFFFF;
	
	border-bottom-style: solid;
	
	border-bottom-width: 1px;
}
/* get rid of the table */
.menu2 table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
}
/* style the links */
.menu2 a, .menu2 a:visited {
	display:block;
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:170px;
	color:#FFFFFF;
	text-indent:5px;
	border:1px solid #fff;
	border-width:0 0px 0px 0;
}
/* hack for IE5.5 */
* html .menu2 a, * html .menu2 a:visited {
	width:170px;
	w\idth:170px;
	background-color: #243E90;
	color: #FFFFFF;
}
/* style the link hover */
* html .menu2 a:hover {
	color:#fff;
	background:#949e7c;
}
.menu2 :hover > a {
	color:#fff;
	background:#949e7c;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:170px;
}
/* make the second level visible when hover on first level list OR link */
.menu2 ul li:hover ul, .menu2 ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu2 ul :hover ul ul {
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu2 ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul {
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu2 ul :hover ul :hover ul :hover ul {
	visibility:visible;
}/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* layout */

img, div { behavior: url(iepngfix.htc) }


/* Horizontal Drop Down */


.menu {
	font-family: arial, sans-serif;
	font-size:12px;
	z-index:100;
	font-weight: bold;
	position: relative;
	width: 900px;
	background-color: #D2232A;
	text-align: center;
	vertical-align: bottom;
}
.menu ul li a, .menu ul li a:visited {
	text-decoration:none;
	color:#000;
	color:#fff;
	font-size:12px;
	width: 110px;
	height: 15px;
	background-color: #D2232A;
	display: block;
	vertical-align: bottom;
	padding-top: 3px;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {
	position:relative;
	float: left;
}
.menu ul li ul {
	display: none;
	vertical-align: middle;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#000000;
	background-color: #FFFFFF;
	text-align:center;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:18px;
	left:0;
	min-width: 110px;
}

.menu ul li:hover ul li a.hide {
	color:#fff;
	background-color: #000000;
}

.menu ul li:hover ul li:hover a.hide {
	color:#000;
	background-color: #FFFFFF;
}

.menu ul li:hover ul li ul {display: none;}

.menu ul li:hover ul li a {
	display:block;
	color:#FFFFFF;
	width:150px;
	background-color: #000000;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	height: 18px;
	border-top-width: 1px;
}

.menu ul li:hover ul li a:hover {
	color:#000000;
	background-color: #FFFFFF;
}

.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:150px;
	top:0;
	color: #000000;
}

.menu ul li:hover ul li:hover ul.left {
	left:-50px;
}
.righttopTxt {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bolder;
    margin-top 5px;
    margin-bottom 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background-color: #CCCCFF;
	padding-left: 10px;
	width: 240px;
	float: left;
}
.righttopcal {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bolder;
    margin-top 5px;
    margin-bottom 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 20px;
	float: left;
	margin-right: 10px;
}
.righttopSubscribe {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bolder;
    margin-top 5px;
    margin-bottom 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	padding-left: 10px;
	width: 240px;
	float: left;
}
