body {
	margin: 0px 0px 0px 0px;
	font-size: 62.5%;
	font-family: arial, helvetica, sans-serif;
	background: url("../images/bg_stripes.gif") repeat-x #f2f2f2;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-weight: normal;
	font-style: normal;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 2.8em;
	color: #d31245;
	text-transform: uppercase;
	margin-bottom:10px;
}

#maincontainer {
	width: 955px;
	margin: 0 auto;
}

#maincolumn {
	float: left;
	width: 753px;
}

#rightcolumn {
	float: right;
	width: 183px;
}

/* TOP BAR : START */

#topbar {
	padding-top: 30px;
}

#smallmenu {
	float: left;
	font-size: 1.1em;
	color: #999999;
	width: 386px;
}

#smallmenu a {
	color: #999999;
}

#smallmenu a:hover,
#smallmenu a.selected {
	color: #d31145;
}

#date {
	float: left;
	color: #666666;
	width: 100px;
}

#twitter
{
    float:left;
    margin-right:30px;
}

.search {
	float: right;
	margin: 0px 3px 0px 0px;
}

#searchBox {
	border: 0;
	font-family: arial, sans-serif;
	font-size: 1.1em;
	background: url("../images/search_bg.gif") no-repeat;
	width: 114px;
	height: 20px;
	padding: 4px 4px 0px 6px;
	float: left;
	color: #cccccc;
}

.searchSubmit {
	border: 0;
	background-color: transparent;
	font-family: arial, sans-serif;
	font-size: 1.1em;
	background: url("../images/search_button.gif") no-repeat;
	width: 30px;
	height: 24px;
	float: left;
	text-indent: -999em;
	cursor: pointer;
	cursor: hand;
}
/* TOP BAR : END */

/* MAINMENU: START */

#mainmenu {
	clear: both;
	padding-top: 10px;
	height: 33px;
	background: url("../images/mainmenu_bg.gif") no-repeat right 10px;
}

#mainmenu ul {
	list-style-type: none;
	height: 33px;  /*ADDED TO REMOVE SPACING IN IE6 */
	overflow: hidden; /* ADDED TO REMOVE SPACING IN IE6 */
}

#mainmenu ul li {
	float: left;
	margin-right: 5px;
	color: #FFFFFF;
	font-size: 1.2em;
	width: 184px; /* ADDED TO STOP CROPPING OF RIGHT SIDE OF END BUTTON IN IE6 */
}

#mainmenu ul li.end {
	margin-right: 0px;
}

#mainmenu ul li input.menubutton,
#mainmenu ul li input.menubuttonselected  {
	width: 184px;
	height: 33px;
	display: block;
	background: url("../images/mainmenu_tabs.gif") no-repeat 0px 0px;
	color: #FFFFFF;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
}

#mainmenu ul li a {
	width: 184px;
	height: 33px;
	display: block;
	background: url("../images/mainmenu_tabs.gif") no-repeat 0px 0px;
	color: #FFFFFF;
	padding: 11px 0px 0px 0px;			/* FF seems to need 1px extra top padding - NT */
	*padding: 10px 0px 0px 0px;
	font-weight: bold;
}

#mainmenu ul li .solutions
{
    background: url("../images/mainmenu_tabs_solutions.gif") no-repeat 0px 0px !important;
    padding: 2px 0px 0px 60px !important;
}

#mainmenu ul li .smallmediumbusiness
{
    background: url("../images/mainmenu_tabs_medbusiness.gif") no-repeat 0px 0px !important;
    padding: 2px 0px 0px 4px !important;
}

#mainmenu ul li .largebusiness
{
    background: url("../images/mainmenu_tabs_enterprise.gif") no-repeat 0px 0px !important;
    padding: 2px 0px 0px 20px !important;
}

#mainmenu ul li .publicsector
{
    background: url("../images/mainmenu_tabs_pubsector.gif") no-repeat 0px 0px !important;
    padding: 2px 0px 0px 40px !important;
}

#mainmenu ul li input.menubutton,
#mainmenu ul li input.menubuttonselected 
{
    padding: 2px 0px 0px 0px; 
	*padding: 2px 0px 0px 7px; /* IE ONLY */
	border: 0px;
	*margin: 0px -5px 0px 0px; /* IE ONLY */
	text-align:left;
	font-size:1em;
	font-family: arial, sans-serif;
	text-align: left;
}

#mainmenu ul li a:hover,
#mainmenu ul li.selected a,
#mainmenu ul li:hover input.menubutton,
#mainmenu ul li.selected input.menubutton,
#mainmenu ul li input.menubuttonselected,
#mainmenu ul li:hover .solutions {
	background-position: 0px -33px !important;
	text-decoration: none;
}

#mainmenu ul li input.menubutton:hover,
#mainmenu ul li.selected input.menubutton,
#mainmenu ul li input.menubuttonselected {
	cursor:pointer;
}

#mainmenu ul li a span {
	display: none;
}

#mainmenu ul li span {
	display: none;
}

/*#mainmenu ul li a:hover span, 
#mainmenu ul li:hover span{
	display: block;
	position: absolute;
	z-index: 9;
	clear: both;
	background: url("../images/mainmenu_dd.png") no-repeat;
	width: 168px;
	height: 32px;
	margin: 8px 0px 0px 0px;
	*margin: 8px 0px 0px -10px; /* IE ONLY */
	/*padding: 2px 8px 0px 8px;
	font-weight: normal;
	text-indent: 0px;
}*/

#mainmenu ul li:hover span{
    margin: -14px 0px 0px 0px;
}

.solutions a
{
	background: url("../images/mainmenu_tabs_solutions.gif") no-repeat 0px 0px !important;
	text-indent: 60px !important;
}

.smallmediumbusiness a
{
	background: url("../images/mainmenu_tabs_medbusiness.gif") no-repeat 0px 0px !important;
	text-indent: 4px !important;
}

.largebusiness a
{
	background: url("../images/mainmenu_tabs_enterprise.gif") no-repeat 0px 0px !important;
	text-indent: 20px !important;
}

.publicsector a
{
	background: url("../images/mainmenu_tabs_pubsector.gif") no-repeat 0px 0px !important;
	text-indent: 40px !important;
}


/* MAINMENU: END */

/* MAIN AREA : START */

#mainarea {
	clear: both;
	background: url("../images/mainarea_bg.gif") repeat-y;
	padding: 12px 12px 0px 12px;
}

#compaylogo 
{
    border:0;
    width:183px;
    height:124px;
}

/* SUBNAV : START */

.hide {
    display:none;
}

#subnav {
	width: 175px;
	float: left;
	/*background: #e6e6e6;*/
	/*min-height: 357px;
	height: auto !important;
	height: 357px;*/
}

#subnav_welcome {
	background: #FFFFFF;
	min-height: 357px;
	height: auto !important;
	height: 357px;
}

#subnav_welcome .header {
	display: block;
	background: #d31145;
	padding: 3px 0px 3px 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;	
}

#subnav_welcome p {
	padding: 5px 5px 5px 5px;
	/*color: #666666;*/
	color:#000000;
	font-size: 1.5em;
}

#subnav ul.accordian {
	background: #e6e6e6;
}

#subnav ul.accordian li {
	list-style-type: none;
	display: inline; /* ADDED TO REMOVE SPACING IN IE6 */
}

#subnav ul.accordian li a {
	display: block;
	color: #000000;
	border-bottom: 1px solid #989898;
	/*font-size: 1.1em;*/
	font-size: 1.2em;
	padding: 3px 5px 3px 5px;
	font-weight: normal;
	cursor: pointer;
	cursor: hand;
}

#subnav ul.accordian li.selected a {
	
	color: #FFFFFF;
	border-bottom: none;
	background: #d31145;
}

#subnav ul.accordian li ul {
	padding: 0px 5px 20px 5px;
	background: #ffffff;
	border-bottom: 1px solid #989898;
	min-width: 0; /* peekaboo bug fix for IE7 (make the accordian slud up smoothly) */
}

#subnav ul.accordian li ul li a,
#subnav ul.accordian li.selected ul li a {
	border: none;
	border-bottom: 1px dotted #989898;
	/*font-size: 1.1em;*/
	font-size: 1.2em;
	background: url("../images/sml_arrow.gif") no-repeat left 8px !important;
	padding: 3px 0px 3px 5px;
	font-weight: normal;
	/*color: #999999;*/
	color:#000000;
}

#subnav ul.accordian li ul li a:hover
{
    color:#d31245;
}

#subnav ul.accordian li ul li a.selected,
#subnav ul.accordian li.selected ul li a.selected
{
    text-decoration:underline;
}

#subnav ul.accordian li#ip_networking a {
	background-image: url("../images/subnav_ipnet.gif");
	background-repeat: no-repeat;
	background-position: 150px center;
}

#subnav ul.accordian li#ip_networking.selected a {
	background-image: url("../images/subnav_ipnet_sel.gif");
}

#subnav ul.accordian li#managed_services_and_application a {
	background-image: url("../images/subnav_managed.gif");
	background-repeat: no-repeat;
	background-position: 150px center;
}

#subnav ul.accordian li#managed_services_and_application.selected a {
	background-image: url("../images/subnav_managed_sel.gif");
}

#subnav ul.accordian li#hosting a {
	background-image: url("../images/subnav_hosting.gif");
	background-repeat: no-repeat;
	background-position: 150px center;
}

#subnav ul.accordian li#hosting.selected a {
	background-image: url("../images/subnav_hosting_sel.gif");
}

#subnav ul.accordian li#hosted_microsoft_exchange a {
	background-image: url("../images/subnav_hostedME.gif");
	background-repeat: no-repeat;
	background-position: 150px center;
}

#subnav ul.accordian li#hosted_microsoft_exchange.selected a {
	background-image: url("../images/subnav_hostedME_sel.gif");
}

#subnav ul.accordian li#data_storage a {
	background-image: url("../images/subnav_datastorage.gif");
	background-repeat: no-repeat;
	background-position: 150px center;
}

#subnav ul.accordian li#data_storage.selected a {
	background-image: url("../images/subnav_datastorage_sel.gif");
}

#subnav ul.accordian li#security a {
	background-image: url("../images/subnav_security.gif");
	background-repeat: no-repeat;
	background-position: 150px center;
}

#subnav ul.accordian li#security.selected a {
	background-image: url("../images/subnav_security_sel.gif");
}

#subnav ul.accordian li#voice a {
	background-image: url("../images/subnav_voice.gif");
	background-repeat: no-repeat;
	background-position: 150px center;
}

#subnav ul.accordian li#voice.selected a {
	background-image: url("../images/subnav_voice_sel.gif");
}

/* SUBNAV : END */

/* CONTENT AREA : START */

#contentarea {
	float: right;
	margin-right: 4px;
	background-color: #FFFFFF;
	width: 519px;
	min-height: 357px;
	height: auto !important;
	height: 327px;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 10px;
}

#contentarea .flashContainerMain
{
    min-height: 357px;
	height: auto !important;
	height: 327px;
	padding: 0px 0px 0px 20px;
}

#contentarea .flashContainerMain p .header
{
    font-size: 1.5em;
    font-weight:bold;
}

.contentareahome {
	background-color:#999999;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px !important;/*padding: 30px 200px 0px 30px !important;*/
    width: 539px !important; /* WHY DOES THIS HAVE TO BW WIDER THAN contentarea*/
}

/*.contentareaproducts {
	background-image: url("../images/homepanel_image.jpg");
	padding: 30px 200px 0px 30px !important;
	width: 309px !important;
}

.contentareasmallmed {
	background-image: url("../images/homepanel_image.jpg");
	padding: 30px 200px 0px 30px !important;
	width: 309px !important;
}

.contentarealargeent {
	background-image: url("../images/homepanel_image.jpg");
	padding: 30px 200px 0px 30px !important;
	width: 309px !important;
}

.contentareapublicsec {
	background-image: url("../images/homepanel_image.jpg");
	padding: 30px 200px 0px 30px !important;
	width: 309px !important;
}*/

#contentarea h2 {
	font-size: 1.3em;
	color: #404040;
	padding: 10px 0px 0px 0px;
	font-weight: bold;
}

#contentarea p {
	font-size: 1.3em;
	color: #404040;
	padding: 10px 0px 0px 0px;
	text-align:justify;
}

#contentarea ul {
	padding: 10px 0px 0px 30px;
	font-size: 1.3em;
}

#contentarea ul ul {
	font-size: 1em;
}

#contentarea li {
	color: #404040;
}

#contentarea ol {
	padding: 10px 0px 0px 30px;
	font-size: 1.3em;
}

#contentarea p a 
{
    text-decoration:underline;
	color: #404040;
}

#contentarea p a:hover
{
    color:#d31245;
}

#contentarea li a {
	color: #404040;
}

#contentarea div.withImage{
    width:360px;
}

#contentarea div.leadpara p,
#contentarea div.leadpara p.timelineLeadpara {
	font-size: 1.6em;
	/*margin: 0px 0px 20px 0px;*/
	margin: 0px 0px 0px 0px;
	padding-top:0px;
}

#contentarea div.leadpara p.timelineLeadpara {
    text-align:left;
}

.identimage {
	float: right;
	margin: 0px 0px 10px 10px;
}

.onecolumn
{
    clear:both;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

.twocolumns .first {
	padding-right: 19px;
}

.threecolumns .column {
	padding-right: 10px;
}

.threecolumns .last {
	padding-right: 0px;
}

/* PRODUCT INFO TABLE : START */

#contentarea table
{
    margin:15px 0px 20px 0px;
    border-left:solid 2px #999999;
}

#contentarea table.productInfo th
{
    border:solid 2px #999999;
    border-left:0px;
    background-color:#e5e5e5;
    text-align:left;
    font-weight:bold;
    padding: 3px 0px 3px 2px;
}

#contentarea table.productInfo th.col1,
#contentarea table.productInfo th.col2
{
    width:50%;
}

#contentarea table.productInfo td
{
    border:solid 2px #999999;
    border-top:0px;
    border-left:0px;
}

#contentarea table.productInfo td p,
#contentarea table.productInfo th p
{
    padding: 5px 5px 5px 5px;
}

/* PRODUCT INFO TABLE : END */

/* QUOTE BOX : START */

.quotebox {
	background: #e5e5e5;
	padding: 0px 10px 10px 10px;
	margin: 20px 0px 0px 0px;
	clear: both;
}

#contentarea .quotebox p {
	color: #d31145;
	font-size: 1.3em;
	padding: 10px 0px 0px 0px;
	*padding: 5px 0px 0px 0px;
}

.quotebox span {
	color: #333333;
}

/* QUOTE BOX : END */

/* CALL TO ACTIONS : START */
.callsToAction
{
    margin: 15px 0px 0px 0px;
}

.cta_grey, .cta_red {
	height: 28px;
	color: #FFFFFF;
	font-size: 1.7em;
	padding: 6px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
}

.cta_grey {
	background: url("../images/cta_grey_bg.gif") no-repeat;
	width: 256px;
	float: left;
}

.cta_red {
	background: url("../images/cta_red_bg.gif") no-repeat;
	width: 231px;
	float: right;
}

.cta_grey a, .cta_red a {
	color: #FFFFFF;
	padding: 0px 15px 0px 0px;
}
.cta_grey a {
	background: url("../images/cta_grey_btn.gif") no-repeat right 2px;
}
.cta_red a {
	background: url("../images/cta_red_btn.gif") no-repeat right 2px;
}

/* CALL TO ACTIONS : END */

/* VIALTUS VALUES : START */

.vialtusValues
{
    width:100%;
    text-align:center;
    margin:25px 0px 0px 0px;
}

/* VIALTUS VALUES : END */

/* ONE COLUMN BLOCK : START */

.onecolblock
{
	clear: both;
	padding: 20px 0px 0px 0px;
}

.onecolblock .header
{
	font-style: italic;
	font-size: 1.3em;
}

.onecolblock .header a,
.onecolblock .faqheader
{
	font-style: normal;
	color: #d31145;
	font-weight: bold;
	display: block;
}

.onecolblock .thumbnail
{
	float: right;
	padding: 0px 0px 10px 10px;
}

.onecolblock .thumbnail img
{
	padding: 10px 10px 10px 10px;
	border: 1px solid #999999;
}

.onecolblock .summary
{
	padding: 5px 0px 0px 0px;
}

.onecolblock .summary p
{
	padding: 0px 0px 0px 0px !important;
}

.onecolblock .link
{
	padding: 5px 0px 5px 0px;
	font-size: 1.3em;
}

.onecolblock .link a
{
	color: #333333;
}

.onecolblock .link a.arrowlink,
.onecolblock .summary a.arrowlink
{
	font-weight: bold;
	color: #333333;
	/**background: url("../images/pink_arrow.gif") no-repeat right 4px;*/
	padding: 0px 7px 0px 0px;
}

.onecolblock .summary a.arrowlink
{
    margin:10px 0px 0px 0px;
}

.newstorieslink 
{
	float: left;
	padding: 10px 0px 0px 20px;
}

.newstorieslink a
{
	/*background: url("../images/pink_arrow_back.gif") no-repeat left 4px;*/
	padding: 0px 0px 0px 7px;
}

.oldstorieslink 
{
	float: right;
	padding: 10px 20px 0px 0px;
}

.oldstorieslink a 
{
	/*background: url("../images/pink_arrow.gif") no-repeat right 4px;*/
	padding: 0px 7px 0px 0px;
}

.newstorieslink a,
.oldstorieslink a 
{
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}

/* ONE COLUMN BLOCK : END */

/* TWO COLUMN BLOCK : START */

.twocolumnlist 
{
	width: 100%;
	background: url("../images/twocollist_bg.gif") repeat-y top center;
	clear:both;
	margin: 20px 0px 0px 0px;
}

.twocolblock 
{
	float: right;
	width: 245px;
	padding: 0px 0px 20px 0px;
}

.twocolblockodd 
{
	float: left;
	width: 245px;
}

.twocolblock .thumbnail 
{
	width: 120px;
	float: left;
}

.twocolblock .title 
{
	width: 110px;
	float: left;
	/*padding: 0px 10px 0px 10px;*/
}

.twocolblock .productLinktitle,
.twocolblock .caseStudyTitle,
.twocolblock .contactTitle
{
	float: left;
	padding: 0px 0px 0px 0px;
}

.twocolblock .productLinktitle a,
.twocolblock .caseStudyTitle a
{
	float: left;
	color:#000000;
	text-align: left !important;
}

.twocolblock .title p, 
.twocolblock .productLinktitle p,
.twocolblock .caseStudyTitle p,
.twocolblock .contactTitle p
{
	padding: 0px 0px 0px 0px !important;
	font-weight: bold;
}

.twocolblock .title p.subheader
{
	font-style: italic;
	font-weight: normal;
	text-align:left !important;
}

.twocolblock .content,
.twocolblock .contactContent
{
	clear: both;
	padding: 5px 10px 0px 0px;
}

h2.subheader
{
    color: #d31245 !important;
    font-size:1.3em;
    margin: 0px 0px 20px 0;
}

.twocolblock .contactContent p
{
    padding: 0px 0px 0px 0px !important;
}

.twocolblock .contactContent div.field
{
    width: 6.5em !important;
    float:left;
    clear:both;
    font-style:italic;
}

.twocolblock .contactContent div.data
{
    float:left;
}

.contactUsTab,
.contactUsTabSelected
{
    border:0px;
    width: 171px;
    height: 33px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    font-family: arial,helvetica,sans-serif;
    font-size: 1.1em;
    background: url("../images/contactus_tabs.gif");
    padding: 0px 0px 0px 0px;
    overflow: visible;
    text-align:center;
}

.contactUsTabSelected
{
	background-position:0 -33px;    
}

.contactUsTab:hover,
.contactUsTabSelected:hover
{
	background-position:0 -33px;
    cursor:pointer;
	cursor:hand;
}

.contactUsForm
{
    padding: 10px 10px 10px 10px;
    margin:0px 0px 20px 0px;
    border: solid 2px #999999;
}

.contactUsForm .twocolblock
{
	width:240px;
}

.contactUsForm .formRow
{
	min-height: 20px;
	height: auto !important;
	height: 20px;
	padding: 5px 0px 0px 0px;
	clear: both;
}

.contactUsForm .formRow .formTextInput
{
    width: 260px;
    float: right;
    padding: 0px 5px 0px 0px;
}

.contactUsForm .formRow .formTextInput span
{
    font-size: 1.2em;
}

.contactUsForm .formRow .formTextInput input,
.contactUsForm .formRow .formTextInput textarea,
.contactUsForm .formRow .formTextInput select,
.contactUsForm .formRow .formTextInput .radioButton
{
    width: 100%;
    font-family: arial,helvetica,sans-serif;
    font-size: 1.1em;
}

.contactUsForm .formRow .formTextInput .radioButton input
{
    width:auto;
}

.contactUsForm .formRow .formTextInput .radioButton label
{
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.contactUsForm .formRow .formTextLabel
{
    width: 190px;
    padding: 0px 10px 0px 0px;
    float: left;
    font-size: 1.2em;
}

.contactUsForm p
{
    padding: 0px !important;
}

.contactUsForm input.submit,
.contactUsForm a.submit
{
	height: 34px;
	color: #FFFFFF;
	font-size: 1.7em;
    font-family: arial,helvetica,sans-serif;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
    overflow:visible;
	background: url("../images/cta_grey_bg.gif") no-repeat;
	width: 266px;
	border: 0px;
	text-align: left;
	cursor:pointer;
	cursor:hand;
	float: right;
}

.contactUsForm a.submit
{
    padding:0px !important;
    padding-top:7px !important;
    padding-left:10px !important;
}

.contactUsForm a.submit:hover
{
    text-decoration:none;
}

.contactUsForm input.time
{
    width:1.5em;
}

.contactUsForm .sitelocation 
{
	clear: both;
	padding: 10px 0px 5px 0px;
	border-bottom:solid 1px #999999;
}

.contactUsForm .sitelocation .content
{
	width: 295px;
	float: left;
}

.contactUsForm .sitelocation .maplink
{
	width: 200px;
	float: right;
	text-align: right;
}



/* TWO COLUMN BLOCK : END */

/* CONTENT AREA : END */

#mainareabottom {
	background: url("../images/homepanel_bg.gif") no-repeat;
	width: 753px;
	height: 15px;
}

/* MAIN AREA : END */

/* RIGHT COLUMN : START */

#largelogo {
	padding-top: 15px;
	padding-bottom: 11px;
}

.panel
{
	clear: both;
	margin: 11px 0px 0px 0px;
}

.panel .header {
	background: url("../images/panel_header.gif") no-repeat;
	width: 183px;
	min-height: 14px;
	height: auto !important;
	height: 14px;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0px 4px 0px;
}

.panel .header a {
	color: #FFFFFF;
}


.panel .content {
	background: url("../images/panel_background.gif");
	width: 167px;
	padding: 7px 8px 2px 8px;
}

.panel .newspanel 
{
    min-height: 282px !important;
    _height:282px !important;
}

.panel .content .panelicon {
	float: right;
	margin: 0px 3px 0px 3px;
	padding: 0px 0px 5px 5px;
}

.panel .content p {
	/*font-size: 1em;*/
	font-size: 1.1em;
	padding: 0px 0px 5px 0px;
	color: #666666;
}

.panelSmallText .content p {
	font-size: 1em;
	padding: 0px 0px 5px 0px;
	color: #666666;
}

.panel .content .arrowlink,
.panel .content .newsLink {	
	/*background: url("../images/pink_arrow.gif") no-repeat right 4px;*/
	padding: 0px 7px 0px 0px;
}

.panel .content .arrowlink 
{
    color: #333333;
    font-weight: bold;
    font-size: 1.1em;
}

.panel .content .newsLink 
{
    /*font-size: 1em;*/
    font-size: 1.1em;
}

.panel .content p.larger {
	font-size: 1.2em;
	font-weight: bold;
}

.panel .content h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	padding: 0px 0px 5px 0px;
	background-color: #FFFFFF;
}

.panel .content ul,
.panel .content ol {
	padding: 0px 0px 0px 15px;
}

.panel .content li {
	font-size: 1em;
	color: #666666;
}

.panel .content a {
	color: #666666;
}

.panel .content a:hover {
	color: #d31245;
}

img.customerlogo {
	border: 1px solid #b2b2b2;
	margin-bottom: 5px;
}

.panel .bottom {
	background: url("../images/panel_bottom.gif") no-repeat;
	width: 183px;
	height: 7px;
}

.bold
{
    font-weight:bold;
}

/* QUICK ENQUIRY : START */
.panel .content .formRow {
	clear: both;
	padding: 3px 0px 0px 0px;
}

.panel .content .formRow label {
	float: left;
	width: 50px;
	color: #666666;
}

.panel .content .formRow input,
.panel .content .formRow textarea {
	float: left;
	width: 100px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #b2b2b2;
}

.panel .content .formRow textarea {
	width: 100px;
	height: 40px;
}

.panel .content input.arrowlink {
	background-position: right 5px;
	padding: 0px 5px 0px 0px;
	border: none;
	cursor: pointer;
	cursor: hand;
	font-family: arial, helvetica, sans-serif;
	width: auto; /* IE FIX FOR WIDTH */
	overflow: visible; /* IE FIX FOR WIDTH */
}

/* QUICK ENQUIRY : END *//* CUSTOMERS ALSO : START */

#subnav .panel .header {
	background: url("../images/darkpanel_header.gif") no-repeat;
	/*background: url("../images/bottompanel_header.gif") no-repeat;*/
	width: 175px;
}

#subnav .panel .content {
	background: url("../images/darkpanel_background.gif");
	width: 159px;
}

#subnav .panel .bottom {
	background: url("../images/darkpanel_bottom.gif") no-repeat;
	width: 175px;
}



/* CUSTOMERS ALSO : END */


/* RIGHT COLUMN : END */

/* BOTTOM ROW : START */

#bottomrow
{
	clear: both;
}

#bottomrow .panel
{
	clear: none;
	float: left;
	margin: 10px 11px 0px 0px;
}

#bottomrow .panel .header {
	background: url("../images/bottompanel_header.gif") no-repeat;
	width: 155px;
	min-height: 14px;
	height: auto !important;
	height: 14px;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0px 4px 0px;
}

#bottomrow .panel .content {
	background: url("../images/bottompanel_background.gif");
	width: 139px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	padding: 7px 8px 7px 8px;
}

#bottomrow .panel .content p {
	padding: 0px 0px 0px 0px;
}

#bottomrow .panel .bottom {
	background: url("../images/bottompanel_bottom.gif") no-repeat;
	width: 155px;
	height: 8px;
}

#bottomrow .widepanel
{
	margin: 10px 2px 0px 0px;
}

#bottomrow .widepanel .header {
	background: url("../images/widepanel_header.gif") no-repeat;
	width: 253px;
}

#bottomrow .widepanel .content {
	background: url("../images/widepanel_background.gif");
	width: 237px;
}

#bottomrow .panel .content img {
	float: right;
	margin: 0px 3px 0px 3px;
}

#bottomrow .widepanel .bottom {
	background: url("../images/widepanel_bottom.gif") no-repeat;
	width: 253px;
}

/* BOTTOM ROW : END */

/* SITEMAP : START */
#sitemap {
	clear: both;
	padding: 10px 0px 0px 0px;
}

#sitemap .top {
	background: url("../images/sitemap_top.gif") no-repeat;
	width: 955px;
	height: 6px ;
	line-height:0px;
	font-size:0px;
}

#sitemap .content {
	background: #333333;
	width: 945px;
	padding: 0px 5px 0px 5px;
}

#sitemap .content .column {
	float: left;
	border-right: 1px solid #cccccc;
	width: 141px;
	padding: 5px 5px 5px 10px;
	min-height: 150px;
	height: auto !important;
	height: 150px;

}

#sitemap .content .end {
	border-right: none;
}

#sitemap .content .column p {
	font-size: 1.1em;
	color: #ffffff;
}

#sitemap .content .column ul {
	font-size: 1.1em;
	color: #999999;
	list-style-type: none;
	padding: 5px 0px 10px 0px;
}

#sitemap .content .column a {
	color: #999999;
}

#sitemap .content .column a:hover {
	/*color: #d31145 !important;*/
	color: #ffffff !important;
}
/*
#sitemap .content .current a,
#sitemap .content .current p,
#sitemap .content .current ul {
	color: #FFFFFF;
}*/


#sitemap .bottom {
	background: url("../images/sitemap_bottom.gif") no-repeat;
	width: 955px;
	height: 6px;
	line-height:0px;
	font-size:0px;
}


/* SITEMAP : END */

/* FOOTER : START */

#footer {
	clear: both;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	background: url("../images/footer_bg.gif") no-repeat;
	height: 26px;
}

#footer #copyright {
	float: left;
	color: #FFFFFF;
	margin: 0px 0px 0px 10px;
}

#footer #footermenu {
	float: right;
	color: #FFFFFF;
	margin: 0px 10px 0px 0px;
}

#footer #footermenu a {
	color: #FFFFFF;
}

#footer #footermenu a:hover,
#footer #footermenu a.selected {
	color: #d31145 !important;
}

.homefooter {
	background: none !important;
}

.homefooter #copyright,
.homefooter #footermenu,
.homefooter #footermenu a {
	color: #999999 !important;
}

/* TIMELINE : START */

#timeline 
{
	padding: 10px 0px 0px 0px;
}

#timeline .row
{
	clear: both;
}

#timeline .year
{	
	float: left;
	background: url("../images/timeline_chev_out.jpg");
	width: 109px;
	height: 62px;
	text-align: center;
	padding: 10px 0px 0px 0px;
	font-size: 1.1em;
	color: #666666;
}

#timeline .over .year
{
	background: url("../images/timeline_chev_over.jpg");
}

#timeline .event
{	
	float: left;
	font-size: 1.1em;
	color: #666666;
	padding: 0px 10px 0px 10px;
	width: 250px;
}

#timeline .over .event
{
	float: left;
	font-size: 1.6em;
	padding: 0px 10px 0px 10px;
	width: 250px;
}

#timeline .event p
{
	color: #666666;
	text-align:left;
}

#timeline .over .event p
{
	padding: 5px 0px 0px 0px;
	color: #ca0d38;
}

#timeline .logo
{	
	float: left;
	width: 120px;
}

/* TIMELINE : END */

/* FOOTER : END */

.clearer {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}