﻿
body 
{
    background: url(/img/copyrightbackground.png) fixed center repeat-y #FFFFFF;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 0;
    font-family: Sans-Serif;
    }

.floatLeft
{
    float: left;
    text-align: left;
}

.floatRight
{
    float: right;
    text-align: right;
}

h2
{
    font-weight: normal;
        font-size: 16px;
}

a img
{
    border: none;
    text-decoration:none;
}

a:hover,a:link,a:visited
{
    color: #583D57;
    font-weight: bold;
}
/*===================*/
h1
{
font-size: 16px;
line-height: 33px;
background-image: url(/img/h1Fill.png);
position:absolute;
top: 349px;
left: 50%;
height: 35px;
width: 479px;
margin-left: -418px;
font-family:Arial;
font-weight: bold;
color: #000000;
}

span.imgLeft
{
    height: 35px;
    width: 3px;
    float: left;
    background-image: url(/img/h1Left.png);
}
span.imgRight
{
    height: 35px;
    width: 3px;
    float: right;
    background-image: url(/img/h1Right.png);
}

/*===================*/

#contentsContainer
{
text-align: center;
margin-left: auto;
margin-right: auto;
width: 855px;
background-color: #FFFFFF;
}


/*===================*/

#iconBox
{
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: -17px;
height: 228px;
width: 836px;
background: url(/img/iconBoxFill.png) repeat-x;
}

#iconBox h2
{
color:#B22540;
font-family:Sans-Serif;
font-size:32px;
font-weight:500;
height:auto;
margin-bottom:-15px;
padding-top:14px;
width:836px;
}


#iconBox p
{
    position: relative;
    top: 140px;
    padding: 0;
    margin: 0;
    /* 533e54 */
    color: #583d57;
    z-index: 0;
    font-family: Sans-Serif;
    font-weight:bold;
    font-size: 18px;
}

#iconBox p a img
{
    margin-bottom: -20px;
}

span.iconLeft
{
    background: url(/img/iconBoxLeft.png) no-repeat;
    height: 228px;
    width: 3px;
    float: left;
}

span.iconRight
{
    background: url(/img/iconBoxRight.png) no-repeat;
    height: 228px;
    width: 3px;
    float: right;
}

.iconBoxContainer
{
    margin-top: 20px;
    float: left;
    width: 118px;
    color: #000000;
    font-weight: bold;
}

.iconBoxContainer a
{
    color: #000000;
    text-decoration: none;
    font-family: Sans-Serif;
    font-weight: 100;
    font-size: 14px;
}

/*===================*/

#header
{
    
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: Verdana;
    line-height: 69px;
    font-weight: 100;
    height: 78px;
    background: url(/img/headerFill.png) repeat-x;
}

span.headLeft
{
    background: url(/img/headerLeft.png) no-repeat;
    float: left;
    height: 78px;
    width: 4px;
}

span.headRight
{
    background: url(/img/headerRight.png) no-repeat;
    float: right;
    height: 78px;
    width: 4px;
}

#searchForm
{
    float: right;
    height: 68px;
    margin-right: 5px;
    margin-top: 7px;
}

/*===================*/
/* holds all the stuff 
below the iconBox    */
#mainContent
{
font-family: Arial;
font-size: 12px;
text-align: center;
width: 827px;
position:absolute;
top: 360px;
left:50%;
margin-left: -418px; 
}

/*===================*/
#mainCopy 
{
    width: 835px;
    float: left;
}

#mainCopy img
{
    float: right;
}

/*===================*/
#contentsCopyLeft
{
    margin-top: 41px;
    float: left;
    width: 477px;
    text-align: center;
    /* background: url(/img/mainCopyFill.png); */
    border: 1px solid #d0d0d0;
}

#contentsCopyLeft h2
{
    font-weight: normal;
    text-align: center;
        font-size: 16px;
   padding: 0px 16px 0px 16px;
}
#contentsCopyLeft p
{
    text-align: left;
    margin-left: 18px;
    margin-right: 18px;
}
span.copyHead
{
    width: 461px;
    height: 3px;
    background: url(/img/mainCopyHead.png);
}
span.copyFoot
{
    width: 461px;
    height: 3px;
    background: url(/img/mainCopyFoot.png);
}
/*===================*/
#contentsCopyRight
{
    float: right;
    height: 284px;
    border: 1px solid #d0d0d0;
    text-align: center;
    width: 345px;
}

#contentsCopyRight img
{
    float: left;
    padding: 0;
    margin: 0;
    height: 85%;
    width: 95%;
    padding: 6px 0px 0px 8px;
}

#contentsCopyRight p
{
    margin: 0;
    padding: 12px 0px 0px 0px;
    float: left;
    clear: both;
    width: 100%;
}

/*===================*/
/* menu styles */
#jsddm
{	margin: 0;
	padding: 0;
	
	}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Verdana;
		}

	#jsddm li a
	{	display: block;
		padding: 5px 12px;
		text-decoration: none;
		width: 70px;
		color: #000000;
		white-space: nowrap;
		font-weight: normal;
		}

	#jsddm li a:hover
	{	}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			text-align: left;
			border: 1px solid #86847a;
			border-top: none;
			z-index:500;
			}
		
        
		
			#jsddm li ul li
			{	float: none;
				display: inline;
				border-bottom: #ffce0b;
				
				}

			#jsddm li ul li a
			{	width: auto;
				background-color: #e3dcae;
				color: #000000;
				border-bottom: 1px solid #f5f1cf;
			
				}
			
			#jsddm li ul li a:hover
			{	background: #b1a37e}
			
/*===================*/

#navBar
{

    text-align: center;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 8px;
    width: 873px;
    margin-left: 9px;
    background: url(/img/navBarTan2.png) no-repeat;
    height: 27px;
    font-family: Verdana;
    font-weight: bold;
}
li.home
{
    width: 117px;
}

li.copyright
{
    width: 151px;
}
ul.copyright
{
width: 148px;
}

li.prices
{
    width: 146px;

}

li.prices ul
{
    padding-left: 12px;
    width: 148px;
}

li.resources
{
    width: 148px;
    margin-left: 3px;
}

li.resources ul
{
    width: 148px;
}

li.aboutus
{
    width: 147px;
    margin-left: 3px;
}

li.aboutus ul
{
    width: 147px;
}

li.login
{
    width: 118px;
    margin-left: 1px;
}


/*===================*/
#boxContainer
{
    width: 835px;
    height: 183px;
    float: left;
    margin-top: 18px;
}
/*===================*/
.blueBoxContainer, .blueBoxContainer2
{
    float: left;
    width: 272px;
    height: 183px;
    background: url(/img/blueBoxFill.png) repeat-x;
    text-align: center;
}

.blueBoxContainer h3, .blueBoxContainer2 h3
{
width: 272px;
height: 58px; 
margin-top: -2px;
line-height: 61px;
font-family: Arial;
font-size: 18px;
font-weight: bold;
color: #583d57;
text-align: left;
margin-left: 20px;
}
.yellowBoxContainer h3
{
width: 272px;
height: 58px; 
margin-top: -2px;
line-height: 61px;
font-family: Arial;
font-size: 18px;
font-weight: bold;
color: #583d57;
text-align: center;
}

p.content
{
    width: 264px;
    padding: 0px 12px 0px 12px;
    color: #000000;
}

p.title
{
    margin-top: -1px;
    width: 264px;
    height: 55px;
    line-height: 60px;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    padding-left: 12px;
}

.blueBoxContainer2 img
{
  margin-bottom: -2px;
  float: right;

}
.blueBoxContainer img
{
      margin-bottom: -12px;
    padding-top: 8px;
      padding-right: 12px;
      float: right;
}
span.blueLeft
{
width: 4px;
height: 183px;   
background: url(/img/blueBoxLeft.png);
float: left;
}

span.blueRight
{   
 width: 4px;
 height: 183px;   
 background: url(/img/blueBoxRight.png);
 float:right;
}

/*===================*/
.yellowBoxContainer
{
    float: left;
    width: 272px;
    height: 183px;
    background: url(/img/tanBoxFill.png) repeat-x;
    text-align: center;
margin-left: 9px;
margin-right: 9px;
}

.yellowBoxContainer img
{
    float: right;
}

span.yellowLeft
{
width: 3px;
height: 183px;   
background: url(/img/tanBoxLeft.png);
float: left;
    
}

span.yellowRight
{   
 width: 3px;
 height: 183px;   
 background: url(/img/tanBoxRight.png);
 float:right;
}

/*===================*/
#footer
{
float: left;
margin-top: 8px;
}

#footer p
{
    font-size: 9px;
}

#footer li
{
    border-right:1px solid #000000;
    display:inline;
    margin-right:-3px;
    padding-left:6px;
    padding-right:6px
}

#footer li.last
{
    border-right: none;
}
/*===================*/
/* all the stuff for */
/*    the gallery    */

.clear {
	clear:both
}

#gallery {
	position:relative;
	height: 269px;
}
	#gallery span {
		float:left;
		position: absolute;
		left: 0px;
		top: 0px;
		margin-left: -2px;
	}
	
	#gallery span img {
		border:none;
		margin-left: 3px;
	}
	
	#gallery span.show {
		z-index:500;
	}

	#gallery .caption {
		z-index:600; 
		background-color:#FFFFFF; 
		color:#000; 
		height:50px; 
		width:327px; 
		position:absolute;
		bottom:0;
		padding-left: 8px;
		padding-right: 8px;
	}

	#gallery .caption .content {
		width:327px; 
		background-color: #FFFFFF;
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#000;
	}
	
