@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:rgb(222,234,156);
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 20px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

P {
	text-align: justify;
} 

H1 {

font-size: 18px;
}
.twoColFixLtHdr #container { 
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	height: inherit;
	background: url(../assets/main_bck.jpg) repeat-y left top;
	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. */
}
.twoColFixLtHdr #container-bottom { 
	background: url(../assets/bottom.jpg) no-repeat bottom left;
	min-height: 900px;
}

.twoColFixLtHdr #container-head { 
	background: url(../assets/header.jpg) no-repeat left top;
}

.twoColFixLtHdr #header {
	height: 125px;
	padding: 10px 0 20px; 0  /* 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. */
} 
.twoColFixLtHdr #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: 85px 40px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	font-style: italic;
	font-size: 1.2em;
}
div#menu{float:right;width: 100%;padding-top:28px;}
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{margin-left: 375px;}
ul#nav li{float:left;margin-right: 3px;text-align: center}
ul#nav a{float:left;width: 7em;padding: 5px 0;background: #15888F;text-decoration:none;color: #FFF}
ul#nav a:hover{background: #FFF;color: #333}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #FFF;color: #333}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 0px 10px 15px 25px;
}
.twoColFixLtHdr #sidebar1-nav {
	border: #808080 1px solid;
	background: url(../assets/nav_header.jpg) repeat-x;
	padding: 10px 25px 10px 20px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #sidebar1-nav A:link {text-decoration: none; color:#808080;}
.twoColFixLtHdr #sidebar1-nav A:visited {text-decoration: none; color:#808080;}
.twoColFixLtHdr #sidebar1-nav A:active {text-decoration: none}
.twoColFixLtHdr #sidebar1-nav A:hover {text-decoration: none; color: #15888F;}
.twoColFixLtHdr #sidebar1 H3 {
	text-transform: uppercase;
	margin-top: 0;
	color: #FFFFFF;
}

.twoColFixLtHdr #sidebar1 ul {
	text-transform: uppercase;
	margin: 0 0 0 0;
	color: #808080;
	font-weight: bold;
	line-height: 25px;
}
.twoColFixLtHdr #sidebar1-mod {
	border: #808080 1px solid;
	min-height: auto;
	background: url(../assets/nav_header2.jpg) repeat-x;
	padding: 10px 25px 10px 20px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #sidebar1-holder {
	padding: 20px;;
	margin-bottom: 15px;
}

ul {
	list-style: disc;
	margin-left: 0;
	padding-left: 2em;
	text-indent: 0em;
	}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 275px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px 30px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent ul {
	margin: 0 0 0 0;
	color: #333333;
	line-height: 18px;
}
.twoColFixLtHdr #mainContent H1, H2, H3, H4 { 
	color: #15888F;
	}
.twoColFixLtHdr #mainContent P { 
	color: #333333;
}

.twoColFixLtHdr #mainContent A:link {text-decoration: underline; color:#15888F;}
.twoColFixLtHdr #mainContent A:visited {text-decoration: underline; color:#15888F;}
.twoColFixLtHdr #mainContent A:active {text-decoration: none}
.twoColFixLtHdr #mainContent A:hover {text-decoration: none; color:#333;}
.twoColFixLtHdr #mainContent-movie { 
	border: #808080 1px solid;
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-bottom: 20px;
}

.twoColFixLtHdr #mainContent-holders-2columnL { 
	border: #808080 1px solid;
	padding: 10px;
	background-color: #DEEEEF;
	width: 45%;
	float: left;
	margin-bottom: 20px;
}
.twoColFixLtHdr #mainContent-holders-2columnR { 
	border: #808080 1px solid;
	padding: 10px;
	background-color: #DEEEEF;
	width: 45%;
	float:right;
	margin-bottom: 20px;
}
.twoColFixLtHdr #mainContent-holders { 
	border: #808080 1px solid;

	background: url(../assets/holder_bck.jpg) repeat-x;
	padding: 5px 20px 5px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 20px 0;
}
.img_bord { 
	border: #808080 1px solid;
	height: auto;
	background-color: #fff;
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 20px 20px 0;
} 
.twoColFixLtHdr #footer { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 30px auto;
	background-image: url(../assets/a1_footer_bck.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}
.twoColFixLtHdr #footer A:link {text-decoration: underline; color:#FFF; padding: 5px; font-size: .8em; font-weight: bold;}
.twoColFixLtHdr #footer A:visited {text-decoration: underline; color:#FFF; padding: 5px; font-size: .8em; font-weight: bold;}
.twoColFixLtHdr #footer A:active {text-decoration: none}
.twoColFixLtHdr #footer A:hover {text-decoration: none; color:#FFF; padding: 5px; font-size: .8em; font-weight: bold;}
.twoColFixLtHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 20px;
}
.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;
}
.cssbutton{

    background-repeat: repeat-x;
	border: #808080 1px solid;

	height: 20px;
	
	background-position: center top;
	
	
	background-image: url(../assets/button_bck_over.jpg);
   	color: #FFF;
	
	text-decoration: none;
	
	font: bold 9pt "Helvetica", "Lucida Grande", "Trebuchet MS", "Verdana", "sans-serif";
	
	cursor: pointer;

}



.cssbutton:visited, .cssbutton:hover, .cssbutton:active{

    background-repeat: repeat-x;
	border: #808080 1px solid;

	height: 20px;
	
	background-position: center middle;
	
	background-image: url(../assets/button_bck.jpg);
	
   	color: #FFF;
	
	text-decoration: none;
	
	font: bold 9pt "Helvetica", "Lucida Grande", "Trebuchet MS", "Verdana", "sans-serif";
	
	cursor: pointer;

}