/* ----- Global reset ----- */
* {
padding:0;
margin:0;
}
/* basics
------------------------------------------------------------------*/
body {
margin:0;
padding:0;
background-color:#ECECEC;
background-image:url(../images/bg.gif);
background-repeat:repeat-x; 
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
}
a:link {
color:#1F3371;
text-decoration:underline;
}
a:visited {
color:#918418;
text-decoration:underline;
}
a:hover {
color:#bfaa00;
text-decoration:none;
}
a:active {
color:#CA3315;
text-decoration:underline;
}

h1.hide {
text-indent:-1000em;
overflow:hidden;
margin:0;
padding-left: 4px;
padding-top:5px;
padding-bottom:15px;
color:#1F3371;
font-size:24px;
letter-spacing: -1px;
line-height:18px;
}
h1 {
margin:0;
padding-left: 4px;
padding-top:5px;
padding-bottom:15px;
color:#1F3371;
font-size:24px;
letter-spacing: -1px;
line-height:18px;
}
h2 {
margin:0;
padding-left: 4px;
padding-top:10px;
padding-bottom:0px;
color:#58514C;
font-size:22px;
letter-spacing: -1px;
}
h3 {
margin:0;
padding-left: 4px;
padding-top:10px;
padding-bottom:10px;
font-weight:100px;
color:#58514C;
font-size:18px;
letter-spacing: -1px;
line-height:18px;
}
p {
padding: 4px 8px 5px 5px;
text-align:justify;
color:#58514C;
font-size:14px;
}
em {
text-align:justify;
color:#58514C;
font-size:14px;
line-height:14px;
font-style:italic;
}
.content ul {
padding: 12px 35px;
margin-left:20px;
margin-top:20px;
margin-bottom:20px;
text-align:left;
color:#58514C;
font-size:14px;
border:1px dotted #ddd;
background-color:#fcfcfc;
}
.content li {
padding-left:10px;
margin-top:10px;
margin-bottom:10px;
list-style-image:url(../images/bullet_light.gif);
}

/* structure
------------------------------------------------------------------*/
#wrapper {
margin: 0 auto;
width: 999px;
background-image:url(../images/content_bg.gif);
background-repeat:repeat-y;
background-position:top center;
background-color: #FFF;
text-align:left;
}

/* logo
------------------------------------------------------------------*/
#navwrapper {
margin: 0 auto;
width: 1000px;
height:147px;
text-align:left;
position:relative;
}
#header {
width:1000px;
height:96px;
margin:0 12px;
}
#logo {
float:left;
background-color:red;
width:270px;
height:82px;
}
.tag {
display:none;
width:350px;
padding:67px 30px 30px 137px;
font-size:0.7em;
font-weight:bold;
color:#EAE9D7;
}
/* client login
------------------------------------------------------------------*/
#login {
float:right;
background-image:url(../images/login.gif);
background-repeat:no-repeat;
background-position:top center;
width:175px;
height:44px;
font-family:Arial;
font-size:0.65em;
line-height:1em;
margin:0 36px;
}
#login a {
margin:1px 15px 0px 75px;
padding:6px;
display:block;
color:#FFF;
text-decoration:none;
font-weight:bold;
outline: none;
}
#login a:hover {
color:#BFAA00;
}

/* Language Toggle
------------------------------------------------------------------*/
#language {
position:absolute;
right:110px;
top:0px;
width:205px;
height:44px;
font-family:Arial;
font-size:0.65em;
line-height:1em;
}
#language .container {
margin:2px 15px 0px 60px;
padding:6px;
}
#language .container a {
color:#173254;
text-decoration:none;
font-weight:bold;
outline: none;
}
#language .container a.active {
color:#ccc;
text-decoration:underline;
font-weight:bold;
outline: none;
}
#language .container a:hover {
color:#BFAA00;
}

/* navigation
------------------------------------------------------------------*/
ul#nav {
position: absolute;
top:102px;
left:-1px;
height: 45px; width: 534px;
background: url("../images/nav.gif") no-repeat;
}
ul#nav li {
float: left;
list-style: none;
}
ul#nav li a {
position: absolute;
text-indent: -9999px;
text-decoration: none;
border: none !important;
top: 0; height: 45px;
}
ul#nav li#nav-home a { 
left: 0px; width: 112px; 
background: url("../images/nav.gif") -0px 0 no-repeat;
}
ul#nav li#nav-solutions a { 
left: 112px; width: 101px; 
background: url("../images/nav.gif") -112px 0 no-repeat;
}
ul#nav li#nav-services a { 
left: 213px; width: 101px; 
background: url("../images/nav.gif") -213px 0 no-repeat;
}
/*ul#nav li#nav-clients a { 
left: 314px; width: 101px; 
background: url("../images/nav.gif") -314px 0 no-repeat;
}*/
ul#nav li#nav-contact a { 
left: 314px; width: 101px; 
background: url("../images/nav.gif") -314px 0 no-repeat;
}
ul#nav li#nav-home a:hover  				{ background-position: -0px -45px; }
ul#nav li#nav-solutions a:hover 			{ background-position: -112px -45px; }
ul#nav li#nav-services a:hover  			{ background-position: -213px -45px; }
/*ul#nav li#nav-clients a:hover  			{ background-position: -314px -45px; }*/
ul#nav li#nav-contact a:hover  				{ background-position: -314px -45px; }

ul#nav li#nav-home a.active  				{ background-position: -0px -90px; }
ul#nav li#nav-solutions a.active  			{ background-position: -112px -90px; }
ul#nav li#nav-services a.active	  			{ background-position: -213px -90px; }
/*ul#nav li#nav-clients a.active  			{ background-position: -314px -90px; }*/
ul#nav li#nav-contact a.active  			{ background-position: -314px -90px; }

/* tollfree
------------------------------------------------------------------*/
#tollfree {
position:absolute;
top:95px;
right:-1px;
*right:0px;
background-image:url(../images/tollfree.gif);
background-repeat:no-repeat;
background-position:top center;
width:253px;
height:27px;
margin:25px 35px 0px 10px;
}
#tollfree p {
color:#3F3E34;
font-size:1.2em;
letter-spacing:-1px;
padding:1px 10px 10px 40px;
}

/* Main
------------------------------------------------------------------*/
#main {
clear:both;
margin: 0 auto;
width:960px;
height:273px;
background-image:url(../images/main.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
}
#sub_main {
clear:both;
margin: 0px;
width:660px;
height:185px;
margin-bottom:15px;
background-image:url(../images/sub_main.gif);
background-repeat:no-repeat;
background-color:#FFF;
}
#sub_main h2 {
width:70%;
padding:60px 20px 15px 20px;
color:#FFF;
text-align:left;
font-weight:100;
}
#sub_main h2.triline {
width:70%;
padding:50px 20px 15px 20px;
color:#FFF;
text-align:left;
font-weight:100;
}
#main h1 {
text-align:left;
margin-top:0;
padding:60px 20px 0px 20px;
color:#FFF;
font-size:1.8em;
}
#main h2 {
text-align:left;
margin:0;
padding-right: 15px;
padding-top:10px;
padding-bottom:15px;
color:#FFF;
font-size:20px;
line-height:18px;
}
#main p {
color: #fff;
padding: 5px 10px 25px 200px;
text-align:right;
}
#main ul {
list-style-type:disc;
width:135px;
padding: 2px 20px;
line-height:14px;
text-align:left;
color:#FFF;
font-size:12px;
}
#main li {
padding-bottom:13px;
list-style-image:url(../images/check.gif);
}
.main1 {
float:left;
margin:25px 0px 0px 20px;
width:160px;
}
.main2 {
float:left;
margin:25px 0px 0px 20px;
width:175px;
}
.main3 {
float:left;
margin:25px 0px 0px 20px;
width:185px;
}

.main_button {
float:right;
text-indent:-1000em;
overflow:hidden;
font-size:1.4em;
text-align:center;
margin:-43px 21px 0 0;
padding:5px;
width:230px;
}
.main_button a {
display:block;
padding:5px;
color:#FFF;
}
.main_button a:hover {
display:block;
padding:5px;
color:#FFF;
}


/* content
------------------------------------------------------------------*/
.content {
float:left;
width:660px;
margin-left:15px;
margin-top:12px;
padding:15px 5px 8px 5px;
background-color:#FFF;
border-right:0px dotted #3F3E34;
}
.content img {
padding : 5px;
}

.sidebar {
float:right;
margin-top:10px;
width:260px;
height:100%;
margin-right:25px;
}
.sidebar h2 {
margin:0;
margin:18px 10px 10px 10px;
color:#58514C;
font-size:20px;
letter-spacing: -1px;
line-height:18px;
}
.sidebar ul {
width:200px;
margin-left:20px;
background-color:transparent;
border:0px;
padding: 0 15px;
text-align:left;
color:#58514C;
font-size:13px;
}
.sidebar li {
list-style-type:none;
padding-bottom:8px;
}
li.last {
line-height:30px;
list-style-type:none;
}

/* All Subs Nav
------------------------------------------------------------------*/
.sub {
text-align:left;
}
.sub ul {
width:250px;
float:left;
list-style:none;
}
.sub ul.first {
text-align:left;
margin:0;
padding:0;
}
.sub ul li {
margin-left:-1px;
margin-right:-2px;
height:26px;
font-size:14px;
}
.sub ul li a {
color:#666;
border-bottom:1px solid #ddd;
margin-right:1px;
display:block;
height:10px;
padding:10px 15px 15px 35px; 
}
.sub ul li a:hover {
background: url(../images/sub_nav.gif) repeat-x bottom left #1E3F6D;
color:#FFF;
height:10px;
padding:9px 15px 14px 35px; 
text-decoration:none;
}
.sub ul li a#active {
background: url(../images/sub_nav.gif) repeat-x top left #1E3F6D;
color:#FFF;
padding:9px 15px 14px 35px; 
text-decoration:none;
}

.request_demo_home {
float:right;
text-indent:-1000em;
overflow:hidden;
text-align:center;
margin:110px 0px 0px 0px;
width:273px;
height:68px;
}	
.request_demo_home a {
display:block;
left: 0px; 
top:0px; 
width: 273px; 
height:68px; 
background: url(../images/request_demo_home.gif) -0px 0 no-repeat;
}
.request_demo_home a:hover {
background-position: -0px -68px;
}
.request_demo {
margin-top:25px;
margin-bottom:25px;
margin-left:2px;
width:252px;
height:69px;
}	
.request_demo a {
display:block;
left: 0px; 
top:0px; 
width: 252px; 
height:69px; 
background: url(../images/request_demo_side.gif) -0px 0 no-repeat;
}
.request_demo a:hover {
background-position: -0px -69px;
}

.download_pdf {
margin-top:25px;
margin-bottom:25px;
margin-left:2px;
width:252px;
height:69px;
}	
.download_pdf a {
display:block;
left: 0px; 
top:0px; 
width: 252px; 
height:69px; 
background: url(../images/download_pdf.gif) -0px 0 no-repeat;
}
.download_pdf a:hover {
background-position: -0px -69px;
}

.logos {
margin-top:300px;
padding:10px;
width:200px;
float:right;
}
.cglogo {
margin-right:110px;
float:right;
}
.cglogo a {
width : 80px;
height:44px;
padding : 0;
display:block;
background-color: #FFF;
background: url(../images/cg_footer.gif) 0 0 no-repeat;
}
.cglogo a:hover { 
background-position: 0 -44px;
}

.learnmore {
float:left;
background-image:url(../images/learnmore.gif);
background-repeat:no-repeat;
background-position:top left;
width:100px;
height:100px;
font-size:12px;
margin:0px 10px 0 0;
}
.learnmore a {
color:#FFF;
display:block;
margin:5px 5px;
height:50px;
text-align:center;
padding-top:35px;
font-weight:bold;
text-decoration:none;
}
.learnmore a:hover {
text-decoration:underline;
}
small,.small {
margin-top:5px;
padding-right:10px;
text-align:right;
color:#58514C;
letter-spacing:-1px;
font-size:11px;
}
.button p {
margin:0 auto;
}
.button img {
padding : 2px;
background : #fff;
margin: 0 auto;
margin-top:3px;
}
.bigbutton p {
margin:0 auto;
}
.bigbutton img {
border-top:1px dotted #58514C;
padding : 2px;
background : #fff;
margin: 0 auto;
margin-top:3px;
}
.subscribe, .subscribe img {
vertical-align:middle;
text-align:left;
padding : 1px;
background : #fff;
margin-top:3px;
margin-right : 1px;
margin-bottom : 1px;
}
.right {
float:right;
margin:5px;
padding:2px;
}

.left {
float:left;
margin:5px;
padding:2px;
}

.center {
width:auto;
margin-left:auto;
margin-right:auto;
}

blockquote {
margin:1.5em 1.5em 0em 1.5em;
padding:10px;
background-image:url(../images/66_light.gif);
background-repeat:no-repeat;
background-position: top left;
}

blockquote p {
text-align:left;
padding:1.2em 1em 1em 1em;
margin:0.2em;
}

/* footer
------------------------------------------------------------------*/
.footer {
width:999px;
height:100px;
margin:0 auto;
line-height:4em;
font-size:.7em;
background-image:url(../images/footer.gif);
background-repeat:no-repeat;
background-position:bottom center;
}
.footer p {
padding-top: 15px;
text-align:center;
font-size:12px;
font-family:Arial, sans-serif;
line-height:18px;
}
.footer a {
text-decoration:none;
font-weight:100;
}
/* misc 
------------------------------------------------------------------*/
.clear,.clearer {height:0;clear: both;} 
.left {float: left;}
.right {float: right;}
.middle {margin: 0 auto; width:290px; padding: 10px 10px 10px 50px;}
hr.dotted {
margin-top:5px;
margin-right: 5px;
margin-bottom: 20px;
margin-left:5px;
border-bottom: 0px dotted #BB9B40;}
hr.foot {
margin:0 auto;
*margin:0 20px;
width:960px;
border-width:0px 0px 0 0}
acronym {
 border-bottom: 1px dotted #999;
 cursor: help;
}