/* CSS Document for Advanced Practice Training */

/* Global */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, dl, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 16px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

p {
	padding-bottom: 12px;
	line-height:18px;
}

li {
	margin-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	padding-left: 10px;
}

li.seminar {
	margin-left: 5px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	padding-left: 10px;
	margin-top:7px;
	margin-bottom:7px;
}

ul.new {
list-style-image:url(../images/internal_bullets.gif);
margin-left:26px;
margin-top:3px;
margin-bottom:10px;
}
li.new {
margin:0px;
padding:0px;
margin-bottom: 6px;
line-height: 17px;
}


a:link {
	text-decoration: underline;
	color: #057fa7;
}

a:visited {
	text-decoration: underline;
	color: #057fa7;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

h1 {
	padding-top: 12px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #125762;
	line-height:20px;
}

h2 {
	padding-top: 12px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #125762;
	line-height:20px;
}

.seminars_info {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
line-height:14px;
}

.seminars_info_header {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#115762;
line-height:14px;
font-weight:bold;
}

/* // Global */


/* Containers */
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 41px;
	height: 172px;
}

#flash {
	float: right;
	height: 160px;
	width: 594px;
	padding-top: 4px;
	padding-right: 4px;
}

#navigation {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
	height: 44px;
}
#navigation ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	height: 44px;
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#container {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 11px;
}

#content {
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	width: 613px;
	padding-top: 30px;
	padding-right: 32px;
	padding-left: 32px;
}
#content img {
	padding: 2px;
	border: 1px solid #083c44;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#scroll {
	width: 100%;
	background-image: url(../images/scrolling_bg.gif);
	background-repeat: repeat-x;
	height: 57px;
}
#scroll p {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	padding-top: 20px;
}

#footer {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 18px;
}
#footer li {
	padding-right: 4px;
	padding-left: 4px;
	display: inline;
	background-image: none;
	list-style-type: none;
}
#footer a:link {
	text-decoration: underline;
	color: #000000;
}
#footer a:visited {
	text-decoration: underline;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
	color: #057fa7;
}

#poweredby {
	float: right;
}

/* // Containers */

/* Miscellaneous */

.ads {
	padding-bottom: 20px;
}

.brClear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}

/* // Miscellaneous */

