/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #000;
	font-size: 85%;
}

#backgroundwrapper {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#background {
	background-image:url(../image-files/backgroundtop.jpg);
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	background-position: center 0px;
	background-repeat: no-repeat;
}

#backgroundbottom {
	background-image: url(../image-files/backgroundbottom.jpg);
	width: 1300px;
	background-repeat: repeat-y;
	background-position: center 0px;
	margin-right: auto;
	margin-left: auto;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	clear: both;
}


h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
	margin-top: 5px;
	padding-bottom: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(../image-files/h1square.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align: center;
	font-weight:normal;
}

h2 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 0px solid #8f8fb3;
	background-image:url(../image-files/bg_contenth2.gif);
	background-repeat:repeat-x;
	padding: 0 0 0 10px;
	font-weight:normal;


}

h3 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	border-bottom: 0 solid #8f8fb3;

}

h4 {
	text-align:center;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: black;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 960px;
	border: 2px solid #000;   /* headlines and borders */
}

#Header {
position: relative;
height: 298px;
margin-bottom: 5px;
}

#Searchbar {
	float: left;
	width: 960;
	margin-left: -960;
}
	
#ContentWrapper {
float: left;
width: 960px;

}

#ContentColumn {
margin: 0 178px 0 156px;  /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 151px;               /* 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)  */

}

#ExtraColumn {
float: left;
width: 172px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -173px;		/* STEP 5: set to -(ExtraColumnWidth) */ 
}

#Footer {
	clear:both;
	width: 960px;
	margin: 2px 0 0 0;
	padding: 33px 0;
	border-top: 4px solid #000;
	
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 24px auto;
	background-image: url();
	background-repeat: repeat-y;
	background-color:#000;
}

#Header {
	background-image:url(../image-files/header.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: top left;
	border-top: 2px solid #000;

}

#Searchbar {
	background-image:none;
	background-repeat:no-repeat;
	background-color:#FFF;
	
}

#ContentWrapper {
	background-image: url();
	background-repeat: repeat-y;
	background-color: #000;
}

#NavColumn {
	background-image: url();
	background-repeat: repeat-y;
	background-color:#FFF;
	
}

#ContentColumn {
	background-image: url(../image-files/bodybackground.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}

#ExtraColumn {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #FFF;
}

#Footer {
	background-image:url(../image-files/footerneverstopevolving.jpg);
	background-repeat: no-repeat;
	background-color: #000;     /* blue-gray used in left and right columns of background.gif and for footer and horizontal text-navbar */
	text-align: center;
	font-size: 85%;
	color:#FFF;
	
	}

#NavColumn {
font-size: 90%;
color: black;
padding-bottom:5px;
}

#NavColumn h4 {
	font-size: 90%;
	color: #000;
	margin-top: 0;
}

#NavColumn h3 {	
	background-image:url(../image-files/navbarheader.jpg); margin: -10px -10px 0 -10px;
	background-repeat:repeat-x;
}

#ExtraColumn {
font-size: 90%;
	background-image:url(../image-files/navbarheaderstrip.jpg);
	background-repeat:repeat-x;

}

#ExtraColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

#ExtraColumn h3 {	
	background-image:url(../image-files/navbarheader.jpg); margin: -10px -10px 0 -10px;
	background-repeat:repeat-x;
	padding-top:10px;
	padding-left:12px;
	font-size: 130%;
	color: #000;

}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
	width: 100%;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	background-color: #FFF;
}

/* -- Nav Headers -- */

.Navigation h3 {
	padding-top:8px;
	padding-left:10px;
	font-size: 140%;
	color: #000;
	margin: 15px 5px;

}


/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 0px;
margin: 10px 0 10px 0;
}

.Navigation li {
	background-image:none;
	background-color: inherit;        /* tan, for button and RSS box backgrounds -- */
	margin-bottom: 3px;
	background-repeat: no-repeat;
	font-size:105%;
	font-weight:normal;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
	color: #000;
	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: #000;
	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: #000;
	display: block;     /*  this makes the whole box highlight rather than just the text */
	padding: 3px 0 3px 4px;
	background-color: none;   /* light sea blue used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
	text-decoration:underline;
	background-repeat:repeat-y;
}



/* ------ 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: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
	width: 100%;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:small;
		
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
	display: inline;
	background-color: transparent;
	text-align: center;
}

.ExtraNav a:link {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 0 px;
}

.ExtraNav a:visited {
color: blue;
text-decoration: none;
}


#Header .ExtraNav {
	font-size: 85%;
	position: absolute;
	top: 78px;
	right: 0px;
	width: 100%;
	height:35px;
	background-repeat:no-repeat;
	background-image:url(../image-files/topnavbackground.jpg);
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
	margin: 12px auto;
	background-image:none;
	background-color: transparent;
}

/* ------ Section 6 - Boxes ------ */

.Threebox{
	clear:both;
}

.Threebox .box1{
	float:left;
	background-color:#F4F4F4;
	margin-right:8px;
	width:196px;
	
}
.Threebox .box2{
	float:left;
	background-color:#F4F4F4;
	margin-right:8px;
	width:196px;
		
}
.Threebox .box3{
	float:left;
	background-color:#F4F4F4;
	width:196px;	
}

.Threebox h1{
	font-size: medium;
	background-image: url(none);
	font-weight: normal;
	text-align: left;
	border-bottom: solid #000 1px;
	padding:0 0 5px 0;
	margin-bottom: 5px;
}

.Twobox{

}

.Twobox .box1{
	float:left;
	background-color:#F4F4F4;
	margin-right:15px;
	width:320px;
}
.Twobox .box2{
	float:left;
	background-color:#FFF;
	border:thin;
	width:267px;
}

.Twobox .whatsnew{
	max-height:350px;
	font-size:10px;
	
}

.Twobox h1{
	font-size: medium;
	background-image: url(none);
	font-weight: normal;
	text-align: left;
	border-bottom: solid #000 1px;
	padding:0 0 5px 0;
	margin-bottom: 5px;
}

.CalloutBox {
	background-color:#f6f6f6;
	width: 85%;
	border: 1px dotted #8f8fb3;
	margin: 18px auto 24px auto;
	padding: 4px;
	color: black;
}

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: #f6f6f6;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.ReminderBox2 {          
background-color: #f6f6f6;
width: 36%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox2 h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox2 p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.ReminderBox2 ul{
	margin:10px 10px 5px 20px;
	padding:0 0 0 0;
	
}

.ReminderBox2 li {
	margin:0 0 5px 0;
	
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #d3e4fb;
border: 0px;
}

.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: #F6F6F6;
	width: 90%;
	border-top: 1px solid #8f8fb3;
	border-bottom: 1px solid #8f8fb3;
	margin: 50px auto 40px auto;
	padding: 4px;
	clear:both;
}

/* -- RSS Box -- */

#RSSbox {
	width: 134px;
	margin: 8px auto 10px 3px;
	padding: 2px 2px 10px 2px;
	font-size: 100%;
	font-weight: bold;
	color: #1d487e;
	line-height: 120%;
	text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.inner {
	padding:10px;
}

.section{
	padding-bottom:30px;
}
.wrapper { 
	width:100%;
	overflow:hidden;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}
/* -- AddThis Styling -- */
.addthis_toolbox {
    width: 400px; //This may need to be adjusted
    margin: 0 auto;
}

.addthis_toolbox1 {
    width: auto; //This may need to be adjusted
    margin: 0 0 0 0;
}



/* -- End AddThis Styling -- */

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
clear:right;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}


