/* CSS Document */

body{
margin:15px 0 0 0;
padding:0;
font: 90%/1 arial, helvetica, sans-serif;
line-height: 140%;
width: 100%;

background-image: url(../images/bluebkd5.jpg);

}


b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border:6px outset #996600;

}

#topsection{
background: #EAEAEA;
height: 101px; /*Height of top section*/
margin: 0;
}

#navsection {
margin: 0;
}

#contentwrapper{
float: left;
width: 100%;
height:100%;
background-image:url(../images/background2.jpg);
/*font-size:95%;*/
}

#contentText
{
height:100%;
text-align:justify; 
margin:0 0 5px 24px; 
border:4px solid #D1BC9D; 
/*min-height: 280px;*/
padding:5px 10px 10px 10px;
width:770px;
}

#contentcolumn{
/*margin-right: 370px;*/ /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
}


#footer{
clear: left;
width: 100%;
background: #3A0D08;
color: #FFF;
text-align: center;
padding: 4px 0;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


/***** Global Classes *****/

.clear {clear: both;}

.alignleft {float: left;}

.alignright {float: right;}

.text-left {text-align: left;}

.text-right {text-align: right;}

.text-center {text-align: center;}

.text-justify {text-align: justify;}

.bold {font-weight: bold;}

.italic {font-style: italic;}

.underline {border-bottom: 1px solid;}

.highlight {background: #ffc;}
.highlight1 {background:#FFFF00; font-weight:bold}

.img-left {float: left; margin: 4px 10px 4px 0;}

.img-right {float: right; margin: 4px 0 4px 10px;}

.nopadding {padding: 0;}

.noindent {margin-left: 0; padding-left: 0;}

.nobullet {list-style: none; list-style-image: none;}

.noborder {border: none;}

.simpleBorder {
  border:medium #E7E1DE;
}

/*******************************************/

#docHeader{
background-image:url(../images/docHeader.jpg);
background-repeat:no-repeat;
background-position:left;
height:68px;
width:100%;
padding-top:20px;
margin-left:24px;
}

#docHeader div{
color:#FFFFFF;
padding-left:35px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
padding-top: 10px;
}

#docHeader h2{
color:#FFFFFF;
padding-left:45px;
padding-top: 10px;
font-family:Arial, Helvetica, sans-serif;
}


/*******************************************/

#myBullets
{
margin-right:80px;
}
#myBullets ul
{
list-style:square;
}
#myBullets ul li
{
margin-bottom: 10px;
}

#productmenu{
font-weight: bold;
font-size: 12px;
}

#productmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#productmenu ul{
text-indent: 20px;
padding: 0px 0 22px 30px;
margin: 0;
text-align: left; /*set value to "center" for example to center items*/
}

#productmenu ul li{
display: inline;
}

#productmenu ul li a{
color: white;
margin: 0;
text-decoration: none;
padding-right:40px;
font-weight: bold;
font-size:.90em;
}

#productmenu ul li a:visited{
color: white;
} 

#productmenu ul li a:hover{
text-shadow:#000000;
text-decoration:underline;
}


#slantedmenu{
font-weight: bold;
font-size: 16px;
background-image:url(../images/nav.jpg);
background-repeat:no-repeat;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 20px;
padding: 5px 0 12px 30px;
margin: 0;
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: white;
margin: 0;
text-decoration: none;
margin: 2px 10px 2px 60px;
padding:2px;
font-weight: bold;
font-size:18px;
font-variant:small-caps;
}

#slantedmenu ul li a:visited{
color: white;
} 

#slantedmenu ul li a:hover{
/*border-bottom:2px solid #FFFFFF;
*/
background-color:#FFFFFF;
color:#000000;
}

.clsRJFCredit
{	font-size:12px;
	font-family:"Georgia";color:#330000;
}
.mySig {
	font-variant: small-caps;
}

.smCaps {
	font-variant: small-caps;
}

.firstCap
{	
	font-weight:bold;
	font-size:1.6em;
	color: #000000;
}

.Medium1Bold
{	
	font-weight:bold;
	font-size:1.1em;
	color: #443833;
	color:#0000FF;
}

.Medium2Bold
{	
	font-weight:bold;
	font-size:1.2em;
	color: #443833;
}

.Medium2BoldWhite
{	
	font-weight:bold;
	font-size:1.2em;
	color: white;
}

.Medium3Bold
{	
	font-weight:bold;
	font-size:1.4em;
	color: #443833;
}

.signature
{
color:#AD792C;
font-weight:bold;
font-style:italic;
font-size:16px;
font-family:"Times New Roman", Times, serif;
}