/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	background-color: #3FA1DF;
	margin: 0;
	padding: 0;
	font-family: Verdana,arial,sans-serif;;
	color: #000;
	font-size: 80%;
	line-height: 1.5em;
	padding-bottom:40px;
}


/* -- General Link Styling -- */

a:link {
	color: #0000ff;
	text-decoration:none;
}

a:visited {
	color: #0000ff;
	text-decoration:none;
}

a:hover {
	color: #0000ff;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #036DB0;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

#ContentColumn a:link {
text-decoration:underline;
}

#ContentColumn a:visited {
text-decoration:underline;
}

#ContentColumn a:hover {
text-decoration:underline;
}

.Navigation a:link,
.ExtraNav a:link  {
color: #fff;
padding:3px;
}

.Navigation a:visited,
.ExtraNav a:visited{
color: #fff;
padding:3px;
}

.Navigation a:hover,
.ExtraNav a:hover {
color: #ccc;
padding:3px;
}


/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 950px;
}

#Header {
	height: 300px;
	background-image: url(../image-files/header-image.jpg);
	background-repeat: no-repeat;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
	background-color: #fff;
	border-right: 1px solid #37638E;
	margin: 0 200px 0 230px;
}

#NavColumn {
	float: left;
	width: 230px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
	margin-left: -950px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign) */
	margin-top: -12px;
}

#ExtraColumn {
	float: left;
	width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
	margin-left: -190px;
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#NavColumn .Liner {
margin: 10px;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
position:relative;
margin: 0 auto;
background: url(../image-files/background.jpg) top left repeat-y;
}

#Header {
background: url(../image-files/header-image.jpg) top left no-repeat;
position:relative;
z-index:1;
}

#ExtraColumn .Liner {
padding-top:0;
}

#ContentColumn .Liner {
padding: 0 30px 0;
}

#ContentColumn, #ExtraColumn, #NavColumn {
position:relative;
z-index:10;
}

#ContentColumn, #ExtraColumn {
margin-top:-108px;
}

#NavColumn {
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #37638E;     /* blue-gray used in left and right columns and for footer and horizontal text-navbar */
border-top: 1px solid #ffffff;

}


#Footer .Liner {
	margin: 0;
padding: 0;
}

#Footer p {
  margin:0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
}

/* -- Nav Headers -- */

.Navigation ul {
list-style-type: none;
position: relative;
margin: 0;
padding: 0;
}

.Navigation h3 {
	padding:5px 0;
	font-family: "Century Gothic", arial, sans-serif;
	font-variant: small-caps;
	font-size:130%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	color: #ddd;
}

.Navigation li {
	padding:0;
	margin: 0;
}
.Navigation li a:hover {
	background-image: url(../image-files/sunshine-bullet.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	text-indent: 28px;
	padding: 3px 3px 3px 0;
	margin: 0;
	display: block;
	width: 100%;
}

.Navigation a {
	display:block;
	width:100%;
	padding: 3px 3px 3px 0;
	background-image: url(../image-files/sunshine-bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	margin: 0;
	text-indent: 25px;
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a {
text-decoration: none;
}

.ThumbnailLink .Caption {
text-decoration: underline;
}

/* -- Horizontal Text NavBar -- */

#Header {
position:relative;
}

#Header .ExtraNav {
	position: absolute;
	top: 140px;
	font-size: 110%;
	left: 450px;
}
#Header .ExtraNav a {
	color: #4276AA;
	line-height: 17px;
	font-size: 95%;
}


.ExtraNav ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.ExtraNav ul li {
display: inline;
text-align: center;
}

.ExtraNav a {
	text-align: center;
	padding: 0 4px;
	color: #036DB0;
}

#Footer .ExtraNav {
	background-color:#A3D0EF;
	color: #0871B2;
}
#Footer .ExtraNav li {
	color: #001D77;
}

#Footer .ExtraNav a {
	color: #036DB0;
}
#Footer a {
	color: #3A6998;
}

.text-NavBar {
margin: 12px auto 12px auto;
background-color: #37638E;
width: 700px;           /* same width as the width of the center column (960 -180 - 180) */
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
background-color: #bdd1e8;
text-align: center;
}

.text-NavBar a {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: purple;
text-decoration: none;
}

.text-NavBar a:hover {
color: red;
background-color: #eef3f9;
text-decoration: underline;
}


/* ------ Section 6 - Specific Font Styles ------ */

#NavColumn {
	font-size: 80%;
	color: #fff;
}
#NavColumn h4, h3 {
	font-size: 150%;
	color: #ccc;
}

#ExtraColumn {
font-family: arial, sans-serif;
font-size: 90%;
}

#ExtraColumn h3 {
padding: 0;
font-size: 110%;
color: gray;              
border-bottom: 1px solid gray;
margin: 12px 0;
}


#Footer {
font-size: 90%;
color: white;
}

h1 {
font-size: 180%;
}

#ContentColumn h1, h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-variant: small-caps;
	color: #036DB0;
}

.Caption {
font-size: 85%;
font-weight: bold;
display: block;
line-height: 1.3em;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 110%;
font-family: 'Courier New', Courier, monospace;
}


/* ------ Section 7 - Boxes ------ */

.CalloutBox {
	width: 85%;
	color: #FFFFFF;
	font-family: "Century Gothic", arial, sans-serif;
	background-color: #29F4FF;
	background-image: url(../image-files/water-callout.gif);
	background-repeat: no-repeat;
	margin: 18px auto 24px auto;
	padding: 4px 4px 4px 40px;
}
.CalloutBox img {
	padding: 5px;
}
.CalloutBox h3, h4 {
	color: #fff;
}

.ReminderBox p,
.CalloutBox p {
	margin: 8px;
	font-size: 95%;
	color: #fff;
}

.ReminderBox {           /* the container box */
	background-color: #37638E;
	width: 35%;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: #fff;
	font-family: "Century Gothic", arial, sans-serif;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
padding: 0 4px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
border-top: 1px solid #8F8FB3;
border-bottom: 1px solid #8F8FB3;
margin: 20px auto;
padding: 0 2px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
margin: 8px auto;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
line-height: 14px;
text-align: center;
}



/* ------ Section 8 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

img {
border: 0 solid #ddd;
}

/* -- lists -- */

#ContentColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#ContentColumn li {
margin: 0 0 8px 5px;
}

#ContentColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#ContentColumn li {
margin: 0 0 8px 5px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.Center { 
text-align: center;
}
.c2Form {
	padding:8px;
	border:1px solid #ddd;
	width: 450px;
	font-size: 90%;
}

