/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //---------------->> */
body {
background-color: black;
background-image:url(../images/jw_bg_v25.jpg);
background-position:top;
background-attachment:fixed;
background-repeat: no-repeat;
font-family: Helvetica, Verdana, Arial, sans-serif;
margin-top:10px;
padding:0;
font-size:12px;
line-height:16px;
color: #555555;
margin: auto;
}

p {
margin:4px 0 6px 0;
}

strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1, h2, h3, h4 {
font-weight:bold;
/*margin:10px 0 0 0;*/
}

h1 {
font-size:26px;
}

h2 {
font-size:23px;
}

h3 {
font-size:20px;
}

h4 {
font-size:17px;
}

a:link, a:visited {
color:#666666;
text-decoration:none;
}

a:hover, a:active {
color:#999999;
text-decoration:underline;
}

/*ul {
margin:5px 0 5px 20px;
padding:0;
list-style-type:disc;
}

ol {
margin:5px 0 5px 30px;
padding:0;
list-style-type:decimal;
}

ul li, ol li {
margin:0 0 4px 0;
padding:0;
}*/




/* << ----------------// Start Outer Contain //---------------->> */
#mainContainer {
margin:0 auto;
padding:0;
width: 828px;
}
/* << ----------------// End Outer Contain  //---------------->> */




/* << ----------------// Start Soft Table //---------------->> */
#bgImgTL{
	background-image: url(../images/JW_Table_TL.png);
	background-repeat: no-repeat;
}

#bgImgTT{
	background-image: url(../images/JW_Table_TT.png);
	background-repeat: repeat-x;
}

#bgImgTR{
	background-image: url(../images/JW_Table_TR.png);
	background-repeat: no-repeat;
}

#bgImgML{
	background-image: url(../images/JW_Table_ML.png);
	background-repeat: repeat-y;
}

#bgImgMM{
	background-image: url(../images/JW_Table_MM.png);
	background-repeat: repeat;
}

#bgImgMR{
	background-image: url(../images/JW_Table_MR.png);
	background-repeat: repeat-y;
}

#bgImgBL{
	background-image: url(../images/JW_Table_BL.png);
	background-repeat: no-repeat;
}

#bgImgBB{
	background-image: url(../images/JW_Table_BB.png);
	background-repeat: repeat-x;
}

#bgImgBR{
	background-image: url(../images/JW_Table_BR.png);
	background-repeat: no-repeat;
}
/* << ----------------// End Soft Table //---------------->> */



/* << ----------------// Start Client Login //---------------->> */
#clientLogIn{
	text-align: right;
	font-size: 9px;
	padding: 0;
	margin: 0;
	padding-right: 14px;
}

#clientLogIn a {
color:red;
}
/* << ----------------// End Client Login //---------------->> */




/* << ----------------// Start Header //---------------->> */
#header {
padding: 5px 0 5px 0;
width: 800px;
margin:0;
height:80px;
color:#ffffff;
background-color:transparent;
border-bottom: 1px solid #333333;
}

#logoImage{
margin-left: 10px;
margin-top: 10px;
}
/* << ----------------// End Header //---------------->> */




/* << ----------------// Start Horizontal Nav //---------------->> */
#navHorizontal {
margin:0;
padding:0;
height:30px;
line-height:30px;
background-color:#454545;
}

#navHorizontal ul {
margin:0 0 0 5px;
padding:0;
list-style:none;
}

#navHorizontal ul li {
margin:0 0 0 -5px;
padding:5px 0 5px 0;
list-style:none;
display:inline;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
padding:5px 8px 5px 8px;
color:#eeeeee;
text-decoration:none;
border-right:1px solid #999999;
}

#navHorizontal ul li a:hover, #navHorizontal ul li a:active {
color:#454545;
text-decoration:none;
background-color:#cccccc;
}
/* << ----------------// End Horizontal Nav //---------------->> */


/* << ----------------// Start Body Row//---------------->> */
#bodRow01{
padding: 10px 0 30px 0;
/*height: 650px;*/
width: 800px;

}

/* << ----------------// End Body Row//---------------->> */



/* << ----------------// Start Footer //---------------->> */
#footer {
margin:0;
padding:5px 0 0 10px;
width:790px;
height:20px;
font-size:10px;
color:#999999;
background-color:transparent;
border-top: 1px solid #333333;
clear:both;
}

#footer a:link, #footer a:visited {
text-decoration:none;
}

#footer a:hover, #footer a:active {
text-decoration:underline;
}
/* << ----------------// End Footer //---------------->> */
/* << ---------------//google font at the bottom of the page//------------>> */

#googlefont {
color:black;
font-size:10px;
margin: auto;
text-align: center;
visibility: hidden;
}

/* << ----------------// Start Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* << ----------------// End Fix so that the outer DIV will wrap around all floated DIVs within //---------------->> */




