@charset "UTF-8";
body  {
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(imgs/pattern_097.gif);
	background-repeat: repeat;	
	
}
.twoColFixLtHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border: thin solid #FF3;
	
}

.shadow {box-shadow: 4px 4px 7px #666;
	-webkit-box-shadow: 4px 4px 7px #666;
	-moz-box-shadow: 4px 4px 7px #666;}

.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	height: 290px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0px;
} 

.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 */

}

#navbar {
	height: 32px;
	width: 910px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: lighter;
	color: #666;
	vertical-align: bottom;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	padding-left: 0px;
	padding-bottom: 1px;
	padding-top: 0px;
	padding-right: 0px;
	border-top-width: 0px;
	border-top-style: none;
	margin-left: 5px;
}

#navbar a {
	color: #666;
	text-decoration: none;
    }

#navbar a:visited {
	color: #666;
	text-decoration: none;
}

#navbar a:hover {
	color: #000;
}

#navbar img {
	float: right;
	
}


/*homepage boxes */
.twoColFixLtHdr #maincontentbox {
	background-color: #fff;
	width: 960px;
	overflow: hidden;
	z-index: 1;
	margin-top: 0px;
	margin-bottom: 0px;
}

.twoColFixLtHdr #maincontenttext {
	background-color: #FF9;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-right: 15px;
	padding-left: 15px;
	border: thin solid #CCC;
}



.roundcorners {
	width:645px;
	margin-bottom: 10px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	
}


/*buttons on homepage aligned right*/
#buttonshome {
	margin-bottom: 22px;
	width: 260px;
	float: right;
	margin-top: 10px;
}

#buttonshome img {
	margin-bottom: 5px;
	
}

#footer a {
	color: #333;
	text-decoration: none;
    }

#footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #693;
	border-bottom-width: thin;
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
} 
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #FFf;
}




.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 {
	margin: 0px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-weight: 100;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* big colored text on peds homepage */
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #693;
	margin-top: 14px;
	font-weight: bolder;
	margin-bottom: 15px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #3CF;
	border-bottom-color: #3CF;
}
/* emphasis text on homepage */
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	font-weight: lighter;
	margin-bottom: 5px;
	font-style: italic;
}

/* footer small grey text */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}



/* main content text */
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: lighter;
	margin-top: 6px;
	margin-bottom: 6px;
}




.style1 {
	color: #000
}

a {
	color: #000;
	text-decoration: none;
    }

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #666666;
	border-bottom-width: thin;
	
}
	
#buttons {
	height: 115px;
	width: 710px;
	float: right;
	margin-left: 0px;
	padding-right: 10px;
}

#buttons img {
	margin-right: 16px;
}


/* sidebar text padding */
.padding1 {
	padding-bottom: 15px;
}




.mininav {
	font-weight: lighter;
	color: #666;
	width: 650px;
}



/*  nav bar widths */ 
#nav0 {
	width: 140px;
	padding-left: 25px;
}
#nav1 {
	width: 197px;
	
}

#nav2 {
	width: 178px;
	
}

#nav3 {
	width: 122px;
	padding-left: 5px;
	padding-right: 0px;
}

#nav0, #nav1, #nav2, #nav3 {border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;}

