body {
	margin-top: 20px;
	padding: 0;
	background: url(../images/new/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: center; /* for IE */
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #b39853;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	/*margin: 0 0 2em 0;*/
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

p.header, p.header ul {
	color:#A89A79;
	font-size:14px;
	font-weight:bold;
	line-height: 14px;
	margin: 0 0 5px 0;
}

p.photosubtitle {
	text-align: left;
	color:#A89A79;
	font-size:14px;
	font-weight:bold;
}

ul.header{
	line-height: normal;
	margin: 0 0 0 0;
}

li.header {
	line-height: normal;
	margin: 0 0 0 0;
}

a:link {
	color: #b39853;
	text-decoration: none;
}

/*a:hover, a:active {
	color: #b39853;
	text-decoration: none;
}*/

a:visited {
	color: #b39853;
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
	border:8px solid #EFEFEF;
}

img.right {
	float: right;
	margin-left: 15px;
	border:8px solid #EFEFEF;
}

img.center {
	float: left;
	margin-bottom: 20px;
	border:8px solid #EFEFEF;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 870px;
	height: 62px;
	margin: 0 auto;
	background: url(../images/new/img02_3d.png) no-repeat left top;
}

/* Menu */

/* MENU */
#main-menu {
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	width: 870px;
	height: 64px;
	color: #DADADA;
	opacity:.9; /* css standard */
	filter:alpha(opacity=80); /* IE patch */
	z-index: 950;
	
	
}

#main-menu .current_page_item {
	color: #DADADA;
}

#main-menu ul {
	margin-top: 10px;
}

#main-menu a:hover  {
	text-decoration: none;	
	border: 0px;
	color:#DADADA;
	/*background-color: #bca897;*/
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#main-menu a {
	margin-right: 3px;
	padding: 12px 20px;
	letter-spacing: -0.5px;
	text-decoration: none;
	text-transform: lowercase;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#DADADA;
}


#main-menu ul li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px 10px;
}
#main-menu ul li a {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	/*font-weight: bold;*/
	padding: 5px;
}
#main-menu .selected {
	color:#DADADA;
	background-color: #90765F;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#main-menu .dropdown-menu {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-color:#303030;
	padding: 10px;
	margin-top: 12px;
	margin-left: 0px;
	color: white;
	position: absolute;
	z-index: 900;
}

#main-menu .dropdown-menu li {
	float:none;
	text-align: left;
	margin: 3px;
}

#main-menu .dropdown-menu li a:hover {
	font-size: 12px;
	color: white;
	font-weight: normal;
	background-color: transparent;
}

#main-menu .dropdown-menu li a {
	font-size: 12px;
	color: #DADADA;
	font-weight: normal;
	background-color: transparent;
}


/** LOGO */

#logo-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 15px 0 20px 0;
	/*background: url(../images/new/img03.jpg) no-repeat left top;*/
}

#logo {
	width: 830px;
	height: 210px;
	margin: 0 auto;
	background: url(../images/new/ray.med.banner2.png) no-repeat left top;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 {
	padding-top: 95px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:70px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 50px 0 0 5px;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-left: 280px;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 620px;
}

/* Post */

.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
}

.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	background: url(../images/new/img09_3d.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}

.post .entry {
	padding: 0 15px;
}

.post .meta {
	padding: 15px 0 30px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(../images/new/img11.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(../images/new/img12.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
	padding: 0 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(../images/new/img08.jpg) no-repeat left 50%;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 12px 15px;
	margin-bottom: 10px;
	background: url(../images/new/img07_3d.png) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #467805;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 870px;
	height: 64px;
	margin: 0 auto;
	background: url(../images/new/img02_3d.png) no-repeat left top;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #999999;
}

#legal a {
	color: #999999;
}

/*******************************************************************************************************/
#logo-wrap-home {
	width: 870px;
	margin: 0 auto;
	padding: 15px 0 20px 0;
	height:566px;
	z-index: 0;
}

#logo-home {
	width: 820px;
	height: 566px;
	margin: 0 auto;
	/*background: url(../images/new/ray.med.banner.png) no-repeat left top;*/
}

#mainContent {
	border:0 solid black;
	width:840px;
}

#home-left-title {
	width: 340px;
	height: 566px;
	color: #919191;
	font-weight: bold;
	z-index: 801;
}

#home-main-image {
	background-image: url(../images/new/home_main_image.jpg);
	height: 319px;
	width: 329px;
}

.image {
	border: 1px solid #D8D8D8;
	background-color: white;
}

.image img {
	border: 10px solid white;
}

.page-title {
	border-bottom: 1px solid #C8C8C8;
	//font-size: 16px;
	color: #929292;
	font-weight: bold;
	padding: 5px 0px;
	margin-bottom: 5px;
}

.title-home {
	padding-left: 25px;
}

.make-red-border {
	border: 3px solid red;
}

.address {
	line-height:normal;
	font-weight: bold;
}
