/* site standard class */

body {
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

p {
  padding-right: 10px;
  padding-top: 0px;
  margin-top: 3px;
  margin-bottom: 14px;
}

a img {
  border: 0;
}

a {
  color: #0474bc;
  text-decoration: none;
}

a:hover {
  color: #bed8e7;
  text-decoration: none;
}

a.navactive {
  color: #000000;
  text-decoration: none;
}

h1 {
	font-size: 1.7em;
	color: #000000;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 0px;
	border-bottom: 1px dotted #000000;
	padding-bottom: 5px;
	width: 99%;
}

h2 {
	font-size: 1.2em;
	color: #000000;
	margin: 10px 0 5px 0;
	padding: 10px 0 0px 0;
}

h6 {
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 0px;
	padding: 5px 0 5px 1px;
	border-bottom: 1px dotted #000000;
}

/* main site containers */
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	/* border:1px solid #efefef; */
}

#header {
	width: 800px;
	height: 122px;
	background-color: #bed8e7;
}

#slogan {
    background-color: #0474bc;
    color: #fff;
    padding: 7px 5px 7px 16px;
    font-size: 0.8em;
	text-align: right;
}

#slogan-admin {
    background-color: #BB0000;
    color: #fff;
    padding: 7px 5px 7px 16px;
    font-size: 0.8em;
	text-align: right;
}

#leftnav {
  width: 205px;
  float: left;
  text-align: left;
  padding-top: 16px;
}

#main {
  width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0 0;
  float: right;
}

#pagetop {
	text-align: right;
	color: #555555;
	width: 99%;
	padding-bottom: 5px;
	clear: both;
}

#footer {
	width: 800px;
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 10px 0;
	clear: both;
	text-align: center;
	background-color:#E7E7E7;
	color: #666666;
}

#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 121px;
	padding: 0;
	margin: 0;
}

#main ul {
	line-height: 1.8em;
}

#leftnav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	
} 

.navbox {
	background:url(../images/content-back.gif) repeat-x top;
}

	
#leftnav li,a {
	list-style: none;
	margin-left: 0;
	margin-top: 3px;
	padding-left: 0.1em;
}

.footerlinks {
	margin-top: 5px;
	font-size: 0.9em;
}

#footer a {
  color: #0474bc;
  text-decoration: none;
}

#footer a:hover {
  color: #0474bc;
  text-decoration: underline;
}



/* Project boxes */
.product{
	width:173px;
	height:210px;
	float:left;
	text-align:center;
	border:1px solid #efefef;
	margin: 0px 10px 10px 0px;
}

.product-large{
	width:173px;
	height:240px;
	float:left;
	text-align:center;
	border:1px solid #efefef;
	margin: 0px 10px 10px 0px;
}

.product-title{
	color:#333;
	text-align:center;
	font-size:1em;
	text-decoration:none;
	cursor:pointer;
	padding: 7px 0 7px 0;
	font-weight: bold;
}

.product-details{
	font-size:0.9em;
	margin-top: 6px;
	line-height: 1.5em;
}

.clearAll {
	clear: both;
	font-size: 1px;
	line-height: 5px;
}

.newsposted {
	font-size: 0.8em;
	margin: 10px 0 15px 0;
	text-align: right;
	width: 99%;
}

.newslettertxt {
	font-size: 0.9em;
	margin-bottom: 5px;
}

.newsletterbtn {
	font-size: 0.9em;
	color:#000000; 
	background-color:#bed8e7; 
	border: 1px solid; 
	height: 19px;
}

.slideshow { 
	disply: inline;
	float: left; 
}

.slideshow img { 
	padding: 6px; 
	border: 1px solid #ccc; 
	background-color: #eee; 
}

.homeright { 
	disply: inline;
	float: right; 
	margin-right: 7px;
}