* {
    padding:0;
    margin:0;
}

a {
	color: #788095;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3, h4{
  color: #333;
	font-weight: bold;
	font-size: 14px;
}

body {
    background-color: #ccc;
    font-family:Tahoma, Verdana, Arial;
    font-size:12px;
    height:100%;
		color: #333333;
}

#wrapper {
    width:1000px;
    margin:10px auto 20px auto;
		background-color: #fff;
		height : 800px;
}

#header {
	  width:100%;
}

#header .banner {
	  float: left;
		padding : 10px 0 10px 20px;
}

#notes-menu {
  clear : both;
	width: 100%;
	height: 57px;
	background-image: url(../images/bg_top.gif);
}

#cat_navi {
	width: 980px;
	margin: 0 auto;
}

#cat_navi li a span {
	font-size: 11px;
	color: #9D9D9D;
	font-weight: normal;
}

#secnav, #secnav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

#secnav a {
	display: block;
	line-height: 57px;
	padding: 0 20px 0 20px;
	line-height: 16px;
	padding: 14px 20px 11px;
	color: #788095;
}

#secnav a:hover {
	text-decoration : none;
}

#secnav li {
	float: left;
	font-size: 16px;
	font-weight: bold;
}

#secnav li:hover, #secnav li.sfhover1 {
	background: url(../images/bg_cat_navi_hover.gif) repeat-x;
	cursor: pointer;
}

#secnav li:hover span, #secnav li.sfhover1 span {
	color: #fff;
}

#content {
    clear : both;
    width:100%;
    background-color: #fff;
		padding-bottom:20px;
}

#content .list-box {
  width: 100%;
	margin-top:20px;
}

#content .list-item {
  width: 170px;
	height: 250px;
	margin-left:40px;
	margin-bottom:10px;
	padding-bottom:10px;
	float:left;
	border: 2px solid #c0c6d6;
}

#content .list-item img {
  padding-left: 10px;
	padding-top: 10px;
}

#content .list-item h2{
  padding-left: 10px;
	padding-top: 10px;
}

#content .list-item p {
  padding-left: 10px;
}

#content .centerAlign {
  text-align : center;
}	

#content .contract-item {
  width: 210px;
	margin-left:20px;
	margin-bottom:10px;
	padding-bottom:10px;
	float:left;
}



#left {
  float : left;
	width : 700px;
	padding: 10px 10px 10px 25px;
}

#left h1, h2, h3, h4{
  color: #333;
	font-weight: bold;
	font-size: 14px;
}

#left p {
	padding: 7px 10px 7px 0;
	line-height: 1.3em;
}

#left ul {
  padding: 10px 0 10px 30px;
}

#left .reviews {
  padding: 7px;
	border: 1px dashed #cccccc;
	margin: 5px 0 10px 0;
}

#left .news-feed {
  background-color: #ececec;
	padding: 20px;
	border: 1px solid #cccccc;
}

#right {
  float : right;
	width: 265px;
}

#right .boxheader {
	background-image:url(../images/top-box.png); 
	background-repeat:no-repeat;
	width:250px;
	height: 19px; 
	margin-top: 15px;
	margin-left: 0px;
	padding: 0;
}

#right .boxcontent {
	/* background-image:url(../images/middle-box.png); */
	border-left: 5px solid #EFEFEF;
	border-right: 5px solid #EFEFEF;
	background-repeat:repeat-y;
	width:230px;
	margin:0;
	padding-left: 10px;
}

#right .boxfooter {
	background-image:url(../images/bottom-box.gif); 
	background-repeat:no-repeat;
	width:250px;
	height: 19px; 
	margin-bottom:20px;
	padding: 0;
}

#right .boxcontent h4 {
	text-align: center;
  color: #333;
	font-weight: bold;
	font-size: 13px;	
}

#right .boxcontent label {
  width: 250px;
}

#right .boxcontent input {
	border: 1px solid #cccccc;
	background: #fff !important;
	margin: 0.5em 0 0.5em 0;
	padding: 0.3em;
	width: 210px;
	font : bold 1em Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

#right .boxcontent textarea {
	border: 1px solid #cccccc;
	background: #fff !important;
	margin: 0.5em 0 1em 0;
	padding: 0.3em;
	width: 210px;
	font : bold 1em Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

#right .boxcontent img {
	padding: 10px 0 10px 35px;
}

#right .required {
  color: #ff0000;
}

#right .required-error {
  color: #ff0000;
}

#right .boxcontent .boxsubmit {
	width: 220px;
	background: #000 !important;
	color: #fff;
}

#right .sentMail {
  width: 220px;
	height: 40px;
	background-color: #ffff99;
  color: #000;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 12px;
}

#footer {
  clear: both;
	background: #ff9933;
	padding: 10px;
  text-align: center;
	line-height: 1.3em;
	color: #000;
}

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

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