@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: x-small;
	background-color: #c6e5f9;
	background-image: url(../images/c7e5f8-background.jpg);
	background-repeat:repeat-x;
	line-height: 1.6em;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 20px 0 0 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. */
} 
#header h1 {
	float:left;
	width:278px;
	height:82px;
	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 */
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-indent:-4000px;
	position: absolute;
}

 #nav ul
{
	width:500px;
	list-style: none;
	padding: 0;
	margin: 70px 0 0 300px;
}
#nav li
{
	float: left;
	margin: 0 0.1em;
	padding: 2px 15px;
}

#nav li a
{
	color:#FFF;
	text-decoration:none;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
	display: inline;
	text-decoration: none;
	text-align: center;
}

ul#links {
margin-left:30px;
}
ul#links li, ul#links li a{
margin:0px;
padding:0px;
}


/* End hide */



.home li#home, .about li#about, .printing li#printing, .publishing li#publishing, .contact li#contact {
	background-color:#FFFFFF;
	border-top-color: #b9dff4;
	border-top-width: medium;
	border-top-style: solid;
}

.home li#home a, .about li#about a, .printing li#printing a, .publishing li#publishing a, .contact li#contact a{
	color:#0193cf;
	}


#main {
	float:left;
	clear:left;
	background:#FFF;
	padding: 0px 20px 30px 0;
	width:100%;
	margin: 0;
	}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; 
	padding: 15px;
	margin:0px;
}

#sidebar1 ul.bulletfree li{
		list-style-type: none;
	}

#box{
	border: solid #b1aba8 thin;}

#mainContent {
	margin: 0 0 0 250px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent ul {
margin-bottom: 20px;
margin-left: 30px;
}

#mainContent img {
margin: 0 0 0 20px;
float:right;
border-top-width: thick;
border-bottom-width: thick;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #c6e5f9;
border-bottom-color: #c6e5f9;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#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 */
}
.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;
}




/*big quote*/
#bigquote{
	float: left; /* since this element is floated, a width must be given */
	width: 340px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 15px;
	margin-top:20px;
}

.homepic{
	margin:40px 0;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c6e5f9;
	border-bottom-color: #c6e5f9;
}
.thirdbox
	{display:inline;float:left;margin-left:30px;margin-right:30px;width:200px;}
span.readmore a{
	text-decoration:none;
	color:#666;
}

td { padding:3px 10px;
vertical-align: top;}

#star{
float:right;
border:none;
margin:0;}

ul#links {
margin-left:30px;
}