/* @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;
  background: #afaaaa;
}

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 {
	font-size: 13px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 { 
   font-size: 150%;
}

h4 {
	font-size:  120%;
}

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

div.moduletable h3,
.componentheading {
	font-size: 150%;
}

.contentheading {
	font-size: 150%;
}

.componentheading{
 margin-bottom: 5px;
}
.title {
	font-size: 125%;
	font-weight: bold;
}

td.componentheading {
}

/* @end */

/* @group Family */

body {
		font-family: Arial, Helvetica, sans-serif;
		color: #1D2D45;
		font-size: 12px;
}

div#top {
	color: #666;
}

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

div.moduletable h3,
div.moduletable-hilite1 h3,
div.mdouletable-hilite2 h3,
.contentheading {
	/* see style css */
}

table.headlines div.moduletable h3,
.componentheading {
	/* see style css */
}

a:link,
a:visited {
	/* color: see style css */
	color: #000066;
	text-decoration: none;
}

div#bottom a:link,
div#bottom a:visited {
	color: #99CC00;
}

a:hover {

	text-decoration: underline;
}

/* @end */

/* @end */

/* @end */

/* @group Structure */

html {
	background-color: #afaaaa;
	background-repeat: no-repeat;
}

div#wrapper {
	margin: 0 auto;
	width: 868px;
	padding-top: 0px;
}

div#header .rk-1 {
	background-image: url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

div#header .rk-2 {
	height: 147px;
}

img#logo {
	float:  left;
	width: 255px;
	height: 147px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#top {
	margin-left:  520px;
	height: 138px;
	font-style: italic;
}

div#top .padding {
	padding:  15px;
}
#solutionspadding {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

div#horiz-menu {
	background: url(../images/menu-bg.png) 0 0 repeat-x;
	height: 36px;
}

table.mainbody,
table.usermodules {
	width: 100%;
}

td.mainbody {
	background: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;*/
}
td.solutions, td.solutions2{
	border: 1px solid #CCCCCC;
}
td.usermodules {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 295px;
}

td.usermodules h3 {
	color: #121A28;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

td.mainbody .padding,
td.right .padding {
	padding: 15px;
}
#advantage_bkg {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
}

td.mainbody .padding,
         td.left .padding {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
         }

td.right {
	background: #EEF6FF url(../images/col-divider.png) 0 0 repeat-y;
	width: 200px;
}

/*left column*/
td.mainbody .padding,
         td.left .padding {
         padding: 15px;
         }
td.left{
	width: 200px;
	background-color: #525051;
	background-repeat: repeat-y;
	background-position: 0 0;
         }
td.left div.moduletable {
         }
td.left div.moduletable h3 {
         }

/*div#bottom {
	background: #121A28 url(../images/bottom-bg.png) 0 0 repeat-x;
}*/
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	}
div#footer a:link,
div#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div#footer {
	background: url(../images/footer-bg.png) 0 0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

div#footer .rk-1 {
	background: url(../images/footer-r.png) 100% 0 no-repeat;
}

div#footer .rk-2 {
	background: url(../images/footer-l.png) 0 0 no-repeat;
	height: 57px;
	overflow: hidden;
	padding-top: 5px;
}


/* My Comment */



/* @group menus */

div#horiz-menu ul {
	margin: 0;
	padding: 6px 0 0 0;
}

div#horiz-menu li {
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
	background: url(../images/menu-divider.png) 100% 0 repeat-y;
}

div#horiz-menu a:link,
div#horiz-menu a:visited {
	display: block;
	float: left;
	padding: 0 22px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

div#horiz-menu a:hover{
	background-color: #000066;
}
/* My Comment */

/* My Comment */

/* @end */

/* @group content */

.hide {
	display: none;
}
form {
	border: 0;
	margin: 0;
	padding: 0;
}

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


.highlight {
  background-color: #ffc;
}

/* @end */

/* @end */

/* @group Joomla Core */

/* @group modules */

div.moduletable h3 {
	color: #121A28;
	padding: 3px 0;
}

td.right div.moduletable {
	color: #121A28;
}

td.right div.moduletable h3 {
}

div#bottom div.moduletable {
	color: #333333;
}

div#bottom div.moduletable h3 {
	border-bottom: 3px solid #243959;
	color: #fff;
}

/* @end */

/* @group content */

.contentheading {
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.componentheading {
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

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:link, a.readon:visited {
	display: block;
	float: right;
	color: #FFFFFF;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	background: url(../images/button.png) no-repeat left;
	width: 75px;
	height: 21px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 1px;
	margin-right: 10px;
}
a.readon:hover {
	color: #999999;
}

.small {
	color: #666;
}

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

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

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-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;*/
}
table.advbody td.advbody td.sectiontableheader {
	font-weight: bold;
	line-height: 20px;
	background: #f6f6f6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #333333;
}

tr.sectiontableentry2 td,
td.sectiontableentry1 {
	background: #fcfcfc;
}

/* @group My Group */

/* @end */

.pollstableborder .sectiontableentry1,
.pollstableborder .sectiontableentry2 {
	background: none;
	border:  0;
}


/* @end */

/* @group mainmenu */

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/side_menu_bg.png) no-repeat;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #ccc;
}

a.mainlevel#active_menu {
	background-position: 0px -25px;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #ccc;
	font-weight: bold;
}

a.sublevel:link, a.sublevel:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	width: 100%;
	text-decoration: none;;
	padding-top: 5px;	
	display: block;
	background: url(../images/side_menu_bg.png) no-repeat;
	padding-left: 30px;
	height: 20px !important;
}

a.sublevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #ccc;
}

a.sublevel#active_menu {
	background-position: 0px -25px;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}

a.sublevel#active_menu:hover {
	color: #ccc;
	font-weight: bold;
}

.solutionstitle2{
	font-size: 18px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	font-weight: bold;
}
.solutionstitle{
	font-size: 18px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	font-weight: bold;
	line-height: 25px;
}
.solutionstext{
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
}
table.solutions ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 0px;
	list-style-position: outside;
}
table.solutions  li{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
table.solutions {
	border: 1px solid #CCCCCC;
	width: 195px;
	vertical-align: top;
	margin-right: 8px;
}
table.solutions ul, table.solutions2 ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 0px;
	list-style-position: outside;
}
table.solutions  li, table.solutions2 li{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
table.solutions {
	border: 1px solid #CCCCCC;
	width: 195px;
	vertical-align: top;
	margin-right: 8px;
}
table.solutions2 {
	border: 1px solid #CCCCCC;
	width: 619px;
	vertical-align: top;
	margin-right: 8px;
}
.button{
	display: block;
	float: right;
	color: #FFFFFF;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	background: url(../images/button.png) no-repeat left;
	width: 75px;
	height: 21px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 1px;
	margin-right: 10px;
}
a.button:link, a.button:visited {
	display: block;
	float: right;
	color: #FFFFFF;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	background: url(../images/button.png) no-repeat left;
	width: 75px;
	height: 21px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 1px;
	margin-right: 10px;
}
a.button:hover {
	color: #999999;
}
.white {
	color: #FFFFFF;
}
a.white:link, a.white:visited {
	color: #FFFFFF;
	text-decoration: none;

}
a.white:hover {
	color: #000066;
}
/* @end */

/* @end */

