/* This style sheet was written by Community MX and was distributed freely for use with the free North Pole CSS positioning template.
The North Pole template is freely available from http://www.communitymx.com - This comment should remain intact though you are free to edit the style sheet as you see fit. */

body { /* set everything to zero for a good cross-browser starting point */
	margin: 0; /* zeroes the margins on the body */
	padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
	border: 0; /* sets the body background colour */
	color: #000;  /* set the default text color */
	text-align: center; /* Hack to centre the wrapper in IE5.x pc */
	font-family: "Trebuchet", Verdana, Arial, Helvetica, sans-serif; /* set the default fonts */
	font-size: 12pt; /* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */
	min-width: 770px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
	background-image: url(../images/shrimp-bg.jpg);
	background-repeat: repeat;
	
}


/**************************/
/* skip link is positioned off the screen, but still allows screen readers to see it */
#skiplinks {
	position: absolute;
  	margin-left: -1000px;
}
#wrapper {
	width: 770px;/*sets the width for IE5.x's broken box model*/
	w\idth: 770px; /* sets the width of the wrapper for compliant browsers*/
	margin: 0px auto;/* centers the wrapper. First value - 5px is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
	position: relative; /* important to position it relatively */
	background-image: url(../images/body-bg.jpg); /* sets the path to the wrapper's bg image*/
	background-repeat: repeat-x; /* prevents the image from tiling in our page, we do not want this image to repeat */
	background-color: #FFFFFF; /* sets the wrappers background color */
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	background-position: 0 209px;
	
}

#banner {
	float: left; /* Floats the div to the left to make a column */
	display: none;
	clear:both
	
}

#content { /* Begin laying out and styling the content div */
	width: 700px; /* sets the width of our content*/
	margin: 0 10px 0 10px; /* this left margin clears the leftcol div and allows our content div to become a second column */
	/*margin-bottom: 120px;  sets a padding clearance on the bottom of the div*/
	padding: 1px;
	
}

#content p {
	font-size: 80%; /* set the font size for p, scaled from the body declaration */
	margin: 10px 6px 10px 6px; /* set the margins for the p element */
	padding: 0; /* zero off the padding */
}

#content li {
	font-size: 80%; /* set the font size for p, scaled from the body declaration */
	margin: 0 6px 0px 6px; /* set the margins for the p element */
	padding: 0; /* zero off the padding */
}

.titleimages { /* used to set the "cold" title images */
	display: block; /* set to display block to ensure it has it's own line in the design */
	margin-top: 25px; /* set a margin to the top */
}

#leftcol { /* Begin laying out the leftcol div */
	float: left; /* Floats the div to the left to make a column */
	display: none;
	clear:both
	
}

#leftcol #navigation {
	float: left; /* Floats the div to the left to make a column */
	display: none;
	clear:both
}

#leftcol #navigation ul {
		float: left; /* Floats the div to the left to make a column */
	display: none;
	clear:both
}



.right-box-top {
	float:right;
	margin:0 0 0 10px;
	padding:8px 5px;
	clear: right;
	background-image: url(../images/testimonial-box-top.gif);
	height: 24px;
	width: 143px;
	background-repeat: no-repeat;
	}
	
.right-box {
	float:right;
	margin:-16px 0 0 10px;
	padding:8px 5px;
	clear: right;
	background-image: url(../images/testimonial-box-middle.gif);
	width: 143px;
	background-repeat: repeat-y;
	font-size: small;
	}
	
.right-box p {
	color: #333333;
	width: 120px;
	clear: right;
}
	
.right-box-bottom {
	float:right;
	margin:0 0 10px 10px;
	padding:8px 5px;
	clear: right;
	background-image: url(../images/testimonial-box-bottom.gif);
	width: 143px;
	height:19px;
	background-repeat: no-repeat;
	}
#right-box-wrapper {
	float:right;
	clear: right;
	width: 150px;
	margin-left: 10px;
}
#footer {  /* Begin laying out and styling the footer div */
	width: 770px;  /*Sets the footers width*/
	border-top: 2px solid #000000;  /*sets the top border to define the beginning of the footer*/
	font-size: 60%;  /* sets the footer text size */
	text-align: right;  /* aligns the text to the right*/
	margin-top: 20px;   /*Adds a margin to the top of the footer*/
	clear: left;  /*clears any floats to the left - our leftcol div in this instance*/
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat;
}

#footer p {
	padding: 4px 4px 4px 10px;  /* sets the padding values*/
	margin: 0;  /*zeroes off the margins */
	color: #FFFFFF;
	font-size: 10pt;
}

#footer ul{
margin: 0;/*zeroes off the margins*/
padding: 4px;/*add some air around the links*/
}

#footer li{
display: inline;/*set the list to display inline*/
}

#footer a {  /* Styles the links within the footer */
	color: #fff;  /*sets the text to white*/
	text-decoration: none;  /*keeps the underline*/
	font-weight: bold;
}

#footer a:hover,
#footer a:focus {
text-decoration: underline;  /*removes the underline*/
}
h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 21pt;
	color: #000000;
	margin-left: 5px;
	text-decoration: none;
}
h2 {
	font-size: 18pt;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin-left: 15px;
}
h3 {
	font-size: 120%;
	color: #000000;
	margin-left: 15px;
}
h4 {
	font-size: 100%;
	color: #045FF4;
	margin-left: 15px;
}
img {
	margin: 10px;
}

.smalltext {
font-size: 75%;
}
