/* screen styles for auditwatch main site */

body {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	text-align: center;
}

#wrapper {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 723px;
	height: 650px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#content {
	height: auto;
	width: 723px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	float: left;
	min-height: 575px;
}

/* phasing out */
#contenthome {

	height: 580px;
	width: 723px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	float: left;
}

#contenthomenew {
	width: 723px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	float: left;
}

#top {
	float: left;
	height: 100px;
	width: 100%;
}
#top-gradient {
	float: left;
	height: 100px;
	width: 100%;
	background-color: #46166B;
	background-image: url(/images/audit_watch-header.jpg);
	background-repeat: repeat;
	margin-bottom: 6px;
}

#top-gradient-logo {
	float: left;
	height: 100px;
	width: 100%;
	background-color: #46166B;
	background-image: url(/images/audit_watch-header-p-logo.jpg);
	background-repeat: repeat;
	margin-bottom: 6px;
}

#logo {
	float: left;
	height: 100px;
	width: 396px;
	text-align: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #660099;
	text-align: left;
}
	
.subsubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #660099;
}

/* will be obsolete */
#rightnav {
	float: right;
	height: 90px;
	width: 295px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	padding-top: 10px;
}
#rightcorner {
	float: right;
	height: 100px;
	width: 297px;
	padding: 0px;
}

#redrule {
	background-color: #CCCCCC;
	width: 50px;
	height: 10px;
}
#middle {
	height: auto;
	width: 100%;
	float: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 9pt;
}
#middle #left {
	width: 191px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 7px;
	background-color: #FFFFFF;
	float: left;
}
#middle #right {
	width: 520px;
	float: left;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 7px;
	padding-top: 3px;
	margin-right: 3px;
	margin-left: 5px;
}
#bottom {
	height: 240px;
	width: 100%;
	float: left;
	padding-left: 5px;
}

#welcome {
padding: 8px;
padding-left:0px;
	float: left;
	height: 243px;
	width: 172px;
	
	margin-right: 5px;
	padding-top: 0px;
}
#homemaincontent {
	background: #fff;
	float: left;
	width: 518px;
	border: 1px solid #999999;
	padding: 2px 0 2px 0;
	background-color: #ffffff;
}

/* below will be obsolete */
#gradient {
	background-image: url(images/green_gradient.gif);
	padding: 10px;
	float: left;
	width: 507px;
	border: 1px solid #999999;
	height: 235px;
	padding-top: 5px;
	background-repeat: no-repeat;
	padding-right: 0px;
}
/* below will be obsolete */
#whatsnew {
	float: left;
	height: 235px;
	width: 230px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-right: 15px;
	padding-right: 10px;
}
/* new */
#toolkit {
	float: left;
	width: 197px;
	padding: 0 2px 0 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
/* new */
#featureright {
	float: left;
	width: 315px;
	padding-left: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

/* phasing out */
#hottopics {
	float: left;
	height: 235px;
	width: 217px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
#hottopicinside {
	width: 191px;
	margin-top: 15px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-align: left;
	font-family: arial, helventica;
}
#whyaudit {
	float: left;
	height: 235px;
	width: 155px;
	padding-top: 0px;
	padding-right: 0px;
}
#block_awu {
	float:left;
	border: 1px solid #999999;
	margin-right:5px;
	width: 188px;
}
#awunews {
    width: 188px;
	margin: 0;
}

div.spacer {
	clear: both;
	height: 2px;
}

#featureright p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.newstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	font-weight: bold;
	word-spacing: -1px;
}

/* added in default styles, used only on home page currently */
a:link, a:visited {
	font-weight : normal;
	text-decoration : underline;
	color: #660099;
}

a:hover {
	font-weight : normal;
	text-decoration : underline;
	color: #6600CC;
}

a:active {
	font-weight : normal;
	text-decoration : underline;
	color: #000000;
}

/* to be phased out */
a.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #660099;
}
a.normal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FF9900;
}
.newstext img {
	margin-right: 10px;
}
#nav {
	width:191px;
	height:218px;
	z-index:1;
}
#middle #rightinside {
	width: 475px;
	float: left;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 7px;
	padding-top: 10px;
	margin-right: 3px;
	margin-left: 5px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	min-height: 385px;
}
#middle #rightcourse {
	width: 700px;
	float: left;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 7px;
	padding-top: 10px;
	margin-right: 3px;
	margin-left: 5px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	min-height: 385px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	text-align: left;
	width: 475px;
	height: auto;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: bold;
	color: #666666;
}

#awunews li {
	list-style-position: outside;
	list-style-image: url(/images/bullet.gif);
	text-align: left;
	margin-left: -15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 2px 3px 6px 0;
}
#awunews ul {
	list-style-position: outside;
	list-style-image: url(/images/bullet.gif);
}

li {
	list-style-position: outside;
	list-style-image: url(/images/bullet.gif);
	list-style-type: square;
	text-align: left;
	margin-left: -15px;
}
ul {
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
}
.tablehdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	text-align: center;
	font-weight: bold;
}
#nav2 {

	position:absolute;
	left:28px;
	top:132px;
	width:191px;
	height:218px;
	z-index:2;
}
#biophoto {
	float: right;
	height: auto;
	width: auto;
	margin-left: 15px;
	border: 1px solid #333333;
	margin-top: 10px;
}
#header {
	float: left;
	margin-top: 10px;
	height: 16px;
}
a.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #660099;
}
a.large:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6600CC;
}
#intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	float: left;
	height: auto;
	width: 625px;
	margin-bottom: 10px;
	text-align: justify;
	margin-left: 40px;
}
a.course {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #333333;
	font-weight: bold;
}
a.course:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #660099;
	font-weight: bold;
	text-align: left;
}
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}
#table {
	float: left;
	height: auto;
	width: auto;
	border: 1px solid #0099CC;
}
.days {
	color: #660099;
}
#coursetext {
}
#coursetext ul {
	margin-top: 0px;
}
menu_links{
	text-align: left;
}
a.menu_links{
	font-family: Arial, Verdana;
	font-size:8pt;
	color:#999999;
	text-decoration:none;
	text-align: left;
}
a.menu_links:hover{
	color:#660099;
	text-decoration:none;
	text-align: left;
}



.navlink td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 25px;
	vertical-align: middle;
	display: block;
}
.navlink td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660099;
	text-decoration: none;
	display: block;
}
.navlink td:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6600CC;
	text-decoration: none;
	display: block;
	background-color:#F8F8F8
}

a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: center;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF9900;
}

#footerlinks {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	background-color: #ededed;
}
#footerlinks ul	{
	display: inline;
	font-size: 11px;
}
#footerlinks li	{
	display: inline;
	padding: 0 10px 0 5px;
}	

.highlight-color {
	color: #FF8000;
	font-weight: bold;
}
