@charset "utf-8";
body  {
	font: 100% "Lucida Grande","Lucida Sans Unicode",sans-serif;
	background: #FFFFFF url(../bgs/homepage_BG.jpg) top center repeat-x;
	margin: 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 */
	margin-bottom: 20px;
}
h1  {
	font-size: 16px;
	color: #623B14;
	font-family:  "Lucida Grande","Lucida Sans Unicode",sans-serif;	
}
h2  {
	font-size: 18px;
	color: #A56B17;
	font-family:  "Lucida Grande","Lucida Sans Unicode",sans-serif;	
}	
p, label  {
	font-family:  "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 13px;
	color: #7f7c7c;
	}
a:link {
	color: #7192d5;
	text-decoration: underline;
}
a:visited {
	color: #7192d5;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}	
img  {
	border:0;
	padding-right: 0px;
	padding-bottom: 0px;
	}
.menutext  {
	font-family:  "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;	
	color: #7192d5;
	text-transform: uppercase;
	}
.menutext a:link {
	color: #7192d5;
	text-decoration: none;
}
.menutext a:visited {
	color: #7192d5;
	text-decoration: none;
}
.menutext a:hover {
	color: #000000;
	text-decoration: underline;
}		
.addtext  {
	font-family:  "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: normal;	
	color: #7f7c7c;
	}
.addtext a:link {
	color: #7f7c7c;
	text-decoration: none;
}
.addtext a:visited {
	color: #7f7c7c;
	text-decoration: none;
}
.addtext a:hover {
	color: #000000;
	text-decoration: underline;
}
.headlinkstext  {
	font-family:  "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: normal;	
	color: #A56B17;
	}
.headlinkstext a:link {
	color: #A56B17;
	text-decoration: underline;
}
.headlinkstext a:visited {
	color: #A56B17;
	text-decoration: underline;
}
.headlinkstext a:hover {
	color: #000000;
	text-decoration: none;
}				
.foottext  {
	font-family:  "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: normal;	
	color: #7198D9;
	}
.foottext a:link {
	color: #7198D9;
	text-decoration: none;
}
.foottext a:visited {
	color: #7198D9;
	text-decoration: none;
}
.foottext a:hover {
	color: #000000;
	text-decoration: underline;
}	
.THISWEEKtext  {
	font-family:  "Lucida Grande","Lucida Sans Unicode",sans-serif;
	font-size: 11px;
	text-align: right;
	color: #3F414D;
	}	
.twoColFixLtHdr #wrapper { 
	width: 901px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../bgs/homepageBOXBG2.jpg) top center no-repeat;
	min-height: 1074px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 		
.twoColFixLtHdr #container { 
	width: 901px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF url(../bgs/mainBG.jpg) top center no-repeat; */
	height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {  
	/*padding: 0 10px 0 20px;  /* 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. */
	height: 192px;	
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #logo {
	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: 0px 0px 0px 40px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 242px;
	height: 143px;
	float: left;
	text-align: right;
}
.twoColFixLtHdr #SEO {
	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 60px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 400px;
	float: right;
	text-align: right;
	line-height: 0.8em;
}
.twoColFixLtHdr #headlinks {
	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 30px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 400px;
	text-align: right;
	line-height: 1.3em;
}
.twoColFixLtHdr #menu {
	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: 20px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 901px;
	height: 20px;
	float: right;
	text-align: center;
}
.twoColFixLtHdr #contentWrapper { 
	padding: 0px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	min-height: 770px;
	/*background: #FFFFFF; */
	vertical-align: top;
}
.twoColFixLtHdr #flash {
	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: 0 0px 0px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 890px;
	height: 222px;
	text-align: center;
	background: #FFFFFF;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 236px; /* 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 */
	/*background: url(../home-sl1/thisweekBG.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px 20px;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 0px;
	height: auto;
	vertical-align: top;
}
.twoColFixLtHdr #sidebarAPPT {
	float: left; /* since this element is floated, a width must be given */
	width: 236px; /* 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 */
	/* background: url(../home-sl1/thisweekBG.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	text-align: right;
	margin-top: 0px;
	height: 235px;
}
.twoColFixLtHdr #sidebarEMERG {
	float: left; /* since this element is floated, a width must be given */
	width: 236px; /* 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 */
	/* background: url(../home-sl1/thisweekBG.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	text-align: right;
	margin-top: 0px;
	height: 243px;
}
.twoColFixLtHdr #sidebarPETGAL {
	float: left; /* since this element is floated, a width must be given */
	width: 236px; /* 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 */
	/* background: url(../home-sl1/thisweekBG.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	text-align: right;
	margin-top: 0px;
	height: 257px;
}
.twoColFixLtHdr #sidebarSEARCH {
	float: left; /* since this element is floated, a width must be given */
	width: 193px; /* 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 */
	background: url(../bgs/searchareaBG.gif) no-repeat ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 5px 0px;
	text-align: left;
	margin-top: 0px;
	height: 40px;
}
.twoColFixLtHdr #sidebarQUICK {
	float: left; /* since this element is floated, a width must be given */
	width: 193px; /* 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 */
	background: url(../homesl1/bg_quick.jpg) top center no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px;
	text-align: right;
	margin-top: 10px;
	height: 190px;
}
.twoColFixLtHdr #textQUICK{
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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 */
	background: ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 10px 15px 25px;
	text-align: right;
	margin-top: 10px;
	height: 160px;
	text-align: left;
}
.twoColFixLtHdr #titleimg { 
	margin: 0 0 0 0px; /* 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: 5px  0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
}
.twoColFixLtHdr #mainContent { 
	margin: 20px 0 0 320px; /* 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: 0px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
	width: 534px;
} 
.twoColFixLtHdr #boxes { 
	padding: 0px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: auto;
	text-align: center;
} 
.twoColFixLtHdr #footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 75px;
	/*background: url(../home-sl1/homepage_footer.jpg) top center no-repeat; */
	text-align: center;
} 
.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 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	width: 100%;
}
.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;
}
.searchbutton  {
	background-color: #99CCFF;
	font-family:"Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	}
	/* Text Box with Gradient: */
.tb-gradient {
    border:0;
    background: transparent url(../bgs/searchBG.gif) no-repeat top left;
    height: 22px;
    width: 140px;
    padding-top:2px;
}
