/* 
  ------------------------------------------------
  AYS Colsolidated 2 column Accordian Menu
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #DFDDD0;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm02_middle.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
	background-repeat: repeat-x;
	background-position: 0px -1px;
}
#fadingBackground {
	background-image: url(../p7ap/images/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 569px;
	height: 40px;
}
#left {
	width: 200px;
	float: left;
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: 1px top;
}
#left .content {
	padding: 0px 10px 10px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 0px 24px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	margin-bottom: 15px;
}

#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #666666;
	background-color: #F3F4F5;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	border: 1px solid #999999;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	text-decoration: underline;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #990000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #990000;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.imageRight {
	float: right;
	margin-left: 7px;
}
.imageRightBorder {
	float: right;
	margin-left: 7px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.imageLeft {
	float: left;
	margin-right: 7px;
}
.imageISOImage {
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}

.highlight {
	font-weight: bold;
	color: #990000;
}
/*The links inside the Accordion Panel menu*/
.menulist {
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
	list-style-type: none;
	line-height: normal;
	font-size: 1em;
}
.menulist li {
	margin: 0 0 4px 0;
}
.menulist a {
	text-decoration: none;
	display: block;
	padding: 3px 6px 3px 6px;
	border: 1px solid #999;
	color: #333333;
	background-image: url(../p7ap/images/dj_linkgradient.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}
.menulist a:hover {
	color: #333333;
	border-color: #505050;
	background-position: 0px -100px;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
