/* CSS Document */

/* CSS reset */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: inherit;
	font-family: inherit;
	text-align: justify;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/****************************************************************
End CSS reset 
****************************************************************/


body {
	background: #000 url(../images/bg_tile.jpg) repeat-x;
	font-size: 12px;
	font-family: "Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet Unicode MS","Lucida Grande",Verdana,Helvetica,sans-serif;
	color:#A7A7A7;
	margin:0;
	text-align:center;
	padding:0;
	font-weight:lighter;
}

#wrapper {
	text-align:left;
	width:986px;
	margin:auto;
}

#container {
	text-align:left;
	width:986px;
	margin:auto;
}

#header {
	width: 836px;
	height: 425px;
	padding: 0;
	margin:0;
	background:url(../images/main01.jpg) no-repeat top left;
}

#footer {
	width:90%;
	font-size:10px;
	color:#333333;
	text-transform:uppercase;
	float:left;
	text-align:center;
}

/***** Common Content Formatting *****/

a.regular_links, a.regular_links:visited, a.regular_links:hover, a.regular_links:focus {
	color: #9afc00;
	font-weight:normal;
	text-decoration:underline;
	font-size: 12px;
	display:block;
}


/***************
JoGadgets
***************/

/*table.contentpaneopen{
width: 100%;
}
td.contentheading{
width: 100%;
}*/

.effectable{
	border:solid #211f1a 3px;
	display:block;
}

.movie_player{
	border:solid #211f1a 3px;
	display:block;
}

/****************************************************************
	Begin Main Menu
***************************************************************/
#leftcolumn { 
 display: inline;
 color: #333;
 margin:0;
 padding:190px 0 0 50px;
 width: 100px;
 float: left;
 height:300px;
}

#leftcolumn a, a:visited {
	width:100px;
	color: #9afc00;
	font-size:15px;
	text-decoration:none;
	margin-bottom:8px;
	display:block;
}

*html #leftcolumn a, a:visited {
	margin-bottom:4px;
}

*html #leftcolumn a, a:visited {
	font-weight:bold;
}

#leftcolumn a:hover {
	color: #9afc00;
	font-size:15px;
	text-decoration:underline;
	margin-bottom:8px;
	display:block;
}

#rightcolumn { 
	float: right;
	margin:0;
	padding: 0px;
	width: 836px;
	display: inline;
	position: relative;
	line-height:20px;
}

.clear { clear: both; background: none; }

#inside_container {
	background:#000 url(../images/inside_bg_tile.jpg) repeat-x top left;
	display:block;
	width: 660px;
	min-height:350px;
	margin-left:12px;
}

#inside_container {
	height:400px;
}

#inside_leftcolumn{
	width:230px;
	float:left;
	padding:10px 0 0 15px;
}

#inside_rightcolumn{
	width:385px;
	float:left;
	padding:10px 0 0 16px;
}

/****************************
Login Module
****************************/

.moduletablelogin {
	background:url(../images/login_bg.gif) no-repeat top left;
	width:225px;
	height:160px;
	padding:10px 0 0 10px;
	margin:20px 0 0 0;
}

*html .moduletablelogin {
	padding:0 0 0 10px;
}

.moduletablelogin .inputbox {
	border:none;
	margin:3px 0 3px 0;
	background:#ccc;
	width:80%;
}

.moduletablelogin .button {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:normal;
	padding:2px 5px;
	background: #000;
	cursor:pointer;
	border:solid #ccc 1px;
	margin:0;
}


/****************************************************************
J format 
****************************************************************/
.contentheading {
	color: #9afc00;
	font-size:15px;
	background:#211f1a;
	margin-bottom:20px;
	width:365px;
	float:left;
	padding: 6px 0 6px 15px;
	display:block;
}

/* Module Headers */

h3 {
	color: #9afc00;
	font-size:15px;
	background:#211f1a;
	margin-bottom:20px;
	width:205px;
	padding: 6px 0 6px 15px;

}

.green {
	color: #9afc00;
}

.orange {
	color: #ffbb00;
}

.mod_login{
	margin-top:15px;
}

.createdate{
	padding:5px 0 10px 0;
}

.inputbox {
	max-width:300px;
	margin-bottom:10px;
 }
 
#inside_leftcolumn a.readon, #inside_leftcolumn a:visited .readon {
	color: #ffbb00;
	font-size:11px;
	margin:0;
	padding:3px 0;
	background:url(../images/more.gif) no-repeat 30% 50%;
	border-bottom:dotted #211f1b 1px;
	width:210px;
	display:block;
}

#inside_leftcolumn a:hover.readon {
	background:#211f1a url(../images/more.gif) no-repeat 3% 50%;
	display:block;
	padding-left:15px;
}

.back_button a{
	color: #fff;
	font-size: 11px;
	border-top: 1px solid #333;
	width:100%;
	white-space: normal;
	padding:5px 0 10px 0;
	margin-right: 4px;
	float: right;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}

.small{
	font:#ccc;
	font-style:italic;
}

.createdate {
	font-size:10px;
	color:#ffbb00;
	padding:0;
	font-style:italic;
}


.services li { 
	background: url(../images/check.gif) left center no-repeat;
	padding-left: 15px;
	margin-left:20px;
}


/****************************************************************
Portfolio Menu
****************************************************************/

a.mainlevelworkmenu, a.mainlevelworkmenu:visited {
	color:#ccc;
	font-size:12px;
	text-decoration:none;
	padding:0 0 0 0px;
	margin:0;
}

a.mainlevelworkmenu:hover {
	text-decoration:underline;
	padding:0;
}

#active_menuworkmenu  {
	background:#211f1a;
	padding:0 0 0 5px;
	margin:0;
}

/****************************************************************
Portfolio Links
****************************************************************/
#links ul {
        list-style-type: none;
        width: 375px;
		letter-spacing:1px;
} 

#links li {
        border: 1px dotted #262626;
        border-width: 1px 0;
        margin: 5px 0;
		background:#1b1915;
}

#links li a, #links li a:visited { 
        color: #ccc;
        display: block;
        font-size: 18px;
        padding: 5px 5px 13px 5px;
        text-decoration: none;
		font-family: Georgia, "Times New Roman", serif;
		width:auto;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 375px;
}

#links li a:hover {
        background: #a7ab57;
		color:#1b1915;
}

/* description */
#links a em, #links a:visited em { 
        color: #a9d5db;
        display:block;
		width:auto;
        font-size:10px;
        line-height: 20px;
		text-transform:uppercase; 
}

#links a:hover em { 
        color: #000;
		width:auto;
}

#links a span {
        color: #ccc;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 100%;
}

#links img {
	float:left;
	margin-right:10px;
	border:solid 2px #3b3936;
}