
/*========================== Default Tags ==================================*/

html {
	height: 100%;
}

body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 0.7em;
	background-image: url(../gfx/bg.png);
	background-position: center top;	
	color: #959595;
	line-height: 16px;
	text-align: justify;
	margin: 0;
	padding: 0;
	min-height: 100%;
	min-height: 640px;
	min-width: 962px;	
}

h2 {
	color: #BF311A;
	font-size: 1em;
}

h4 {
	font-size: 11px;
	line-height: 19px;
	margin-bottom: 12px;
}


h5 {
	font-size: 1em;
	color: #666;
	margin: 15px 0 -7px 15px;
}

.infra {
	margin: 0 0 5px 0;
	color: #bf2e1a;
}

a {
	color: #555;
}

sup {
	font-size: 9px;
}

a:hover {
	color: #ccc;
}

object {
	display: block;
}

.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }


/*========================== Main Layout ==================================*/

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 962px;
}

#logo {
	height: 94px;
	width: 146px;
	position: relative;
	top: 14px;
	left: 21px;
}


#title {
	height: 136px;
	background: white;
}


#title h1 {
	float: left;
	margin: 0;
	padding-top: 14px;
}

#title h1 a {
	margin: 0 0 0 21px;
	display: block;
	height: 92px;
	width: 146px;
	text-indent: -2000em;
	outline: none;
}

#title h1 a:hover {
	cursor:pointer;
}

#title h2 {
	display: none;
}

#titleaccent {
	position: relative;
	right: 211px;
	height: 136px;
	float: right;
	width: 1px;
	background-image: url(../gfx/topaccent.png);
	background-position: bottom;
}


#content {
	background: white;
}


#container {
	padding-left: 176px;   /* LC width */
	padding-right: 212px;  /* RC width */
}

#container .column {
	position: relative;
	float: left;
}

#centre {
 	width: 100%;
	background-image: url(../gfx/bottomaccent.png);
	background-position: top right;	
	background-repeat: no-repeat;
 	min-height: 400px;
 	padding-bottom: 30px;
}

#centre p {
	margin: 12px 0 12px 15px;
}

.lineh {
	margin: 12px 0 12px 15px;
	line-height: 2px;
	text-align: left;
}

.content {
	padding: 0 190px 0 0;
}

#left {
	width: 176px;          /* LC width */
	right: 176px;          /* LC width */
	margin-left: -100%;
	background-image: url(../gfx/bottomaccent.png);
	background-position: top right;	
	background-repeat: no-repeat;
	text-align: right;
	padding: 107px 0 0 0;
	min-height: 250px;
}


.pad {
	margin-right: 15px;
}

#right {
	width: 212px;          /* RC width */
	margin-right: -212px;  /* RC width */
}

.head {
	margin: 15px 0 0 15px;
}

#footer {
	background: white;
}

.underline {
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	width: 200px;
}

ul.contact {
	margin: 15px 0 0 15px;
	padding: 0;
	list-style-type: none;
}

.greybox {
	position: relative;
	border-left: 1px solid #bf2e1a;
	padding-left: 15px;
	text-align: left;
	width: 360px;
	line-height: 20px;
	margin: 0 0 12px 15px;
}

.grebox p {
	color: #959595;
}

.greybox a {
	color: #black;
	text-decoration: none;
}

.greybox a:hover {
	text-decoration: underline;
}

#illustration {
	position: relative;
	width:  540px;
	height: 400px;
	background: url(../gfx/illustration.png) 0 0 no-repeat;
	margin: 12px 0 25px 15px;
}

/*============================= Flash =================================*/

#header {
	height: 95px;
	width: 568px;
	background-position: top right;
	background-repeat: no-repeat;
}

#banner {
	height: 165px;
	width: 962px;
	margin-bottom: 4px;
}

/*============================= Press Release =================================*/

ul#press {
	margin: 20px 0 0 15px;
	padding: 0;
}

ul#press li {
	list-style: none;
	background: url(../gfx/icon_pdf.png) 0 5px no-repeat;
	padding-left: 42px;
	margin-bottom: 20px;	
}

ul#press li span {
	font-style: italic;
}

/*============================= Research =================================*/

ul#research {
	margin: 20px 0 0 15px;
	padding: 0;
}

ul#research li {
	list-style: none;
	background: url(../gfx/icon_pdf.png) 0 5px no-repeat;
	padding-left: 42px;
	margin-bottom: 20px;	
}

ul#research li span {
	font-style: italic;
}



/*============================= Glossary & FAQ =================================*/

dl {
	margin: 12px 0 0 0;
	padding: 0;
}

dt {
	font-weight: bold;
	margin: 0 0 0 15px;
	color: #777;
}

dd {
	margin: 5px 0 20px 15px;
}

dd ul {
	margin: 10px 0 0 15px;
	padding: 0;
}



/*============================= Table Styles =================================*/

#content table {
	margin: 10px 0 0 15px;
	background: #8d8d8d;
}

#content td {
	text-align: center;
	padding: 2px;
}

.orange {
	background: #f7a11a;
	color: white;
}

.lorange {
	background: #f9c269;
	color: white;
}

.white {
	background: white;
}

.red {
	background: #a6a6a6;
	color: white;
}

.grey {
	background: #dadada;
}

#content table.projects {
	background: #ffffff;
	width: 520px;
	border-collapse: collapse;
}

#content table.projects td {
	background: #ffffff;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid silver;
}

#content table.projects td img {
	margin-top: 15px;
}

#content table.projects td a img {
	border: none;
}

#content table.projects td ul {
	margin-left: 15px;
	padding-left: 0;
}

#content table.projects td ul li {
	list-style: none;
}

#content table.projects td strong {
	color: #666;
}

/*============================= Blog =================================*/

dl#blog dt span {
	display: block;
	color: #ccc;
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
}

dl#blog dd {
	margin: 0;
	padding: 0 0 20px 0;
}

ul.archives li {
	list-style: none;

}

ul.archives li a {
	font-weight: bold;
}

ul.archives li ul li a {
	font-weight: normal;
}

ul.archives li ul {
	margin-bottom: 10px;
}

.pageno {
	text-align: right;
}


ul.pageit {
	margin: 0;
	padding: 0;
	float: right;
}

ul.pageit li {
	float: left;
	list-style: none;
	padding: 0 5px;
}


/*============================= Navigation =================================*/


ul.quicklinks {
	margin-top: -8px;
	padding: 0;
}

ul.quicklinks li {
	list-style-type: none;
	font-size: 0.9em;
	margin-bottom: 3px;
}

ul.quicklinks li a {
	display: block;
	text-align: right;
	outline: none;
	color: #555555;
}

ul.quicklinks li a:hover {
	color: #ccc;
}


#nav {
	position: relative;
	height: 72px;
	width: 175px;
	padding: 23px 0 0 0;
}

#nav a {
	outline: none;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav ul li {
	list-style: none;
}

#nav ul li.about a {
	text-indent: -2000em;
	width: 175px;
	background: url(../gfx/nav_about.png) 0 0;
	display: block;
}

#nav li.about a:hover, #nav li.about a.selected {
	cursor: pointer; /* IE7 */
	background-position: 0 -22px;
}


#nav ul li.about li a {
	text-indent: 0;
	background: none;
}

#nav ul.subnav  {
	margin-top: -8px;
}



#nav li.services a {
	text-indent: -2000em;
	width: 175px;
	background: url(../gfx/nav_services.png) 0 0 no-repeat;
	display: block;	
}

#nav ul li.services li a {
	text-indent: 0;
	background: none;
}

#nav li.services a:hover, #nav li.services a.selected {
	cursor: pointer; /* IE7 */
	background-position: 0 -22px;
}



#nav li.login a {
	text-indent: -2000em;
	width: 175px;
	display: block;		
}

#nav ul li.login li a {
	text-indent: 0;
	background: none;
}

#nav li.login a:hover, #nav li.login a.selected {
	cursor: pointer; /* IE7 */
}




#nav li.fttx a {
	text-indent: -2000em;
	width: 175px;
	background: url(../gfx/nav_fttx.png) 0 0 no-repeat;
	display: block;		
}

#nav ul li.fttx li a {
	text-indent: 0;
	background: none;
}

#nav li.fttx a:hover, #nav li.fttx a.selected {
	cursor: pointer; /* IE7 */
	background-position: 0 -22px;
}




#nav ul li a {
	line-height: 22px;
	color: #808080;
	text-decoration: none;
}

#nav ul li ul {
	width: 100%;
	position: absolute;
	top: 109px;
}

#nav ul li ul li a {
	color: #666;
	padding-left: 10px;
}

#nav ul li ul li a:hover, #nav ul li ul li a.selected {
	color: #c4c4c4;
}


#nav ul li.login ul li a.selected {
	color: #666;
}
#nav ul li.login ul li a.selected:hover {
	color:  #c4c4c4;
}



#nav li.subnav a.infrastructure {
	text-indent: -2000em;
	width: 164px;
	height: 60px;
	background: url(../gfx/connected.png) 0 0 no-repeat;
	display: block;
	margin: 30px 0 0 10px;
}

#nav li.subnav a.infrastructure:hover {
	cursor: pointer; /* IE7 */
	background-position: 0 -60px;
}


