body {
	text-align: center;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

#main {
	width: 760px;
	margin: 0px auto;
}


/** 
################################### LOGO & SEARCH
**/
#logo {
	width: 760px;
	height: 190px;
	margin: 0px;
	text-align: left;
	background-image: url('../images/logo.jpg');
}

#search {
	width: 300px;
	position: relative;
	top: 155px;
	left: 20px;
}


/** 
################################### NAVIGATION
**/



#top_navigation {
	width: 760px;
	height: 35px;
	margin: 0px 0px 20px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	background-image: url('../images/navigation_new.jpg');
	background-position: top center;
}

#menu { 
	/* Updated to accommodate Personalized Photos link - AGS(RH) - 1/28/08
	margin: 0px 0px 0px 20px; */
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display:block; 
	float:left;
	margin-right:0px;
	padding-left: 0px;
	position:relative; 
	z-index:100; 
}

#menu li.dropdown {
	display:block; 
	float:left;
	/* Updated to accommodate Personalized Photos link - AGS(RH) - 1/28/08
	margin-left: 10px; */
	margin-left: 5px;
	padding: 2px 0px;
	position:relative; 
	z-index:100;
	background-image: url("../images/arrow-short.jpg");
	background-position: -2px 0px; 		/* Added to accommodate Personalized Photos link - AGS(RH) - 1/28/08 */
	background-repeat: no-repeat; 
}

#menu li.dropdown:hover {
	background-image: url("../images/arrowa-short.jpg");
	/* Updated to accommodate Personalized Photos link - AGS(RH) - 1/28/08
	background-position: -2px 1px; */
	background-position: -4px 1px;
	background-repeat: no-repeat;
}



#menu li span {
	display: block;
	margin: 0px 0px 0px 0px;
	/* Updated to accommodate Personalized Photos link - AGS(RH) - 1/28/08
	padding: 2px 10px; */
	padding: 2px 6px;
	color: #ec1b2e;
	font-size: 13px;
	text-transform: uppercase;
}


#menu dl {
	position:absolute; 
	top:0; left:0; 
	margin: 0; 
	padding: 0; 
	text-transform: uppercase;

}

#menu dt a {
	display: block;
	margin: 0px 0px 0px 0px;
	/* Updated to accommodate Personalized Photos link - AGS(RH) - 1/28/08
	padding: 2px 15px; */
	padding: 2px 10px;
	text-decoration:none;
	color: #ffffff; 
	font-size: 12px;
	font-weight: bold;
/*	background-image: url("../images/arrow-short.jpg");
	background-repeat: no-repeat;*/

}

#menu dt a:hover {
	display: block;
	text-decoration:none;
	color: #ffffff; 
	font-size: 12px;
	font-weight: bold;
/*	background-image: url("../images/arrowa-short.jpg");
	background-position: -2px 1px;
	background-repeat: no-repeat;*/
}


#menu dd {
	clear:left;
	display:none; 
	margin:0; 
	padding:0;
	color: #2d2d2d; 
	font-size: 9px; 
	text-align:left;	 
	border-bottom:1px solid #fff; 
	background: #cadce8;
}


#menu dd a, #menu dd a:visited {
	display:block; 
	padding: 1px 15px;
	color:#000000; 
	text-decoration:none;
}

#menu li a:hover {
	border:0;
}

#menu li:hover dd, #menu li a:hover dd {
	display:block;
	color: #000000;

}

#menu li:hover dl, #menu li a:hover dl {
	border-bottom: 0px solid #000000;
}

#menu li:hover dt a, #menu li a:hover dt a {
	color:#ffffff;
}

#menu li dd a:hover {
	color: #000000;
	background-image: url("../images/red-arrow.gif");
	background-repeat: no-repeat; 
}





/** 
################################### LEFT CONTENT
**/
#left_content {
	float: left;
	width: 182px;
	height: 400px;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/left_content_img.jpg');
}




/** 
################################### RIGHT CONTENT
**/
#right_content {
	float: right;
	width: 565px;
	height: 400px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
}

#right_content p.content_title {
	margin: 0px;
	font-size: 1em;
	font-style: italic;
	color: #5d5d5d;
}

#right_content p.content_title span {
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

#right_content p {
	font-size: 13px;
}

#right_content p a {
	color: red;
	text-decoration: none;
}


/** 
################################### FOOTER
**/

#watermark {
	position: relative;
	top: 10px;
	clear: right;
	width: 100%;
	text-align: right;
	border-bottom: 1px solid #cadce8;
}

#watermark p.watermark {
	margin: 0px 0px -10px 0px;
	color: #cadce8;
	font-family: Verdana, Arial, sans-serif;
	font-size: 3em;	
}

/** 
################################### FOOTER
**/
#footer {
	clear: both;
	width: 760px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: verdana, arial, sans-serif;
	border-top: 1px solid #cadce8;
	text-align: center;
}

#footer p.links {
	margin: 5px auto 0px auto;
}

#footer p.links a{
	margin-top: 10px;
	color: #000;
	text-decoration: none;
	font-size: 10px;
}

#footer p.links a:hover {
	color: #999999;
}

#footer p.address {
	margin: 0px;
	color: #999999;
	font-size: 11px;
	letter-spacing: .5;
}