/* Start of CMSMS style sheet 'Telecom' */
/***CSS Reset***/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
	margin:0; 
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
	outline: none;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,p {
	font-size:100%;
}

q:before,q:after {
	content:”;
}


/***Layout ***/

body {
        margin: 0 auto;
	padding: 0;
	background: #888888 url(../images/background.jpg) bottom left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	text-align: center;
}

/* center wrapper, min max width */

#pagewrapper {
        margin: 20px auto;
	padding: 0;
	width: 856px;
}

#header {
        position: relative;
	margin: 0;
	padding: 0;
	background: transparent url(../images/header.png) no-repeat;
	width: 856px;
	height: 142px;
}

#logo {
	position: absolute;
	left: 48px;
	top: 44px;
	width: 232px;
	height: 42px;
}

#xerox {
	position: absolute;
	right: 48px;
	top: 22px;
	width: 160px;
	height: 84px;
}

#navigation {
	position: absolute;
	left: 48px;
	top: 114px;
	background: #FFFFFF url(../images/navigation.png) center no-repeat;
	width: 760px;
	height: 28px;
}

#main {
	margin: 0;
	padding: 0 48px;
	background: transparent url(../images/content.png) repeat-y;
	width: 760px;
}

#banner {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 220px;
	text-align: center;
}

#content {
	margin: 0;
	padding: 0 0 10px 0;
	width: 760px;
}

#left {
	float: left;
	margin: 0;
	padding: 0;
	background: #F9F9F9;
	width: 190px;	
}

#right {
	float: right;
	margin: 0;
	padding: 0 10px;
	width: 540px;	
}

#footer {
	margin: 0;
	padding:0;
	background: transparent url(../images/footer.png) no-repeat;
	width:856px;
	height: 120px;
	text-align: center;
}

/***Typography***/

#header h1 {
	position: absolute;
	top: 50px;
	left: 48px;
	display: block;
	width: 760px;
	font-size: 18px;
	text-align: center;
}

#left h4 {
	padding-left: 10px;
	display: block;
	background: #eeeeee;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 12px;
        width: 180px;
	font-weight: bold;
}

#left p {
	padding: 4px 10px;
	text-align: left;
	font-size: 11px;
}

#left p a{
        text-decoration: none;
        font-size: 11px;
        color:#000000;
}

#left p a:hover{
	text-decoration: underline;
        color: #680606;
}

#left p.more a {
        padding: 0;
        font-family: Arial;
        font-size: 13px;
        font-weight: normal;
        color: #680606;
        text-decoration: none;
}


#right h2 {
	font-family: Arial;
   font-size: 24px;
   font-weight: bold;
   color: #680606;
   margin: 0;
   padding: 10px 0 0 0;
       text-align: left;
}

#right h3 {
        font-family: Arial;
   font-size: 18px;
   font-weight: bold;
   color: #680606;
   margin: 0;
   padding: 10px 0 0 0;
        text-align: left;
}

#right h4 {
	font-family: Arial;
   font-size: 20px;
   font-weight: bold;
   color: #222222;
   margin: 0;
   padding: 10px 0 0 0;
       text-align: left;
}

#right p {
	font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   color: #222222;
   margin: 6px 0;
   padding: 0;
       text-align: left;
}

#right p a {
       font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   color: #680606;
}

#right p.more a {
        font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   color: #680606;
   text-decoration: none;
}

#right span.large {
   font-family: Arial;
   font-size: 15px;
   font-weight: bold;
   color: #222222;
   margin: 0 0 6px 0;
   padding: 0;
}

#footer p {
        margin: 0;
        padding: 0;
        display: block;
        background: transparent url(../images/navigation.png) center no-repeat;
	width: 856px;
	line-height: 28px;
	font-size: 10px;
        text-align: center;	
}

/***Images***/

#banner img {
	margin:0;
	padding: 10px 0;
}

.left { 
	float: left;
}

.right {
	float: right;
}

/***Lists***/

#navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#navigation li {
	padding: 0 6px;
	display: inline;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
}

#navigation li a {
	text-decoration: none;
	color: #444444;
}

#navigation li a:hover {
	text-decoration: underline;
}

#left ul {
	margin: 10px 0;
}

#left li {
	padding-left: 10px;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	color:#222222;
}

#left li span {
       font-weight: bold;
}

#left a {
	color:#444444;
	font-size: 12px;
}

#left a:hover {
	text-decoration: underline;
}

#right ul {
        list-style: disc;
	font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   color: #222222;
   margin: 10px 0 10px 14px;
   padding: 0;
        text-align: left;
}

#right ul li a{
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   color: #680606;
}

/***Tables***/

#right table {
   margin: 10px 0;
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   color: #222222;
   text-align: left;
}

#right tr {
   width: 50%;
}

#right td {
   width: 25%;
}

#right td span{
   font-weight: bold;
}

/***Other***/

.clear {
	border: 0;
	clear: both;
	display: block;
	float: none;
	margin: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	min-height: 0;
}
/* End of 'Telecom' */

