@charset "utf-8";
/* CSS Document */
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	background: #000000 url(images/background.png) top repeat-x;
	margin:0;
	padding:0 0 20px 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 */
}

a{ outline:none}
img{ border:0px;}
h1{
	margin:10px 0px 20px 0px;
	font-size:24px;
}

h2{
	margin:20px 0px;
	font-size:22px;
}

h3{
	font-size:16px;
}

.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	color: #000000;
	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. */
}
.twoColFixRtHdr #header {  
	background:url(images/header_background.png) top no-repeat;
	width: 900px;
	height: 430px;
	/*padding: 0;
	float:left;*/
	padding: 0 0px 0 0px;  /* 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. */
} 
.twoColFixRtHdr #header .logo{
	padding:0;
	margin:0;
	width:480px;
	height:110px;
	float:left;
	}
.twoColFixRtHdr #header .savegift{
	padding:0;
	margin:0 10px 0 0;
	height:110px;
	width:130px;
	float:right;
	}
.twoColFixRtHdr #header h1 {
	margin:55px 0 0 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 */
	background:url(images/logo.gif) no-repeat top left;
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 476px; 
	height: 41px; 
}
.twoColFixRtHdr #header h1 span {
	display:none
	}

.twoColFixRtHdr #subheader {  
	background:url(images/header_background.png) top no-repeat;
	width: 900px;
	height: 170px;
	/*padding: 0;
	float:left;*/
	padding: 0 0px 0 0px;  /* 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. */
} 
.twoColFixRtHdr #subheader .logo{
	padding:0;
	margin:0;
	width:480px;
	height:110px;
	float:left;
	}
.twoColFixRtHdr #subheader .savegift{
	padding:0;
	margin:0 10px 0 0;
	height:110px;
	width:130px;
	float:right;
	}
.twoColFixRtHdr #subheader h1 {
	margin:55px 0 0 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 */
	background:url(images/logo.gif) no-repeat top left;
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 476px; 
	height: 41px; 
}
.twoColFixRtHdr #subheader h1 span {
	display:none
	}


/* Navigation  Start*/

#navi{
	float:left;
	width:900px;
	height:60px;
	padding:0;
	margin:0;
	}
#navi ul {
	padding:0px;
	margin:10px 10px 10px 11px ;
	list-style-type:none;
	height:40px;
	width:879px;
}
#navi li {
	float: left;
	background:url(images/sep.png) right no-repeat;
}
#navi ul a {
	background:url(images/navbg.png) repeat-x;
	padding-right: 39px;
	padding-left: 38px;
	display: block;
	line-height:40px;
	letter-spacing:1px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	margin-right:2px;
}
#navi ul a:hover{
	color:#000000;
	background-image:url(images/navhover.png);
	background-repeat:repeat-x;
	background-position:top;
}
#navi .navactive a {
	background-image:url(images/navhover.png);
	background-repeat:repeat-x;
	background-position:top;
	padding-right:40px;
	padding-left:40px;
	display:block;
	line-height:40px;
	color:#000000;
}
/* Navigation End  */

#flashcontainer{
	margin:0;
	padding:0;
	float:left;
	width:900px;
}

#flashcontainer .mainflash{
	padding: 0 10px 0px 10px;
	margin:0px;
	float:left;
	width:600px;
	height:250px;
}

#flashcontainer .rightcol{
	width:240px;
	margin:0 0 0 10px;
	padding:0px;
	color:#FFFFFF;
	line-height:12px;
	float:left;
}
#flashcontainer .box{
	width:260px;
	height:125px;
	float:left;

}
#flashcontainer .title{
	margin:12px 0px 0px 0px;
	background:url(images/bullet.png) left no-repeat;
	padding:0 0 0 30px;
	color:#FFFFFF;
	font-size:20px;
	height:22px;
	line-height:22px;
}
#flashcontainer .content{
	margin:5px 0 2px 0;
	padding:0;
	font-size:11px;
	color:#FFFFFF;
	letter-spacing:1px;
	line-height:12px;
	float:left;
}
#flashcontainer .readmore{
	margin:10px 10px 0px 10px;
	float:right;
	width:80px;
	height:18px;
	background:url(images/readmore.png) no-repeat;
}
#flashcontainer .readmore a{
	margin-left:10px;
	color:#000000;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
}
#flashcontainer .readmore a:hover{
	text-decoration:underline;
}
.twoColFixrtHdr #contentContainer{
	margin:0;
	padding:0;
}
.twoColFixRtHdr #contentContainer .sidebar1 {
	float: right;
	width: 270px;
	padding: 35px 0px;
	margin:0;
	line-height:18px;
}
.twoColFixRtHdr #contentContainer .sidebar1 h3{
	margin:0 0 10px 10px;
	font-size:22px;
}

.twoColFixRtHdr #contentContainer .sidebar1 .locationTop{
	background: #EAEAEA url(images/locationTop.png) top no-repeat;
	width:250px;
	padding-top:5px;
	font-size:12px;
}
.twoColFixRtHdr #contentContainer .sidebar1 .locationBtm{
	background:url(images/locationBottom.png) bottom no-repeat;
	height:14px;
}

.twoColFixRtHdr #contentContainer .mainContent { 
	margin: 0 10px 20px 10px;
	padding: 20px 10px;
	float: left;
	width: 580px;
	color:#333333;
} 
.twoColFixRtHdr #contentContainer .mainContent .box{
	padding:0px;
	margin:0px;
	height:200px;
	border:1px solid #CCCCCC;
	background:url(images/fieldsetbg.png) bottom repeat-x;
}
.twoColFixRtHdr #contentContainer .mainContent .box ul{
	padding:0px 20px;
	margin:10px;
}

.twoColFixRtHdr #contentContainer .mainContent img{ 
	margin:5px 10px;
	padding:4px;
	border:1px solid #CCCCCC;
}
.twoColFixRtHdr #contentContainer .mainContent a{
	color:#333333;
	text-decoration:underline;
} 
.twoColFixRtHdr #contentContainer .mainContent a:hover{
	color:#333333;
	text-decoration:none;
}
.twoColFixRtHdr #contentContainer .subContent { 
	margin: 0;
	padding: 20px;
	float: left;
	color:#333333;
	
}

.twoColFixRtHdr #contentContainer fieldset{
	padding:0px 10px 0px 10px;
	margin:0px;
	border:1px solid #CCCCCC;
	background:url(images/fieldsetbg.png) bottom repeat-x;
}

.twoColFixRtHdr #contentContainer legend{
	padding:4px 10px;
	font-size:16px;
	font-weight:bold; 
	text-align:left;
	border:1px solid #CCCCCC;
	background:url(images/legendbg.png) repeat-x;
}
	
.twoColFixRtHdr #contentContainer fieldset div{
	width:350px;
	min-height:120px;
	float:left;
	margin:20px 20px 0px 20px;
	padding:10px 0;
 }

.twoColFixRtHdr #contentContainer .subContent img{ 
	margin:5px 10px;
	padding:4px;
	border:1px solid #CCCCCC;
}
.twoColFixRtHdr #contentContainer .subContent a{
	color:#333333;
	text-decoration:underline;
} 
.twoColFixRtHdr #contentContainer .subContent a:hover{
	color:#333333;
	text-decoration:none;
}


.twoColFixRtHdr #contentContainer .subContent .topbtn{
	text-align:right;
	padding:0px;
	margin:0px;
}
.twoColFixRtHdr #footer { 
	padding: 0 20px 0 20px;
	margin-bottom:0px;
	background:#353535;
	border-top:2px solid #4A4A4A;
	border-bottom:1px solid #4A4A4A;
	height:30px;
	line-height:30px;
} 

.twoColFixRtHdr #footer .copyright{
	margin:0px;
	padding:0px;
	float:left;
	color:#FFFFFF;
	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.twoColFixRtHdr #footer .amskape{
	margin:0px;
	padding:6px 0 0 0;
	float:right;
	width:30px;
	height:20px;
}
.twoColFixRtHdr #footer .amskape h4{
	margin:5px 0px;
	padding:0px;
	font-size:12px;
	background:url(images/amskape.png) left no-repeat;
	width:30px;
	height:17px;
}

.twoColFixRtHdr #footer .amskape h4 span{
	display:none;
}
.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;
}
