/* -------------------------------------------------------------- [ Genral ] ------------------------------------------------------ */

body {
	background-color: #ffffff;
	overflow: auto;

	}

body,table,td,p,div,span,input,select,option,button {
	color: black;
	font-family: arial;
	font-size: 12px;
	}

/* -------------------------------------------------------------- [ Misc ] ------------------------------------------------------ */

.brHeight {
	line-height: 3px;
	}

.smlNote {
	padding:3px;
	border:1px solid #D2D6D7;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D3D9E2', startColorstr='#F9FAFB', gradientType='0');
	background-color: #FFFFFF;
	}

.pageTitle {
	text-align:		center;
	width:		100%;
	font-weight: 	bold;
	font-size: 		18px;
	padding-right: 	10px;
	padding-left:	10px;
	color:		#446D8C;
	}

.smallTitle {
	font-weight: bold;
	font-size: 13px;
	}

.itemBox {
	border-bottom: 1px dotted black;
	padding:2px;
	margin: 2px 4px 10px 4px;
	}

/* -------------------------------------------------------------- [ Forms ] ------------------------------------------------------ */

.formSelect {
	background-color: #EDF0F3;
	border:1px solid #D3D9E2;
	}

.formInput {
	background-color: #ffffff;
	border:1px solid #fc350b;
	}

.formTextarea {
	border:1px solid #fc350b;
	background-color: #ffffff;
	width: 250px;
	height: 80px;
	}

.formText {
	border:1px solid #fc350b;
	background-color: #ffffff;
	}

.formButton {
	border:1px solid #000000;
	background-color: #000000;
	color: #ffffff;
	}

.notes {
	font-size: 10px;
	color: red;
	}

.repText {
	width: 200px;
	}


/* -------------------------------------------------------------- [ Events ] ------------------------------------------------------ */

.dayHeader {
	width: 105px;
	background-color: #DEE6EF;
	border:1px solid #446D8C;
	color: #446D8C;
	font-size: 16px;
	font-weight: bold;
	}

.someDay {
	width: 105px;
	height: 90px;
	background-color: #EDF0F3;
	border:1px solid #D2D6D7;
	}

.toDay {
	width: 105px;
	height: 90px;
	background-color: #F5F8FB;
	border:1px solid #446D8C;
	}

.mainCalendar {
	}

.dateNum2 {
	font-family: Guttman Yad-Brush;
	color: #446D8C;
	font-size: 18px;
	padding: 2px;
	}

.dateNum {
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D3D9E2', startColorstr='#F9FAFB', gradientType='0');
	padding-right: 2px;
	padding-left: 2px;
	}

.dateLink2 {
	color: blue;
	font-size:11px;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	}

.numLink {
	color: red;
	font-size:10px;
	text-decoration: none;
	}

.totalEvents {
	font-size:10px;
	color: #555555;
	}

/* -------------------------------------------------------------- [ Calendar ] ------------------------------------------------------ */

.calTable {
	border:1px solid #555555;
	}

.calTableHeader {
	font-size: 12px; 
	color: black; 
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#DEE6EF', startColorstr='#446D8C', gradientType='0');
	font-weight: bold;
	border-right:1px solid #555555;
	border-bottom:1px solid #555555;
	}

.calCell {
	background-color: #DEE6EF;
	font-size: 10px; 
	color: black; 
	border-right:1px solid #555555;
	border-bottom:1px solid #555555;
	}

.claNav {
	text-decoration: none;
	border: 1px solid #446D8C;
	background-color: #DEE6EF;
	width: 100%;
	height: 100%;
	text-align: center;
	color: black;
	font-weight: bold;
	}
.calTitle {
	font-size:12px;
	font-family: arial;
	}
.calMDayHeader {
	color: #446D8C; 
	width:14%;
	font-size:12px;
	font-family: arial;
	font-weight: bold;

	}
.someMDay {
	margin: 2px;
	border: 1px solid #D2D6D7;
	width:14%;
	height: 20px;
	font-size:10px;
	font-family: arial;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D3D9E2', startColorstr='#F9FAFB', gradientType='0');
	}
.thisDay {
	font-weight: bold;
	margin: 2px;
	border: 1px solid black;
	width:14%;
	height: 20px;
	font-size:12px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#E9ECF1', startColorstr='#B7C7E6', gradientType='0');
	font-family: arial;
	}

.calHaveE {
	width: 90%;
	height: 90%;
	border: 1px solid #446D8C;
	padding: 1px;
	background-color: #DEE6EF;
	text-decoration: none;
	color: black;
	}

.notMAday {

	}

/* -------------------------------------------------------------- [ Poll ] ------------------------------------------------------ */

.pollGraphBack {
	background-color: #F8F9FA;
	border: 1px solid #446D8C;
	}

.pollGraphFront {
	background-color: white;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#BFDBE6', startColorstr='#E4F2F8', gradientType='0');
	}

/* -------------------------------------------------------------- [ Catalog ] ------------------------------------------------------ */

.cart_thered {
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	BORDER-LEFT: #ffffff 1px solid;
	COLOR: #000000;
	BORDER-BOTTOM: #666666 1px solid;
	FONT-FAMILY: Verdana, Arial;
	BACKGROUND-COLOR: #cccccc;
	}
	
.cart_cell {
	BORDER-RIGHT: #797979 1px solid;
	BORDER-BOTTOM: #797979 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	BORDER-LEFT: #ffffff 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial;
	BACKGROUND-COLOR: #DFDFDF;
	}

.cart_units {
	BORDER: #AAAAAA 1px solid;
	width: 40px;
	BACKGROUND-COLOR: #EEEEEE;
	}

.catlogNavImage {
	
	}

.catlogNavTitle {
	width: 100%;
	color: #446D8C;
	font-weight: bold;
	text-decoration: none;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D3D9E2', startColorstr='#F9FAFB', gradientType='0');
	}

/* -------------------------------------------------------------- [ Forum ] ------------------------------------------------------ */

.forum_table {
	width: 100%;
	border-right: 1px solid #446D8C;
	border-top: 1px solid #446D8C;
	}

.forum_therd {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D3D9E2', startColorstr='#F9FAFB', gradientType='0');
	background-color: white;
	padding: 5px;
	border-left: 1px solid #446D8C;
	border-bottom: 1px solid #446D8C;
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	}

.forum_cell {
	padding: 2px;
	border-left: 1px solid #446D8C;
	border-bottom: 1px solid #446D8C;
	height: 30px;
	}

.forum_row {
	background-color: #E5E8EE;
	cursor: hand;
	}

.forum_rowOver {
	background-color: #D7DAE0;
	cursor: hand;
	}

.forum_title {
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}

.forum_desc {
	color: #8c0208;
	font-size: 10px;
	}

.forum_button {
	margin-top: 2px;
	width: 80px;
	height: 25px;
	text-align: center;
	background-color: white;
	border: 1px solid #446D8C;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D3D9E2', startColorstr='#F9FAFB', gradientType='0');
	color: black;
	cursor: hand;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	}

.forum_post_box {
	margin-top: 2px;
	border: 1px solid #D2D6D7;
	height: 80px;
	}

.forum_post_info {
	font-weight: bold;
	color: #446D8C;
	padding: 5px;
	width: 80px;
	background-color: #E5E8EE;
	border-left: 1px solid #D2D6D7;
	}

.forum_post_text {
	background-color: #EDF0F3;
	padding: 2px;
	}

.forum_post_top {
	color: #446D8C;
	padding: 2px;
	font-size: 10px;
	border-bottom: 1px solid #D2D6D7;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D3D9E2', startColorstr='#F9FAFB', gradientType='0');
	background-color: #E5E8EE;
	}
/* -------------------------------------------------------------- [ Happy ending ] ------------------------------------------------------ */

/* ---------------------------------------------------------------[osh's css] --------------------------------------------------------------------*/
body {
	direction: ltr;
	background: url(images/bg.gif) repeat top left #ffffff;
	margin: 0;
}
#page { 
	background-color: #ffffff;
	width: 771px;
	padding: 8px;
	margin: auto;
}
.mainTable {
	border: 1px solid #000000;
}
.mainTopTable {
	height: 171px;
}
.topCell {
	border:3px solid #000000;
}
#logoCell {
	width:235px;
	padding-left:19px;
	border-right: 1px dashed #666666;
}
#logo {
	margin-bottom:30px;
}
#menuCell {
	width:169px;
	padding: 5px;
	vertical-align: middle;
	border-right: 1px dashed #666666;
}
.topMenuItem {
	margin-top:8px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 20px;
	background: url(images/arrow.gif) center left no-repeat;
	margin-bottom: 1px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	
}
#topMenuDiv {
	height: 145px;
	background: #000000 url(images/topMenuBack.png) repeat-x top right;
}
#Welcome {
	color: #fc350b;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	border-bottom: 1px dashed #666666;
	text-align: center;
	padding: 5px 12px 5px 12px;
}
#Flooded {
	font-size: 30px;
	font-family: arial;
	background: #ffffff url(images/24logo.png) center right no-repeat;
	margin-top: 10px;
	margin-right: 14px;
	padding-left: 18px;
}
#FloodedTitle {
	letter-spacing:3px;
	font-size: 35px;
	font-weight: bold;
}
#Phone {
	background: url(images/phoneback.png) repeat-x left top #000000;
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	height: 42px;
}
#wfm-div {
	word-spacing:6px;
}
.wfm {
	word-spacing: 10px;
	font-family: arial;
	font-size: 19px;
	text-decoration: none;
}
#QuicklinksWin {
	width: 251px;
	border-right: 1px dashed #666666;
	padding-right: 5px;
	vertical-align: top;
}
#QuicklinksTitle {
	background: url(images/quicklinksback.png) repeat-x left top #000000;
	width: 241px;
	height: 31px;
	font-size: 18px;
	color: white;
	font-family: arial;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 4px;
	margin-bottom: 16px;
}
.QuicklinkItem {
	color: #4291b8;
	font-size: 12px;
	vertical-align: middle;
	background: url(images/plus.gif) no-repeat 4px left;
	display: block;
	height: 12px;
	padding-left: 18px;
	padding-bottom: 12px;
	margin-left: 8px;
	text-decoration: none;
	font-family: 'times new roman';
}
#CallRequestCell {
	vertical-align: top;
	border-right: 1px dashed #666666;
	text-align: center;
	height: 250px;
}
#CallRequestwin {
	background: url(images/callrequesttitle.png) no-repeat left top #fc350b;
	width: 158px;
	height: 250px;
	padding-top: 74px;
	text-align: center;
	position: absolute;
	top: -12px;
	left: 5px;
}
.CallRequestInput {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	font-family: arial;
	padding-left: 6px;
	font-size: 10px;
	width: 134px;
	padding-top: 5px;
	height: 16px;
	margin-bottom: 9px;
}
#CallRequestSubmit {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	width: 140px;
	height: 26px;
	padding-top: 5px;
	font-size: 15px;
	cursor: pointer;
}
#CallRequestInfo {
	padding: 13px 20px 0px 20px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
#QualityWin {
	background: #d8e9f2 url(images/qualitylogo.png) no-repeat;
	background-position: 285px 10px;
	vertical-align: top;
}
#QualityWinTitle {
	color: #fb420e;
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	width: 255px;
	height: 24px;
	margin-top: 24px;
	margin-left: 29px;
	margin-bottom: 40px;
	border-bottom: 1px dashed #666666;
}
#QualityWinText {
	padding-left: 29px;
	padding-right: 15px;
	font-size: 13px;
	line-height: 21px;
}
#QualityWinPhone {
	background-color: #000000;
	color: #ffffff;
	font-weight:bold;
	font-size: 17px;
	text-align: center;
	padding: 7px 0 7px 0;
}
#QualityWinBottomBorder {
	height: 1px;
	border-bottom: 1px dashed #666666;
	margin-bottom: 4px;
}
#lhoLogo {
	border-bottom: 1px dashed #666666;
	text-align: center;
	padding-bottom: 8px;
}
#title {
	color: #4291b8;
	font-family: arial;
	font-size: 23px;
	text-align: left;
	margin-top: 26px;
	margin-bottom: 22px;
	word-spacing: 5px;
	padding-left: 15px;
}
#contentText {
	padding-left: 15px;
	font-size: 12px;
	padding-bottom: 34px;
	border-bottom: 1px dashed #666666;
	width: 327px;
}
#iicrcWin {
	background: url(images/iicrclogo.png) left top no-repeat;
	color: #378b51;
	height: 62px;
	padding-top: 17px;
	padding-left: 73px;
	font-size: 11px;
	font-weight:bold;
	font-family: arial;
	margin-top: 13px;
	margin-left: 14px;
}
#bottomMenuWin {
	margin-top: 6px;
}
#bottomMenu {
	background: url(images/bottommenuback.png) repeat-x left top #fa5411;
	height: 29px;
	text-align: center;

}
.bottomMenuItem, a.bottomMenuItem, a.bottomMenuItem:active, a.bottomMenuItem:visited, a.bottomMenuItem:hover {
	font-size: 11px;
	color: #ffffff;
}
#zipSearch {
	width: 204px;
	height: 117px;
	color:#f15a24;
	text-align:left;
	padding-left: 10px;
	border-right: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
	padding-bottom: 8px;
	
}
#zipSearchButton {
	width: 84px;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #000000;
	color: #ffffff;
	font-family: 'times new roman';
	cursor: pointer;
	text-align: center;
}
#stateTopRightText {
	padding: 10px;
}