

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #ccc; 
margin: 0;
padding: 0;
font-family: Palatino, 'Times New Roman', Tahoma, serif;
color: #000000;
font-size: 105%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #330066;
clear: none;
}

h2, h3, h4, h5, h6 {
margin-top: 15px;
}

h1 {
margin-top: 15px;
font-family: 'Century Gothic', Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
font-size: 142%;
font-weight: bold;
color: #564B69;
}

h2 {
font-family: Century Gothic, 'Times New Roman', Palatino, serif;
border-bottom: 0px solid #8f8fb3;
padding-top: 5px;
font-weight:normal;
font-size: 120%;
}

h3 {
font-family: Century Gothic, 'Times New Roman', Palatino, serif;
border-bottom: 0 solid #8f8fb3;
font-weight:normal;
font-size: 115%;
}

blockquote {
margin: 6px 12px;
color: #222;
font-size: 102%;
line-height: 20px;
font-family: 'Century Gothic', Georgia, Palatino;
}

code {
color: #332206;
}

img {
border: 1px dotted #fff;
}

a:link img {
border: 1px dotted #fff;
}


/* -- General Link Styling -- */

a:link {
color: #00c; 
text-decoration: underline;
font-weight: normal;
}

a:visited {
color: #990000;
text-decoration: underline;
}

a:hover {
color: #777;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 1000px;
border: 0px solid #8f8fb3;   
}

#Header {
position: relative;
height: 308px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0px 230px 0 220px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
border-right: 0px dashed #616265;
}

#NavColumn {
float: left;
margin-top: 0px;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
border-right: 0px dashed #616265;
}

#ExtraColumn {
float: left;
margin-top: 0px;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -215px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 0px 0;
border-top: 0px solid #f0f5fb;
height: 100px;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
background-image: url(../image-files/background.jpg);
background-repeat: repeat-y;
background-position: top center;
background-color: transparent;
}

#Header {
background-image: url(../image-files/header-image3.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: bottom right;
}

#ContentWrapper {
background-image: url(../image-files/background.jpg);
background-repeat: repeat-y;
background-position: top center;
background-color: transparent;
}

#NavColumn {
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
background-image: url(../image-files/footer-background.jpg);
background-repeat: no-repeat;
background-position: top center;
background-color: #cccccc;     
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 95%;
}

#ExtraColumn {
font-size: 95%;
}

#NavColumn h4 {
font-size: 89%;
color: #000066;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 89%;
color: #000066;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Georgia, 'Times New Roman', Palatino, serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 100%;
color: #4d6093;
border-bottom: 1px dotted #777777;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: transparent;      
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #7788ce;
font-weight: normal;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #444;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: transparent;   
text-decoration: none;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: blue;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Palatino, 'Times New Roman', Georgia;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: left;
}

.ExtraNav a:link {
color: #344d8e;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;
}

.ExtraNav a:visited {
color: #555555;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;

}

.ExtraNav a:hover {
color: #7788dd;
background-color: transparent;
text-decoration: none;
font-weight: bold;
text-align: center;
padding: 0 10px;
}

#Header .ExtraNav {
font-size: 88%;
text-transform: uppercase;
letter-spacing: 1px;
position: absolute;
top: 384px;
left: 35px;
width: 930px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
position: relative;
top: 30px;
padding-bottom: 40px;
background-color: transparent;
width: 930px;
margin: 0 auto;
}

#Footer .ExtraNav a:link {
color: #000066;
}

#Footer .ExtraNav a:hover {
color: #777777;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #616265;
width: 85%;
border: 1px dotted #ffffff;
margin: 18px auto 24px auto;
padding: 4px;
color: #fffff1;
}

.CalloutBox img {
margin: 5px;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #ffffff;
width: 24%;
border: 1px dotted #eeeeaa;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #000066;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #cccccc;
}

.ReminderBox p {
font-size: 80%;
padding: 0 8px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxLeft img {
border: none;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
float: right;
clear: both;
}

.AdSenseBoxExtraColumn img{
border: none;
}

.ReturnToNavBox {
background-color: transparent;
width: 90%;
border-top: 1px dotted #777777;
border-bottom: 1px dotted #777777;
margin: 15px auto 12px auto;
padding: 4px;
text-align: right;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: transparent;
margin: 8px auto 5px auto;
padding: 2px 2px 2px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- 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;
}

#ContentColumn ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
}

#ContentColumn li {
background: url(../image-files/fleur.gif) left top no-repeat;
padding-left: 30px;
padding-bottom: 15px;
} 

/* --imported styles -- */

div.topbox {
   background-color: #eee;
   -webkit-border-radius: 8px;
	padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
   border:1px solid #ddd;
   -moz-border-radius: 8px;
   text-align:center;   
	
}

div.shadow{
box-shadow: 7px 7px 8px #444; 
-webkit-box-shadow: 7px 7px 8px #444;
-webkit-border-radius: 8px;
-moz-box-shadow: 7px 7px 8px #444; 
-moz-border-radius: 8px;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#444, offX=7, offY=7, positive=true); }

div.full-width-box {
   background-color: #eee;
   -webkit-border-radius: 8px;
	margin: 15px 10px 10px 10px;
	padding: 15px;
   border: 1px solid #ddd;
   -moz-border-radius: 8px;
	
}

div.center-box {
   width: 50%;
   background-color: #DDDDFF;
	margin-left:auto;
	margin-right:auto;
	padding: 15px;
   border: 1px solid #000;
	
}div.center-box2 {
   width: 50%;
   background-color: #FFFFee;
	margin-left:auto;
	margin-right:auto;
	padding: 15px;
   border: 2px solid #2B9FFF;
	
}div.full-width-box2 {
   background-color: #FFFF99;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 1px solid #cccccc;
	
}div.full-width-box3 {
   background-color: #FFFFCC;
	margin: 15px 0px 10px 0px;
	padding: 15px;
   border: 2px solid #2B9FFF;
	
}/*** Two Boxes For Splitting Page ***/

div.split-box-left {
   background-color: #ffffee;
	margin: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	padding: 10px;
	width: 42%;
	float: left;
	
}div.split-box-right {
   background-color: #ffffee;
	margin: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	padding: 10px;
	width: 42%;
	float: right;
	
}/*** ==================== ***/
	
	
/*** right column Half of width box left ***/
div.half-width-box-left {
   background-color: #ffffFF;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000;
	padding: 10px;
	width: 50%;
	float: left;
	
}
/*** right column Half of width box right ***/
div.half-width-box-right {
   background-color: #ffffff;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000;
	padding: 10px;
	width: 50%;
	float: right;
	
}div.half-width-box-right3 {
   background-color: #fcfae1;
	margin: 5px 5px 5px 5px;
	border: 1px solid #ccc;
	padding: 10px;
	width: 44%;
	float: right;
	
}/*** right column Half of width box left light gray background ***/
div.half-width-box-left2 {
   background-color: #F2F3F2;
	margin: 10px 10px 10px 10px;
	border: 1px solid #000;
	padding: 10px;
	width: 50%;
	float: left;
	
}div.half-width-box-left3 {
   background-color: #fdfeff;
	margin: 5px 5px 5px 5px;
	border: 0px solid #fdfeff;
	padding: 10px;
	width: 44%;
	float: left;
	
}
/* the border of the image inside your half width textbox can be changed.
Its set to #5F8B8C at the moment. You can also change the solid
to either dashed or dotted if you want to*//*** Picture inside the text ***/
.img-float-left {
	float: left;
	padding: 2px;
	margin-right: 5px;
	border: 0px solid #440000;
}
.img-float-right {
	float: right;
	padding: 2px;
	margin-left: 5px;
	border: 0px solid #440000;
}
/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}
