/*****PRINT STYLES FOR SAMPLE WEBSITE****/

body {
	font: 13px/16px "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #6b6962;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	background-color: #fff;
}
/***********GENERAL RULES FOR PARAGRAPHS***********/
p {
	text-align: justify;
	margin: 0px 15px 10px;
	padding-top: 5px;
}
/***********GENERAL LINK BEHAVIOUR***********/
a:link, a:visited {
	text-decoration: none;
	color: #336699;
	}	
a:hover {
	text-decoration: underline;
	color: #336699;
	}
/***********DIVISIONS***********/
#wrap {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	top: 0px;
	text-align: left;
	position: relative;
	background-repeat: repeat-y;
	background-image: url(../Images/wrap-bg.gif);
}
#mainheader {
	width: 640px;
	background-color: #BF180D;
	padding: 0px;
	margin: 0 0 0 9px;
	height: 148px;
	}
#logo {
	position: absolute;
	padding: 8px;
}
#general {
	display: block;
	list-style-type: square;
}
#innerwrap {
	margin: 0;
	width: 650px;
	padding: 0px;
	list-style-type: none;
}

/***********FOOTER***********/
#footer {
	padding: 0px 0 4px;
	margin:0;
	width: 100%;
	font-size: 11px;
	color:#555;
	height: 25px;
	background-color: #ccc;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}
#footer p{
	padding: 8px 15px 0;
	margin:0;
	text-align: center;
	letter-spacing: 1px;
}

/***********HEADINGS***********/

h1, h2 {
	color:#336699;
	width: 489px;
	font-size: 18px;
	font-weight: normal;
	margin: 35px 0px 0px 10px;
	padding: 5px 5px 10px 5px;
}

/***********NAVIGATION***********/

#main-nav{
	position: relative;
	width: 640px;
	height: 45px;
	padding: 0px;
	margin: 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	overflow: visible;
	background-color: #eee;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#nav li a:LINK, #nav li a:VISITED {
	font-size: 14px;
	color: #336699;
	padding: 0 11px 0 11px;
	text-decoration: none;
}
#nav li a:HOVER {
  	color: #7C7A73;
	text-decoration: none;
}
ul {
  font-size: 16px;
  color: #336699;
  padding: 15px 0 0px 8px;
  margin: 0px;
  list-style: none;
  }
li {
  float: left;
  position: relative;
	text-align: left;
	cursor: default;
  }

#nav li li a:link, #nav li li a:visited {
	display: block;
	color: #cc3c00;
}

#nav li li a:hover {
	display: block;
	color: #7C7A73;
}

/***********CLASSES***********/

img.port-leftfloat {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 3px;
}
.first {
	padding-top: 15px;
}
.ltd {
	font-size: 16px;
	vertical-align: super;
	font-weight: bold;
	line-height: 35px;
}
.none {
display:none;
}
.portfolio {
	clear: both;
	padding-top: 20px;
}
.odd{
	background-color: #eee;
	padding: 10px;
	border: 1px solid #ccc;
}

.even{
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ccc;
}
.clear {
	clear: both;
}
.left-align{
	font-weight: normal;
	float: left;

}
.right-align{
	font-weight: normal;
	float: right;
}
.last {
	padding-bottom: 30px;
}