/* @group Main */

html {
	/* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
}
p {
	/* setup some more readable paragraph spacing */
  margin-top: 10px;
	margin-bottom: 15px;
}
h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}
/* @group Fonts */

/* @group Sizes */


body.f-smaller {
	font-size: 10px;
}
body.f-default {
	font-size: 12px;
}
body.f-larger {
	font-size: 13.5px;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size:  120%;
}
.small, .modifydate, .createdate, div.mosimage_caption {
	font-size: 95%;
}
div.moduletable h3, .componentheading, .componentheading-news {
	font-size: 165%;
}
table.sections .contentheading {
	font-size: 145%;
}
.contentheading {
	font-size: 18px;
	font-weight:normal;
}
.componentheading, .componentheading-news {
	padding: 10px 5px;
	margin-bottom: 15px;
	font-weight: normal;
	letter-spacing:.05ex;
}
td.componentheading {
	padding-bottom: 15px;
}
/* @end */

/* @group Family */

body {
	line-height: 140%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @end */

/* @end */

/* @end */

/* @group Structure */

/* @group mainbody */

.hide {
	display: none;
}
td.mainbody {
	line-height:150%;
}
div#mainbody .contentheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 160%;
}
/* @end */
#header .wrapper {
	position: relative;
}
#header .shadow-r {
	height: 159px;
}
img#logo {
	position:  absolute;
	float: left;
	margin-left: 50px;
	margin-top: 0px;
	height: 159px;
	border: 0;
}
div#banner {
	position: absolute;
	top: 0;
	left:16px;
	width: 972px;
	height: 159px;
	overflow: hidden;
}
#horiz-menu .shadow-r {
	padding-left: 40px;
	height: 38px;
}
#divider .shadow-r {
	height: 0px;
	overflow:hidden;
}
#mainbody .shadow-r {
	padding: 0 15px 0 16px;
}
#mainbody td.mainbody.empty {
	background: none;
}
td.sidebar {
	width: 180px;
}
td.sidebar .shadow-l {
	background:url(../images/secondary/sidebar-shadow-l.png) 0 0 repeat-y;
}
td.mainbody .padding {
	background-color:#FFF;       /* This is the top of the main page */
	padding: 39px 5px 5px 20px;
	border-top:#333 7px solid;
}
td.sidebar .padding {
	padding: 10px;
}
div#bottom {
	margin-top: -8px;
}
#bottom .shadow-r2 {
	padding: 0 15px 0 16px;
}
#bottom td.mainbottom.empty {
	background: none;
}
#bottom td.mainbottom.empty .padding {
	background: none;
}
td.mainbottom .padding {
	padding: 15px 10px 0px 10px;
}
#footer .shadow-r {
	padding: 0 16px 0 16px;
}
#footer td.mainfooter {
	text-align: center;
}
#footer td.mainfooter.empty {
	background: none;
}
#footer td.sidebar {
	margin:0 2px 0 0;
	border-right: 3px solid #191919;
	width: 195px;
}
#footer img#rocket {
	float:left;
	width:145px;
	height: 38px;
}
/*#mainbody td.inset {
	width: 110px;
	padding:9px 0 inherit 15px;
}
*/
#mainbody td.subbody {
	/*	padding-left: 15px;
	padding-top: 9px;
*/	padding:9px 15px;
}
/* table structure */

table.mainbody, table.bottom, table.footer, table.subbody, table.sections {
	width: 100%;
	padding: 0;
}
table.sections {
	margin: 15px 0;
}
td.section {
	padding: 0;
}
td.section.w49 {
	width: 50%;
}
td.section.w33 {
	width: 33%;
}
/* @group content */

/* @group menus */

/* @group Horiz Menu */



td.section div.moduletable h3 {
	color: #fff;
}
td.sidebar div.moduletable h3 {
	color: #fff;
}
h2 {
	color: #265BB1;  /* related to menu color */
}
td.subbody div.moduletable h3, td.inset div.moduletable h3 {
	color: #265BB1;
}
td.sidenav div.module h3, td.sidenav div.module-hilite1 h3, td.sidenav div.module-hilite2 h3, td.sidenav div.module-hilite3 h3, td.sidenav div.module-hilite4 h3 {
	color: #265BB1;
}
/* @end */

/* @group Side Menu */

/* side menu is just a standard list so it will work with a hilite */

#vert-menu div.module-hilite4 h3 {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1px;
}
#vert-menu div.module-hilite4 div, #vert-menu div.module-hilite4 div div, #vert-menu div.module-hilite4 div div div {
	padding: 0;
	margin: 0;
}
#vert-menu ul.sidenav {
	margin: 0;
	padding: 0;
}
#vert-menu ul.sidenav li {
	margin: 0;
	padding: 0;
}
#vert-menu ul.sidenav ul {
	margin: 0;
	padding: 0;
}
#vert-menu ul.sidenav a {
	line-height: 25px;
	padding-left: 20px;
	font-weight: bold;
}
#vert-menu ul.sidenav ul a {
	padding-left: 40px;
}
#vert-menu ul.sidenav ul ul a {
	padding-left: 60px;
}
/* @end */

/* @group Contact Menu */

div#top ul {
	margin: 0;
	padding: 0;
	float: right;
}
div#top li {
	float:  left;
	list-style: none;
	margin-right: 20px;
}
div#top li img {
	float:  left;
	vertical-align: middle;
}
div#top a.mainlevel {
	display:  block;
	float:  left;
	background: none;
	margin: 0;
	padding: 0 5px;
	font-weight:  bold;
}
/* @end */

/* @end */

/* @group Code */

pre {
	padding: 10px;
}
blockquote {
	font-style: italic;
	font-size: 120%;
	line-height: 150%;
}
/* @end */

/* @group Notices */

span.alert, span.info, span.download, span.note {
	display: block;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;
}
/* @end */

/* @group Lists */

td.mainbody ul, td.sidebar ul, td.section ul, div.module-hilite1 ul, div.module-hilite2 ul, div.module-hilite3 ul, div.module-hilite4 ul {
	padding-left: 10px;
	margin-left: 0;
}
td.mainbody li, td.sidebar li, td.section li, div.module-hilite1 li, div.module-hilite2 li, div.module-hilite3 li, div.module-hilite4 li {
	list-style: none;
	margin-left: 0;
	padding-left: 20px;
}
ul.bullet-a, ul.bullet-b, ul.bullet-c, ul.bullet-d, ul.bullet-e, ul.bullet-f {
	padding-left: 30px;
	margin-left: 0;
}
ul.bullet-a li, ul.bullet-b li, ul.bullet-c li, ul.bullet-d li, ul.bullet-e li, ul.bullet-f li {
	list-style: none;
	margin-left: 0;
	padding-left: 35px;
}
ul.number {
	margin: 25px 0;
	list-style: none;
	padding-left:  20px;
}
ul.number li {
	padding-left: 45px;
	padding-right: 20px;
	padding-bottom: 10px;
}
/* @end */

/* @group Blockquote */

blockquote {
	width: auto;
	padding: 10px 10px 10px 50px;
	margin: 15px 0;
}
/* @end */

.topadvert {
	margin-bottom: 15px;
}
.screenshot {
	float:  right;
	margin-top: -35px;
	z-index: 9;
}
.hide {
	display: none;
}
form {
	border: 0;
	margin: 0;
	padding: 0;
}
table.blog span.article_seperator {
	display: block;
	height: 20px;
}
/*.subbody -cs {
border:1px solid #c00;
}




div#mainbody td {
border:2px #F0F solid;
}

*/

/* @end */

/* @end */

/* @group Joomla Core */

/* @group modules */

div.moduletable h3, div.module h3, div.module-hilite1 h3, div.module-hilite2 h3, div.module-hilite3 h3, div.module-hilite4 h3 {
	line-height: 100%;
	font-size: 150%;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
td.section div.moduletable {
	margin-bottom: 25px;
	padding-right: 25px;
	padding-left: 10px;
	padding-top: 0px;
}
td.section div.moduletable h3 {
	height: 35px;
	line-height: 32px;
	margin-top: 0;
	margin-right: -8px;
	margin-bottom: 0;
}
td.sidenav div.module, td.sidenav div.module-hilite1, td.sidenav div.module-hilite2, td.sidenav div.module-hilite3, td.sidenav div.module-hilite4 {
	margin-bottom: 25px;
	padding-right: 12px;
}
td.sidenav div.module div {
	padding-right: 10px;
}
td.sidenav div.module div div, td.sidenav div.module-hilite1 div div, td.sidenav div.module-hilite2 div div, td.sidenav div.module-hilite3 div div, td.sidenav div.module-hilite4 div div {
	padding: 0;
}
td.sidenav div.module h3, td.sidenav div.module-hilite1 h3, td.sidenav div.module-hilite2 h3, td.sidenav div.module-hilite3 h3, td.sidenav div.module-hilite4 h3 {
	height: 55px;
	line-height: 32px;
	margin-bottom: -15px;
	margin-right: -10px;
}
td.subbody div.moduletable h3, /*td.inset div.moduletable h3,
*/td.sidebar div.moduletable h3 {
	height: 19px;
	line-height: 20px;
	margin-top: 11px;
	margin-bottom: 20px;
}
/* module hilite tweaks */

td.sidenav div.module-hilite1, td.sidenav div.module-hilite2, td.sidenav div.module-hilite3, td.sidenav div.module-hilite4 {
	padding-top: 15px;
}
td.sidenav div.module-hilite1 h3, td.sidenav div.module-hilite2 h3, td.sidenav div.module-hilite3 h3, td.sidenav div.module-hilite4 h3 {
	height: 25px;
	margin-bottom: 10px;
	margin-top: -10px;
	margin-left:  -10px;
}
td.sidenav div.module-hilite1 div, td.sidenav div.module-hilite2 div, td.sidenav div.module-hilite3 div, td.sidenav div.module-hilite4 div {
	padding: 10px;
}
.topadvert div.moduletable {
	padding: 0;
}
/* @end */

/* @group content */

.contentheading {
	padding: 10px 0;
	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%;
}
/* Pressroom and Newsroom styling */

table.contentpaneopen-news {
	border-collapse:collapse;
	margin: 0;
	width: 100%;
	float:right;
	background-color:#f9f9f9;
	border-left: #eee solid 1px;
}
table.contentpaneopen-news p,
a.readon-news {
	padding:0 10px 0 30px;
	border-collapse:collapse;
}
table.contentpaneopen-news h4 {
	padding:0 10px 0 20px;
	border-collapse:collapse;
}
table.contentpaneopen-news td {
	border-collapse:collapse;
	padding: 0 5px;
}
td.contentheading-news {
	margin:0 0 3px 0;
	border-collapse:collapse;
	float:left;
	font-size:120%;
	font-weight:bold;
	color:#111;
/*	height: 20px;
	background: #fff url(http://www.adapx.com/templates/rt_elemental/images/body/newsdate_bg.png) 0 0 repeat-y;
*/}
table.contentpaneopen-news h5 {
	float:right;
	font-size:100%;
	padding:0 10px;
	margin: 0 10px;
	border-collapse:collapse;
	background: #ccc;
}
a.readon-news {
	float:left;
	font-size:100%;
	padding:0 10px;
	margin: 0 30px;
	border-collapse:collapse;
	background: #ccc;
	font-weight:bold;
}


.clr {
	clear: both;
}
div.mosimage {
	margin: 5px;
}
a.readon {
	margin-top: 15px;
	display: block;
	width:  116px;
	line-height: 26px;
	padding-left: 5px;
	font-weight: bold;
}
a.readon:hover {
	text-decoration: none;
}
span.content_rating img {
	vertical-align: top;
}
.modifydate {
	height: 20px;
	vertical-align: bottom;
}
.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}
table.contenttoc {
	margin: 5px;
	padding: 5px;
}
table.contenttoc td {
	padding: 0 5px;
}
/* @end */

/* @group pathway */

/* My Comment */

span.pathway {
	display: block;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 0px 15px;
}
span.pathway img {
	float:  left;
	margin: 6px 12px 0 14px;
	border: 0;
	width: 17px;
	height: 18px;
	vertical-align: middle;
}
span.pathway a {
	float:  left;
	font-weight: normal;
}
/* @end */

/* @group sections */

table.mainbody td.mainbody td.sectiontableheader {
	font-weight: bold;
	padding: 4px;
	line-height: 20px;
}
tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry1, td.sectiontableentry2 {
	padding: 5px;
}
/* @group My Group */

/* @end */

.pollstableborder {
	text-align: left;
}
.pollstableborder .sectiontableentry1, .pollstableborder .sectiontableentry2 {
	background: none;
	border:  0;
}
/* @end */

/*  THIS IS THE ABOUT US MENU IN THE LEFT SIDEBAR */

a.mainlevel {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 2px 5px;
	margin-bottom: 3px;
	font-size:110%;
}
a.sublevel {
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	font-size:110%;
}
a.mainlevel:hover {
	text-decoration: underline;
}
a.sublevel:hover {
	text-decoration: none;
}
.nounder {
	text-decoration: none;
	border: 0;
}
.style-wrapper {
	padding-left: 70px;
	padding-top: 30px;
}
.style {
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
}
/* This handles the Featured Content module in the body */

/*td.inset {
	position:relative;
	top:312;
	}
*/
td.inset div.moduletable-next {
	min-height:135px;
	width:135px;
	float:right;
	margin:8px 0px 50px 0px;
	background: url(../images/body/body-module.png) 100% 0 no-repeat;
}
td.inset div.moduletable-next h3 {
	color:#600;
	background:url(../images/body/inset_bg.png) 0 0 repeat-y;
	padding:9px 6px;
	margin:2px 0 6px 0;
	font-weight:normal;
}
td.inset div.moduletable-next p {
	margin: 0px 15px 5px 5px;
}
div.moduletable-next img {
	background: #EFEFEF url(../images/body/sidenav_bg.png) 0 0 repeat-y;
	border-top:1px solid #fff;
	border-bottom:1px solid #f3f3f3;
	padding: 0 3px 0 0;
}
div.moduletable-next a {
	width: 110px;
	font-weight:bold;
	color:#333;
	background:url(../images/body/sidenav_bg.png) 0 0 repeat-y;
	border-top:1px solid #fff;
	border-bottom:1px solid #f3f3f3;
	border-left:1px solid #e3e3e3;
	padding:1px 5px;
	float:left;
	margin-left:-4px;
}
div.moduletable-next a:hover {
	color:#900;
	text-decoration:none;
	background:none;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #e3e3e3;
}
/* Facile Forms styling */

.form_content {
	color:#900;
}
.form_content .introduction {
	color:#222;
	line-height: 140%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px 25px;
	line-height:16px;
}
.form_content .label {
	color: #222;
}
.form_content .subhead {
	color: #222;
	font-size: 130%;
}
.form_content .description {
	color:#222;
	font-size:90%;
	padding:0px 25px;
	line-height:12px;
}
.form_content .reminder {
	color:#222;
	font-size:90%;
	padding:0px 25px;
	line-height:12px;
	text-decoration:underline;
}	
.form_content .headline {
	font-size: 150%;
	color: #222;
	width:100%;
	padding:8px 10px;
	background:url(../images/body/sidenav_bg.png) 0 0 repeat-y;
}
/* @end */

/* @end */

img.album {
	border: 0;
}
/* roklatest stuff */

#accordian {
	margin-right: -10px;
	margin-top: -29px;
}
#accordian h3.toggler {
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	padding: 0 5px;
	margin: 0;
}
#accordian div.element {
	padding: 10px 5px;
}
/*
Images are wrapped in divs classed "flickr_badge_image" with ids
"flickr_badge_imageX" where "X" is an integer specifying ordinal position.
Below are some styles to get you started!
*/
#flickr_badge_uber_wrapper {
	text-align:center;
}
#flickr_badge_wrapper {
	padding:10px 0 10px 0;
}
.flickr_badge_image {
	float:left;
}
.flickr_badge_image img {
	float: left;
	margin: 0 3px 3px 0;
	border: 0;
}
#flickr_badge_icon {
	float:left;
	margin-right:5px;
}
#flickr_www {
	display:block;
	padding:0 10px 0 10px !important;
	font: 11px Arial, Helvetica, Sans serif !important;
	color:#3993ff !important;
}