@charset "utf-8";
/* CSS Document */

/* Default Lists */

ul
{
	list-style-image: url('../images/Icons_Backgrounds/bullet2.gif');
	list-style-type: circle;
	margin-top: 0;
	margin-bottom: 0
}
li
{
	margin-top: .5em;
	margin-bottom: .5em;
}
.nobull li
{
	list-style-image: none;
}


/* Jobomatic Style */
#jbb_adaptive_widget_body ul li
{
	list-style:none none outside;
	margin-left:0;
	margin-bottom: 1em;
}


/* Default Links */

a:link
{
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
a:visited
{
	text-decoration: none;
	color: #660066;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	color: #660066;
	font-weight: bold;
}
a:active
{
	text-decoration: none;
	color: #660066;
	font-weight: bold;
}


/* Default Paragraphs and Headings */

h1
{
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-weight: bold;
	color: #000066;
}
h2
{
	color: #000066;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.8em;
}

h3
{
	color: #000066;	
	margin-top: 1em;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: .75em;
}
h4
{
	color: #000066;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}
h5
{
	color: #000066;
	font-size: 1em;
	margin-bottom: 0;
	font-weight: bold;
}
h6
{
	color: #000066;
	margin-top: 0;
	margin-bottom: 1.5em;
	font-size: 1em;
	font-weight: normal;
}
p
{
	margin-top: 0;
	margin-bottom: 1em;
}
sup
{
	font-size: .5em;
}


/* Default Forms, Fieldsets, Tables */

form
{
	margin: 0;
}
fieldset
{
	margin-top: .5em;
	margin-bottom: 0em;
	margin-left: .5em;
	margin-right: .5em;
	padding: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

.roundblock
{
	padding: 12px; 
	border: solid 2px #ccccff; 
	-moz-border-radius: .5em; 
	-webkit-border-radius: .5em;
	border-radius: .5em;
}
	

legend
{
	color: #000066;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: .25em;
}
table table
{
	margin-bottom:1em;
}
th
{
	font-weight: bold;
}
.kristenspick
{
	border: solid #ccccff 1px;
	text-align: left;
	margin-left: 40px;
}
.kristenspick td
{
	padding: 12px;
}
.getprintables
{
	width: 80%;
	border: none;
	padding: 8px;
}
.note
{
	background-color: #eeeeFF;
	padding: 12px;
	margin-bottom: 12px;
	border: outset #bbbbff thick;
}

/* Page Layout*/

body
{
	width: 100%;
	min-width: 600px;
	min-height: 100%;
	margin: 0;
	padding: 0;
	border-style: none;
	background-color: #ffffff;
	font-family: arial,sans-serif;
	font-size: 10px;
}



#header
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ddddff;
}


		#siteheader
		{
			float:left; 
			width: 60%;
			margin: 4px;
		}
		#siteheader a
		{	
			text-decoration: none; 
			color: #000066;
		}
		
		
		#logo
		{
			float: left;
		}
		#logo a
		{
			text-decoration: none;
		}
		#logo img
		{
			border: 0 none;
			width: 120px;
			height: 100px;
			float: left;
			
		}
		
		#title
		{
		}
		
		
		#sitedesc
		{
	font-size: 1.1em;
	font-weight: bold;
		}
		#sitedesc a
		{
		}
		
		
		
		#topright
		{
			float: right; 			
			text-align: right;
			margin: 2px;
		}
		
		
		#skiplinks
		{
			display: none;
		}
		

			
#topadbar
{
	clear: both;
	float: left;
	width: 100%;
	min-height: 20px;
	margin: 0;
	border: 2px outset #bbbbff;
	border-left: none;
	border-right: none;
	background-color: #bbbbff;
	text-align: left;
	font-family: arial;
}

		#sitegoals
		{
			font-size: 1em;
			padding: 8px;
		}
		


#container
{
	clear: both;
	float: left;
	width: 100%;
	min-height: 100%;
}


#sidenavbar
{
	width: 15%;
    position:absolute; 
	left: 0%; 
	height: 300em;
	border: 2px ridge #ffffcc; 
	border-top: none;
	border-bottom: none; 
	background-color: #FFFFCC;
	background-image:url('../images/Icons_Backgrounds/Yellow_Column.jpg'); 
	background-repeat:repeat-y;
	vertical-align: top;
	text-align: left;	
	padding-top: 15px;
	padding-left: 18px;
	padding-right: 12px;
}
		#sidenavbar fieldset
		{
			width: 90%;
		}
		
		.navgroup
		{
			margin-bottom: 12px;
		}
		


#main
{
	position: absolute;
	left: 23%;
	right: 23%;
	border: none;
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	vertical-align: top;
	background-color: #FFFFFF;
}
		#main a:link
		{
			text-decoration: underline;
			color: #000099;
			font-weight: bold;
		}
		#main a:visited
		{
			text-decoration: underline;
			color: #660066;
			font-weight: bold;
		}
		#main a:hover
		{
			text-decoration: underline;
			color: #660066;
			font-weight: bold;
		}
		#main a:active
		{
			text-decoration: underline;
			color: #660066;
			font-weight: bold;
		}
		
		
		
		#subheader
		{
			min-width: 100%;
			margin-top: 12px;
			margin-bottom: 4px;
			vertical-align: top;
		}
		
		#subheaderads
		{
			min-width:100%;
		}
		
		
		
		#footer
		{
			margin:0px; 
			padding:0px;
			vertical-align: top;
		}
		
		
		#footerads
		{
			padding:0px;
			margin-left: -7px;
		}
		
		
		#footerlegal
		{
			font-size: .8em;
		}
		
		
		
#sideadbar
{
	float: right;
	width: 18%;
	height: 300em;
	padding-top: 15px;
	border-left: medium solid #ddddff; 
	background-color: #CCCCFF;
	vertical-align: top;
	text-align: center;
}
		#sideadbar a:link
		{
			color: #000099;
			font-weight: bold;
		}
		#sideadbar a:visited
		{
			color: #000099;
			font-weight: bold;
		}
		#sideadbar a:hover
		{
			color: #000099;
			font-weight: bold;
		}
		#sideadbar a:active
		{
			color: #000099;
			font-weight: bold;
		}
		#sideadbar fieldset
		{
			border: outset 3px #ddddff;
		}
		#sideadbar p
		{
			margin-left:4px;
			margin-right:4px;
		}
		#sideadbar ul
		{
			list-style-image: none;
			list-style-type: square;
			margin-left: 30px;
			margin-right: 10px;
			padding: 0px;
			text-align: left;
		}
		#sideadbar li
		{
			padding-bottom: 1em;
		}
		
		
.feedburnerFeedBlock
		{
			padding-left: 4px;
		}
.feedburnerFeedBlock a
		{
			text-decoration: none;
			color: #000066;
			font-weight: bold;
		}
.feedburnerFeedBlock ul
		{
			padding:0;
			margin:0;
		}
#creditfooter
		{
			display: none;
		}
.idw-container h2
		{
			display: none;
		}
.idw-container
		{
			width: 80%;
		}
.blogger-post-footer
		{
			display: none;
		}
.feedflare
		{
			display: none;
		}
		
/* Blogger FTP Blog Style*/
		h2#archives {}
		div.blogPost {}
		div.byline {}
		p#bloggerBug {}
		.blogComments {}
		.blogComments .byline {}
		.blogComment {}
        .deleted-comment {}
        #blogfeeds { }
        #postfeeds { }
    .paging-control-container {}
    .unneeded-paging-control {visibility: hidden;}
		

