/*	CSS Document for: Transform Research
	Designed by: The Cube Lab
	Designer name : Matt.

/*	Colors used on site :

background : #fff;
red color used: #b92669;
yellow color used: #dcc02d;

*/

/*------------------------------
			GLOBAL
-------------------------------*/

body {
	background: #fff;
	font-family: "Trebuchet MS";
    font-weight: lighter;
    zoom: 1;
    font-size: 14px;
}

img {
	border: none;
}

.clear {
	clear:both;
}

a:active
{
  outline: none;
}

a:focus
{
  outline: none;
}



/*------------------------------
			LAYOUT
-------------------------------*/
#container {
	width: 960px;
	margin: 0 auto;
}

#header {
    position: relative;
    width: 960px;
    height: 160px;
}

#navcontainer {
    position: absolute;
    top: 124px;
    left: 0;
    background: url(../images/navbg.jpg) no-repeat;
    width: 960px;
    height: 36px;
}

#logo {
    position: absolute;
    top: 20px;
    left: 0;
    width: 338px;
    height: 65px;
}

#headercontact {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 284px;
    height: 90px;
    text-align: center;
    background: #dcc02d url(../images/sidebarbg.jpg) top left no-repeat;
    padding: 8px;
    line-height: 20px;
}

#topcontent {
    position: relative;
    width: 960px;
    height: 200px;
}
#toptext {
    position: absolute;
    top: 10px;
    left: 0;
    width: 610px;
    height: 150px;
}
#imagebox {
    position: absolute;
    top: 10px;
    right: 0;
    width: 300px;
    height: 180px;
}

#content {
    float: left;
    background: url(../images/contentbg.jpg) no-repeat;
    width: 610px;
    min-height: 500px;
    margin-bottom: 25px;
}

#sidebar {
    float: left;
    background:  url(../images/sidebarbg.jpg) top left no-repeat;
    width: 300px;
    height: 190px;
    margin-left: 50px;
}

.textbox {
    margin-top: 46px;
}


#linkbox {
    float: left;
    background: url(../images/linkboxbg.jpg) no-repeat;
    width: 300px;
    height: 300px;
    margin: 320px 0 0 50px;

}


#footer {
    clear: both;
    position: relative;
    background: url(../images/footerbg.jpg) no-repeat;
    width: 960px;
    height: 140px;
    font-size: 12px;
}

#addressbox {
    position: absolute;
    top: 46px;
    left: 0;
}






/*------------------------------
			NAVIGATION
-------------------------------*/
#navcontainer ul {
	padding: 0;
	margin: 0;
    margin-left: 15px;
}

#navcontainer ul li {
	float: left;
	display: inline;
	font-size: 14px;
	list-style: none;
	text-decoration: none;
	line-height: 36px;
	padding: 0;
	margin: 0;
	background: url(../images/bullet.gif) no-repeat top left;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited {
	padding: 0 8px 6px 8px;
	color: #fff;
	text-decoration: none;
	display: block;

}

#navcontainer ul li a:hover {
	background: url(../images/linkbg.jpg) repeat-x;

}

#navcontainer ul li.active a {
	background: url(../images/linkbg.jpg) repeat-x;
}


/*------------------------------
			TEXT
-------------------------------*/

p {
   color: #444;
   
   margin: 0;
   margin-bottom: 10px;
   line-height: 1.6;
}


.credit {
    position: absolute;
    top: 46px;
    left: 930px;
    
    color: #444;
}

strong {
    color: #b92669;
}

.textbox strong {
    color: #dcc02d;
}
.textbox .text strong {
    color: #444;
}

#headercontact p {
	
	color: #594e0f;
}

blockquote {
	background: #f1f1f1;
	padding: 10px;
	border: 1px solid #999;
	margin-left: 0;
}

blockquote p {
	font-style: italic;
}

blockquote span {
	font-style: normal;
	color: #444;
}

/*------------------------------
			LINKS
-------------------------------*/
a:link, a:visited {
	color: #b92669;
	text-decoration: none;
}

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

#headercontact a:link, #headercontact a:visited,
#sidebar .textbox a:link, #sidebar .textbox a:visited
 {
	color: #b92669;
	text-decoration: none;
}
#headercontact a:hover {
	color: #b92669;
    text-decoration: underline;
}

.textbox a:link, .textbox a:visited {
	color: #dcc02d;
	text-decoration: none;
}

.textbox a:hover {
	color: #dcc02d;
    text-decoration: underline;
}


#linkbox a:link, #linkbox a:visited {
	color: #b92669;
	text-decoration: none;
}

#linkbox a:hover {
	color: #b92669;
    text-decoration: underline;
}

/*SOCIAL LINKS*/

#linkbox ul {
	margin-left: 80px;
}

#linkbox ul li {
	list-style: none;
	padding-bottom: 10px
}

#linkbox ul li a:link, #linkbox ul li a:visited {
	padding-left: 36px;
	margin-right: 20px;
	text-decoration: none;/*can be removed if color set elsewhere*/
	display: block;
	height: 32px;
	line-height: 32px;
}

#linkbox ul li a {
	background: url(../images/icon-pdf.png) no-repeat;
}

#linkbox ul li a.social1 {
	background: url(../images/icon-twitter.png) no-repeat;
}

#linkbox ul li a.social2 {
	background: url(../images/icon-facebook.png) no-repeat;
}

#linkbox ul li a.social3 {
	background: url(../images/icon-linkedin.png) no-repeat;
}
/*------------------------------
			LISTS
-------------------------------*/
#toptext ul {
    margin: 0;
    margin-top: -10px;
    margin-left: 10px;
    padding: 0;
}

#toptext li {
    list-style: none;
    
    color: #444;
}

#toptext .left {
    float: left;
}
#toptext .right {
    float: left;
    padding-left: 10px;
}


.textbox ul {
    margin: 0 0 10px 10px;
    padding: 0;
}

.textbox li {
    list-style: none;
    
    color: #444;
    margin-bottom: 5px;
}
.text {
    margin-left: 28px;
}


#linkbox ul {
    margin: 0;
    margin-top: 46px;
    padding: 0;
}

#linkbox li {
    list-style: none;
    
}

.linkindent {
    margin: 15px 0 0 40px;
}

.footerlinks {
    position: absolute;
    top: 36px;
    right: 0;

}

.footerlinks li {
    list-style: none;
    color: #444;
    text-align: right;
    padding-bottom: 6px
}


/*------------------------------
			HEADINGS
-------------------------------*/
h2 {
    font-size: 18px;
    font-weight: lighter;
    color: #dcc02d;
    margin-top: 0;
}
#toptext h2 {
    color: #b92669;
}


li h2 {
    margin: 0;
    font-size:16px;
    font-weight: lighter;
    color: #dcc02d;
}


/*------------------------------
			IMAGES
--------------------------------*/



/*--------------------------------
       SCROLLBAR
---------------------------------*/


/*------------------------------
			FORMS
-------------------------------*/



/*--------------------------------
       FORM STYLES
---------------------------------*/


/*--------------------------------
       TABLES
---------------------------------*/

