
/* General */

/*Reset Common Tags*/

a,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

body 
{
    margin:0px auto;
    padding:0px;
    background-color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#818181;
}

a
{
    text-decoration:none;
    color:#a0a5ab;
}

a:hover
{
    text-decoration:underline;
}

img
{
    border:0px;
}

p
{
    line-height:18px;
	margin-top:14px;
	margin-bottom:14px;
}

h1 
{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:14px;
}

h2
{
	font-family:Verdana;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	color:#ee3a43;
}

/* layout */

#container
{
    margin:0px auto;
    width:968px;
}

#layout
{
    clear:both;
    float:left;
    width:968px;
}

#layout-long
{
    clear:both;
    float:left;
    width:968px;
}

/* header */

#header
{
    clear:both;
    float:left;
    width:968px;
}

#header-logo
{
    clear:both;
    float:left;
    padding:63px 0 0 0;
}

/* nav */

#nav
{
    clear:both;
    float:left;
    padding:73px 0 45px 0;
}

#nav ul
{
    list-style:none;
    margin:0px;
    padding:0px;
}

#nav li
{
    display:inline;
    margin:0px 20px 0 0;
    padding:0px;
}

/* content area */

#content
{
    clear:both;
    float:left;
    width:968px;
    min-height:385px;
    margin-bottom:20px;
}

#content-long
{
    clear:both;
    float:left;
    width:968px;
    height:635px;
}

#content-leftcol
{
    float:left;
    width:140px;
    padding:0px 20px 0px 0px;
}

#content-leftcol-nav
{
    float:left;
    height:89px;
	font-family:Verdana;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;

}

#content-leftcol-nav a
{
	color:#818181;
}

#content-leftcol-nav a:hover
{
	color:#ee3a43;
	text-decoration:none;
}

#content-leftcol ul
{
	list-style:none;
    margin:8px 0px 0px 0px!important;
    line-height:0px;
}

#content-leftcol li
{
    margin:0px 0px 20px 0px!important;
	display:block;
}

.subnav-highlight
{
	color:#ee3a43!important;
}

.subnav2
{
    padding:0 0 0 5px!important;    
}

.subnav2-highlight
{
	color:#ee3a43!important;
}

#content-rightcol
{   
    float:left;
    width:640px;
    padding:0px 10px 0px 0;
}

#content-rightcol-projects
{   
    float:left;
    width:740px;
    padding:5px 10px 0px 0;
}

#content-rightcol p
{
    margin-top:0px;
    font-family:Verdana;
    font-size:11px;
}

#content-rightcol-left
{
    float:left;
    width:299px;
    padding-right:20px;
}

#content-rightcol-right
{
    float:left;
    width:299px;
}

#content-rightcol-team-left
{
    float:left;
    width:140px;
    padding-right:20px;
    padding-top:4px;
}

#content-rightcol-team-right
{
    float:left;
    width:300px;
}

#project-thumbs
{
    float:left;
    width:740px;
}

#project-thumbs li
{
    margin-left:20px;
}

#project-thumbs ul
{
    margin:10px 0 10px 0px;
}

#projects-thumbs {
    float: left;
    width: 740px;
}

.thumb
{
    float:left;
    margin:0 0 14px 0;
    cursor: pointer;
}

.thumbs
{
    float:left;
    margin:0 14px 14px 0;
    cursor: pointer;
}

#project-details-left
{
    float:left;
    width:616px;
    padding-right:20px;
}

#project-details-right
{
    float:left;
    width:79px;
    vertical-align:baseline;
}

#project-details-description
{
    float:left;
    width:740px;
    padding-top:0px;
}

#project-details-description h2
{
    padding-top:20px;
}

#project-details-col1
{
    float:left;
    width:300px;
    padding-right:20px;
    padding-top:0px;
}

#project-details-col2
{
    float:left;
    width:300px;
    padding-top:0px;
}

#contact-col1
{
    float:left;
    width:300px;
    padding-right:20px;
    font-size:11px;
    padding-bottom:20px;

}

#contact-col2
{
    float:left;
    width:250px;
    font-size:11px;
    padding-bottom:20px;
}

#slideshow {
        width:934px;
        height:360px;
        position:relative;
        }
        
#slideshow IMG {
        position:absolute;
        top:0;
        left:0;
        z-index:8;
        }

#slideshow IMG.active {
        z-index:10;
        }

#slideshow IMG.last-active {
        z-index:9;
        }


/* footer */

#footer1
{
    clear:both;
    float:left;
    width:933px;
    border-bottom:solid 1px #d7d7d7;
}

#footer2
{
    clear:both;
    float:left;
    padding-bottom:20px;
    padding-top:60px;
    width:829px;
}

#footer1-images
{
    width:500px;
    float:left;
}

#footer1-links
{
    width:433px;
    float:left;
    text-align:right;
}

#footer1-links a
{
    color:#0e1114!important;
}

#footer1-links a:hover
{
    color:#ffffff!important;
    text-decoration:none;
}

#footer2-links a
{
    color:#a0a5ab!important;
}

#footer2-links a:hover
{
    color:#ffffff!important;
    text-decoration:none;
}

#footer2-images
{
    width:372px;
    float:left;
}

#footer2-links
{
    width:457px;
    float:left;
    text-align:right;
    padding-top:70px;
    color:#a0a5ab!important;
    font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:8px;
	letter-spacing:1px;
}

/* contact form */

.inputtable 
{
    width:480px;
}

.inputtable-col1 
{
    width:90px;
    text-align:left;
    height:26px!important;
    font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:9px;
}

.inputtable-col2
{
    width:390px;
    height:26px!important;
    line-height:9px;

}

.inputtable-col3
{
    width:390px;
    height:88px!important;
    line-height:9px;

}

/* other */

.notice 
{
    color:Red;
}

.submit-colour
{
    color:#a0a5ab!important;
    font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
	letter-spacing:1px;
}
#bigImageDiv {
    height: 204px;
    width: 451px;
}



.newsItem
{
    margin: 0;
    padding:0px 0 20px 0;
    clear: both;
    font-size: 11px;
    width:300px;
}

.newsItem p
{
     margin-top:0px;
}

.newsItem h2
{
    padding: 0;
    margin:0;
    line-height: 18px;
}
.newsItem img
{
    padding: 0 0 10px 10px;
    vertical-align: top;
}

#content-rightcol-news
{
    float:left;
    width:480px;
    padding:0px 10px 0px 0;
}

#project-details-news
{
    clear:both;
    float:left;
    width:740px;
    padding-top: 0;
}

#project-details-news h2
{
    padding-top:15px;
    color:#acacac!important;
}

.viewArticle
{
    font-size: 10px;
}