/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
ol,ul {
	list-style-type: none;
}
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
body {
	background: #e2e3d1 url(../images/bg_main.jpg) repeat-x;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #1f1f1f;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #3f3f3f;
	text-decoration: none;
}
a:hover {
	color: #bcbc88;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.footerText1 {
	color: #cfcfcf;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.footerText1 a:link, .footerText1 a:active, .footerText1 a:visited {
	color: #e7e7be;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.footerText1 a:hover {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.headBig {
	color: #737d5a;
	font-family: Arial, sans-serif;
	font-size: 18px;
}

.headMed {
	font-size: 14px;
	font-weight:bolder;
	padding-top:10px;
	padding-bottom:5px;
}

.textSm {
	font-size:11px;
}

.tableStyle {
	background: #e7e7be;
	padding: 0 21px 13px 17px;
	width: 157px;
}

.listStyle {
	color: #737d5a;
	list-style:disc;
	padding-left:40px;
	line-height: 36px;
	font-size: 18px;
}

.listStyleNormal {
	padding-left:40px;
	list-style:disc;
	line-height: 20px;
}

.listTick {
	list-style-image: url(../images/tick.gif);
	padding-left:40px;
	line-height: 18px;
}

.listCross {
	list-style-image: url(../images/cross.gif);
	padding-left:40px;
	line-height: 18px;
}

.input {
	border: 1px solid #bcbc88;
	padding: 3px;
}

.submit {
	border: 1px solid #bcbc88;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.partnerImage {
	float: right;
	margin: 0px 20px 20px 20px;
}

.mapStyling {
	width: 400px; 
	height: 400px;
	padding: 2px;
	border: thin solid #000000;
	border-color: #000000;
	
}

.contactus {
	text-align: center;
	line-height: 200%;
}
	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	width: 814px;
	margin: auto;
}



/* DIV CONTENT =============================================== */

.logo {
	float: right;
}

#banner {
	background: url(../images/background_1.png) no-repeat;
	width: 814px;
	height: 238px;
	padding-left: 8px;
	float: left;
}

#banner_bio {
	background: url(../images/background_4.png) no-repeat;
	width: 814px;
	height: 238px;
	padding-left: 8px;
	float: left;
}

#banner_comms {
	background: url(../images/background_3.png) no-repeat;
	width: 814px;
	height: 238px;
	padding-left: 8px;
	float: left;
}

#banner_pr {
	background: url(../images/background_5.png) no-repeat;
	width: 814px;
	height: 238px;
	padding-left: 8px;
	float: left;
}

#banner_contact {
	background: url(../images/background_6.png) no-repeat;
	width: 814px;
	height: 238px;
	padding-left: 8px;
	float: left;
}

#banner_privacy {
	background: url(../images/background_2.png) no-repeat;
	width: 814px;
	height: 238px;
	padding-left: 8px;
	float: left;
}

#contentMAIN {
	width: 814px;
	margin-top: 20px;
	float: left;
}

#contentTEXT {
	background: url(../images/bg_text.png) repeat-y;
	width: 725px;
	padding: 31px 45px 25px 44px;
	float: left;
}

#mainText {
	width: 500px;
	float:left;
}

#sidebar {
	width:195px;
	float:right;
}

#menu {
	background: url(../images/bg_menu.png) no-repeat;
	width: 814px;
	float: left;
}


#footer {
	background: url(../images/footer01.png) no-repeat;
	padding-top: 11px;
	width: 814px;
	height: 45px;
	float: left;
}



/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float:left;
	width:800px;
}


#nav li { /* all list items */
	float: left;
	margin:0;
	padding:0;
	width:auto; /* width needed or else Opera goes nuts */
}


/* first level */
#nav li a:link, #nav li a:visited {
	display:block;
	text-decoration:none;
}

#nav li a:hover, #nav li a.active:link, #nav li a.active:visited {
	background-position:0 -51px;
	background-color: #4c4c4c;
}


/* second level - dropdown menu */
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}


#nav li ul a{
	background-color:#2d2d2d;
	width:130px;
	height:30px;
	padding-left:15px;;
	margin:0;
	line-height: 30px;
	color:#d4d4d4;
	text-decoration:none;
	font-size:12px;
}


/*button background images are set underneath**/
#nav li a.nav1:link, #nav li a.nav1:visited {
	background-image:url(../images/nav_home.jpg);
	height:51px;
	width:49px;
	margin: 0 16px 0 28px;
}

#nav li a.nav2:link, #nav li a.nav2:visited {
	background-image:url(../images/nav_bio.jpg);
	height:51px;
	width:31px;
	margin-right: 16px;
}

#nav li a.nav3:link, #nav li a.nav3:visited {
	background-image:url(../images/nav_contact_us.jpg);
	height:51px;
	width:83px;
	margin-right: 16px;
}

#nav li a.nav4:link, #nav li a.nav4:visited {
	background-image:url(../images/nav_communications_consulting.jpg);
	height:51px;
	width:201px;
	margin-right: 16px;
}

#nav li a.nav5:link, #nav li a.nav5:visited {
	background-image:url(../images/nav_pr_recruitment.jpg);
	height:51px;
	width:109px;
	margin-right: 16px;
}

#nav li a.nav6:link, #nav li a.nav6:visited {
	background-image:url(../images/nav_photography.jpg);
	height:51px;
	width:99px;
}
/* Top Nav elements enclosed up */
