﻿
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
    border-style: none;
    border-width: 0;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0px 0px 0px;
    width: 915px;
    position: relative;
    background-color: #FFFFFF;
}
#content-main-two-column {
	background: #FFFFFF;
	width: 668px;
	float: left;
	margin-left: 0px;
	line-height: 1.5em;
}

#content-main-two-column-extended {
    background: #FFFFFF;
    width: 593px;
    float: left;
    margin-left: 24px;
}

#content-side-two-column {
    float: right;
    width: 220px;
    font-size: .9em;
    color: #666666;
}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
    padding: 15px 0px 0px 0px;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 915px;
    position: relative;
    
}

#content-main-three-column {
    width: 445px;
    float: left;
    margin-left: 25px;
}

#content-main-three-column-mapaweb {
    width: 670px;
    float: left;
    margin-left: 25px;
}

#content-main-three-column2 {
    width: 700px;
    float: left;
    margin-left: 25px;
}

#content-side2-three-column{
    width: 240px;
    font-size: .9em;
    float: right;
    color: #666666;
}
#content-side1-three-column {
    width: 150px;
    font-size: .9em;
    float:left;
    height: 246px;
}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container {
    padding: 0;
    margin: 35px 0 10px 0;
}

#three-column-side1 {
    border: 0px none #CCCCCC;
    padding: 10px;
    float: left;
    width: 27%;
}
#three-column-side2 {
    padding: 10px;
    border: 0px none #CCCCCC;
    float: right;
    width: 27%;
}
#three-column-middle {
    padding: 10px;
    border: 0px none #CCCCCC;
    width: 27%;
    margin: 0px 32% 0px 35%;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN AMMENDED NO %

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container-new {
	width: 666px;
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 0.9em;
}
#three-column-side-new1 {
    padding: 5px 5px 5px 5px;
    float: left;
    width: 194px;
}
#three-column-side-new2 {
    border: 0px none #CCCCCC;
    float: right;
    width: 194px;
    padding: 5px 5px 5px 5px;
}
#three-column-middle-new {
    padding: 5px 0px 5px 0px;
    width: 194px;
    margin: 0px 35% 0px 35%;
    
}

#three-column-side-partners1 {
    padding: 5px 5px 5px 5px;
    float: left;
    width: 294px;
}
#three-column-side-partners2 {
    border: 0px none #CCCCCC;
    float: right;
    width: 294px;
    padding: 5px 5px 5px 5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BPO Services - TWO COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#two-column-container-boxes {
    padding: 0;
    margin: 15px 0 10px 0;
}

#two-column-container-boxes-side1 {
    border: 0px none #CCCCCC;
    padding: 15px 5px 15px 15px;
    float: left;
    width: 260px;
    background-image: url('GreyBoxFrame-07.jpg');
    background-repeat: no-repeat;
    height: 160px;
}
#two-column-container-boxes-side2 {
    border: 0px none #CCCCCC;
    padding: 15px 5px 15px 15px;
    float: left;
    width: 260px;
    background-image: url('GreyBoxFrame-07.jpg');
    background-repeat: no-repeat;
    height: 160px;
    margin-left: 30px;
}

#two-column-container-boxes-side3 {
    border: 0px none #CCCCCC;
   padding: 15px 5px 15px 15px;
    float: left;
    width: 260px;
    background-image: url('GreyBoxFrame-07.jpg');
    background-repeat: no-repeat;
    height: 160px;
}

#two-column-container-boxes-side4 {
    border: 0px none #CCCCCC;
    padding: 15px 5px 15px 15px;
    float: left;
    width: 260px;
    background-image: url('GreyBoxFrame-07.jpg');
    background-repeat: no-repeat;
    height: 160px;
    margin-left: 30px;
    
}

#two-column-container-boxes-side5 {
    border: 0px none #CCCCCC;
    padding: 15px 7px 15px 15px;
    float: left;
    width: 260px;
    background-image: url('GreyBoxFrame-07.jpg');
    background-repeat: no-repeat;
    height: 160px;
}

#two-column-container-boxes-side6 {
    border: 0px none #CCCCCC;
    padding: 15px 5px 15px 15px;
    float: left;
    width: 260px;
    background-image: url('GreyBoxFrame-07.jpg');
    background-repeat: no-repeat;
    height: 160px;
    margin-left: 30px;
}
#content-side-two-column-container-boxes-rightside {
    float: right;
    width: 100px;
    height: 505px;
    font-size: .9em;
    color: #333333;
    background-image: url('GreyBoxThin-07.jpg');
    background-repeat: no-repeat;
    padding: 20px 5px 20px 8px;
    margin-top: 110px;
}


#two-column-container-boxes-mainfront {
	padding: 0px 0px 10px 0px;
	border: 0px none #CCCCCC;
	float: left;
	width: 666px;
	font-size: 1.1em;
}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.65em;
    line-height: 1.2em;
    color: #333333;
}

p {
	margin:10px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	border-style: none;
    border-color: inherit;
    border-width: 0;
    color: #E5E5E5;
	    background-color: #E5E5E5;
	    height: 1px;
	    margin:15px 0;
	    _margin:10px 0;
    
}
	
blockquote {
    padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url('bg-quote.png') no-repeat;
}
blockquote p {
    margin: 5px 0 5px 5;
    padding-left: 5px;
}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}
	
fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial;
    line-height: 1.1em;
    
}

h1 {
	margin-bottom:0;
	font-size: 1.3em;
	margin: 5px 0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
    font-size: 1.3em;
    line-height: normal;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
    font-family: Palatino Linotype, Book Antiqua3, Palatino6, Georgia, Verdana, Arial;
    font-size: 1.4em;
    color: #666666;
    font-style: normal;
}

h6 {
    font-size: 1em;
    color: #666666;
    _margin-top: 10px;
    margin-left: 50px;
    padding-top: 5px;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
    color: #3399CC;
    text-decoration: none;
    margin-bottom: 20px;
}

a:visited {
	color:#3399CC;
	text-decoration:none;
}

a:hover {
    text-decoration: underline;
}

a:active {
	color:#666666

}

#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
    text-decoration: none;
    width: 880px;
}



#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information {
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    color: #666666;
    font-size: .85em;
    position: relative;
    width: 920px;
    margin-top: 5px;
    top: 0px;
    left: 0px;
}
	
#logo {
    position: absolute;
    top: 0.4em;
    left: 15px;
    font-size: 2.6em;
    font-family: Georgia, "Times New Roman", Times, serif;
    height: 1.4em;
    padding: .1em 0 .2em 0;
    font-variant: small-caps;
    min-width: 230px;
    width: 230px;
    background-repeat: no-repeat;
}

#logo a {
    color: #666666;
    text-decoration: none;
    background-image: url('division_logo_value-01.jpg');
}

#top-information-home {
    text-align: right;
    border-bottom: 1px none #666666;
    position: absolute;
    top: 21px;
    right: 1%;
    height: 5.8em;
    width: 15%;
    padding: 0 1.5% 0 0;
}
#top-information-phone {
    text-align: center;
    border-left: 1px dotted #666666;
    position: absolute;
    top: 0px;
    left: 110%;
    height: 65%;
    padding: 0 0 0 2%;
    font-family: Palatino Linotype, Book Antiqua3, Palatino6, Georgia, Verdana, Arial;
    font-size: 2em;
    color: #666666;
    width: 120px;
    line-height: 20px;
}

#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
	}

#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main {
	background: url('Main-menu-CNTR-dkwhite.gif') repeat-x;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	position: relative;
	font-weight: normal;
	z-index : 100
}
.menu-main {
    padding: 0px 10px 0px 0px;
    height: 30px;
    }
/* TARGET FIREFOX */

@-moz-document url-prefix()

{
.menu-main {
    padding: 0px 10px 0px 0px;
    height:10px;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~

    LOG IN BUTTON

~~~~~~~~~~~~~~~~~~~~~~~~*/
#nav-main div {
    background-position: center;
    _width: 31.2%;
    position: absolute;
    left: 800px;
    padding-left: 0px;
    padding-right: 33px;
    padding-top: 0px;
    line-height: 28px;
    text-align: right;
    text-indent: 30px;
    background-image: url('client-login16.gif');
    background-repeat: no-repeat;
}


#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#nav-main a:link,
#nav-main a:visited {
    color: #808080;
    text-decoration: none;
}
#nav-main a:hover {
    color: #565656;
    text-decoration: underline;
}
#nav-main a:active {
    color: #565656;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:underline;
}

#nav-main li.current a:hover {
    color: #565656;
    text-decoration: underline;
}
#nav-main li.current a:active {
    color: #565656;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
    color: #565656;
    text-decoration: underline;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 920px;
    position: relative;
    top: 0px;
    left: 0px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #FFFFFF;
}
	
.poster-photo-image {
    border-right: 3px solid #FFF;
    display: block;
    width: 650px;
    margin-left: 0px;
    height: 130px;
}

#feature-area-home {
	border-style: none;
	position: absolute;
	right: 0px;
	width: 220px;
	text-align: center;
	padding: 0px;
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 300%;
	font-family: Georgia, Verdana;
	height: 130px;
	vertical-align: middle;
	top: 0px;
	background-image: url('feature-box-04.png');
	background-repeat: no-repeat;
	margin-top: 5px;
	
}

#feature-area-home a:link,
#feature-area-home a:visited {
    color: #3399CC;
    
}
	
#feature-area-home a:hover {
	text-decoration:none;
	text-decoration: underline;
	}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	background: #3399CC;
	position: relative;
	color: #FFFFFF;
	font-size: medium;
	padding: .5em 20px .5em 20px;
}
#pagetitleBO {
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 880px;
    background: #F6921E;
    position: relative;
    color: #FFFFFF;
    font-size: medium;
    padding: .5em 20px .5em 20px;
	
}
    
#pagetitleVA {
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 880px;
    background: #F6921E;
    position: relative;
    color: #FFFFFF;
    font-size: medium;
    padding: .5em 20px .5em 20px;
}

#pagetitle {
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 880px;
    background: #999999;
    position: relative;
    color: #FFFFFF;
    font-size: medium;
    padding: .5em 20px .5em 20px;
}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url('list-bullet-02.gif') no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url('list-bullet-11-link.gif');
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
    border: 1px #FFFFFF solid;
    padding: 4px;
    background: #FFFFFF url(../../images/) repeat-x top;
    margin-bottom: 0px;
    display: block;
    margin-top: 5px;
}

.photo-float-left {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
}

.photo-float-middle {
    float: none;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
}

.float-top-bottom {
    float: left;
    margin-bottom: 25px;
    margin-top: 5px;
}

.photo-float-middle-01 {
    float: none;
    margin-left: 55px;
    margin-right: 15px;
    margin-top: 20px;
    
}
	
.photo-float-centre {
	float: right;
	margin-left: 15px;
	}
	
.photo-float-centre-margins {
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 15px;
	}

.image-border-none {
	border: none;
}

.fltlft5 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 50px;
}

.fltlft55 { 
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-left: 50px;
}

.fltlft5500 { 
	float: left;
	margin-right: 12px;
	margin-bottom: 30px;
	margin-left: 50px;
}

.fltlft505 { 
	float: left;
	margin-right: 12px;
	margin-bottom: 2px;
	margin-left: 100px;
}

.fltlft555 {
    float: left;
    margin-right: 12px;
    margin-bottom: 5px;
    margin-left: 2px;
}

.fltlft5000 {
    float: left;
    margin-right: 12px;
    margin-bottom: 25px;
    margin-left: 2px;
}

.fltlft3 { 
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.fltlft303 { 
	float: left;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.fltlft30303 { 
	float: left;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: -2px;
}

.fltlft99 { 
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 30px;
}


.fltlft3333 { 
	float: left;
	margin-right: 12px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.fltlft3366 { 
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.fltlft333399 { 
	float: left;
	margin-right: 12px;
	margin-bottom: 70px;
	margin-left: 0px;
}

.fltlft30 { 
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.fltlft333 { 
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
}

.fltlft99 { 
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 30px;
}

.fltlft33 { 
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
	margin-top: 10px;
	margin-left: 20px;
}

.fltlft7 { 
	float: left;
	margin-right: 40px;
	margin-bottom: 25px;
	margin-top: 10px;
	margin-left: 0px;
}

.fltright1 {
	float: right;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
}

.fltright3 {
	float: right;
	margin-left: 12px;
	margin-bottom: 5px;
	margin-right: 0px;
}


#login-panel {
    position: fixed;
    bottom: inherit;
}

.float-left-menu {
	float: left;
	margin-left: 0px;
}
	
.float-right-menu {
	float: right;
	margin-right: 0px;
}

.float-centre {
	float: none;
	margin-left: 100px;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 100px;
	
}

.float-centre-nopad {
    float: none;
    margin-left: 100px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.float-clear-right {
    float: left;
    clear: right;
    margin-right: 200px;
    margin-bottom: 20px;
}


	
	


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
    background: url('Main-menu-BCNTR-dkwhite.gif') repeat-x left 50%;
    margin-left: auto;
    margin-right: auto;
    width: 920px;
    padding: 0 0 0 0;
    position: relative;
    color: #CCCCCC;
    font-size: .8em;
    *height: 0px;
    top: 0px;
    left: 0px;
}

.footer-box {
    margin-top: 5px;
    margin-left: 50px;
    
    }

#footer a:link,
#footer a:visited {
    color: #666666;
    text-decoration: none;
}

#footer a:hover {
	color:#F6921E;
	text-decoration:none;
}

#footer a:active {
	color:#666666;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 920px;
    text-align: center;
    padding: .1em 0 1em 0;
    position: relative;
    font-size: .8em;
    color: #999999;
}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#999999;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:1.1em;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:.8em;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	}

.none {
    display:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ROUND CORNERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.roundcont {
    width: 285px;
    background-color: #CC0000;
    color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url('../../images/TR-red.gif') no-repeat top right; 
}

.roundbottom {
	background: url('../../images/BR-red.gif') no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}






.roundcont-2 {
    width: 285px;
    background-color: #003366;
    color: #fff;
}

.roundcont-2 p {
	margin: 0 10px;
}

.roundtop-blue{ 
	background: url('../../images/TR-darkblue.gif') no-repeat top right; 
}

.roundbottom-blue{
	background: url('../../images/BR-darkblue.gif') no-repeat top right; 



}
.roundcont-3 {
    width: 285px;
    background-color: #003366;
    color: #fff;
}

.roundcont-3 p {
	margin: 0 10px;
}

.roundtop-3{ 
	background: url('../../images/TR-darkblue.gif') no-repeat top right; 
}

.roundbottom-3{
	background: url('../../images/BR-darkblue.gif') no-repeat top right; 
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ROUNDED CORNERS BPO SERVICES (ORANGE)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.roundcont-orange {
	width: 300px;
	background-color: #f90;
	color: #fff;

}

.roundcont-orange p {
	margin: 0 10px;
}

.roundcont-orange h4 {
    margin: 0 10px 10px 10px;
    font-size:1.3em;
}

.roundtop-orange { 
	background: url('orange-corner-tr-02.gif') no-repeat right top;
}

.roundbottom-orange {
	background: url('orange-corner-br-02.gif') no-repeat right top;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ROUNDED CORNERS (GREY)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.roundcont-grey {
	width: 100%;
	background-color: #EFEFEF;
	color: #666666;

}

.roundcont-grey p {
    margin: 10px 10px 10px 10px;
}

.roundcont-grey h4 {
    margin: 0 10px 10px 10px;
    font-size:1.1em;
}

.roundcont-grey h3 {
    margin: 0 10px 10px 10px;
    font-size:1.1em;
}

.roundcont-grey h2 {
    margin: 0 10px 10px 10px;
    font-size:1.4em;
    font-family: Palatino Linotype, Book Antiqua3, Palatino6, Georgia, Verdana, Arial;
}

.roundtop-grey { 
	background: url('rounded-corners-tr-greyline-02.gif') no-repeat right top;
}

.roundbottom-grey {
	background: url('rounded-corners-br-greyline-02.gif') no-repeat right top;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ROUNDED CORNERS FRONTPAGE (ORANGE)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.roundcont-orange-front {
	width: 215px;
	background-color: #f90;
	color: #fff;

}

.roundcont-orange-front p {
	margin: 0 10px;
}

.roundcont-orange-front h4 {
    margin: 0 10px 10px 10px;
    font-size:1.3em;
}

.roundtop-orange-front { 
	background: url('orange-corner-tr-02.gif') no-repeat right top;
}

.roundbottom-orange-front {
	background: url('orange-corner-br-02.gif') no-repeat right top;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ROUNDED CORNERS MAINFRONT FRONTPAGE (GREY)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.roundcont-mainfront {
	width: 100%;
	background-color: #EFEFEF;
	color: #666666;

}

.roundcont-mainfront p {
	margin: 10px 10px 10px 10px;
}

.roundcont-mainfront h1 {
    font-family: Palatino Linotype, Book Antiqua3, Palatino6, Georgia, Verdana, Arial;
    margin: 0px 10px 10px 10px;
    font-size:1.8em;
}

.roundtop-mainfront { 
	background: url('rounded-corners-tr-greyline-02.gif') no-repeat right top;
}

.roundbottom-mainfront {
	background: url('rounded-corners-br-greyline-02.gif') no-repeat right top;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ROUNDED CORNERS THREE-COLUMN GREY

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.roundcont-three-grey {
	width: 100%;
	background-color: #EFEFEF;
	color: #666666;

}

.roundcont-three-grey p {
    margin: 10px 10px 10px 10px;
}

.roundcont-three-grey h4 {
    margin: 0 10px 10px 10px;
    font-size:1.1em;
}

.roundcont-three-grey h3 {
    margin: 0 10px 10px 10px;
    font-size:1.1em;
}

.roundcont-three-grey h2 {
    margin: 0 10px 10px 10px;
    font-size:1.4em;
    font-family: Palatino Linotype, Book Antiqua3, Palatino6, Georgia, Verdana, Arial;
}

.roundtop-three-grey { 
	background: url('rounded-corners-tr-greyline-02.gif') no-repeat right top;
}

.roundbottom-three-grey {
	background: url('rounded-corners-br-greyline-02.gif') no-repeat right top;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
