@charset "utf-8";
html {
	/* height: 100%; /* sticky footer */
}
* {
	margin:0;
	padding:0;
	border:none;
}
a {
	text-decoration:none;
	color: #993333;
}
body {
	background:#e9e9e9;
	height: 100%; /* sticky footer */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #675f55;
}
div#outerWrapper {
	height: 100%;
	background-color: #FFFFFF;
	width:980px;
	position:relative;
	margin: 0 auto 0 auto;
	/*background-image: url(../images/line_vert.gif);
	background-repeat: repeat-y;
	background-position: 222px 0;*/
	/*overflow: hidden; /*hide 20px right-hand padding in IE6*/
}
#home div#outerWrapper {
	background-image: none;
} 
div#pagewrap {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*margin: 0px auto -40px auto; /* sticky footer: the bottom margin is the negative value of the footer's height *//*background-color: #FFFFFF;*/
}
.clearContent {
	clear: both; /* sticky footer */
}
#push {
	height: 40px; /* sticky footer: .push must be the same height as .footer including margin */
}
#footer {
	margin: 0 auto 0 auto;
	padding-top: 10px;
	height: 30px;
	width:980px;
	font-size: 11px;
	color: #333;
	/*background-image: url(../images/line.gif);
	background-repeat: repeat-x;*/
	background-color: #ffffff;
	z-index: 5000;
}
#footerContent {
	margin: 5px 16px 0 16px;
}
div#banner {
	background:#675f54;
	height:86px;
	width:980px;
}
div#flash {
	width:980px;
	height:125px;
	text-align:right;
	background-image: url(../images/header_02.jpg);
	background-repeat: no-repeat;
}
#home div#flash {
	/*height:352px;*/
	height: 270px;
	background: none;
	overflow: hidden;
}

/* nav stuff ******/
div#navleft {
	width:222px;
	height:175px;
	background-color: #FFFFFF;
	position:absolute;
	top:86px;
	left:0px;
}
/*home menu only */
#home div#navleft {
	height: 270px;
	background:url(../images/nav_left_bg.png);
/*
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	    enabled=true,
	    sizingMethod=scale,
	    src='../images/nav_left_bg.png'
	  );
*/
}
/* ul formatting */
div#navleft ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
div#navleft ul#navleftmain {
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	width:222px;
}
div#navleft ul#navleftmain li.navleftsub ul.navleftmenu {
	display:none;
	position:absolute;
	width:220px;
	left:222px;
	top:0px;
}
div#navleft ul#navleftmain li.navleftsub ul.navleftbg {
	display:none;
	width:220px;
	margin-left:222px;
	/*height:175px;*/
	height: 125px;
	position: fixed;
	float: left;
	top:86px;
	background:url(../images/nav_left_menu_bg.png);
}
/*home submenu bg only*/
#home div#navleft ul#navleftmain li.navleftsub ul.navleftbg {
	/*height:352px;*/
	height: 270px;
}
/* li formatting */
div#navleft ul#navleftmain li.navleftsimple, div#navleft ul#navleftmain li.navleftsub {
	position:relative;
	cursor: hand;
}
/* link formatting */
div#navleft ul#navleftmain li a {
	display:block;
	color:#675f55;
	padding:5px 0px 5px 22px;
	border-bottom: 1px solid #675F54;
	background:url(../images/nav_left_arrow.gif) no-repeat center right;
}
#home div#navleft ul#navleftmain li a {
	color:#ffffff;
	background:url(../images/nav_left_arrow_white.gif) no-repeat center right;
}
div#navleft ul#navleftmain li.navleftsub ul li a {
	display:block;
	color:#11161c;
	letter-spacing:0px;
	background:#ffffff;
	padding-left:12px;
	border-left: 1px solid #cccccc;
}
#home div#navleft ul#navleftmain li.navleftsub ul li a {
	background:url(../images/nav_left_bg.png);
	border-left: none;
}

/* hover formatting 
div#navleft ul#navleftmain li#active ul {
	display:block;
}
*/
#home div#navleft ul#navleftmain li.navleftsub:hover, #home div#navleft ul#navleftmain li.navleftsimple:hover {
	background:url(../images/nav_left_menu_bg.png);
}

div#navleft ul#navleftmain li.navleftsub-hover a, div#navleft ul#navleftmain li.navleftsimple a:hover {
	color:#993333;
}
/*div#navleft ul#navleftmain li.navleftsub:hover a.navleftsub, div#navleft ul#navleftmain li.navleftsub a:hover {
	border-right:1px solid #11161c;
}*/

div#navleft ul#navleftmain li.navleftsub-hover ul li a {
	color:#993333;
}

#home div#navleft ul#navleftmain li.navleftsubhover ul li a { 
	/*background:#f0e7dc;*/
	background:url(../images/nav_left_over_bg.png);
	color:#ffffff;
}

/* Holly Hack. IE Requirement \*/

* html ul li {
	float: left;
	height: 1%;
}
* html ul li a {
	height: 1%;
}

/*
* html div#navleft ul#navleftmain li.navleftsimple, div#navleft ul#navleftmain li.navleftsub {
	position:relative;
	cursor: hand;
}
*/

div#navrightbar {
	width:748px;
	height:16px;
	position:absolute;
	/*z-index:30;*/
	top:86px;
	/*X right:0px;*/
	left: 222px;
	background:url(../images/nav_right_bg.png);
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	padding:4px 8px 4px 2px;
}
div#navrightbar a {
	color: #ffffff;
	text-decoration: none;
}
div#navrightbar a:hover {
	color: #ffffff;
	text-decoration: underline;
}
div#navrightbar img {
	padding:0px 7px;
	position:relative;
}
div#navrightbar #searchinput {
	border: solid 1px #808080;
	color: #999;
	font-size: 11px;
	line-height: 17px;
	height: 17px;
	margin: 0 0 0 10px;
	padding: 0;
}
div#navrightbar #searchbutton {
	vertical-align: bottom;
}
/****** end of nav stuff ******/

/* Content layout */
div#contentwrap {
	min-height:200px;
	/*position:absolute;
	z-index:150;
	top:438px;*/
/*test
background-color: #ffffff;
background-image: url(../images/line_vert.gif);
background-repeat: repeat-y;
background-position: 222px 0;
*/
}

#home div#contentwrap {
/*test
background-color: inherit;
background-image: none;
*/
}

div.contentColumn {
	/*margin: 25px 30px 0 222px;*/
	/*padding-left: 20px;*/
	padding: 25px 30px 0 232px;
	float: left;
	width: 420px;
}

#home div.contentColumn {
	/*margin-left: 23px;*/
	padding: 0;
}

div.rightColumn {
	margin: 25px 0 0 23px;
	float:left;
	width:222px;
}

/* typography ********/ 
h2 {
	font-size: 22px;
	margin-bottom: 10px;
	/*color: #000000;*/
	color: #363636;
}
h3 {
	font-size: 15px;
	margin-bottom: 3px;
}
p {
	margin-bottom: 10px;
}

.flowImageRight {
	border: 1px solid #675F54;
	margin-left: 15px;
	margin-bottom: 7px;
}

/* news ticker */
#NewsTicker{
	width: 222px;
	height: 243px;
/*	position: relative;
	top: -24px;
	left: -23px;*/
}

#shadow_news {
	width: 220px;
	height: 28px;
	z-index: 10;
	position: relative;
	/*left: -23px;*/
	/*top: 21px;*/
	top: 52px;
	margin: 1px 0 0 0;
}

#NewsTicker h1{
	padding:6px; margin:0; border:0;
	background:#dfe9d5;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

#NewsTicker h2 {
	display: block;
	height: 54px;
	color: #fff;
	font-size: 12px;
	background-color: #6c675d;
	margin: 0 0 1px 0;
	padding: 0;
	line-height: 54px;
	padding-left: 10px;
}

#NewsVertical {
	width: 222px;
	height: 240px;
	display:block;
	overflow:hidden;
	position:relative;
}

#TickerVertical {
	width: 222px;
	height: 240px;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
#TickerVertical li {
	display:block;
	width: 222px;
	text-align:left;
	font-size:11px;
	margin:0 0 1px 0;
	padding:0px;
	float:left;
	background-color: #b5b3ae;
}
#TickerVertical li p {
	margin: 0 10px 10px 10px;
	color: #363636;
}
#TickerVertical li h3 {
	text-transform: uppercase;
	font-size: 12px;
	margin: 10px 0px 0px 10px;
	color: #363636;
}
#TickerVertical li .NewsTitle{
	display:block;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:6px;
}
#TickerVertical li .NewsTitle a:link,
#TickerVertical li .NewsTitle a:Visited {
	display:block;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:6px;
	text-decoration:none;
}
#TickerVertical li .NewsTitle a:hover {
	text-decoration:underline;
}
#TickerVertical li .NewsImg{
	float:left;
	margin-right:10px;
}
#TickerVertical li .NewsFooter{
	display:block;
	color:#000000;
	font-size:10px;
	margin:6px 0 14px 0;
}

#frmyourdetails input {
	border: solid 1px #ccc;
}
