@charset "UTF-8";
/*1. General*/
body {
	background-color: #FFFFFF;
	width: 849px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Gill Sans", "Gill Sans MT", Geneva, Arial, Helvetica, sans-serif;
	color: #505050;
}

a:link{
	text-decoration: none;
}

h1{
	color: #939495;
	font-style:normal;
	font-size:1.5em;
}

h2 {
	font-size: 1.2em;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
}

.clr {
	clear:both;
}

/*2. Heading*/
#header {
	background-image: url(../images/headback.png);
	background-repeat: no-repeat;
	height: 100px;
}
#supportmenu {
	padding-top: 22px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#search{
	float:right;
	height: 20px;
	padding-right: 30px;
	margin-top: 25px;
	
	/* KEV */

}
#searchTB {
float: left; height: 14px; width: 95px; border: 1px solid #d4d4d4;
}
#searchBTN {
float: left; height: 16px; width: 42px; border: 1px solid #d4d4d4;
}

#searchBTN:hover , #searchBTN:active{ border-color: #d4d4d4 }

/*3. Menu*/
#menu {
	background-image: url(../images/menu.png);
	height: 31px;
}

#home{
	padding-left: 30px;
	float: left;
	width: 50px;
}

#itservices {
	padding-left: 10px;
	float:left;
	width: 74px;
}

#comms {
	padding-left: 13px;
	float:left;
	width: 113px;
}

#creative {
	padding-left: 10px;
	float:left;
	width: 131px;
}

#forensics {
	padding-left: 10px;
	float:left;
	width: 68px;
}
#banner{
	padding-top: 2px;
	padding-left: 14px;
}
/*4. Content*/
#content {
	background-image: url(../images/contentbg.png);
}
#contentbtm {
	background-image: url(../images/contentbtmbg.png);
	height: 32px;
}
#main {
	margin-left: 20px;
	width: 550px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-bottom: 10px;
}

table img{
	border:solid 2px #4b7aa2;
}
/*5. Quicklinks */

#links {
	width: 250px;
	float: right;
}

#links a{
	color: #4B7AA2;
}

#links h2{
	margin: 5px;
}

#links p{
	margin: 0 10px;
	font-size: 0.8em;
}

/*6. Newsletter */
#newsletter{
	text-align: center;
	margin: 5px;
	border-top: 1px solid #EBEBEB;
	margin: 0 12px;
}

/*7. News */
#news a{
	color: #4B7AA2;
}

#news h2{
	margin: 5px;
}

#news p{
	margin: 0 10px;
}

.readmore{
	font-size: 0.8em;
	margin: 0 10px;
}

.article_date{
	font-size:0.8em;
}

/*8. Footer */

#slider{
	height: 65px;
}

#partners {
	text-align:center;
}

#tabtext {
	padding-left: 57px;
	font-size: 0.75em;
}

#tabtext a:link {
	color:#CCCCCC;
	text-decoration:none;
}
