@charset "utf-8";
html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	height: 100%;
}

.container {
  	margin: 0 auto;
  	width: 752px;
}

#logo {
    background: #445A69;
	height: 79px;
}
	
#logo h1 {
	background-image: url(ayrhac_logo.gif);
	background-repeat: no-repeat;
	height: 79px;
	width: 340px;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
}

#m-frame {
	background-image: url(backgr.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	height: 600px;
	padding: 0;
	margin: 0;
}

#top-left {
	background-image: url(frame-topleftbg.jpg);
	float: left;
	width: 535px;
	height: 162px;
	padding: 0;
	margin: 13px 10px 0 0;
}

#top-left .intro {
	margin: 30px;
	font-weight: bold;
}

#top-right {
	background-image: url(frame-toprightbg.jpg);
	float: left;
	width: 204px;
	height: 162px;
	padding: 0;
	margin: 13px 0 0 0;
}

#top-right .faqhead{
	margin: 20px 0 0 0;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	font-size: 30px;
	line-height: normal;
}

#top-right .faq {
	margin: 0 15px 0 15px;
	font-weight: bold;
	text-align: center;
}

#m-menu {
	float: left;
	width: 100%;
	background: url(nav-bg.jpg) repeat-x;
}

#m-menu ul {
	width: 770px;
	height: 38px;
	float: left;
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
	font-size: 14px;
}

#m-menu li {
	float: left;
	margin: 0 0.50em;
	font-style: normal;
	font-weight: bold;
}

#m-menu li a {
	float: left;
	width: inherit;
	display: block;
	height: 38px;
	border: 0;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 38px;
} 

#m-menu li a:hover {
	float: left;
	width: inherit;
	display: block;
	border: 0;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background: url(nav-bg-hover.gif) repeat-x;
} 

#selected {
	background-color: #9DA7B0;
	border-style: solid;
	border-left-color: #A9B6BE;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
	width: inherit;
	display: block;
	height: 38px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 38px;
} 

#mainframe-header {
	background-image: url(frame-mainframehead.png);
	float: left;
	width: 752px;
	height: 63px;
	padding: 0;
	margin: 15px 0 0 0;
}

#mainframe-header .sectionhead {
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0 0 25px;
	
}

#mainframe-footer {
	background-image: url(frame-mainframefooter.png);
	float: left;
	width: 752px;
	height: 34px;
	padding: 0;
	margin: 0;
}

#mainframe2-header {
	background-image: url(frame2-mainframehead.png);
	float: left;
	width: 752px;
	height: 63px;
	padding: 0;
	margin: 15px 0 0 0;
}

#mainframe2-header .sectionhead {
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0 0 25px;
	
}

#mainframe2-footer {
	background-image: url(frame2-mainframefooter.png);
	float: left;
	width: 752px;
	height: 30px;
	padding: 0;
	margin: 0;
}

#content {
	background-image: url(frame-mainframebg.png);
	background-repeat: repeat-y;
	float: left;
	width: 752px;
}

#content ul {
	margin: 0 45px 0 100px;
}

#content a {
	color: #000000;
}

#content a:hover {
	color: #FF0000;
}


#content .displaybold {
	margin: 20px 45px 0 60px;
	font-weight: bold;
}


#content2 {
	background-color: #E9E9E9;
	padding: 0;
	margin: 0 0 0 4px;
	float: left;
	width: 742px;
	min-height: 270px;
	height: inherit;
	border-style: solid;
	border-color: #8F979D;
	border-width: 0 1px 0 1px;

}

#content2 .list {
	margin: 0 45px 0 70px;
}

#content2 .displaybold {
	margin: 20px 45px 0 25px;
	font-weight: bold;
}

#content2 .indent {
	margin: 20px 45px 0 45px;
}

#content2 a {
	color: #333333;
}

#content2 a:hover {
	color: #FF0000;
}

#content2 p {
	margin: 15px 25px 0 25px;
}

#content2 h1 {
	font-size: 25px;
	margin: 25px 0 0 25px; 
}

#content2 ol {
	width: 742px;
	float: left;
	padding: 0;
	margin: 0 0 15px 60px;
	list-style-type: none;
	font-size: 14px;
}

#displayquestion {
	height: 34px;
	padding: 5px 0 0 40px;
	background-image: url(question-mark.jpg);
	background-repeat:no-repeat;
	margin: 10px 45px 0 20px;
	font-weight: bold;
}

#displayanswer {
	padding: 5px 0 0 40px;
	margin: -15px 45px 0 20px;
}
