* {
	margin:0;
	padding:0;
}
body{
	font-size:62.5%;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align:center;
	background-color: #222;
	background:url(../images/common/background.gif) #222 350px 0 no-repeat;
	background-repeat: no-repeat;
}
img{
	border: none;
}
#wrapper{
	width:950px;
	text-align:left;
	margin:0 auto;
}

#header{
	width: 950px;
	height: 159px;
	border-bottom: solid 1px #4e4e4e;
}
h1{
	font-size: 2.6em;
	color:#ec008c;
	padding: 30px 0 15px 30px;
	font-weight: normal;
}
h2{
	font-size: 2.2em;
	color:#ec008c;
	padding: 30px 0 15px 30px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.5em;
	font-weight: normal;
	color:#fff;
	text-align: left;
	padding: 0 0 13px 30px;
}
a{
	color:#ec008c;
	text-decoration: none;
}
a:visted{
	color:#ec008c;
}
a:hover{
	color:#fff;
}
.logo{
	padding-left: 30px;
}

/* MAIN NAV ______________________________ */
#home #homeNav,
#about #aboutNav,
#work #workNav,
#news #newsNav,
#contact #contactNav
{
	color: #ec008c;
}
#nav{
	position: relative;
	bottom: 100px;
	left: 320px;
	width: 752px;
}
#nav ul{
	padding: 12px 0 12px 0;
}
#nav li{
	display:inline;
	font-size:2.5em;
	padding: 0 20px 0 6px;
	text-decoration:none;
	background:url(../images/common/navDivider.gif) no-repeat;
	background-position: right;
}
#nav li.sayHello{
	background: none;
}
#nav li a{
	color:#fff;
	list-style:none;
}

#nav li a:visited{
	color:#fff;
}

#nav li a:hover{
	color:#ec008c;
}
/* MAIN NAV ENDS ______________________________ */

#cta{
	position: relative;
	bottom: 110px;
	left: 705px;
	width: 250px;
}
#cta p{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:1.9em;
	color:#ec008c;
}
#introContainer, #latestNewsContainer{
	width: 950px;
	border-bottom: solid 1px #4e4e4e;
}
#introContainer p{
	font-family: Georgia, Times New Roman, Times, serif;
	width: 850px;
	font-size: 2.2em;
	line-height: 1.2em;
	padding-bottom: 30px;
}
#introContainer{
	width: 950px;
	border-bottom: solid 1px #4e4e4e;
}

#latestNewsContainer p{
	width: 400px;
}
#latestNewsContainer{
	position: relative;
	/*background-image:url(../images/home/news/orange.gif);
	background-repeat: no-repeat;
	background-position: 0 40px;*/
	height: 28.3em;
}
#aboutContainer{
	width: 950px;
	float: left;
	border-bottom: solid 1px #4e4e4e;
}
#aboutLeftColumn{
	width: 500px;
	float: left;
}
#aboutLeftColumn p{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.8em;
	line-height: 1.2em;
	padding-bottom: 30px;
}
#aboutList{
	float: right;
}
#aboutList .whatAboutCol{
	float: left;
}
#aboutList ul{
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 1.2em;	
	line-height: 1.4em;
	width: 170px;
	margin-bottom: 10px;
}
#aboutList ul li{
		list-style-type: none;
		background-image:url(../images/common/magBullet.gif);
		background-repeat: no-repeat;
		background-position: 0 7px;
		padding: 0 0 5px 15px;
		color: #fff;
}
.pdfDownload{
	position: absolute;
	top: 30px;
	right: 30px
}

/* WORK ______________________________ */

#workContainer{
	width: 950px;
	border-bottom: solid 1px #4e4e4e;
}



/* WORK ENDS ______________________________ */


/* FOOTER ______________________________ */

#footer{
	width:950px;
	clear:both;
	padding: 15px 0 15px 0;
	border-bottom: solid 1px #4e4e4e;
}
#footer ul{
	text-align: right;
}
#footer li{
	font-size:1.2em;
	list-style:none;
	display:inline;
	background:url(../images/common/footerNavDivider.gif) no-repeat;
	background-position: right;
	padding:0 14px 0 7px;
	color:#4e4e4e;
	
}
#footer li a{
	color: #4e4e4e;
	text-decoration:none;
}

#footer li a:visited{
	color: #4e4e4e;
}

#footer li a:hover{
	color:#ec008c;
}
/* FOOTER ENDS ______________________________ */
