/* CSS Document */
body, tr, th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color:#796042;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	
}
.photo_bdr {
	border: 1px solid #333333;
}


#main {
	background-color:#FFFFFF;
	width:737px;
	margin-left: auto;
	margin-right: auto;
	border-left-color:#88837C;
	border-right-color:#88837C;
	border-left-width:6px;
	border-right-width:6px;
	border-left-style:solid;
	border-right-style:solid;
}

h1 {
	color:#770030;
	font-size:14px;
	font-weight:bold;
	margin:0px 5px 0px 5px;
	line-height:19px;
}


h2 {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:24px;
	background-image:url(../images/h2_bg.jpg);
	background-repeat:repeat-x;
	margin:0px 0px 5px 0px;
	padding:0px 5px 0px 5px;
	white-space:nowrap;
}

#content_header {
	margin:100px 0px 0px 20px;
	background-image:url(../images/content_header_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:549px;
	height:49px;
	font-weight:bold;
	font-size:16px;
	color:#770030;
	padding-left:55px;
}
.btm_line {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #770030;
	background-image: url(../images/home_header_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #770030;
	padding-left: 5px;
}
.add_top_btm_bdrs {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #770030;
	background-repeat: repeat-x;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #770030;	
}
#content_header td {
	font-weight:bold;
	font-size:16px;
	color:#5C5241;	
}

#content {
	width:549px;
	margin:0px 0px 0px 20px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	padding:0px 20px 10px 20px;
}
.sm_txt {
	font-size: 10px;
}
.add_top_shaddow {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #770030;
	padding-top: 10px;
}

#content_header_wide {
	margin:100px 0px 0px 20px;
	background-image:url(../images/content_header_wide_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:690px;
	height:49px;
	font-weight:bold;
	font-size:16px;
	color:#770030;
	padding-left:55px;
}

#content_header_wide td {
	font-weight:bold;
	font-size:16px;
	color:#770030;	
}

#content_wide {
	width:690px;
	margin:0px 0px 0px 20px;
	background-image:url(../images/content_wide_bg.jpg);
	background-repeat:repeat;
	padding:0px 20px 10px 20px;
}

h4 {
	color: #CC6600;
	font-size:14px;
	font-weight:bold;
	margin:0px 5px 5px 10px;
}

p {
	margin:0px 5px 5px 5px;
	text-align:left;
}
.simple_bullets {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.simple_bullets a:hover {
	background-color:#dfd5c1;
	color:#770030;
}
.footer {
	background-color:#E5E5E5;
	padding:5px 10px 5px 10px;
	font-size:10px;
	color:#666666;
}

.footer a:link {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.footer a:hover {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.footer a:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.footer a:active {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.box1 {
	background-color:#EAEEF1;
	margin:5px 0px 0px 0px;

}

.bg2 {
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat-x;
}

.sidebox {
	padding:5px;
	background-color:#5C5241;
}

.required {
	color:#FF0000;

}

.gallery {
	width:50%;
	height:160px;
	float:left; 
	vertical-align:middle;
	text-align:left;
	margin-top:auto;
	margin-bottom:auto;	
}
/* menu style */
/* This is the part for the CSS menu - these settings are for a horizontal menu */
#dmenu{                         /* menu list container */
	list-style-type: none;      /* disable the display of the list item bullets */
	margin: 0px;  /* space around the list container */
	padding: 0px;               /* space within the list container */
	position: static;           /* need this so that the z-index stuff works correctly */
	/*background-color: #fff;     /* the default background color within the main menu container */
    color: #000;                /* the default font color (not links) within the main menu container */
    z-index: 20;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */
	line-height:25px;			/* height of the menu */
/* Browser plug-ins like Flash or Quicktime may not allow you to overlap then with this menu! */
}
#dmenu li{                      /* top-level menu element */
	list-style-type: none;      /* disable the display of the list item bullets */
	float: left;                /* this is to allow for the horizontal main menu */
/*	border: black solid 1px;    /* border for each of the main menu items */
	background-color: #ffc;     /* main menu item background color */
	color: #000;                /* main menu item font color (not links) */
	margin: 0px;                /* spacing between main menu items */
	padding: 0px;               /* padding within main menu items */
/*	width: 100px;               /* the width of each main menu item */
	display: block;
	background-image:url(../images/menu_bg.jpg); /* main menu item background image, all sub menu will use the same background if didn't specify a setting*/
	background-position:top right;
	white-space:nowrap;
}

#dmenu ul {                     /* third-level (or greater) menu element list elements */
	position: absolute;         /* this is so that it doesn't push that page content around on hover */
	margin: 0px;                /* space around the list container */
	padding: 0px;               /* space within the list container */
	list-style-type: none;      /* disable the display of the list item bullets */
	display: none;
	width: 190px;               /* should be the same as #dmenu li width */
	background-color:#7C7467;  /* sub-menu default background color */
	border: #000 solid 1px;     /* the border around the sub-menu list */
	color: #000;                /* sub-menu default font color (not links) */
	z-index: 99;                /* want to be sure this is above the rest of the menu */
}

#dmenu ul li{                   /* second-level or greater menu element links */
	background-color:#7C7467;     /* default background color for sub-menu container */
	color: #000;                /* default font color (not links) for sub-menu container */
	border: none;               /* sub-menu item border settings */
	margin: 0px;                /* spacing between sub-menu containers */
	padding: 0px;               /* This is for padding between menu items in the drop-downs */
	width: 190px;               /* (padding*2) must be subtracted from #dmenu li width and set for this one, or borders won't display properly. */
	background-image:none;
}

#dmenu li a{                    /* top-level menu element links */
	text-align: center;         /* text alignment in main menu item links */
/*	width: 120px;               /* set this to #dmenu ul width */
	display: block;
	padding: 0px 20px 0px 20px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#dmenu ul a {                   /* all the other level menu link elements */
	padding: 0px 5px 0px 5px;
	margin: 0px;
	width: 190px;               /* (padding*2) must be subtracted from #dmenu ul li width and set for this one, or borders won't display properly. */
	display: block;
	text-align:left;
}

#dmenu a:hover,                 /* top-level hovering properties */
#dmenu li:hover{
	display: block;
/*	background-color: #ff0; */
	color:#FFFFFF;
	background-image:url(../images/menu_bg.jpg);
	background-position:right 25px;
}

#dmenu ul li:hover,             /* higher level hovering properties */
#dmenu ul li a:hover{
	display: block;
	width: 180px;               /* should be set to the same value as #dmenu ul li width */
	background-color:#61594E;
/*	color: red; */
	background-image:none;
}

#dmenu ul ul{                   /* higher-level list containers */
	display: none;              /* don't display by default */
	position: absolute;
	margin-left: 170px;         /* this should be the width of #dmenu ul li */
	margin-top: -2em;           /* this will push the sub-menu up to the level of it's parent */
}

/* only non-MSIE browsers use this */
#dmenu ul li>ul,
#dmenu ul ul li>ul{
	margin-top: -2em;           /* should be set to the same as #dmenu ul ul margin-top */
}

/* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
#dmenu li:hover ul ul,              
#dmenu li:hover ul ul ul,
#dmenu li:hover ul ul ul ul,
#dmenu li:hover ul ul ul ul ul{
	display:none;
}

#dmenu li:hover ul,
#dmenu ul li:hover ul,
#dmenu ul ul li:hover ul,
#dmenu ul ul ul li:hover ul,
#dmenu ul ul ul ul li:hover ul{
	display:block;
}

li ul {
	top: auto;
	left: auto;
}
.photo_bdr {
	border: 1px solid #333333;
}

.content {                      /* This is used for the content that will appear below the menu */
	clear: left;
}
/* End of menu style */
#content_header_home {
	background-image:url(../images/content_header_home.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:737px;
	height:49px;
	font-weight:bold;
	font-size:16px;
	color:#5C5241;
	padding-left:45px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;

}
