@charset "utf-8";
/* CSS Document */
/* @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: #333;
}

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: 150%;
}

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: 130%;
}

.contentheading {
	font-size: 125%;
}

.componentheading {
 margin-bottom: 15px;
}

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

/* @end */

/* @group Family */

body {
		line-height: 135%;
		font-family: Arial, Helvetica, sans-serif;
		color: #999999;
}

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: #CC6600;
	text-decoration: none;
}

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

a:hover {

	text-decoration: underline;
	color: #999999;
}

/* @end */

/* @end */

/* @end */

/* @group Structure */

html {
	background: #000000 url(../images/bg.png) 0 0 repeat-x;
}

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

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

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

div#header .rk-2 {
	background:  url(../images/header-l.png) 0 0 no-repeat;
	height: 153px;
	overflow: hidden;
}

img#logo {
	float:  left;
	margin-left: 38px;
	width: 469px;
	height: 156px;
	background: url(../images/logo.png) 0 0 no-repeat;
}

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

div#top .padding {
	padding:  15px;
}

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

table.mainbody,
table.usermodules {
	width: 100%;
	height: 138px;
	padding: 0;
}

#title {
	padding-left: 10px;
}

td.title {
	margin-left: 0px;
	
}

td.mainbody {
	background: #333;
}

#mainbody {
	background: #333;
}

td.usermodules {
	padding: 0 10px;
}

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

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

td.mainbody .padding2,
td.right .padding2 {
	padding: 15px;
	vertical-align: top;
	position: relative;
}

td.mainbody .padding {
	padding: 15px 25px;
}

td.blog{
background: #333333;
	width: 540px;
	vertical-align: top;
}

td.left {
	background: #333333 url(../images/col-divider.png) 0 10 repeat-y;
	width: 160px;
	vertical-align: top;
}

td.right {
	background: #333333 url(../images/col-divider.png) 0 0 repeat-y;
	width: 160px;vertical-align: top
}

div#bottom {
	background: #666666 url(../images/bottom-bg.png) 0 0 repeat-x;
}

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

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: 105px;
	overflow: hidden;
}

div#the-footer {
	background: url(../images/footer-rocket.png) 50% 0 no-repeat;
	text-align: center;
}

img#rocket {
	width: 150px;
	height: 50px;
}


/* 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 20px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #f2f2f2;
	text-decoration: none;
}

div#horiz-menu a:hover {
	background: #000000;
}

/* 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: #e1e1e1;
	border-bottom: 3px solid #666666;
	padding: 3px 0;
}

td.left div.moduletable {
	color: #999999;
}

td.left div.moduletable h3 {
	border-bottom: 3px solid #666666;
}

td.right div.moduletable {
	color: #999999;
}

td.right div.moduletable h3 {
	border-bottom: 3px solid #666666;
}

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

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

/* @end */

/* @group content */

.contentheading {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:100%;
	color: #0066CC;
}

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: see style css */
}

.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: #666666;
  border-bottom: 1px solid #000;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 5px;
  border-top: 1px #000;
  border-bottom: 1px solid #000;	
}

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

/* @group My Group */

/* @end */

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


/* @end */

/* @group mainmenu */

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

li{
	display: block;
	padding: 4px 0 2px 28px;
	margin-bottom: 3px;
	background: url(../images/menu-bullet2.png) 0 0 no-repeat;
}

a.mainlevel {
	display: block;
	padding: 4px 0 2px 28px;
	margin-bottom: 3px;
	background: url(../images/menu-bullet.png) 0 0 no-repeat;
}

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

a.mainlevel:hover {
	text-decoration: underline;
}

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


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


a#active_menu:hover {
	color: #CC6600;
}

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

/*---------gallery stuff----*/

#caption{
width: 520px;
h1  font-size: 150%;
h2  font-size: 100%;
h3  font-size: 100%;
h4  font-size:  50%;
}

.nav{
	text-align: center;
	margin-top: 5px;
}

div#left{float: left;
	text-align: left;
}

div#left a:link,
div#left a:visited {
	color: #666666;
}

div#left a:hover {
	color: #0066CC;
}

.left{
font-weight: bold;
font-size: 12px;
}

#right{
width: 650px;
height: 93px;
float: left;
padding: 0px 0px 0px 22px;
font-weight: bold;
font-size: 12px;
}

#left li {
list-style: none;
display: block;
padding: 4px 0 0px 28px;
margin-bottom: 3px;
background: url(../images/menu-bullet.png) 0 0 no-repeat;
	}
	
.toprated{
width: 126px;
float: left;
color: #ffffff;
padding: 20px 0px 0px 20px;
}

/*-------gallery category image box----*/

.main{
margin-left: 10px;
background: #333333  ;
padding: 0px 0px 0px 0px;
}
	
#category{
width: 520px;
height: 148px;
float: left;
background: #333333  ;
padding: 0px 0px 0px 0px;
}

/*-------end gallery category image box----*
/*-------category images----*/

.category{
width: 120px;
height: 116px;
float: left;
color: #ffffff;
margin-left: 10px;
padding: 10px 0px 0px 0px;
}	

#categorybox{
width: 500px;
float: left;
background: #333333 ;
padding: 0px 0px 0px 22px;
margin-left: 0px;
}		

/*-------end category images----*/
/*-------sub-category pgae images----*/

#subcategory{
width: 500px;
float: left;
background: #333333 ;
padding: 0px 0px 0px 20px;
}	

.subcategory{
width: 100px;
height: 72px;
float: left;
color: #ffffff;
padding: 10px 0px 0px 0px;
}	

/*-------end sub-category pgae images----*/
/*-------category view pgae images----*/

#categoryview{
width: 500px;
float: left;
background: #333333 ;
padding: 0px 0px 0px 10px;
}

.categoryview{
width: 100px;
height: 72px;
float: left;
color: #ffffff;
padding: 10px 0px 0px 0px;
}	

/*-------end category view pgae images----*/
.topbotton{
margin-left: 20px;
}
.category2{
width: 500px;
float: left;
color: #ffffff;
padding: 0px 0px 10px 0px;
}
	
.break{
width: 126px;
float: left;
background: #181c22;
}

#break2{
width: 162px;
height: 20px;
float: left;
}
	
/* @end */

/* @end */
.category3{
color: #ffffff;
padding: 10px 0px 0px 0px;
}	


table.box{
color: #ffffff;
margin-left: 22px;
padding: 10px 60px 0px 0px;
}	

#disclaimer{
width: 100%;

float: left;
background: #000000;
padding: 0px 0px 0px 0px;
}

	.disclaimer{
	width: 700px;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
       }
