/**********************************************************************
	Filename: thepdigroup.css
	Project:  www.thepdigroup.com
	
	Global style sheet
**********************************************************************/
/* Body Tag Definition */
body { margin-left:0px; margin-top:0px; margin-right:0px; background-color:#0a0b0d; background-image: url(images/mainBkrnd.gif); background-repeat: repeat-x; }

/* Assign font and color to the general styles */
font, th, td, p, span, div, textarea, a { font-family:Arial, Helvetica, Verdana, sans-serif; color:#000000; font-size:12px;}
a { font-weight:normal; font-style:normal; text-decoration:underline; color:#727f92; }
a:hover { text-decoration: none; color:#727f92; }
h1,h2,h3,h4,h5 { font-family:Arial, Helvetica, Verdana, sans-serif;  }
h1 { font-size:16px; font-weight:bold; color:rgb( 156,156,156 ); }
h2 { font-size:16px; font-weight:bold; color:rgb( 0,0,0 ); }
h3 { font-size:14px; font-weight:bold; }
h4 { font-size:12px; font-weight:bold; }
h5 { font-size:12px; font-style:italic; font-weight:normal;}
hr { height:1px; color:#003060;}

/* Main Div */
#mainDiv { }

/* Header */
#header { width:770px; height:246px; position:relative; background-color:#ffffff; background-image:url(images/header.jpg); background-repeat:no-repeat; }
#header .headerLeft { float:left; width:267px; height:246px; }
#header .headerRight { float:right; width:503px; height:246px; text-align:left; } 


/* Top Navigation */
#topNav { width:503px; height:33px; text-align:left; padding-top:3px; background-image:url(images/menuBkrnd.gif); background-color:#000000; }
#topNav ul { list-style:none; padding:0px; margin:0px; color:#ffffff; }
#topNav ul li { display:inline; margin:0px 10px 0px 10px; text-align:left; }
#topNav ul li a { font-size:12px; color:#56606f; text-decoration:none; font-weight:bold; }
#topNav ul li a:hover { color:#b9b9b4; text-decoration:none; font-weight:bold; }

/* Page */
#page { width:770px; position:relative; background-color:#ffffff; text-align:left; background-image:url(images/pageBkrnd.gif); }
#page .leftSide { float:left; width:300px; }
#page .rightSide { float:right; width:470px; }
#page .oneColumn { width:770px; }
#page .content { padding-right:40px; padding-bottom:20px; }

/* Secondary Navigation */
#subNav { width:180px; color:#686d6e; top:15px; left:15px; position:absolute; }
#subNav ul { list-style:none; padding:0px; margin:0px; }
#subNav ul li { margin:0px 0px 15px 0px; }
#subNav ul li a { padding-left:14px; font-size:12px; color:#0a0a0a; text-decoration:none; background-image: url(images/arrowMedium.gif); background-repeat: no-repeat; }
#subNav ul li a:hover { color:#8893a4; background-image: url(images/arrowMediumOver.gif); background-repeat: no-repeat; } }
#subNav .here { font-weight:bold; color:#8893a4;  }
#subNav .here:hover { font-weight:bold; color:#8893a4; }

/* Footer */
#footer { width:710px; color:#727f92; margin-top:30px; padding-top:6px; padding-bottom: 6px; margin-left:60px; border-top:1px solid #979ca4; font-size:10px; text-align:left; }
#footer ul { list-style:none; padding:0px; margin:0px;}
#footer ul li { display:inline; margin:0px 20px 0px 0px; text-align:left; }
#footer ul li a { font-size:10px; color:#727f92; text-decoration:none; }
#footer ul li a:hover { color:#727f92; text-decoration:none; }

/* Style All Column Sections */
.pageTitle { margin-top:35px; margin-left:33px; color:#404f84; font-size:18px; font-weight:normal; }
.subTitle { font-size:14px; color:#000000; font-weight:bold; }
.highlight { color:#404f84; font-weight:bold; }
.footnote { font-size:10px; }
.formlabel { font-size:12px; }

.country { color:#000000; text-decoration:none;}
.country:hover { color:#404f84; text-decoration:none;}







