@import url("../css/reset.css");
@import url("../css/nav.css");
@import url("../css/banner.css");

body {
    background: url(../images/BG.jpg) repeat-x;
    color: #666;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 1.6em;
}

.clear {
    clear: both;
}

a img {
    border: none;
}

/* GLOBAL */
#wrapper {
    position: relative;
    width: 960px;
    margin: 0 auto;
    background: url(../images/BG-body.png) top center no-repeat;
}

#header {
    height: 100px;
    position: relative;
}

#header .logo, #header .tel-number {
    position: absolute;
}

#header .logo {
    top: 25px;
    left: 30px;
}

#header .tel-number {
    top: 30px;
    right: 30px;
}

.nobg {
    background: none !important;
}

.nomrg {
    margin: 0 !important;
}

#page {
    position: relative;
}

.col {
    padding: 20px;
    float: left;
}

.size-1-3 {
	width: 280px;
}

.height-1-3{height:410px;}

.size-2-3 {
	width: 600px;
}

.inner {
    background: url(../images/col-BG.jpg) repeat-x #d8d8d8;
    padding: 15px;
}

.inner-nobg {
    padding: 15px;
}

.inner-nobg h4{
    font-weight:bold;margin-bottom:10px;
}

.inner-nobg ul{
    list-style:disc;
}
.inner-nobg ul li{
    margin:0 0 5px 15px;
}


/* CONTACT */
#map {
	height:240px;
	width:910px;
}

#contact-area {
    width: 240px;
    margin-top: 25px;
}

#contact-area input, #contact-area textarea {
    padding: 2px;
    width: 240px;
    margin: 0px 0px 5px 0px;
    border: 1px solid #ccc;
}

#contact-area textarea {
    height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
    border: 1px solid #007A41;
}

#contact-area input.submit-button {
    width: 100px;
}

#contact-area input.submit-button:hover {
    background: #661365;
    color: #FFF;
    cursor: pointer;
}

label {
    text-align: right;
    width: 100px;
    padding-top: 5px;
}

/* PEOPLE */
.people .inner-nobg > div {
	position:relative;
	width:450px !important;
	padding-left:140px;
	margin-bottom:15px;
	border-bottom:1px dotted #ccc;
}

.people img {
	position:absolute;
	top:0;
	left:0;
}

.news .inner-nobg > div {
	position:relative;
	width:580px !important;
	padding-left:10px;
	margin-bottom:15px;
	border-bottom:1px dotted #ccc;
}

/* TYPOGRAPHY */
h2 {
    font-size: 25px;
    color: #363636;
}

.case h2 {
    font-size: 25px;
    color: #363636;
    padding-left: 35px;
    background: url(../images/case-study.png) center left no-repeat;
}

.news h3 {
    font-weight: bolder;
    color: #681462;
    padding-left: 20px;
    background: url(../images/date.png) center left no-repeat;
    margin: 15px 0 0;
}

.newsarc h2 {
    margin: 0 0 20px 0;
}

.newsarc h3 {
    font-weight: bolder;
    color: #681462;
    padding-left: 20px;
    margin: 7px 0 0;
}

.newsarc hr {
    margin: 7px 0 0 !important;
}
.newsarc h3.current{
    background: url(../images/date.png) center left no-repeat;
}


.people h3 {
    font-weight: bolder;
    margin: 15px 0 0;
	font-size:16px;
}

.people .description {min-height:60px;}

.people h4 {
    font-weight: bolder;
    color: #681462;
}

p {
    margin: 10px 0;
}

a {
    color: #65165d;
    text-decoration: none;
}

strong {
	font-weight:bolder;
}

a:hover {
    color: #65165d;
    text-decoration: underline;
}

#banner-wrapper .overlay h1 {
    font-size: 39px;
    color: #FFF;
}

#banner-wrapper .overlay p {
    margin: 10px 0 10px 5px;
}

#banner-wrapper .overlay p span {
    font-weight: bolder;
    font-style: italic;
}

hr {
    border: none;
    border-top: 1px dotted #666 !important;
    margin: 20px 0;
}

/* FOOTER */
#footer {
    height: 170px;
    width: 920px;
    margin: 0 auto;
    background: url(../images/footer-BG.jpg) repeat-x;
    padding: 10px 10px 0;
}

#footer .col {
    float: left;
    width: 200px;
    height: 160px;
    padding: 5px 0 5px 30px;
    background: url(../images/footer-divider.jpg) bottom right no-repeat;
    color: #ccc;
}

#footer .col ul {
    list-style: none;
}

#footer .col ul li {
    font-size: 11px;
    padding: 0;
}

#footer .col a {
    color: #ccc;
    text-decoration: none;
    padding: 3px 5px 3px 3px;
}

#footer .col a:hover {
    color: #FFF;
    text-decoration: none;
}

#footer span {
	font-size:11px;
	padding: 10px 0;
}

.pagination a
{
	padding:5px;
}
.pagination a.current
{
	color:#FFFFFF;font-weight:bold;padding:5px;
}

.required{background:#FFCCCC;color:#FF0000;}
.required input{border:#FF0000 1px solid;}
.msg{color:#FF0000;}

.no-bg {
	background:none !important;
}
