html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

/* hack for firefox to always show vert scroll bar */
html {overflow-y: scroll;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

html, body {
	height: 100%;
}

ol {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color: #003366;
 text-decoration: none;
 margin-bottom: 1px;
 line-height:1.25;
}
a:hover {
  border-bottom: 1px solid #5ECAE4;
  margin-bottom: 0;
}

#inwrap {
width:960px;
height:100%;
margin:auto;
}

#wrapper {
	width: 990px;
	/* min height hack to make compatable with M$ IE */
	min-height:90%;
	height:auto !important;
	height:90%;
	margin: 0 auto -15px; 
	/* background: #FFFFFF url('/templates/images/bottom_swirl.jpg') no-repeat 100% 100%; */
}

.footer {
	height: 15px;
	margin-top: 20px;
}

 .push {
	height: 0px;
}	

/*.linkgridcontainer {
width: 650px;
margin-left: auto;
margin-right: auto;
padding: 10px;
border: 1px red solid;
} */

.linkgridcontainer {
float: left;
width: 100%;
margin-left: auto;
margin-right: auto;
list-style-type: none;
}
.linkgridcontainer li {

display: block;
float: left;

padding: 0px;
margin: 0;
}
.linkgridcontainer img {
border: none;
}
.linkgridcontainer li a {
display: block;
width: 300px;
height: 55px;
margin: 0px 10px 10px 0px;
padding: 10px;
}
.linkgridcontainer li a:hover {
 border-bottom: none;
 background-color: #E8F5FB;
}


/* Top Navigation System */

#navcontainer {
height:25px;
width:100%;
padding-top:10px;
background-color:#00215d;

}
#botlink {
color:#A9AFCB;
font-size:10px; 
text-align:center;
text-decoration:none;
}

#botlink a{
color:#A9AFCB;
font-size:10px; 
text-align:center;
text-decoration:none;
}
 
#leftmain {
float:left;
width:768px;
/* min height hack to make compatable with M$ IE */
min-height:200px;
height:auto !important;
height:200px;
/*height:100%;*/
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
}

#leftcontent {
margin-top:140px;
width:700px;
margin-right:80px;
height:100%;
text-align:left;
}

#rightmain {
float:left;
width:192px;
background-image:url(images/blue.jpg);
background-repeat:no-repeat;
}

#leftcontent a{
font-weight: bold;
text-decoration:none;
}

#rightcontent {
margin-top:30px;
width:180px;
margin-left: 20px;
height:100%;
}

#rightcontent a {
text-decoration:none;
 font-size:80%; 
color:#7c6955;
}
#rightcontenthead {
color:#FFFFFF;
font-weight:bold;
margin-left:10px;
margin-top:10px;
}
#rightcontenthead a{
float: right;
color:#7c6955;
font-weight: normal;
font-size: 12px;
text-decoration: none;
margin: -15px 10px 0px 0px;
}
#rightcontenthead a:hover{
text-decoration: underline;
}
#shiftmenu {
width:960px;
height:20px;
margin-left:auto;
margin-right:auto;
padding-top:20px;
}

#pic0 {
background-image:url(images/image1.jpg);
}
#pic1 {
background-image:url(images/image2.jpg);
}
#pic2 {
background-image:url(images/image3.jpg);
}
#pic3 {
background-image:url(images/image4.jpg);
}
#pic4 {
background-image:url(images/image5.jpg);
}

.top {
	width: 192px;
	height: 134px;
	float:left;
}

.post_top td{
	padding-top: 10px;	
}
.post_date {
	font-size: 10px;
}

.post_short {
	padding: 0px;
	color: #7c6955;
	font-size: 10px;
}

#suckertreemenu {
width:960px;
margin-left:auto;
margin-right:auto;
	
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
color:#A9AFCB;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #00215D; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 110px; /*Width of top level menu link items*/
padding: 1px 8px;
border-right: 1px solid #A9AFCB;;
border-left-width: 0;
text-decoration: none;
color:#A9AFCB;
border-bottom: none;
margin: 0;
}

.suckertreemenu ul li a:hover{
border-bottom: none;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #A9AFCB;
text-decoration: none;
padding: 5px 5px;
border-bottom: none;
margin: 0;
}

.suckertreemenu ul li a:hover{
color: #fff;
border-bottom: none;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */