/* CSS Document */

html {
	height: 100%;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #c64934;
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}


#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

ul{
	margin-left: 15px;
	padding: 0;
	list-style: none;
}

ul li{
	list-style-image: none;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
	line-height: 18px;
	padding: 0px 0px 0px 15px;
	margin-left: 15px 0px 0px 15px;
}


td {
	text-align: left;
	font-size: 11px;
	line-height: 1.25;
}


.contentheading {
font-family: Verdana, Arial, Helvetica, Sans Serif;
height: 0px;
color: #f0ae29;
font-weight: bold;
font-size: 14px;
}


.contentheading {
font-family: Verdana, Arial, Helvetica, Sans Serif;
height: 0px;
color: #f0ae29;
font-weight: bold;
font-size: 14px;
}


/* Joomla core stuff */
a:link, a:visited {
	color: #4566d0; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ae4528;	text-decoration: none;
	font-weight: bold;
}

table.contentpane {
  width: 90%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 25px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}


table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}



.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	color: #f0ae29;
	text-align: left;
	padding-top: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	height: 0px;
	color:#000000;
	font-size:14px;
	font-weight:normal;
}



.contentpagetitle {
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}



.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

a.mainlevel_top:link, a.mainlevel_top:visited {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-right: 12px;
	padding-bottom: 0px;
	text-decoration: none;
}

a.mainlevel_top:hover {
	text-decoration: none;
	color: #4566d0;
}

a.mainlevel_top#active_menu {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

a.mainlevel_top#active_menu:hover {
	color: #4566d0;
	text-decoration: none;
}

a.mainlevel_footer:link, a.mainlevel_footer:visited {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	padding: 0px;
	text-decoration: underline;
}

a.mainlevel_footer:hover {
	color: #000000;
}

a.mainlevel_footer#active_menu {
	color:#ffffff;
	font-weight: bold;
}

a.mainlevel_footer#active_menu:hover {
	color: #000000;
}


a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}


table.contentpaneopen td span.highlight {
	position: relative;
	top: 0px;
	background-color: Yellow;
	color: Blue;
	padding: 0;
	width: 1%;
}

table.contentpaneopen td span.pagenav {
	padding:0pt;
	position:relative;
	top:0px;
	width:1%;
	font-size: 10px;
	color: #999999;
}

.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

.mosimage_caption {
	margin: 2px 0px 0px 0px;
	padding: 1px 2px 0px 2px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

.mosimage_caption a:link, .mosimage_caption a:visited {
	color: #3366cc; text-decoration: none;
	font-weight: normal;
}

.mosimage_caption a:hover {
	color: #4566d0;	text-decoration: none;
	font-weight: normal;
}


span.article_seperator {
	display: block;
	height: 10px;
}

div.moduletable_admod table.contentpaneopen span.article_seperator {
	display: block;
	height: 1px;
}




/* SMG Template */


html,body{
	margin:0;
	padding:0;
}

body{
	height: 100%;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	line-height: 1.25;
	font-size: 11px;
	color: #333333;
	background: #f5f6fb;
	text-align:left;
}

p{
	margin:0 10px 10px;
}

div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #EEE;
	color: #79B30B;
}


div#content p{
	line-height:1.4;
}


div#extra{
	background:#FF8539;
}


div#footer p{
	margin:0;
	padding:5px 10px;
}

div#container{
	text-align:left;
	width:955px;
	margin:0 auto;
	background: url(../images/content_body.gif) repeat-y;
}

div#single_column{
	position: relative;
	float:left;
	width:740px;
	margin-bottom: 40px;
	padding: 0px 0px 20px 20px;
}

div#content{
	position: relative;
	float:right;
	width:642px;
	padding-top: 50px;
	margin-bottom: 40px;
}

div#leftcolumn{
	float:left;
	width:313px;
	padding-top: 20px;
	margin-bottom: 40px;
}

div#alt_leftcolumn{
	float:left;
	width:313px;
	padding-top: 40px;
	margin-bottom: 40px;
}

div#three_column_left{
	float:left;
	width:156px;
	margin-bottom: 40px;
}

div#three_column_mid{
	float:left;
	width:454px;
	margin-bottom: 40px;
	padding: 0px 0px 20px 20px;
}

div#three_column_right{
	float:left;
	width:313px;
	margin-bottom: 40px;
	padding-top: 20px;
}

div#footer{
	clear:both;
	width:955px;
	height: 80px;
	color: #000000;
	font-size: 11px;
	padding-top: 10px;
	line-height: 1.5;
	position: relative;
	background-color: #f5f6fb;
	background: url(../images/footer_bg.jpg) no-repeat;
}

#copright {
	position: relative;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #ffffff;
	z-index: 99;
}

div#top_banner_ad{
	width:728px;
	margin: 0px auto 28px 114px;
	padding: 28px 0px 0px 0px;
	background-color: #f5f6fb;	
}

div#header_img{
	position: relative;
	height: 89px;
	width: 955px;
	z-index: 1;
}

div#subscribe_button{
	padding-bottom: 10px;
}

#nav{
	width: 480px;
	margin: 0px;
	position: relative;
	top: 10px;
	float: right;
	z-index: 10;
}

#searchbox{
	clear: both;
	position: relative;
	right: 18px;
	top: 19px;
	z-index: 10;
}

#logolink {
	position: absolute;
	top: 175px;
	z-index: 99;
}

#logo_img {
	position: absolute;
	top: 178px;
	z-index: 0;
}

.moduletable_footer table td{
	text-align: center;
	color: #ffffff;
	padding: 0px;
}

div#content table.contentpaneopen p {
	position: relative;
	left: -10px;
	padding-top: 10px;
}


table.contentpaneopen td span{
	position:absolute;
	top: 0px;
	font-weight: normal;
	width: 300px;
	font-size: 20px;
	color: #F0AE29;
}

table.contentpaneopen td span.small {
	position:static;
	color: #999999;
	font-size: 11px;
}


.moduletable_admod{
	position: relative;
	padding-top: 20px;
}


.photo_mod{
	position: relative;
	left: 15px;
	padding: 0px;
	width: 300px;
}

.photo_mod a:link, .photo_mod a:visited {
	color: #3366cc; text-decoration: none;
	font-weight: normal;
}

.photo_mod a:hover {
	color: #4566d0;	text-decoration: none;
	font-weight: normal;
}

.photo_caption{
	font-size: 11px;
	font-weight: normal;
	width: 300px;
	text-align: left;
}

.photo_caption a:link, .photo_caption a:visited {
	color: #3366cc; text-decoration: none;
	font-weight: normal;
}

.photo_caption a:hover {
	color: #4566d0;	text-decoration: none;
	font-weight: normal;
}



div.moduletable_coverstory table.contentpaneopen {
	width: 95%;
	margin: 0px;
}



div.moduletable_columns table.contentpaneopen {
	width: 95%;
	margin: 0px;
}



div.moduletable_featured table.contentpaneopen {
	width: 95%;
	margin: 0px;
}



div.moduletable_profiles table.contentpaneopen {
	width: 95%;
	margin: 0px;
}

div.moduletable_choice table.contentpaneopen {
	width: 95%;
	margin: 0px;
}

.moduletable_skyscraper{
	height: 600px;
	width: 160px;
	text-align: center;
	margin: 0px auto 0px auto; 
}

div.moduletable_admod table.contentpaneopen {
	width: 300px;
	padding: 0px;
	border-collapse: collapse;
	margin: 0px;
}

.subformdiv_subscriber-form{
}

.form_paragraph_subscriber-form {
	text-align: left;
}

.formleftcolumn, .formrightcolumn, .formsinglecolumn {
  font-weight: bold;
}

.formblock {
  padding: 20px 0px 20px 0px;
}

.formblocktop {
  padding: 20px 0px 0px 0px;
}

.formblockbottom {
  padding: 0px 0px 20px 0px;
}

table.contentpaneopen td span.Subhead{
	position:static;
	font-weight: normal;
}

.moduletable_issuelabel {
  font-weight: bold;
  margin-left: -5px;
}

.perpage_ad {
	padding-top: 20px;
	z-index: 1000;
}

.mosimage {
	margin: 6px;
}

.mosimage img {
	margin: 0px;
}

.storyimage {
	width: 300px;
	position: absolute;
	left: 480px;
	top: 20px;
}

.storyimage .mosimage {
	position: relative;
	right: 10px;
}

div#contentitem_single_column{
	position: relative;
	float:left;
	width:484px;
	margin-bottom: 40px;
	margin-top: 5px;
	padding: 20px 0px 20px 20px;
}


table.contentpaneopen p {
	padding-left: 0px;
	margin-left: 0px;
}

.other_input {
       padding: 5px 0px 10px 0px;
       font-weight: normal;
}


#single_column .contentheading {
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	height: 0px;
	color: #F0AD28;
	font-weight: normal;
	font-size: 20px;
}

.contentheading_title {
	font-weight: bold; 
	font-size: 16px; 
	margin-left: 0pt; 
	padding-left: 10px;
	color: rgb(221, 14, 8); 
	font-family: Arial,Helvetica,sans-serif;
}

.contentpaneopen_title {
	padding-left: 20px;
}

#sidebar {
	background-color: #fdd552;
	padding:10px;
	position: relative;
	left: 20px;
}

#sidebar ul li{
	list-style-image: none;
    background-image: url(../images/bullet_black.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
	line-height: 18px;
	padding-left: 15px;
	padding-top: 0px;
	margin-left: -10px;
}

#animated_book{
	margin: 0px auto 10px 12px;
	text-align: middle;
}

.moduletable_login .inputbox  {
	margin-bottom: 10px;
}

.moduletable_login .button  {
	margin-bottom: 10px;
}

.moduletable_welcome {
	position: relative;
	top: 65px;
	left: -850px;
}

div#welcome_message{
	padding-bottom: 18px;
	position: relative;
	top: 10px;
	font-weight: bold;
}

#mod_login_remember {
	position: relative;
	top: 10px;
}

.moduletable_login .button {
	margin-top: 20px;
}

.formsinglecolumn_top {
	padding-bottom: 10px;
}

.formtable .inputbox {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
}

.componentheading_richpaper {
color:#F0AE29;
font-family:Arial,Helvetica,sans-serif;
font-size:20px;
font-weight:normal;
padding-bottom: 30px;
}

.moduletable_archive_menu a:link, .moduletable_archive_menu a:visited{
	padding-left: 12px; 
	font-size: 10px;
}

.moduletable_archive_menu img{
	margin: 0px auto 5px 25px;
}

.moduletable_archive_menu {
	width: 155px;
	padding: 10px 0px 10px 0px;
	margin: 20px 0px 20px 0px;
}

#subscribemod_headline {
	font-weight: bold;
	color: #ffffff;
	background-color: #73788b;
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

#single_column .componentheading{
	font-weight: normal; 
	font-size: 20px; 
	margin-left: 2pt;
	margin-top: 0pt; 
	margin-bottom: 15px; 
	color: #f0ae29; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.contentheading_title {
	font-weight: bold; 
	font-size: 16px; 
	margin-left: 0pt; 
	padding-left: 10px;
	color: rgb(221, 14, 8); 
	font-family: Arial,Helvetica,sans-serif;
}

.contentpaneopen_title {
	padding-left: 20px;
}

#header {
	background: #f5f6fb;
	padding-bottom: 4px;
}

.moduletable_kicker {
	margin: 10px 0px 10px 0px;
}

a.mainlevel_channels:link, a.mainlevel_channels:visited {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 0px 0px 0px 10px;
	width: 126px;
	text-decoration: none;
	line-height: 1.5;
}

a.mainlevel_channels:hover {
	text-decoration: none;
}

a.mainlevel_channels#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel_channels#active_menu:hover {
	color: #fff;
}

a.sublevel_channels:link, a.sublevel_channels:visited {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 0px 0px 0px 10px;
	width: 126px;
	text-decoration: none;
	line-height: 1.5;
}

.moduletable_channels table td {
	padding-left:5px;
}

#mod_blogpage {
	position: relative;
	top: -20px;
	width: 650px;
}


#mod_storypage {
	position: relative;
	top: -21px;
	width: 450px;
}

#mod_category_title {
	margin-bottom: 10px;
	font-size: 20px;
	color: #F0ae29;
	position: relative;
	top: -2px;
}

.byline {
	color:#999999;
	font-size:11px;
	margin: 16px 0px 2px 0px;
}

#mod_blogpage .byline {
	margin: 5px 0px 2px 0px;
}

.date {
	color:#999999;
	font-size:11px;
	margin: 0px 0px 10px 0px;
}

#contentitem_single_column .contentpaneopen .contentheading {
	padding-top: 15px;
}

#contentitem_single_column .contentpaneopen {
	width: 90%;
}

#contentitem_single_column .contentpaneopen #mod_storypage .contentheading {
	padding-top: 0px;
}

table.blog td span{
	position: static;
	font-weight: normal;
	width: 300px;
	font-size: 10px;
	color: #999999;
}

#bottomspace {
	height: 20px;
}

.contentheading_staticheader {
	margin-bottom: 10px;
	font-size: 20px;
	color: #F0AD28;
}

.blog .contentpagetitle {
  font-size: 13px;
  line-height: 1.25;
  position: relative;
  top: 5px;
}

#three_column_mid .contentpagetitle {
  position: relative;
  top: 5px;
}

#mod_storypage .contentheading {
	color: #000000;	
	font-size: 14px;
	padding-bottom: 3px;
	font-weight: normal;
}

#mod_storypage .storyimage {
	width: 300px;
	position: absolute;
	left: 460px;
	top: 20px;
}

#mod_blogpage a.contentpagetitle:link, #mod_blogpage a.contentpagetitle:visited {
  display: block;
  margin-top: 10px;
}

.moduletable_advert1 {
	width: 728px;
	height: 90px;
}
.storyimage .mosimage_caption {
	margin-left: 10px;
}

a.mainlevel_channels#active_menu {
	color:#fff;
	font-weight: bold;
}

.moduletable_channels h3 {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding: 5px 0px 5px 10px;
	width: 146px;
	text-decoration: none;
	background-color: #73788b;
	margin-bottom: 3px;
}

#form_password_link, #form_password_link a {
	font-size: 11px;
	color: #FF0505;
	font-weight: bold;
	font-style: italic;
}

#form_password_link a {
	text-decoration: underline;
}

a.mainlevel_featured:link, a.mainlevel_featured:visited {
	background-color:#73788b;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-top:10px;
	padding:5px 0px 5px 10px;
	text-align:left;
	text-decoration:none;
	vertical-align:middle;
	width:146px;
	text-transform: uppercase;
}

.contentpaneopen_staticheader {
	position: relative;
	top: -23px;
	left: -11px;
}

.staticpage {	
	position: relative;
	top: -23px;
}

#adminForm {
	position: relative;
	top: -30px;
	left: 2px;
}

/* End SMG Template */