/*****************************
  Default Style Elements
*****************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/* \*/
* html #contentWrapper div, * html #contentWrapper p {
overflow: hidden;
o\verflow: visible;
width: 100%;
w\idth: auto;
he\ight: 1%;
}
/* */

/**
 * 84.5% for !IE, keywords for IE to preserve user font-size adjustment
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 *
 */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}


/* CSS Document */

body {
	background: #45372E url(../images/interior_logo.gif) no-repeat top left;
}

a {color: #3366cc; text-decoration: none; }
a:active {text-decoration: underline;}
a:hover {color: #FF9900; text-decoration:underline;}

.FooterText {font-family: Trebuchet, verdana, arial; font-size: 10px;}



#wrapper {
	width:965px;
	float:left;
	padding-bottom:20px;
}


#col1 {
	float:left;
	width:227px;
	display:inline;
	margin-left:48px;
/*	margin-top:206px;*/
}

#nav li img {
	float:left;
}

#nav li {
	float:left;
	position:relative;
}

#nav {
	list-style: none;
	width:227px;
	float:left;
}

#nav li ul li a {
	width: 160px;
	font-size:95%;
	display: block;
	text-decoration: none;
	color: #eaad05;
	background: #2d231b; /* IE6 Bug */
	padding: 6px;
	border: 1px solid #403119;
	border-bottom: 0;
	}

#nav li ul li a:hover { color: #FFF; background: #381009; }

#nav li ul {
	position: absolute;
	left: 227px;
	top: 0;
	display: none;
	}

#nav li:hover ul, #nav li.over ul { display: block; }

#search {
	width:100%;
	float:left;
	margin-top: 24px;
}

.searchLabel {
	margin: 0 0 0 13px;
}

#search p.searchInput {
	margin: 0 4px 10px 18px;
	padding: 6px 0 0 0;
	vertical-align: top;
	float:left;
	display:inline;
}

#search .searchButon {
	vertical-align:middle;
	display:inline;
	/*float:left;*/
}

.bookmark {
	margin-left: 8px;
}


#col2 {
	float:left;
	display:inline;
	width:690px;
	/*margin-top:24px;*/
}

#header {
	height:2.45em;
	width:100%;
	background:#251c15 url(../images/AMDG.gif) no-repeat top left;
	text-align:right;
	color:#c7b299;
	font-size:85%;
}

#header p {
	padding:6px 12px;
	text-align:right;
}

#header a {
	color:#c7b299;
	text-decoration:none;
}

#header a:hover {
	text-decoration:underline;
}

#features {
	height:263px;
	width:100%;
}

#wrap {
	background: url(../images/content_background.gif) repeat-y top left;
	padding-bottom:10px;
	float:left;
	display:inline;
}

#contentWrapper {
	width:460px;
	background:#FFF;
	padding:0px;
	float:left;
	z-index:1;
}


/*FIXED: replaced all "breadcrumb" styles*/
/*#breadcrumb {
	margin: 6px 12px 0 12px;
	color: #98845C;
	font-size:87%;
	text-decoration:none;
}

#breadcrumb a {
	color: #98845C;
	text-decoration:none;
	font-size:87%;
}

#breadcrumb a:hover {
	color: #98845C;
	text-decoration:underline;
}*/
#breadcrumb {
	margin: 6px 12px 0 12px;
	color: #98845C;
	font-size:77%;
}

#breadcrumb a {
	color: #98845C;
	text-decoration:none;
}

#breadcrumb a:hover {
	color: #98845C;
	text-decoration:underline;
}

/*FIXED: changed these ".content" classes to a new class ".interior" so they don't compete with ".details" */

.interior h1 {
	color:#B53D13;
	font-size:159%;
	width:100%;
	background: url(../images/dotted_line.gif) no-repeat bottom left;
	padding-bottom:6px;
}

.interior h2 {
	color: #98845C;
	font-weight:bold;
	font-size:92%;
	padding: 20px 0 0 0;
}

.interior a {
	color:#B53D13;
	font-weight:bold;
	text-decoration:none;
}

.interior a:hover {
	text-decoration:underline;
}

.interior p {
	font-size:95%;
	line-height:1.5em;
	margin-top: 1.5em;
}


.content h1 {
	color:#B53D13;
	font-size:159%;
	width:100%;
	background: url(../images/dotted_line.gif) no-repeat bottom left;
	padding-bottom:6px;
}

.content h2 {
	color: #98845C;
	font-weight:bold;
	font-size:92%;
	padding: 20px 0 0 0;
}

.content a {
	color:#B53D13;
	font-weight:bold;
	text-decoration:none;
}

.content a:hover {
	text-decoration:underline;
}

.content p {
	font-size:95%;
	line-height:1.5em;
	margin-top: 1.5em;
}

.linkList {
	margin-top:1.5em;
}
.linkList li {
	font-size:95%;
	margin-top: 1em;
}

#footer {
	width:100%;
	clear:both;
	padding-top:16px;
	color:#b6a074;
	font-size:85%;
}

#copyright {
	float:left;
}

#footerLinks {
	float:right;
}

#footerLinks a {
	color:#b6a074;
	text-decoration:none;
}

#footerLinks a:hover {
	text-decoration:underline;
}

.content {
	clear:both;
	padding: 17px 27px 10px 19px;
	z-index:1;
	/*width:500; */
}

.newsImg {
	float:left;
	margin: 24px 14px 0 4px;
}

.content2colWrapper {
	background: #fff url(../images/2col_background.gif) repeat-y top left;
	float:left;
	display:inline;
	margin: 10px 0 15px 0;
}

.content2col {
	width:200px;
	float:left;
	display:inline;
	margin-left: 19px;
	padding-right:5px;
}

.content2col a {
	color:#B53D13;
	font-weight:bold;
	text-decoration:none;
}

.content a:hover {
	text-decoration:underline;
}

em {
	font-style: italic;
}

.flushRight {
	text-align:right;
}

/* FIXED: replaced the styles for #sidebar */
#sidebar {
	float:right;
	width:229px;
	background:#d8CB9F;
}
#sidebar h2 {
	margin:12px 15px 0 13px;
	font-weight:bold;
	font-size:92%;
	color:#882e21;
}
#sidebar p {
	margin: 6px 15px 10px 13px;
	font-size:85%;
}
#sidebar a {
	color:#882e21;
	font-weight:bold;
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}

.today {
	margin-bottom: 30px;

}
.today p {
	color:#882e21;
	font-family:georgia;
	font-weight:bold;
	font-style: italic;
	line-height:190%;
	margin-top:6px;
	width:199px;
}

#sidebar .today h2 {
	color:#000;
	font-size:107%;
	font-weight:normal;
	margin-top:10px;
}

#sidebar .today img, #sidebar .importantDates img {
margin:20px 0 0 15px;
}



#minHeight {
	height:615px;
	float:left;
	width:1px;
}

#htmledit 
{
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 1px;
    Z-INDEX: 1;
    FLOAT: none;
    VISIBILITY: visible;
    PADDING-BOTTOM: 3px;
    MARGIN: 2px;
    PADDING-TOP: 3px;
    POSITION: absolute;
    TOP: 21%;

}

/* Form */

.Form_Title {font-family: Courier New Bold; font-weight: bold; font-size: 12px; }
.Form_Description {font-size: 12px;}
.Form_Table {border: thick solid #45372E 2px; background-color:#d8CB9F; z-index:1;}
.Form_LabelRow {font-size: 12pt;}
.Form_LabelCell {font-size: 12pt;}
.Form_LabelText {font-size: 12pt; font-variant: none;}
.Form_FieldRow {font-size: 12px; }
.Form_FieldCell {font-size: 12px;}
.Form_Field {font-size: 11px;}
.Form_SectionRow {font-size: 12pt; color:#ffffff; background-color: #45372E; font-weight:bold;}
.Form_SectionCell {font-size: 12pt;}
.Form_SectionText {font-size: 12pt; font-weight: bold;}
.Form_Button {font-size: 12px;}
.Form_HelpText {font-size: 8pt;}
.Form_SubSectionRow {font-size: 12px;}
.Form_SubSectionCell {font-size: 12px;}
.Form_SubSectionText {font-size: 12px;}
.Form_List {font-size: 12px;}
.Form_Message {font-size: 12px; color: #CC0000}

/*--- deatil ---*/

.editTable 
{
	
}
table.editTable td {
  right:auto
}


/*FIXED: removed this redundant .detail class*/
/*.detail {
	clear:both;
	padding: 17px 27px 10px 28px;
	Z-INDEX: 1;
	POSITION: absolute;
}*/
.detail strong {
	font-weight:bold;
}
.detail strong {
	font-weight:bold;
}
.detail p {
	font-size:85%;
	line-height:1.5em;
	margin-top: 1.5em;
	color:#45372e;
}
.detail p.posted {
	margin-top: 0;
	font-size:77%;	
}
.detail h1 {
	color:#B53D13;
	font-size:159%;
	width:100%;
}
.detail h2 {
	color: #B53D13;
	font-weight:bold;
	font-size:107%;
	padding: 10px 0 0 0;
}

.detail a {
	color:#B53D13;
	font-weight:bold;
	text-decoration:none;
}
.detail a:hover {
	text-decoration:underline;
}
.return {
	width:100%;
	background: url(../images/dotted_line.gif) no-repeat bottom left;	
	padding-bottom:7px;
}
.return a {
	padding-top:7px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background: url(../images/dotted_line.gif) no-repeat top left;	
}
.return a:hover {
	text-decoration:underline;
}
table.notification {
	color:#666;
	/*background: url(../images/dotted_line.gif) no-repeat top left;*/
	padding:0;
	margin:1.5em 0 0 0;
	width:100%;
	font-size:85%;
}
table.notification td {
	padding:8px 0 8px;
	vertical-align:middle;
}
table.notification td.right {
	vertical-align:bottom;
	text-align:right;
	color:#45372e;
}
table.notification tr {
	background: url(../images/dotted_line.gif) no-repeat bottom left;
}

table.headline {
	margin-top:13px;
}
table.headline td {
	vertical-align:bottom;
}
table.headline img {
	margin-right:10px;
}
.detail p.date {
	margin-top:.5em;
}
.detail h3 {
	color:#45372e;
	font-weight:bold;
	font-size:92%;
	margin-top:10px;
}
.detail h4 {
	color:#B53D13;
	font-weight:bold;
	font-size:85%;
}


table.ItemEditContent 
{
	color:#666;
	padding:0;
	/*margin:1.5em 0 0 0;*/
	width:80%;
	font-size:85%;
	
}
table.ItemEditContent td {
	vertical-align:bottom;
	/*text-align:left;*/
	color:#45372e;
	vertical-align:middle;
}


table.notificationTop {
	color:#666;
	padding:0;
	margin:1.5em 0 0 0;
	width:100%;
	font-size:85%;
}
table.notificationTop td {
	padding:8px 0 8px;
	vertical-align:middle;
}
table.notificationTop td.right {
	vertical-align:bottom;
	text-align:right;
	color:#45372e;
}
table.notificationTop tr.separator {
	background: url(../images/dotted_line.gif) no-repeat bottom left;
}


ul.listing {
	
}
ul.listing li {
	padding: 5px 0 20px;
	background: url(../images/dotted_line.gif) no-repeat bottom left;
}
ul.listing td.left {
	width:130px;
	padding-top:12px;
}
ul.listing td {
	vertical-align:top;
}

.question h4, .answer h4 {
	float:left;
	clear:both;
	/*margin-top: 1.5em;*/
	color:#B53D13;
	font-weight:bold;
	font-size:92%;

}
.question p {


	margin-left:30px;
	margin-top: 1.5em;
	color:#B53D13;
	font-size:92%;
	font-weight:bold;

}
.answer {
	margin-bottom:2.5em;
}
.answer p {
	font-size:85%;
	margin-left:30px;

}

ul.listing img.tableImage {
	margin:2px 19px 0 0;
	width:112px;
	height:112px;
}

#welcome {
text-align:right;
padding:10px 2px 4px;
color:#b6a074;
font-size:85%;
} 

.H1HeadingStyle h1 {
	color:#B53D13;
	font-size:100%;
	width:100%;
	background: url(../images/dotted_line.gif) no-repeat bottom left;
	padding-bottom:6px;
}


.H1HeadingStyle a:hover
{ 
	text-decoration: none;
}