html,body {
	margin:0;
	padding:0;
	height:100%;
}


body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	background-repeat: repeat;
	background-image: url(images/60pattern.gif);
	font-weight: normal;
	color: #988b84;
	height: 100%;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #810F19;
}

a:hover {
	background: none;
	color: #E71800;
	text-decoration: underline;
}

#wrapper {
	width:750px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 788px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/dropshadow.jpg);
}

/* Header */

#headerwhite {
	width: 760px;
	height: 172px;
	margin: 0 auto;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
}

#headercolour {
	width: 760px;
	height: 172px;
	margin: 0 auto;
	background-image: url(images/bannercolour.gif);
	background-repeat: no-repeat;
}
#headerport {
	width: 760px;
	height: 172px;
	margin: 0 auto;
	background-image: url(images/bannerwork.gif);
	background-repeat: no-repeat;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 70px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
	visibility: hidden;
}

#logo p {
	float: left;
	margin: 0;
	padding: 80px 0 0 5px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;	
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 50px;
}

/* Content */

#content {
	float: right;
	width: 545px;
	padding-top: 5px;
	padding-right: 28px;
	padding-bottom: 0;
	padding-left: 0;
}

#contentport {
	float: right;
	width: 592px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}
.post  .intro {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 26px;
	font-weight: lighter;
}

.post .entry {
	text-align: justify;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

.post .padpar1 {
	text-align: justify;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.post .padpar2 {
	text-align: left;
	padding-top: 25px;
}

.post .padintro {
	text-align: justify;
	padding-top: 106px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.post .vcard {
	text-align: justify;
	padding-top: 0px;
	padding-left: 40px;
	background-image: url(images/vcard.gif);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	height: 35px;
}

.post .p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	}
	div, p, ul, h2, h3, h4, img{padding:0px; margin:0px;}
	
	ul{list-style-type:none;}
	
	/* New Nav */
	
#navContain {
	width: 168px;
	top: 28px;
	padding-top: 28px;
	height: 375px;
}
#Nav.workdrop{
	width:168px;
	height: 225px;
}


#Nav {
	width: 168px;
	margin-right: auto;
	margin-left: auto;
	top: 20px;
	height: 600px;
}
#Nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Nav li {
	height: 36px;
	width: 168px;
	float: left;
	text-align: center;
	display: block;
}
#Nav ul a {
	color: #b4b4b4;
	text-decoration: none;
	font-size: 0px;
	height: 36px;
	width: 168px;
	display: block;
}
#about a {
	background-image: url(images/about_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#work a {
	background-image: url(images/work_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contact a {
	background-image: url(images/contact_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#about a:hover {
	background-image: url(images/about_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#work a:hover {
	background-image: url(images/work_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contact a:hover {
	background-image: url(images/contact_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#workpage a:hover {
	background-image: url(../images/layoutImages/dwIcon.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
	
	
	/* New Nav ends */
	
#topSidemenuPan{
	width:168px;
	height:225px;
	float:left;
	color:#000;
	background-color: #fff;
	background-position: 0;
}
#topSidemenuPan ul li.workdrop{
	width:168px;
	height: 225px;
}
#topSidemenuPan ul li.workdrop a{
	width:168px;
	display:block;
	text-indent:-10000px;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 400px;
}
#topSidemenuPan ul li.wordropk a:hover{
	width:168px;
	height:39px;
	background-image: url(images/work_over.gif);
	background-repeat: no-repeat;
	background-position: 0 0;

}

/* Footer */

#footer {
	width: 760px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-image: url(images/infor_bar.gif);
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	visibility: hidden;
}

#footer a {
	color: #999999;
}
#splash {
	width: 760px;
	height: 550px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#entre {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	top: 20px;
	height: 40px;
	padding-bottom: 30px;
}
#entre ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#entre li {
	height: 40px;
	width: 760px;
	text-align: center;
	display: block;
}
#entre ul a {
	text-decoration: none;
	font-size: 0px;
	height: 50px;
	width: 760px;
	display: block;
	color: #CCCCCC;
}
#entresite a {
	background-image:url(images/enter.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#entresite a:hover {
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contenthold {
	padding-top: 5px;
	padding-right: 28px;
	padding-bottom: 0;
	padding-left: 28px;
}
.post .padpar3 {
	background-image: url(images/emailers/TEMPLATE1.jpg);
	background-repeat: no-repeat;
	padding-right: 60px;
	padding-left: 60px;
	margin-top: 50px;
	height: 450px;
	background-position: center;
}
.post .padpar4 {
	background-image: url(images/emailers/TEMPLATE2.jpg);
	background-repeat: no-repeat;
	padding-right: 60px;
	padding-left: 60px;
	margin-top: 50px;
	height: 450px;
	background-position: center;
}
.post .padpar5 {
	background-image: url(images/emailers/TEMPLATE3.jpg);
	background-repeat: no-repeat;
	padding-right: 60px;
	padding-left: 60px;
	margin-top: 50px;
	height: 450px;
	background-position: center;
}
.post .padpar6 {
	background-image: url(images/emailers/TEMPLATE4.jpg);
	background-repeat: no-repeat;
	padding-right: 60px;
	padding-left: 60px;
	margin-top: 50px;
	height: 450px;
	background-position: center;
}
.post .padpar7 {
	background-image: url(images/emailers/TEMPLATE5.jpg);
	background-repeat: no-repeat;
	padding-right: 60px;
	padding-left: 60px;
	margin-top: 50px;
	height: 450px;
	background-position: center;
}
.post .padpar8 {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	padding-right: 60px;
	padding-left: 60px;
	margin-top: 50px;
	height: 450px;
}
.post .padpar9 {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	padding-right: 60px;
	padding-left: 60px;
	margin-top: 50px;
	height: 450px;
}
