/* GP Dens CSS Document */

/*========================== BEGIN GENERAL STYLES =======================*/
html {
background: #296695;
background-position: top center;
}

body {
margin: 0;
padding: 0; 
font: 12px Arial, Helvetica, sans-serif;
color: #ffffff; 
line-height: 1.3;
text-align: center;
}

html, body {
   height: 100%;
   margin: 0 0 1px;
   padding: 0;
   }


#wrapper {
width: 992px; 
margin: 0 auto 0 auto;
text-align: left;
}

img, div {
behavior: url(images/iepngfix.htc) 
}

p {
margin: 0;
padding: 0 0 12px 0;
}

p.notice {
color: #758795;
}

ul {
list-style: none;
margin: 0;
padding: 0;
}

li {
list-style: none;
margin: 0;
padding: 0;
}

li.bullet {
list-style: disc;
margin: 0 0 0 15px;
padding: 0;
}

hr {
}

h1 {
margin: 0;
font-size: 18px;
color: #f7d445;
}

.labelWarning 
{
	color: #f7d445;
}

h1.Title {
	margin: 0;
	font-size: 1.4em;
	font-weight: bolder;
	font-family: Arial; 
	color: #f7d445;
	text-transform: uppercase;	
}

h1.white {
margin: 0;
font-size: 18px;
color: #ffffff;
text-transform: uppercase;
}

h2 {
margin: 0 0 0 0;
font-size: 12px;
color: #f7d445;
}

h3.blue {
margin: 0px 0 19px 0;
font-size: 14px;
color: #265D93;
font-weight: bold;
}

h3.white {
margin: 0px 0 15px 0;
font-size: 14px;
color: #ffffff;
font-weight: bold;
}

h5.title	{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 8px 0 0 0;
	padding: 0;
}




.date	{
	color: #265D93;
	font-weight: bold;
}

.more_link a, .more_link a:link, .more_link a:active, .more_link a:visited 	{
	color: #265D93;
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
}

.more_link a:hover 	{
	text-decoration: none;
}

a:link, 
a:visited, 
a:active {
color: #296695;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.bold_italic {
font-weight: bold;
font-style:italic;
}

.yellow {
color: #f7d445;
}

.float_right {
float: right;
}

.float_left {
float: left;
}

.clr_right {
clear: right;
height: 0; 
font-size: 1px; 
line-height: 0px;
}

.clr_left {
clear: left;
height: 0; 
font-size: 1px; 
line-height: 0px;
}

.clr_both {
clear: both;
height: 0; 
font-size: 1px; 
line-height: 0px;
}
/*========================== END GENERAL STYLES =======================*/


/*========================== BEGIN EMAIL FORM STYLES =======================*/
#subscribeForm {
float: right;
width: 600px;
margin: 5px 20px 0 0; 
text-align: right;
}

#subscribe_legal {
width:590px; 
margin: 2px 0 0 0;
font-size:9px; 
color: #666666; 
text-align: right; 
} 

form {
border: 0;
padding: 0;
margin: 0;
font-size: 11px;
color: #314e5f;
font-weight: bold;
text-transform: uppercase;
}

label 
{
	text-align: center;
	margin: 0;
	padding: 0;	
	color: #FFF;
}

.submit_image {
position: relative;
top: 8px;
width: 75px;
height: 28px;
behavior: url(images/iepngfix.htc);
}

.input_email {
width: 140px;
font: 12px Arial, Helvetica, sans-serif; 
color: #4f4f4f; 
padding: 1px 0 0 2px;
border: 1px solid #7b7878;  
background-color: #ffffff; 	
}

.input_email_2 
{
	position: relative;
	top: -1px;
	width: 215px;	
	font: 12px Arial, Helvetica, sans-serif; 
	color: #000000; /*#4f4f4f; */
	padding: 2px 0 1px 2px;
	border: 1px solid #76838e; /*#7b7878; */ 
	background-color: #a7bac9; 	
}
/*========================== END FORM STYLES =======================*/


/*========================== BEGIN HEADER STYLES =======================*/
#header {
height: 78px;
margin: 39px 0 0 0;
background: url(../images/header_bg.jpg) no-repeat;

}

#header a:link, 
#header a:visited, 
#header a:active {
color: #000000;
}

#header a:hover {
color: #b2b2b2;
}

#gp_logo_link {
float: left;
width: 300px;
margin: 20px 0 0 20px;
}
/*========================== END HEADER STYLES =======================*/


/*========================== BEGIN NAV STYLES ==========================*/
#nav_wrapper {
/*background: url(../images/nav_bg.jpg) repeat-y;*/
}

#nav_blue_bg {
/*height: 30px;*/
margin: 0 10px 0 10px;
padding: 0 0 0 11px;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
border-left: 1px solid #ffffff; 
border-right: 1px solid #ffffff;
background: #005288;
}

div#nav {
position: relative;
top: 0px;
left: 12px;
height: 30px;
behavior: url(css/csshover.htc); /*needed for navigation in IE*/
}

div#nav ul {
margin: 0; /*remove default margins*/
padding: 0; /*remove default padding*/
background: #005288; /*gives background color to subnav (level2)*/
}

div#nav li {
position: relative;
float: left; /*set list items to be horizontal in main nav*/
margin: -1px 0 -1px -1px; /*remove default margins*/
border: 1px solid #ffffff;
list-style: none; /*remove bullets*/
}

div#nav li a {
display: block; /*expand link clickable area to fill block*/
min-height: 14px; /*bug fix for Safari - ignored by IE*/
padding: 8px 12px 8px 12px; /*space links apart a bit*/
font: 11px Arial, Verdana, sans-serif;
color: #ffffff;
font-weight: bold;
text-decoration: none; /*get rid of link underline*/
}

div#nav li:hover a { 
color: #005288;
background: #f7d445;
}

div#nav li:hover ul li a { /*link base color for 2nd level links*/
color: #ffffff;
background: #005288;
}

div#nav li:hover ul li:hover a { /*link hover color for 2nd level links*/
color: #005288;
background: #f7d445;
}

div#nav ul ul {
position: absolute;
width: 170px; /*set submenu width - needed for IE*/
display: none;
}

div#nav ul ul li {
width: 170px; /*set subnav item widths to match submenu width*/
}

div#nav ul.level1 li.submenu:hover ul.level2 {
display: block;
}

div#nav ul.level2 {
top: 31px; /*set drop down menus to correct position*/
left: 0px;
}
/*========================== END NAV STYLES ==========================*/


/*========================== BEGIN CONTENT STYLES =======================*/
#content {
background: #fdfdfd ;
width: 972px;
margin-left: 10px;

}

#content_home_outer {
background: url('../images/content_bg_repeat.jpg') repeat-y;

}

#content_main_top {
/*NOT USED IN SITE BUILD*/
}
        
#content_home_main_middle {
min-height: 269px;
padding: 10px 20px 0 20px;
/*background: url(../images/content_home_bg_mid.jpg) no-repeat; */
}

#content_main_middle {
min-height: 269px;
padding: 10px 20px 0 10px;
/*background: url(../images/content_bg_mid.jpg) no-repeat;*/ 
}

#content_inside_middle {
min-height: 269px;
padding: 0px 0px 0 10px;
/*background: url(../images/content_bg_mid.jpg) no-repeat;*/ 
}

#content_home_main_bottom {
height: 19px;
background: url(../images/content_bg_bottom.jpg) no-repeat;
}

#content_main_bottom {
height: 19px;
margin-left: -10px;
background: url(../images/content_bg_bottom.jpg) no-repeat;
}

#content_main_inside {
/*NOT USED IN SITE BUILD*/
}

#content_inside_frame {
width: 952px;
margin: 0;
}

#content_inside_frame_top {
height: 15px;
background: url(../images/frame_top.jpg) no-repeat;
}

#content_inside_frame_mid {
/*display: block;*/
float: left; /*this has to float to handle ie6 peekaboo bug*/
width: 922px; /*need to specify this width for Firefox 2*/
padding: 0 15px 0 15px;
background: url(../images/frame_mid.jpg) repeat-y;
overflow: hidden; /*handles making columns equal length*/
}

#content_inside_frame_bottom {
clear: left; /*clear float from content_inside_frame_mid*/
height: 13px;
background: url(../images/frame_bottom.jpg) no-repeat;
}

#frame_left_col {
float: left;
width: 722px; 
margin: 0 0 -2000px 0; /*negative margin handles making columns equal length*/
padding: 0 0 2000px 0; /*padding handles making columns equal length*/
}

#frame_right_col {
float: left;
width: 190px; 
margin: 0 0 -2000px 10px; /*negative margin handles making columns equal length*/
padding: 0 0 2000px 0; /*padding handles making columns equal length*/
background: #103353; /*matches bottom of blue_grad_tall.jpg*/
}

.short_blue_grad {
display: block;
margin: 0;
padding: 8px 8px 8px 8px;
background: #215786 url(../images/blue_grad_short.jpg) repeat-x bottom left;
}

.tall_blue_grad {
margin: 0;
padding: 12px 8px 8px 8px;
background: #205889 url(../images/blue_grad_tall.jpg) repeat-x bottom left;
}

.spacer_10px { /*this is commonly used to create vertical space between blue_grad blocks*/
height: 10px; 
font-size: 1px; 
line-height: 0px;
}

.right_col_headshot {
width: 172px;
margin: 0 0 10px 0;
text-align: center;
}

#content_case_study {
/*no styles*/
}

#content_case_study_inside {
padding: 10px 0 20px 0;
text-align: center;
}
/*========================== END CONTENT STYLES =======================*/


/*========================== BEGIN HOMEPAGE STYLES =======================*/
#content_home {
height: 270px;
padding: 0;

}

#block-pr {
width: 314px;
height: 255px;
padding: 0;
background: url(../images/home/block-pr.jpg) no-repeat;
}

#block-mm {
width: 314px;
height: 255px;
padding: 0;
background: url(../images/home/block-mm.jpg) no-repeat;
}

#block-ps {
width: 314px;
height: 255px;
padding: 0;
background: url(../images/home/block-ps.jpg) no-repeat;
}

#block-pr-inner	{
	width: 284px;
	height: 229px;
	padding: 12px 15px;
}


#block-mm-inner	{
	width: 284px;
	height: 232px;
	padding: 8px 15px 15px 15px;
}

#block-ps-inner	{
	width: 284px;
	height: 232px;
	padding: 10px 15px 15px 15px;
}

#content_home_inside {
margin: 0 9px 0 9px;
}

#content_inside {
margin: 0 0px 0 19px;
}

#content_inside h1	{
	color: #2A6492;
	padding: 10px 0;
	border-bottom: 1px #2A6492 solid;
}


#content_inside h2	{
	color: #000000;
	font-size: 16px;
	padding: 10px 0;
}

#content_inside_col_left {
float: left;
width: 600px;
margin: 0 15px 0 0;
}

#content_inside_col_right {
float: left;
width: 310px;
font-size: 11px;
margin: 12px 0 0 0;

}

#content_home_col_left {
float: left;
width: 385px;
margin: 0px 0px 0 0;
text-align: left;
line-height: 1.5;
}

#content_home_col_right {
float: left;
width: 385px;
margin: 0px 0 0 40px;
text-align: left;
line-height: 1.5;
}

.home_headline {
margin: 0 0 10px 0;
}

.learn_more_bu {
position: relative;
top: 6px;
margin: -4px 0 0 0;
}

#home_callouts {
	color: #000000;
	font-size: 11px;
	margin: 5px 0 0 4px;
}

#home_callouts p	{
 margin: 0px 0 15px 0;
 padding: 0;
}

#block-pr-inner h3	{
	margin-left: 3px;
}

#block-pr-inner p	{
	 margin: 0px 0 10px 4px;
}

.home_callout_col_one {
float: left;
margin-left: 7px;
}

.ie7 .home_callout_col_one {
float: left;
margin-left: 5px;
}

.ie6 .home_callout_col_one {
float: left;
margin-left: 3px;
}

.home_callout_col {
float: left;
margin-left: 15px;
}

/*========================== END HOMEPAGE STYLES =======================*/





/*========================== BEGIN FOOTER STYLES =======================*/
#footer {
color: #87c4ec; /*6b9bba;*/
}

#footer a:link, 
#footer a:visited, 
#footer a:active {
color: #87c4ec; /*6b9bba;*/
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#footer_col_wrapper {
margin: 0 20px 0 20px; /*wrapper holds right and left margins: ie6 float margin bug fix*/
}

#footer_col_left {
float: left;
width: 460px;
margin: 10px 20px 10px 0;
font-size: x-small;
}

#footer_longcol_left {
float: left;
width: 350px;
margin: 10px 20px 10px 0;
font-size: x-small;
}

#footer_col_right {
float: right;
width: 440px;
margin: 0px 0 10px 20px;
font-size: x-small;
}
#footer_col_right p	{
	margin: 10px 0 0 0;
}

.ie #footer_col_right p	{
	margin: 0;
}
/*========================== END FOOTER STYLES =======================*/

.yellowWarning
{
	color: #fbce00!important;
	font-size: 10px;
}

.redWarning 
{
	position: relative;
	margin: 0px 80px 0px 0px;
	padding: 0;		
	color: red!important;
	font-size: 10px;
		
}

.watchvidline	{
	width: 160px;
	height: 18px;
	margin: 2px 0 0 0;

}

.watchvid	{
	float: left;
	margin: 0 3px 0 0;
	
}

.play_btn	{
	float: left;
	margin: 0;
}


.watchvid a, .watchvid a:link, .watchvid a:active, .watchvid a:visited  	{
	font-size: 12px;
	color: #265D93;
	font-weight: bold;
	text-decoration: none;
}

.watchvid a:hover	{
	text-decoration: underline;
}


.media-item	{
	color: #333333;
	width: 290px;
	height: 96px;
	margin: -5px 0 5px -5px;
}

.shadowImg {
	float: left;
   padding: 13px 12px 9px 12px;
   background-image: url(../images/shadow.png);
  }
  
  
.media-item-right	{
	float: left;
	width: 166px;
	height: 77px;
	padding: 0 0 0 2px;
	line-height: 14px;
}

.media-item-mm	{
	color: #333333;
	width: 310px;
	margin: 0 0 5px 0px;
	
}

.media-item-right-mm	{
	float: left;
	width: 188px;
	padding: 0 0 0 2px;
}

.product_item	{
	color: #333333;
	margin-bottom: 7px;
}

.product_item .title	{
	font-weight: bold;
}
.product_item a, .product_item a:link, .product_item a:active, .product_item a:visited	{
	color: #265D93;
	font-weight: bold;
	text-decoration: underline;	
}

.product_item a:hover	{
	text-decoration: none;	
}



.view-all a, .view-all a:link, .view-all a:active, .view-all a:visited {
	color: #265D93;
	font-weight: bold;
	text-decoration: none;	
}

.view-all a:hover	{
	text-decoration: underline;	
}

.press_col_right .view-all	{
	margin-bottom: 10px;
}

#top_links {
color: #265D93;
font-size: 11px;
float: right;
width: 400px;
margin: 43px 20px 0 0; 
text-align: right;
}

#top_links a, #top_links a:link, #top_links a:active, #top_links a:visited  {
color: #265D93;
font-size: 11px;
text-decoration: none;
} 
#top_links a:hover	{
	text-decoration: underline;
}
.mm-description	{
	color: #000000;
	margin: 20px 0;
}

.contact-item	{
	color: #000000;
	margin: 10px 0 15px 4px;
}

.contact-item a, .contact-item a:link, .contact-item a:active, .contact-item a:visited		{
	color: #265D93;
	text-decoration: none;
}

.contact-item a:hover	{
	text-decoration: underline
}

.press-item	{
	color: #333333;
	width: 310px;
	margin: 0 0 15px 0px;
}

.viewpress	{
	margin: 0 3px 0 0;
}

.viewpress a, .viewpress a:link, .viewpress a:active, .viewpress a:visited  	{
	font-size: 11px;
	color: #265D93;
	font-weight: bold;
	text-decoration: none;
	white-space:nowrap;
}

.viewpress a:hover	{
	text-decoration: underline;
}

#press_col_left	{
	width: 585px;
}

#press_col_left		{
	color: #333333;
	font-size: 11px;
	padding-top: 4px;
}

.press_col_right		{
	color: #333333;
	font-size: 11px;
	padding-top: 20px;
}

h5.presstitle	{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4.date	{
	font-size: 12px;
	color: #265D93;
	font-weight: normal;
	margin: 0 0 2px 0;
}
#press_col_left h3.title	{
	font-size: 16px;
	color: #265D93;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#press_col_left h3.title .byline	{
	color: #333333;
	font-size: 12px;
}

#press_col_left h1	{
	margin: 0 0 11px 0;
}
.bluetext, .press-date  	{
		color: #265D93;
		font-weight: bold;
}

/* Additional styles for Dens Time Demo page */

.downloadline {
	width: 309px;
	height: 18px;
	margin: 2px 0 6px 0;
	clear: both;

}

.downloadline img	{
	float: left;
	margin-right: 8px;

	}

.download	{
	margin: 0 3px 0 0;
}

.download a, .download a:link, .download a:active, .download a:visited  	{
	font-size: 12px;
	color: #265D93;
	font-weight: bold;
	text-decoration: none;
}

.download a:hover	{
	text-decoration: underline;
}

.demo-rightcol	{
	color: #000000;
	margin: 20px 10px 20px 0;
}

.demo-rightcol p {
	font-size: 12px;	
	}
