@charset "utf-8";
body  {

	background-image: url(../images/bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;

	
}

.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d5d5d;
	line-height: 20px;
}
.fl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a7b75;
	line-height: 20px;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #7a7b75;
	line-height: 20px;
}
.cat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a7b75;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333331;
	line-height: 20px;
}

.boldheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454642;
	line-height: 25px;
}



.twoColElsLtHdr #container { 
	width: 55em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsLtHdr #header { 
	
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 100px
} 
.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 12em; /* since this element is floated, a width must be given */
	padding-right: 20px;

}

.twoColElsLtHdr #sidebar1logo {
padding-top: 25px;
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	
	
}
.twoColElsLtHdr #sidebar1nav {
padding-top: 10px;
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	
	
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.twoColElsLtHdr #content {
	margin-top: 5px;
	margin-right: 1.8em;
	margin-bottom: 0;
	margin-left: 17em;
	padding-left: 10px;
} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	text-align: center;
	font-size: 12px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

#shadow-container {
width: 400px;
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #dcdbda;
    }

    #shadow-container .shadow2 {
        background: #d5d5d3;
    }

    #shadow-container .shadow3 {
        background: #a4a3a1;
    }

    #shadow-container .container {
	background: #ffffff;
	border: 1px solid #9b9a99;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-top: 20px;
    }
.style3 {
	line-height: 30px;
	color: #666666;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style4 {font-size: 9px}
a:link {
	color: #5C91E7;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#shadow-container2 {

width: 550px;
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
	margin-left: 3px;
    margin-bottom: 25px;
	margin-left:20px
}

#shadow-container2 .shadow2,
#shadow-container2 .shadow3,
#shadow-container2 .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container2 .shadow1 {
        background: #dcdbda;
    }

    #shadow-container2 .shadow2 {
        background: #d5d5d3;
    }

    #shadow-container2 .shadow3 {
        background: #a4a3a1;
    }

    #shadow-container2 .container {
	background: #ffffff;
	border: 1px solid #9b9a99;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
    }
	
#shadow-container3{

width: 350px;
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
	margin-left: 3px;
    margin-bottom: 3px;
	margin-left:20px
}

#shadow-container3 .shadow2,
#shadow-container3 .shadow3,
#shadow-container3 .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container3 .shadow1 {
        background: #dcdbda;
    }

    #shadow-container3 .shadow2 {
        background: #d5d5d3;
    }

    #shadow-container3 .shadow3 {
        background: #a4a3a1;
    }

    #shadow-container3 .container {
	background: #ffffff;
	border: 1px solid #9b9a99;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
    }
	
	#shadow-container4 {

width: 650px;
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
	margin-left: 3px;
    margin-bottom: 25px;
	margin-left:20px
}

#shadow-container4 .shadow2,
#shadow-container4 .shadow3,
#shadow-container4 .container {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container4 .shadow1 {
        background: #dcdbda;
    }

    #shadow-container4 .shadow2 {
        background: #d5d5d3;
    }

    #shadow-container4 .shadow3 {
        background: #a4a3a1;
    }

    #shadow-container4 .container {
	background: #ffffff;
	border: 1px solid #9b9a99;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
    }
	
	.noOutline
{
outline:none;
}