/* Start of CMSMS style sheet 'Penrith Swim: Entry-Layout' */
/*****************
basic layout 
*****************/
body {
   background: #003070 url(images/water-bg.jpg); 
   background-attachment: fixed;
   color: #000000;
   margin-top: 30px;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   color: black;
}

div#box {
   background: #003070 url(images/gateway-bg.jpg); 
   width: 780px;  
   border: 2px solid #002070; 
}

 div#content {
   background-color: #fff;;
   width: 500px;
   margin: 1.5em auto 2em 0;   /* some air above and under menu and content */
}

td.bottom {
   background: #003070 url(images/bottom.gif); 
}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #294B5F; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

/* END TEXT */


/* End of 'Penrith Swim: Entry-Layout' */

