/* CSS Document */

* {margin:0px; padding:0px;}

body {
	background:#98374b url(images/estbg.jpg) no-repeat center bottom fixed;
}

a {
	outline:none;
}


.item {
	width:500px;
	height:200px;	
	border:1px solid #CCC;	
	margin:5px 5px 0px 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	left:-10px;
	
	/* display div in line */
	float:left;
}

.item .caption {
	width:500px;
	height:200px;
	background:#fbbb40;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	left:-10px;
	top:160px;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=80);    /* ie  */
	-moz-opacity:0.8;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.8;    /* for really really old safari */  
	opacity: 0.8;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.item .caption h3 {
	text-decoration:none;
	color:#0cc7dd;
	font-size:16px;
	font-weight:normal;
	
	/* add spacing and make the whole row clickable*/
	padding-left:5px;
	display:block;
	position:relative;
	top:-5px;
}

.item .caption a {
	text-decoration:none;
	color:#0cc7dd;
	font-size:16px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

.item .caption p {
	padding:5px;	
	margin:0;
	font-size:10px;
}

.item img {
	border:0;
	
	/* allow javascript moves the img position*/
	position:absolute;
}

.clear {
	clear:both;	
}



#header1 {
	background-image:url(images/yell_logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border-top:1px solid #e0e0e0;
	height:173px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	width:208px;
}

#header2 {
	background-image:url(images/bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-top:1px solid #e0e0e0;
	height:173px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	width:816px;
}


#menu1 {
	background-color:#98374b;
	border-left:1px solid #e0e0e0;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	height:30px;
	width:207px;
}

#menu1 div {
	margin-left:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fdcd45;
	font-style:normal;
	letter-spacing:8px;
}

#menu1 a {
	margin-left:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#bcc6d6;
	font-style:normal;
	letter-spacing:8px;
	text-decoration:none;
}

#menu3  {
	background-color:#98374b;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	height:30px;
	width:206px;
	margin-left:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fdcd45;
	font-style:normal;
	letter-spacing:8px;
}

.textlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#bcc6d6;
	font-style:normal;
	letter-spacing:8px;
	text-decoration:none;
}


#menu2 {
	background-color:#98374b;
	border-right:1px solid #e0e0e0;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	height:30px;
	width:818px;
}

#menu2 a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fdcd45;
	font-style:normal;
	text-decoration:none;
}

#menu2 a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fdcd45;
	font-style:normal;
	text-decoration:none;
}

#menu2 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFFFFF;
	font-style:normal;
	text-decoration:none;
}

#text1 {
	background-color:#fff;
	background-image:url(images/yell_menu.gif);
	background-repeat:repeat-x;
	background-position:top left;
	height:400px;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	width:207;
}

#text2 {
	background-color:#FFFFFF;
	background-image: url(images/yell_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	border-right:1px solid #e0e0e0;
	width:817px;
}

#text1 div {
}

#text1 h1 {
	margin-left:3px;
	margin-right:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#650a1d;
	margin-bottom:4px;
	font-weight:bold;
}

#text1 a:link {
	margin-left:3px;
	margin-right:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

#text1 a:visited {
	margin-left:3px;
	margin-right:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

#text1 a:hover {
	margin-left:3px;
	margin-right:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #C60;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

#text2 div {
	margin:10px;
}

#text2 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#4a4a4a;
	margin-top:20px;
	margin-bottom:30px;
}

#text2 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#4a4a4a;
	margin-top:10px;
	margin-bottom:20px;
}

#text2 h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#4a4a4a;
	margin-top:10px;
	margin-bottom:10px;
}

#text2 h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: rgb(178, 34, 34);
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-decoration:underline;
}

#text2 p,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4a4a4a;
	margin-top:6px;
	margin-bottom:12px;
}

#text2 td {
	padding:5px;
}

#text2 ul {
	margin-top:6px;
	margin-bottom:20px;
	margin-left:16px;
}

#text2 li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4a4a4a;
	list-style: url(images/arr.jpg);
	margin-bottom:10px;
	margin-left:20px;
}

#text2 a:link {
	color:#8a0105;
	text-decoration:none;
}

#text2 a:visited {
	color:#8a0105;
	text-decoration:none;
}

#text2 a:hover {
	color:#fe194c;
	text-decoration:none;
}

#low1 {
	background-color:#fff;
	height:54px;
	width:207px;
	color:#98374b;
	border-right:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
}

#low1 div a:link {
	color:#98374b;
}

#low1 div a:visited {
	color:#98374b;
}

#low1 div a:hover {
	color:#cc6600;
}

#low2 {
	background-color:#fff;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	height:30px;
	width:815px;
}

#low2 th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#647b9f;
	margin:0px;
	padding:0px;
}

#low1 a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#647b9f;
	font-style:normal;
	text-decoration:none;
	font-weight: normal;
	margin-top:25px;
}

#low1 a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#647b9f;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
	margin-top:25px;
}

#low1 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #647b9f;
	font-style:normal;
	text-decoration:none;
	font-weight:normal;
	margin-top:25px;
}

.bottombg {
	background:#a2a2a2 url(images/yell_foot.gif) repeat-x top left;
}

.bottombg p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#98374b;
}

.graytext {
	color: #333;
}

.moreblock {
	margin:0px;
	margin-top:5px;
	padding:0px;
	cursor:pointer;
	width:80px;
	background-image:url(images/arrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
}

.blockdiv {
	font-size:12px;
	color:#435d86;
}

.blockdiv  li {
	font-size:12px;
	color:#435d86;
}

.bottomcont {
	background-image:url(images/yell_cont.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}