/*------------------------------------------------------------------------
# AZIM Template 1.0.0 - 31 Mar 2009
# ----------------------------------------------------------------------*/

/* YUI RESET
--------------------------------------------------------- */

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;
}

/* COMMON STYLE
--------------------------------------------------------- */

body {
	color: #666666;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 14px;
}

body.contentpane { /* Printable Page */
	width: auto;
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

/* Normal link */
a {
	color: #5A5A5A;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #5A5A5A;
	text-decoration: underline;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
	font-size: 0.8em;
}

/* Heading */
h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6666;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #999999;
}

h5 {
	font-size: 0.8em;
	color: #A21715;
}

p {
	margin: 0 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 10px;
	list-style: none;
}

ul li {
	padding-left: 35px;
	background: url(../images/bullet-list.gif) no-repeat 22px 8px;
}

li li {
	background: url(../images/bullet-list2.gif) no-repeat 22px 8px;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style-type: decimal;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border: 0;
	height: 1px;
	border-bottom: 1px dotted #ff9999;
	clear: both;
	margin: 20px 0;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #F4A94F;
	background: #F2F2F2;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px;
	background: url(../images/quote.gif) 10px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}
 
.dropcap {
	float: left;
	padding: 3px 3px 0 0;
	display: block;
	color: #5A5A5A;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 22px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 22px;
	color: #3F89C3;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 22px;
	color: #D79546;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted;
	background: #F2F2F2;
	font-weight: bold;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
#form-login p {
	margin:0px;

}
#form-login ul {
	margin:0px;
	padding:0px;
}
#form-login li {
	margin:0px;
	padding:0px;
	background:none;

}	
#form-login li a {
	text-decoration:none;
}


input, select {
	font: 11px/normal Arial, Helvetica, sans-serif;
	color: #5A5A5A;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
}

.button {
	color: #5A5A5A;
}

html>body .button {
	padding: 0 5px;
	color: #5A5A5A;
}

.inputbox {
	border: 1px solid #D8D9DB;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #C0C0C0;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	display: block;
	padding: 0 5px;
	margin: 0 0 5px -5px;
	background-color: #A21715;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

div.moduletable {
	font-size: 0.8em;
	margin-bottom: 20px;
	padding: 0 0 5px 5px;
	float: left;
	clear: both;
	width: 147px;
	border: 1px solid #FFCCCC;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

table.blog .article_separator {
	display: block;
	height: 10px;
	border-bottom: 1px dotted #ff9999;
	margin-bottom: 15px;
	margin-right: 15px;
}

#ja-leftcol .article_separator, #ja-rightcol .article_separator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

.contentpane h3, .contentpaneopen h3 {
	clear:both;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 18px;
	background: url(../images/arrow-off.gif) no-repeat 7px 7px;
}

table.contenttoc th {
	padding: 1px 4px;
	background: #A21715;
	color: #FFFFFF;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.adminform textarea {
	width: auto; /*Control the Frontend Editor area width*/
}

.adminform textarea.inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	text-transform: uppercase;
}

td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	margin: 0 0 15px;
	font-size: 2em;
	line-height: normal;
	padding: 2px 0 3px;
	border-bottom: 1px solid #ff9999;
	color: #A21715;
}

.contentdescription {
	padding-bottom: 10px;
}

table.blog .contentheading {
	font-size: 1.5em;
}

.contentheading {
	font-size: 1.7em;
	color: #A21715;
	line-height: 1.3;
	padding-bottom: 0.3em;
}

a.contentpagetitle,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
	color: #A21715;
}

a.contentpagetitle:hover {
	color: #FF6666;
}

a.readon {
	text-decoration: none;
	padding-left: 20px;
	background: url(../images/readon-red.gif) left center no-repeat;
	font-weight: bold;
	color: #A21715;
}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none!important;
	color: #FF6666;
}

table.contentpaneopen td, table.contentpane td {
	padding-right: 10px;
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

table.contentpaneopen img {
	border: 1px solid #FF6666;
	padding: 5px;
	margin: 0 10px 10px 0;
}

table.contentpaneopen img:hover,
table.contentpaneopen img:active,
table.contentpaneopen img:focus {
	background: #FF6666;
}

.createdate {
	padding-bottom: 10px;
	line-height: 10px;
}

.modifydate {
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #8F8F8F;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	background: #A21715;
	color: #FFFFFF;
	font-weight: bold;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 5px;
	border-bottom: 1px solid #ff9999;
}

tr.sectiontableentry2 td {
	padding: 5px;
	border-bottom: 1px solid #ff9999;
}

.small {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	border: 1px solid #FFFFFF;
	text-align: center;
}

.tool-tip {
    background: #FFFFFF;
    border: 1px solid #FFCCCC;
    padding: 5px;
    font-size: 0.8em;
    max-width: 200px;
}

.tool-title {
    font-weight: bold;
}

table.contentpaneopen img {
	padding: 0;
	border: none;
}

table.contentpaneopen img:hover {
	padding: 0;
	border: none;
	background:none;
}
	
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-header,
#ja-topstory,
#ja-spotlight,
#ja-container,
#ja-footer {
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

#ja-containerwrap {
	border: 1px solid;
}

#ja-container {
	padding: 0 0 20px 0;
}

#ja-mainwrapper {
	background: url(../images/body-header-bg.gif) top repeat-x;
}

#ja-bottomwrap {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bottombg.gif) repeat-x top #FF9999;
}


/* HEADER
--------------------------------------------------------- */

#ja-header #lang {
	position: absolute;
	display: block;
	right: 0px;
	top: 10px;
	font-size: 0.8em;
	
}

#ja-header #lang a:hover {
	text-decoration: none;
	color: #ff9999;
}

#ja-header {
	text-align: left;
	line-height: normal;
	background: url(../images/header-bg.gif) no-repeat top right;
	position: relative;
}

#ja-header h1 {
	font-size: 2em;
	height: 150px;
	text-indent: -5000px;
	border-top: 10px solid #A21715;
	outline: none;
}

#ja-header h1 img {
	margin-top: 13px;
	float: left;
}

#ja-header #home {
	display: block;
	height: 80px;
	width: 90px;
	position: absolute;
	left: 30px;
	top: 20px;
	cursor: pointer;
}

#ja-header #date {
	position: absolute;
	top: 93px;
	left: 183px;
	text-align: left;
	font-size: 0.8em;
}
	
/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	width: 20%;
	clear: both;
	float: left;
	height: 260px;
	margin-bottom: 20px;
}

#ja-mainnav a {
	font-size: 11px;
	font-family: Arial, Helvetica, serif;
	font-weight: bold;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 4px;
	display: block;
	color: #A21715;
	text-decoration: none;
	border-bottom: 1px solid #ff9999;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus,
a.mainlevel#active_menu {
	border-bottom: 1px solid #ff9999;
	color: #A21715;
	text-decoration: none;
}

a.sublevel {
	padding: 3px 4px 3px 15px;
	display: block;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
}

#ja-leftcol #active_menu, #ja-rightcol #active_menu {
	color: #5A5A5A;
	text-decoration: none;
}

/*End: Default Joomla! Menu  */

/* JA Trans Menu */

#ja-transmenu {
	margin: 0;
}

#ja-transmenu li {
	margin: 0;
	padding: 0;
	background: none;
}

#ja-transmenu li a {
	margin: 0;
	padding: 0;
	display: block;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	color: #A21715;
	border-bottom: 1px solid #ff6666;
}

#ja-transmenu li a:hover {
	color: #ff6666;
	border-bottom: 1px solid #ff6666;
}


/* BANNER
--------------------------------------------------------- */
#ja-topstory {
	margin: 0 auto;
}

#ja-banner {
	float: right;
	width: 566px;
	overflow: hidden;
	border: 1px solid #FF6666;
	padding: 5px;
	height: 260px;
}

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-botslwrap {
	padding: 40px 0 30px;
	clear: both;
}

#ja-botsl {
}

#ja-botsl .ja-box {
	float: left;
	overflow: hidden;
}

#ja-botsl .ja-box h3 {
	color: #A21715;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

#ja-botsl .ja-box div.moduletable {
}

#ja-botsl .ja-box ul {
	padding: 0;
	margin: 0!important;
}

#ja-botsl .ja-box li {
	padding: 0;
	margin: 0;
	background: none;
	width: 100%;
}

#ja-botsl .ja-box li a {
	padding: 4px 0;
	border-bottom: 1px dotted #cc3333;
	width: 90%; /*This is required for IE6*/
	display: block;
	text-decoration: none;
	color: #cc3333;
	font-size: 0.9em;
}

#ja-botsl .ja-box li a:hover,
#ja-botsl .ja-box li a:active,
#ja-botsl .ja-box li a:focus {
	color: #660000;
	text-decoration: none;
}

#ja-botsl .ja-box td {
	padding: 0;
}

#ja-botsl .ja-box  .article_separator {
	display: none;
}

#ja-botsl .box-ended {
	margin-right: 0!important;
	float: right;
}

#ja-spotlight {
	margin-top: 20px;
}

.box-centered {
	text-align: center!important;
}

.box-centered div.moduletable,
.box-centered div.module-orange,
.box-centered div.module-green,
.box-centered div.module-blue {
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: left;
}

.box-fulled div.moduletable,
.box-fulled div.module-orange,
.box-fulled div.module-green,
.box-fulled div.module-blue {
	width: 100%!important;	
}

div#intro {
	padding: 20px 20px 20px 180px;
	color: #FFFFFF !important;
	font-weight: normal !important;
	background: url(../images/stethoscope.gif) no-repeat 10px bottom #A21715;
}

#ja-spotlight #intro h2 {
	font-size: 1.8em !important;
	font-style: italic !important;
	font-weight: normal !important;
}

#quicklink {
	margin-top: 20px;
}

div#quicklink img {
	border: 1px solid #FF6666;
	padding: 5px;
}

div#quicklink img:hover,
div#quicklink img:active,
div#quicklink img:focus {
	background-color: #FF6666;
}
	
/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	margin-left: 1px;
}

#ja-pathway img {
	display: none; /* DO NOT SHOW PATHWAY DEFAULT ARROW */
}

#ja-pathway a {
	padding-right: 22px;
	background: url(../images/slash.gif) no-repeat center right;
}

#ja-pathway a:hover, #ja-pathway a:active {
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
	margin: 0;
}

#ja-mainbody {
	float: left;
	width: 80%;
}

#ja-mainbody #ja-content {
	float: right;
	width: 70%;
	padding-right: 2.5%;
}

#ja-mainbody-fl {
	float: left;
	width: 80%;
}

#ja-mainbody-fl #ja-content {
	float: left;
	width: 97.5%;
}

#ja-mainbody-fr{
	float: left;
	width: 100%;
}

#ja-mainbody-fr #ja-content {
	float: right;
	width: 76%;
}

#ja-mainbody-fr #ja-leftcol {
	width: 20%;
}

#ja-mainbody-f {
	float: left;
	width: 100%;
}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: left;
	width: 25%;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
	float: right;
	width: 20%;
	margin: 10px 0;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
}

#ja-bottomline {
	float: left;
	color: #cc3333;
	font-size: 0.8em;
	margin: 0;
}

#ja-bottomline a {
	color: #660000;
}

#cert {
	text-align: right;
	padding: 0 10px 40px 0;
}


/* MISCELLANOUS
----------------------------------------------------------- */
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
}

table#wardrate {
	border-collapse: collapse;
}

#wardrate td {
	padding: 5px;
	border: 1px solid #FF6666;
}

#wardrate img {
	margin: 0;
}

#modlgn_password, #modlgn_password {
	width: 90%;
}

#modlgn_password {
}

#modlgn_username {
}

#modlgn_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}