/* custom stuff */
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 12px;
}

a:link, a:visited {
	color: #971111; 
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #c00;	
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	outline: none;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

div, p,  table, td, th {
	font-family: Tahoma,Arial,sans-serif;
	line-height: 130%;

}

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


span.pathway img {
	padding: 0 5px;

}

span.pathway {
	display: block;
	margin-bottom: 15px;
}


div.componentheading {
  padding-left: 0px;
}


a.readon {
	display: block;
	margin-top: 10px;
	padding-left: 18px;
	line-height: 16px;
	height: 16px;
}

a.contentpagetitle {
	font-weight: bold;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;	
	padding-bottom: 5px;
}

h2, .contentheading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #666;
	padding-top: 15px;
	padding-bottom: 5px;
}

h3 { 

}


table.blog td.contentheading {

}

table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

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


td.buttonheading {
	
}

td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 5px;
}

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

h2.componentheading {
 	margin: 0;
 	padding: 0;
}

div.moduletable h3, .componentheading, td.topleft_mods .contentheading, td.showcase_mods .contentheading {
	border: 0px solid #f00;
	margin: 0;
	margin-bottom: 0px;
	height: 37px;
	line-height: 26px;
	font-size: 11px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 8px;
	color: #333;
}

td.topleft_mods .contentheading,
td.showcase_mods .contentheading {
	padding-bottom: 0px;
	padding: 0;
	padding-bottom: 10px;
	vertical-align: top;
}

div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
	text-align: left;
}

div.moduletable ul li {
	padding-bottom: 3px;
	text-align: left;
}


div.moduletable {
	padding-bottom: 15px;
	padding-left: 8px;
	padding-right: 8px;
}

div#maincontent div.moduletable {
	padding-left: 0;
	padding-right:0;
}


.small {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: 10px;
  color: #666;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}


/** template stuff **/

.contentpad {
	padding: 5px 10px;
}

table#content {
	clear: both;
}

body.center div#wrapper {
	margin: 0 auto;
}

body.thin #nav a {
	padding: 0em 0.5em 0.2em 1.1em;
}

body.thin div#wrapper {
	width: 773px;	
}

body.thin div#searchbox_mods {
	width: 400px;
}

body.thin div#newsflash_mods {
	right: 150px;
	width: 150px;
}

body.thin td.inset_mods {
	width: 150px;
}

body.thin table.nospace td.topleft_mods {
	width: 150px;
}

body.thin table.nospace td.right_mods {
	width: 150px;
}

body.wide #nav a {
	padding: 0em 1.5em 0.2em;
}

body.wide div#wrapper {
	width: 995px;
}

body.wide div#searchbox_mods {
	width: 206px;
}

body.wide div#newsflash_mods {
	right: 206px;
	width: 280px;
}

body.wide td.inset_mods {
	width: 200px;
}

body.wide table.nospace td.topleft_mods {
	width: 205px;
}

body.wide table.nospace td.right_mods {
	width: 205px;
}

body.vmax #nav a {
	padding: 0em 1.5em 0.2em;
}

body.vmax div#wrapper {
		min-width: 875px;
		max-width: 1000px;
}

body.vmax div#searchbox_mods {
	width: 390px;
}

body.vmax div#newsflash_mods {
	right: 15%;
	width: 20%;
}

body.vmax td.inset_mods {
	width:45%;
}

body.vmax table.nospace td.topleft_mods {
	width: 25%;
}

body.vmax table.nospace td.right_mods {
	width: 210px;
}

body.full #nav a {
	padding: 0em 1.5em 0.2em;
}

body.full div#wrapper {
		margin: 0;
		min-width: 750px;
}

body.full div#searchbox_mods {
	width: 15%;
}

body.full div#newsflash_mods {
	right: 15%;
	width: 20%;
}

body.full td.inset_mods {
	width:25%;
}

body.full table.nospace td.topleft_mods {
	width: 25%;
}

body.full table.nospace td.right_mods {
	width: 20%;
}


/* frame info */

div#header {
	height: 98px;
	position: relative;
}

div#header div, div#header td {
	color: #fff;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;	
	height: 98px;
	width: 88px;	
}

div#headertext {
	position: absolute;
	left: 88px;
	top: 23px;	
	height: 54px;
	width: 366px;	
}

div#searchbox_mods {
	position: absolute;
	right: 0;
	top: 2px;
	height: 93px;
	overflow: hidden;
	left: -18px;
	width: 961px;
	background-color: #00FF33;


}

div.search input {
	width: 100%;
	margin-bottom: 5px;

}

div#newsflash_mods {
	position: absolute;
	top: 5px;
	height: 88px;
	overflow: hidden;
}



div#horizmenu {
	height: 29px;
}



div#logo2 {
	height: 23px;
}

div#centernav {
	margin: 0 auto !important;
	margin: 0;
	display: table !important;
	display: block;
	text-align: center;
}

table.nospace {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

table.nospace td {

}

div#padbottom {
	height: 4px;
	overflow: hidden;
}

div#maincontent {
	padding: 20px 8px 8px 8px;
}

div#footer_mods {
	height: 29px;
	text-align: center;
	line-height: 29px;
}

div.leftdots {
	margin-left: 4px;
	padding-left: 14px;
}

table.nospace td.showcase_mods {
	padding-top: 10px;
}

div#shadow_tr, div#shadow_tl {
	padding-top: 12px;
}




/* default menu link styles */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 5px;
}

a.mainlevel:hover {

}


div#quote {
	padding-top: 10px;
	margin-right: 10px;
	text-align: left;
	float: right;
	width: 505px !Important;
	width: 485px;
}

div#quote td {
	text-align: left;
}

table.menublock {
	margin: 0 15px;
}

td.summary {
	background: #eef3f9;
	padding: 5px;
	padding-left: 10px;
} 

td.latestnews {
	background: #eef3f9;
	padding: 5px;
}

div#topnav {clear:both; text-decoration:none;}

#topnav {
margin-left: 90px;
}

/** tab menu stuff **/
#topnav ul#mainlevel {
	float: left;
  padding: 0;
  margin:0;
  list-style: none;
  border-left: 1px solid #700d0d;
  border-right: 1px solid #a1150f;
}

#topnav #mainlevel li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #700d0d;
}

#topnav #mainlevel a:link, #topnav #mainlevel a:visited {
	font-size: 11px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: bold;
	text-transform: uppercase;
  color: #FFBA26;
	float:left;
  display:block;
	padding: 0 20px;
	height: 29px;
	line-height: 29px;
  text-decoration: none;
	background: url(../images/ig_menu_off.png) 0 0 no-repeat;
	border: 0;
}

#topnav #mainlevel li.redactive_menu {
	border-right: 1px solid #aa7a15;
}

#topnav #mainlevel li.redactive_menu a:link, #topnav #mainlevel li.redactive_menu a:visited {
	background: url(../images/ig_menu_active.png) 0 0 no-repeat;
	color: #821110;
	float:left;
		padding: 0 20px;
	height: 29px;
	line-height: 29px;
}


#topnav #mainlevel a:hover {
  color: #fff;
}

#topnav #mainlevel li.redactive_menu a:hover {
	color: #821110;
}



td.right_mods div.moduletable h3.submenu {
	color: #fff;
}

div.moduletable ul.submenu li {
	padding-bottom: 0px;
}

td.right_mods span.small {
	color: #ccc;
}

/*** subnav stuff **/

#subnav {
	height: 30px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #222 url(../images/ig_submenu_bg.png) repeat-x;
	padding-left: 90px;
}

#subnav ul.submenu {
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/ig_submenu_div.png) 0 0 no-repeat;
	padding-left: 2px;
}

ul.submenu li,
ul.submenu li.active_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	padding-right: 2px;
	background: url(../images/ig_submenu_div.png) 100% 0 no-repeat;
}

ul.submenu li.active_menu a:link, 
ul.submenu li.active_menu a:visited, 
ul.submenu li.active_menu a:hover {
	color: #FFBA26;
}

ul.submenu a {
	float: left;
	display: block;
	height: 30px;
	padding: 0 10px;
	line-height: 34px;
	font-size: 11px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: bold;
	text-transform: uppercase;	
}

ul.submenu li.active_menu a {
	background: url(../images/ig_submenu_active.png) 50% 0 no-repeat;
}

ul.submenu a:link,
ul.submenu a:visited {
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
}

ul.submenu a:hover {
	color: #fff;
	font-weight: bold;
}

/** sidenav stuff **/

div.moduletable ul.sidemenu {
        margin: 5px 0 0 0;
        padding: 0;
}

ul.sidemenu li {
        margin: 0;
        padding: 0;
        list-style: none;

}

ul.sidemenu li.active_menu a:link,
ul.sidemenu li.active_menu a:visited,
ul.sidemenu li.active_menu a:hover {
        color: #821110;
        text-decoration: none;
}

ul.sidemenu a {
        background: url(../images/ig_module_submenu.png);
        display: block;
        height: 23px;
        line-height: 21px;
        padding-left: 20px;
}

ul.sidemenu li.active_menu a {
        background-position: 0 -30px;
}

ul.sidemenu a:hover {

}

/* color stuff */

body {
	background: url(../images/ig_background_grey.png);
}

div, p,  table, td, th {
	color: #333;	
}

a:link, a:visited {
	color: #9C1B14; 
}

a:hover {
	color: #c00;	
}

a.mainlevel:link, a.mainlevel:visited {
	background: url(../images/ig_module_bullet_grey.png) 5px 2px no-repeat;
	font-weight: normal;
}

ul {
	
}

td.topleft_mods div, td.topleft_mods p, td.topleft_mods td, td.topleft_mods th,
td.showcase_mods div, td.showcase_mods p, td.showcase_mods td, td.showcase_mods th,
td.right_mods div, td.right_mods p, td.right_mods td, td.right_mods th {
	color: #ddd;
}

td.topleft_mods a:link, td.topleft_mods a:visited,
td.showcase_mods a:link, td.showcase_mods a:visited,
td.right_mods a:link, td.right_mods a:visited {
	color: #FFBA26;
}

td.topleft_mods a:hover,
td.showcase_mods a:hover,
td.right_mods a:hover {
	color: #fff;
}

td.topleft_mods div.moduletable ul,
td.showcase_mods div.moduletable ul {
	list-style: url(../images/ig_module_bullet2_grey.png);
}

a.readon {
	background: url(../images/ig_readmore_white.png) 0px 0px no-repeat;
}

td.showcase_mods a.readon {
	background: url(../images/ig_readmore_grey.png) 0px 0px no-repeat;
}

div#shadow_l {
	background: #fff url(../images/ig_shadow_left_grey.png) 0 0 repeat-y;
}

div#shadow_r {
	padding: 0 14px;
	background: url(../images/ig_shadow_right_grey.png) 100% 0 repeat-y;
}

div#header {
	background: url(../images/ig_header_red.png);
}


div#logo {
	background: url(../images/ig_rocket_red.png);

}

div#headertext {
	background: url(../images/ig_headertext_red.png);
}

div#searchbox_mods {

}

div#searchbox_mods input.inputbox {

}

div#newsflash_mods {
	background: url(../images/ig_vertdots_white.png) 0 0 repeat-y;	
}

div#horizmenu {
	background: url(../images/ig_menu_bg_red.png) 0 0 repeat-x;
}

div#logo2 {
	background: url(../images/ig_rocket2_red.png) no-repeat;
}


td.maincontent {
	background: #fff;
}

div#maincontent {
	background: url(../images/ig_content_shadow_top_white.png) 0 0 repeat-x;
}

td.footer {
	background: #404040 url(../images/ig_content_shadow_bottom_white.png) 0 0 repeat-x;
}

td.topleft_mods {
	background: #4d4d4d url(../images/ig_module_shadow_right_grey.png) 100% 0 repeat-y;
}

div.shadow_t {
	background: url(../images/ig_module_shadow_top_grey.png) 0 0 repeat-x;
}

div#shadow_tr {
	background: url(../images/ig_module_shadow_tr_grey.png) 100% 0 no-repeat;
}

td.right_mods {
	background: #4d4d4d url(../images/ig_module_shadow_left_grey.png) 0 0 repeat-y;
}

div#shadow_tl {
	background: url(../images/ig_module_shadow_tl_grey.png) 0 0 no-repeat;
}

td.showcase_mods {
	background: #404040 url(../images/ig_showcase_shadow_top_grey.png) 0 0 repeat-x;
}

td.topleft_mods div.moduletable h3,
td.right_mods div.moduletable h3 {
	background: url(../images/ig_module_header_grey.png) no-repeat;
	color: #FFBA26;
}

td.showcase_mods h1 {
	border: 0px solid #f00;
	margin: 0;
	margin-bottom: 0px;
	height: 37px;
	line-height: 26px;
	font-size: 11px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 8px;
	background: url(../images/ig_module_header_grey.png) no-repeat;
	color: #FFBA26;	
	
}

td.showcase_mods div.moduletable h3,
td.showcase_mods td.contentheading,
td.showcase_mods h1 {
	background: url(../images/ig_showcase_header_grey.png) no-repeat;
	color: #FFBA26;
}

div#maincontent div.moduletable h3,
.componentheading {
	background: url(../images/ig_content_header_white.png) no-repeat;
}

div#footer_mods {
	background: #404040 url(../images/ig_menu_bg_red.png) 0 0 repeat-x;
	color: #fff;
}

div#subfooter_mods {
	background: #404040 url(../images/subfoot_shadow.png) 0 100% repeat-x;
	padding: 10px 30px;
}

div#subfooter_notice {
	background: url(../images/subfoot_notice.png) 0 0 no-repeat;
	height: 47px;
	padding-left: 60px;
	color: #ccc;
}

div#footer_mods a:link,
div#footer_mods a:visited,
div#footer_mods a:hover {
	color: #fff;
}

div.leftdots {
	background: url(../images/ig_vertdots_content_white.png) 0 0 repeat-y;
}





/* some page content things */

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

div.moduletable span.article_seperator {
	display: none;
}

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

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

body.contentpane {
	background: #fff;
}

/* payment layout stuff */

table.pricing {
	margin: 0 auto;
	width: 520px;
	margin-top: 15px;
}

table.pricing form {
	margin: 0;
	padding: 0;
}

fieldset.bestvalue {
	border: 1px solid #ccc;
	width: 550px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

fieldset.bestvalue table.pricing {
	margin-top: -20px !important;
	margin-top: 0;
}

table.pricing tr.seperator td {
	height: 20px;
}

table.pricing td.text {
	width: 100%;
	padding-left: 20px;
}

table.pricing span.blue {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #4264A1;
}

table.pricing span.green {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #71891D;
}

table.pricing span.red, fieldset.bestvalue legend {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #9A3C27;
}

fieldset.bestvalue legend {
	text-align: center;
	margin-left: 220px;
	font-size: 20px;
}

.hide {
	visibility:hidden;
	height:0;
	overflow:hidden;
}


div.message {
	background: #009;
 	color: #fff;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

td.right_mods ul#mainlevel {
	list-style: none;
	margin: 0;
	padding: 0;
}

td.right_mods ul#mainlevel li {
	background: none;
	padding: 0;
	margin: 0;
}

td.right_mods ul#manilevel a.mainlevel:link,
td.right_mods ul#manilevel a.mainlevel:visited {
    background-color: transparent;
    background-image: url(../images/ig_module_submenu.png);
}

td.inset_mods ul#mainlevel a.mainlevel:link,
td.inset_mods ul#mainlevel a.mainlevel:visited {
	padding: 0;
	background: none;
}


/* stuff for login module */

img.sotm_image {
	float: right;
	width: 280px;
}

div.sotm_text {
	margin-right: 310px;
}

div.datetext {
	font-size: 10px;
	margin-top: 4px;
}

div.datetext a {
	color: #fff;
}

div.withavatar {
	background: url(../images/header_cutout.png) no-repeat;
	float: left;
	height: 87px;
	width: 75px;
}

div.withavatar img {
  margin-left: 7px;
  margin-top: 14px;
}

div.loginintro {
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-right: 5px;
}

div.loginintro h5,
div.loginform h5 {
  color: #FFBA26;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: Tahoma, Helvetica, sans-serif;
  font-weight: bold;
}

div.loginintro .small,
div.loginform .small {
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #fff;
	font-size: 10px;
}

div.loginintro .grey {
	color: #ccc;
}

div.loginlinks {
	float: left;
	width: 120px;
	background: url(../images/loginlinks_sep.png) no-repeat;
}

div.loginlinks ul {
	margin: 0;
	margin-left: 10px;
	margin-top: 8px;
	padding: 0;
	list-style: none;
}

div.loginlinks li {
	background: url(../images/loginlink_bullet.png) 0 3px no-repeat;
	padding-left: 12px;
}

div.loginlinks a:link,
div.loginlinks a:visited {
	color: #fff;
	font-size: 11px;
}

div.loginlinks a:hover {
	color: #FFBA26;
}

#subfooter_mods a {
	color: #fff;
}

div.loginform {
	padding-left: 50px;
	padding-top: 15px;
}

div.loginform a:link,
div.loginform a:visited {
  color: #FFBA26;
}

div.spotlight_pics {
	float: left;
	width:195px;
}

div.spotlight_text {
	margin-left: 200px;
}

.moofx-toggler {
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	background: url(/modules/rt_latest/closed.gif) no-repeat;
}

.moofx-toggler-down {
	background: url(/modules/rt_latest/open.gif) no-repeat;
}

.moofx-title a {
	line-height: 16px;
}

.moofx-slider {
	padding-left: 20px;
	background: #fff;
}

.moofx-bottom {
  	margin-top: 3px;
  	border-top: 1px solid #ccc;
  	height: 3px;
  	overflow: hidden;
}

td div.renew_intro { 
	background: #ffc;
	border: 1px solid #cc3;
	color: #333;
	font-size: 11px; 
	padding: 6px;
}

.validate {
	text-align: center;
	padding-top: 4px;
}

.notice {
	background: #ffc;
	border: 1px solid #cc3;
	padding: 10px;
	text-align: center;
	color: #333;
}

div.timer {
	color: #666;
	font-size: 10px;
	text-align: center;
}
