/* css Nejamelaw default style v1.01 */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
a:link { 
	text-decoration: none; 
	color: #1B3652;
	}
a:visited { 
	text-decoration: none; 
	color: #4F6F7D;
	font-weight: 400;
	}
body {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;

	font-family: Verdana;
	color: #1B3652;
	font-size: 12px;
	
	/*background-image:  url(Images/new-site/background.gif);
	background-repeat: no-repeat;
	background-color: #EFF0EE;*/
	
	scrollbar-face-color: #eff0ee;
	SCROLLBAR-ARROW-COLOR:  #003C55;
	scrollbar-highlight-color: #fff;
	SCROLLBAR-SHADOW-COLOR: #003C55;
	SCROLLBAR-3DLIGHT-COLOR: #98adb2;
}
td {
	font-size: 12px;
}
h1 { 
	font: bold 11pt arial; 
	letter-spacing: 0px;
	text-align:center;
	}
table {
	margin: 0px;
	cellpadding: 0px;
	cellspacing:0px;
	align: center;
	border: none;
	valign: top;
	padding: 0px;
}
/* specific divs */

p.lightcell {padding: 0px 2px 3px 2px; background: #FFFFFF; text-align: left; width: 525px; margin-top: 2; margin-bottom: 0}
p.cell {padding: 0px 2px 3px 2px; text-align: left; width: 525px; margin-top: 2; margin-bottom: 0}

p.lightcellattny {padding: 0px 2px 3px 2px; background: #FFFFFF; text-align: left; width: 445px; margin-top: 2; margin-bottom: 0}
p.cellattny {padding: 0px 2px 3px 2px; text-align: left; width: 445px; margin-top: 2; margin-bottom: 0}

#PriceTable td { 
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 7px; 
	margin-bottom: 7px;
	vertical-align: middle;
	}
#WhiteBlock { 
	background-color: #FFFFFF;
	margin-top: 7px; 
	margin-bottom: 7px;
	}
#linkList {
	margin-right: 15px; 
	margin-left: 15px;
	font-family: Verdana;
	text-align: center;
	color: #FFFFFF;
	}
#linkList a:link {
	margin-right: 15px; 
	margin-left: 15px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold; 
	color: #FFFFFF;
	}
#linkList a:visited {
	margin-right: 15px; 
	margin-left: 15px;
	font-family: Verdana; 
	font-size: 10px;
	font-weight: bold; 
	color: #FFFFFF;
	}
#LeftLinkList {
	font-weight: bold; 
	margin-left: 7px;
	font-size: 10px;
	font-family: Verdana;
	text-align: left;
	color: #FFFFFF;
	}
#LeftLinkList a:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold; 
	color: #FFFFFF;
	}
#LeftLinkList a:visited {
	font-family: Verdana; 
	font-size: 10px;
	font-weight: bold; 
	color: #FFFFFF;
	}
#LeftLinkListRed {
	font-weight: bold; 
	margin-left: 7px;
	font-size: 10px;
	font-family: Verdana;
	text-align: left;
	color: #D50000;
	}
#LeftLinkListRed a:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold; 
	color: #D50000;
	}
#LeftLinkListRed a:visited {
	font-family: Verdana; 
	font-size: 10px;
	font-weight: bold; 
	color: #D50000;
	}
#BottomNavBar a:link {
	font-size: 10px;
	text-decoration: none; 
	color: #1B3652;
	}
#BottomNavBar a:visited {
	font-size: 10px;
	text-decoration: none; 
	color: #4F6F7D;
	}
#Quotes { 
	font: italic 10pt/22pt Arial; 
	text-align:center;
	line-height: normal;
	color: #000000;
	}
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	background: url('images/new-site/logotop.gif') no-repeat top center; 
	margin-top: 0px; 
	width: 100%; 
	height: 76px; 
	float: left
	}
#pageHeader h1 span {
	display:none
	}
#MainContent {
	padding: 7px 7px 7px 7px;
	width: 587px;
	margin-left: 166px;
	background-color: #e7e9ed;
	}
#VerticalLogo {
	padding: 7px 7px 0px 7px;
	width: 69px;
	background-color: #FFFFFF;
	position: absolute;
	left: 753px;
	top: 106px;
	bottom: 0px;
	}
.hide {
	display: none;
}
