@charset "UTF-8";
/* CSS Document */

body {
	background:#547b94;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
}

h1, h2, h3, h4, h5, h6 {	
	font-family:Myriad Pro, Myriad, Helvetica, Arial, sans-serif;
}

a {
	text-decoration:none;
}
a:link {
	color: #213947;
	text-decoration: none;
}

#container {
	width:800px;
	margin:auto;
	text-align: left;
}



#banner {
border-radius-topright: 10px; -o-border-radius-topright: 10px; -icab-border-radius-topright: 10px; -khtml-border-radius-topright: 10px; -moz-border-radius-topright: 10px;  -webkit-border-radius-topright: 10px; border-top-right-radius: 10px; -o-border-top-right-radius: 10px; -icab-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; -moz-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px;


border-radius-topleft: 10px; -o-border-radius-topleft: 10px; -icab-border-radius-topleft: 10px; -khtml-border-radius-topleft: 10px; -moz-border-radius-topleft: 10px;  -webkit-border-radius-topleft: 10px; border-top-left-radius: 10px; -o-border-top-left-radius: 10px; -icab-border-top-left-radius: 10px; -khtml-border-top-left-radius: 10px; -moz-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px;
	
	
	background-image:url(../images/header.png);
	width:800px;
	height:120px;
}

#guts {
	background:#ffffff;
	margin:0px;
	padding:15px 0px 0px 0px;
	
	overflow:auto;
}

#leftcolumn {
	float: left;
	width: 200px;
	margin-left: 10px;
}


#footer {
	width:800px;
	background-color:#bcc1c5;
	margin-top:-5px;

border-radius-bottomright: 10px; -o-border-radius-bottomright: 10px; -icab-border-radius-bottomright: 10px; -khtml-border-radius-bottomright: 10px; -moz-border-radius-bottomright: 10px;  -webkit-border-radius-bottomright: 10px; border-bottom-right-radius: 10px; -o-border-bottom-right-radius: 10px; -icab-border-bottom-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; -moz-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px;


border-radius-bottomleft: 10px; -o-border-radius-bottomleft: 10px; -icab-border-radius-bottomleft: 10px; -khtml-border-radius-bottomleft: 10px; -moz-border-radius-bottomleft: 10px;  -webkit-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; -o-border-bottom-left-radius: 10px; -icab-border-bottom-left-radius: 10px; -khtml-border-bottom-left-radius: 10px; -moz-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px;
		
	
	
}

#footer p{
	margin: 5px 10px 5px 10px;
	font-size:10px;
	padding:4px;
}
		
#dbcontent {
	width:505px;
	margin-right:50px;
	margin-left:240px;
}


/*THIS WILL CONTROL THE SPOTLIGHT AND PRODUCT BOXES */

#spotlight, #product, #archive, #twitter {
	background:#bcc1c5;
	width:180px;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:10px;
}

a.twitterby {
	font-weight: bold;
}

p.footerlink {
	font-weight: bold;
	margin:0;
}


#product img {
	margin:auto;
}


#leftcolumn h4 {
	margin:0px;
	font-size:16px;
	color:#547b94;
	font-weight: bold;
	font-size:17px;
}

#leftcolumn h5 {
	margin:0px;
	font-size:14px;
	color:#484137;
	font-weight: bold;
	}

#spotlight ul {
	padding: 0px;
	margin:0px;
	list-style-type: none;
}

#spotlight ol {
	padding: 2px;
	margin-left: 15px;
	list-style-type: none;
}


#spotlight li{
	padding: 8px;
}

#spotlight li a, #product a {
	text-decoration: none;
}

#product img {
	margin:auto;
	padding-top:3px;
	border:medium solid #bcc1c5;
}



/*THIS WILL CONTROL THE BLOG DISPLAY ON THE HOMEPAGE */

#blog {
	margin-top:0;
}

#blog h3 {
	font-size:18px;
	color:#484137;
	font-weight:bold;
	margin:0 0 .1em 0;
}

p.blogpost {
	margin: .1 0 0 0;
	font-size:10px;
	font-weight: bold;
}

p.blogbody {margin: 0 0 2em 0}





/*THIS WILL CONTROL THE STYLE FOR THE NAVIGATION LIST */

#navlist li { 
	display: inline; 
	padding: 2em;
}

#navlist li a {
	text-decoration: none;
	color:#FFFFFF;
	margin:0px;
	font-weight:bold;
}

#navlist li a:hover {
	background-color:#547b94;
	color: #fff;
}

#navigation ul {
	margin:0px;
	padding:4px 0px;
	list-style-type: none;
	background-color: #484137;
	color: #FFF;
	text-align: center;
}

/*MISCELLANEOUS */

.cleared {
  clear:both;
  line-height:0;
}

img {
	border:none;
}

h2.mainheaders {
	margin:0px;
	color:#547b94;
	font-size: 18px;

	background:#bcc1c5;
	padding:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	margin-bottom:10px;
