/* CSS Document */

/*------------------------------------------------------------------ 
[Table of contents] 
 
1. CSS Reset 
2. Body
3. Links  
4. Header / #header 
5. Content / #content 
6. Form
7. Footer / #footer
8. Module Tabs
9. Special Code

-------------------------------------------------------------------*/


/*-----------------------------------------------------------------*/  
/*--------------------------[1. CSS Reset]-------------------------*/
/*-----------------------------------------------------------------*/



/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:bottom;
	background: transparent;	
}
body {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px; margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


/*-----------------------------------------------------------------*/  
/*----------------------------[2. Body]----------------------------*/
/*-----------------------------------------------------------------*/ 

body {
	background:#fff;
	text-align: center;
}
#wrapper {
	width: 820px;
	background:#fff;
	margin: auto;
}
p{
	margin:0 0 .5em 0;
	line-height:1.3em;
	display: inline;
}
h2{
	font:1.2em Helvetica, Arial, sans-serif;
	color:#919194;
	text-transform:uppercase;
	text-align: left;
	padding:1.2em 0 .9em .9em;
	border-top:1px solid #00274C;
}
h1{
	font:bold 1.4em Helvetica, Arial, sans-serif;
	color:#fff;
	padding:1.3em 0 .9em 0;
}
h3{
	font:bold 1.1em Helvetica, Arial, sans-serif;
	color:#fff;
	padding:0em 0 .3em 0;
	text-align:center;
	clear: right;
}
h4{
	font:2.3em Helvetica, Arial, sans-serif;
	color:#fff;
	line-height:1.3em;  
}
ul.tabtext li{
	font: 1.2em Helvetica, Arial, sans-serif;
	margin:0 1em .5em 0em;
	text-indent: -1em;
	padding: 0 0 0 2em;
	line-height:1.3em;  
	color:#000;
	list-style:disc inside;
	text-align: left;	
}


/*-----------------------------------------------------------------*/  
/*----------------------------[3. Links]---------------------------*/
/*-----------------------------------------------------------------*/


a {
	color: #000000;
	text-align:left;
	text-decoration:none;
	border: none;
	
}

a:link { color: #000000;}
a:visited { color: #919194;}	
a:hover { color: #00274C;}	
a:active { color: #919194;}	

#nav a:link { color: #000000;}
#nav a:visited { color: #00274C;}	
#nav a:hover { color: #919194;}	
#nav a:active { color: #919194;}	
#nav li{
	list-style-type: none;
	display: inline;
}
div#nav a{
float: left;
text-decoration:none;
padding-top: 2px;
padding-right: 15px;
}
#form a:link { color: #919194;}
#form a:visited { color: #919194;}	
#form a:hover { color: #fff;}	
#form a:active { color: #fff;}	
#form li{
	list-style-type: none;
	display: inline;
}
#headerlink a:link { color: #666;}
#headerlink a:visited { color: #666;}	
#headerlink a:hover { color: #00274C;}	
#headerlink a:active { color: #00274C;}	
#headerlink li{
	font: 1.1em Arial Narrow, Arial, sans-serif;
	display: inline;
	list-style-image:url(images/blue_bullet.gif);
	letter-spacing:.05em;
}


/*-----------------------------------------------------------------*/  
/*----------------------------[4. Header]--------------------------*/
/*-----------------------------------------------------------------*/


#header {
	margin: 15px auto 0 auto;
	width:776px;
	
}
#banner {
	width:776px;
	height: 91px;
	background-image:url(images/header_small.gif);
	background-repeat:no-repeat;
}
#navigation {
	width:776px;
}
#logo {
	padding: 32px 0 0px 8px;
	float: left;
}
#headerlink {
	padding: 2px 135px 0 0px;
	float: right;
}


/*-----------------------------------------------------------------*/  
/*---------------------------[5. Content]--------------------------*/
/*-----------------------------------------------------------------*/


#content {
	height: 600px;
}
#mainimagetop {
	height: 110px;
	padding: 0px 0 0 15px;
}
#mainimagesubmit {
	text-align:center;
	padding: 0px 0 0 15px;
}
#leftcolumn {
	font: 1.2em Helvetica, Arial, sans-serif;
	height: 360px;
	width: 500px;
	float: left;
}
#mainimagebottom {
	height: 120px;
	padding: 0px 0 0 15px;
}
#moduletabs_pr {
	height: 220px;
	background:url(images/mainimagetabs_pr.jpg) no-repeat;
}
#moduletabs_tl {
	height: 220px;
	background:url(images/mainimagetabs_tl.jpg) no-repeat;
}
#moduletabs_fb {
	height: 220px;
	background:url(images/mainimagetabs_fb.jpg) no-repeat;
}
#moduletabs_ca {
	height: 220px;
	background:url(images/mainimagetabs_ca.jpg) no-repeat;
}
#moduletabs_bpo {
	height: 220px;
	background:url(images/mainimagetabs_bpo.jpg) no-repeat;
}
#rightcolumn {
	font:1.2em Helvetica, Arial, sans-serif;
	color:#fff;
	height: 410px;
	width: 320px;
	float: right;
}


/*-----------------------------------------------------------------*/  
/*-----------------------------[6. Form]---------------------------*/
/*-----------------------------------------------------------------*/


#form {
	background:url(images/formbg.gif) no-repeat;
	color:#fff;
	height: 425px;
}
#formresponse {
	padding: 80px 0px 0 0px;
	text-align:center;
	line-height:2.0em;
}
#formdescription {
	text-align:center;
	line-height: 20px;
}
#formnames {
	text-align:right;
	padding: 10px 5px 0 0px;
	line-height: 12px;
	height: 170px;
	width: 75px;
	float: left;
}
#formfields {
	text-align: left;
	padding: 13px 0px 0 0px;
	line-height: 20px;
	width: 240px;
	float: right;
}
#formsubmit {
	padding: 0px 0px 0 0px;
	height: 146px;
	width: 320px;
	line-height:1.35em;
	clear:left;
	text-align:center;
}
.largefield{
width: 179px;
}
.phonesmall{
width: 25px;
}
.phonelarge{
width: 30px;
}

/*-----------------------------------------------------------------*/  
/*---------------------------[7. Footer]---------------------------*/
/*-----------------------------------------------------------------*/



#footer {
	font:1.2em Helvetica, Arial, sans-serif;
	height: 120px;
	clear: both;
	text-align:center;
}




/*-----------------------------------------------------------------*/  
/*-------------------------[8. Module Tabs]------------------------*/
/*-----------------------------------------------------------------*/


div.domtab{
	padding:0 0em;
}
ul.domtabs{
	float:right;
	margin:0em 0 0 0;				
}
ul.domtabs li{
	float:left;
	padding:0 0em 0 0;
}
ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	text-align:center;	
	-moz-border-radius-topright: 1em;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	line-height:1.1em;
	letter-spacing:.01em;
	padding:.9em .11em .5em .11em;
	display:block;
	background:#00274C;
	color:#fff;
	width:8.1em;
	height:2.5em;
	font:bold 1em Helvetica, Arial, sans-serif;
	text-decoration:none;
}
html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
	text-align:center;
	height:auto;
	min-height:2.6em;
}
ul.domtabs a:hover{
	background:#919194;
}
div.domtab div{
	clear:both;
	width:auto;
	background:#fff;
	color:#000;
	padding:1em 0em;
}
ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
	background:#fff;
	color:#000;
}
#domtabprintview{
	float:right;
	padding-right:1em;
	text-align:right;
}
#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active,
#domtabprintview a:hover{
	color:#999;
}
div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active
{
	color:#fff;
	display:block;
	padding:1em .5em;
	font:bold 1.3em Helvetica, Arial, sans-serif;
}
div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active
{
	font: 1.2em Helvetica, Arial, sans-serif;
	color:#919194;
	display:inline;
	padding:0;
}


/*-----------------------------------------------------------------*/  
/*-------------------------[9. Special Code]-----------------------*/
/*-----------------------------------------------------------------*/


#main
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */