/* @group Main */

html {
  height: 100%;
  margin-bottom: 1px;
  background: #FFF;
}

body {
	margin: 0;
	padding: 0;
}

p {
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	margin-bottom:10px;
}

h4 {
	margin: 10px 0px 0px 0px;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

/* @group Fonts */

/* @group Sizes */


body {
	font-size: 11px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 { 
   	font-size: 12px;
}

h4 {
	font-size:  11px;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

#nav a {
	font-size: 110%;
}

#top {
	font-size: 100%;
}

div.moduletable h3,
div.moduletable-new h3 {
	font-size: 100%;
}

.componentheading,
.contentheading {
	font-size: 14px;
}



.componentheading {
 	margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}


/* @end */

/* @group Family */

body {
	line-height: 200%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

h3,
.contentheading,
.componentheading,
#nav,
.sectiontableheader,
span.pathway,
.small,
.createdate,
.modifydate,
#inset,
#top {
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.contentheading,
.componentheading {
	font-weight: normal;
}

div.moduletable h3,
div.moduletable-new h3 {
	color:  #000;
}

.contentheading,
.componentheading {
	color: #00477F;
}

a:link,
a:visited {
	text-decoration: none;
	color: #00477F;
}

a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00477F;
}

h2 {
	color: #0761d4;
}

h3 {
	color: #00477F;
}

h4 {
	color: #00477F;
	font-weight: bold;
}

#top {
	color: #000;
}

/* @end */

/* @end */

/* @end */

/* @group Custom */

#page_bg {
	height: 100%; 
	padding: 0;

}

div.wrapper {
	width: 100%;
	margin: 0px auto;
	background: #fff;
}

#header {
	height: 60px;
	overflow: hidden;
	background: #FFF url(../images/header_bg.jpg) 0 0 repeat-x;
}

#header .header {
	width: 800px;
	margin: 0px auto;
}

#logo {
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	top: 53px;
	display: block;
	width: 251px;
	height: 63px;
	border: 0;
}

#banner {
	background: #fff;
	width: 800px;
	margin: 2px auto;
}

#mainbody {
	background: #FFF url(../images/mainbody_bg.jpg) 0 0 no-repeat;
	width: 800px;
	margin: 0px auto;
}

#mainbody-padding {
	padding: 0px;
	padding-top: 10px;
}

#footer {
	padding: 10px 0px;
	background: #FFF url(../images/footer_bg.jpg) 0 0 repeat-x;
	height: 91px;
	margin-top: 5px;
}




table.mainbody {
	width: 100%;
	padding: 0;
}


table.mainbody tr {
	vertical-align: top;
}

table.mainbody td.mainbody {
	padding: 0px;
	margin: 0px;
}

#mainbody td.mainbody .padding {
	padding: 20px 30px;
}

table.mainbody td.right {
	background: transparent url(../images/right_bg.gif) 0 0 repeat-y;
	width: 254px;
}

table.mainbody td.right .padding {
	padding: 25px 15px 0px 30px;

}

/* @group menus */

/* @group tab menu */

#nav {
	height: 31px;
	float: right;
	position: relative;
	top: 33px;
}

#nav ul {
	padding: 0px;
	margin: 0px 15px;
	height: 28px;
}

#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-image: none;
}



#nav a {
	height: 31px;
	line-height: 31px;
	padding: 0px 0px 0px 30px;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
	font-size: 12px;
	border: 0px;
}

#nav a:link,
#nav a:visited {
	color: #00477F;
	text-decoration: none;
	outline: none;
}

#nav a:hover {
	color: #82A1BE;
}

#nav li.active_menu {
}

#nav li.active_menu a:link,
#nav li.active_menu a:visited {
	color: #00477F;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	border: 0px;
	background: transparent url(../images/menu_active_bg.gif) 17px 3px no-repeat;
}

#nav li.active_menu a:hover {
	color: #82A1BE;
}


/* @end */

/* @group vert menu */

div#menu_vert .moduletable-menu {
}

div#menu_vert ul.submenu {
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

div#menu_vert ul.submenu li {
	border: 0;
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	list-style-image: url(../images/bullet.gif);
	line-height: 10px;
	font-size: 10px;
	background: none;
}

div#menu_vert ul.submenu li a {
	display: block;
	text-decoration: none;
	border: 0;
	color: #00447C;
	outline: none;
}

div#menu_vert ul.submenu li a:hover {
	color: #82A1BE;
}

div#menu_vert ul.submenu li.active_menu a {
	color: #82A1BE;
}

div#menu_vert ul.submenu li.active_menu a:hover {
	color: #82A1BE;
}

div#menu_vert ul.submenu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 5px 0px 15px -15px;
	padding: 0px;
}

div#menu_vert ul.submenu ul li {
	border: 0;
	margin: 0px 0px 5px 15px;
	padding: 0px;
	list-style-image: none;
	line-height: 10px;
	font-size: 10px;
	background: none;
}

div#menu_vert ul.submenu ul li a {
	display: block;
	text-decoration: none;
	border: 0;
	color: #666;
	outline: none;
}

div#menu_vert ul.submenu ul li a:hover {
	color: #000;
}



/* @end */


/* @end */

/* @group content */

/* @group lists */

ul {
	list-style: none;
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	padding-bottom: 15px;
}

ul li {
	list-style-image: url(../images/bullet.gif);
	vertical-align: middle;
	line-height: 200%;
}

/* @end */

.vert_spacing {
	margin: 15px 0;
}

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}

input#mod_search_searchword {
	width: 165px;
}

a:link.nounder,
a:visited.nounder,
a:hover.nounder {
	text-decoration: none;
}

.highlight {
  background-color: #ffc;
}

/* @end */

/* @end */

/* @group Joomla Core */

/* @group content */

.contentheading ,
.componentheading {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:100%;
}

td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
}

div.contentpane, div.contentpaneopen {
  width: 100%;
}

.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}

a.readon {
	display: block;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
	background: url(../images/bullet_arrow.png) no-repeat;
}

.small {
	color: #95cf2a;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	color: #95cf2a;
}

.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #95cf2a;
}

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}

/* @end */

/* @group pathway */

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

/* @end */

/* @group sections */

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

table.mainbody td.mainbody tr.sectiontableentry1 td, 
table.mainbody td.mainbody tr.sectiontableentry2 td {
  padding: 4px;
  border-bottom: 1px solid #efefef;
}

table.mainbody td.mainbody td.sectiontableentry1, 
table.mainbody td.mainbody td.sectiontableentry2{
  padding: 4px;
  border-bottom: 1px solid #efefef;
}

/* @end */

/* @group mainmenu */

a.mainlevel:link,
a.mainlevel:visited {
	text-decoration: none;
}

a.mainlevel {
	display: inline;
}

a.sublevel:link,
a.sublevel:visited {
	text-decoration: none;
}

a.mainlevel:hover {

}

a.sublevel:hover {
	text-decoration: none;
}


a#active_menu:link,
a#active_menu:visited {
	color: #333;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}



/* @end */

/* @group modules */

div.moduletable {
}

div.moduletable h3 {
	display:none;
}

div.moduletable-homebanner {
	width: 800px;
	height: 195px;
	padding: 0px;
	margin: 0px;
	background: none;
}

div.moduletable-homebanner h3 {
	display: none;
}

div.moduletable-intbanner {
	width: 800px;
	height: 69px;
	padding: 0px;
	margin: 0px;
	background: none;
}

div.moduletable-intbanner h3 {
	display: none;
}

div.moduletable-footer {
	width: 800px;
	padding: 0px;
	margin: 10px auto;
	font-size: 9px;
	color: #666;
}

div.moduletable-footer img {
	border: 0px;
	margin: 0px 5px;
}

div.moduletable-footer a {
	color: #666;
	text-decoration: none;
	outline: none;
}

div.moduletable-footer a:hover {
	border-bottom: 1px dotted #666;
}

div.moduletable-footer h3 {
	display: none;
}


/* @end */

/* @group misc */

table.adminform textarea {
  width: auto;
  color: #666;
}


/* @end */

/* @end */

