/*
Theme Name: Augme Theme
Theme URI: http://www.augme.com/
Description: Augme theme born on 2010
Version: 1.0
Author: 
Author URI: 
Tags: 

*/

@charset "utf-8";

/* Resetting Browser-Set Defaults */
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, tt, var,
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-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
 font-family:Arial, Helvetica, sans-serif;
} 


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
}
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	/*margin-bottom: 15px;*/
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	
	
	/*
	*
	* New styles
	*
	*/



#header-wrap {height:120px;width:100%;background: transparent url(images/bg-header-wrap.gif) repeat-x top left;}
#header-wrap #head-content{height:120px;width: 999px;margin: 0 auto;}
#header-wrap #head-content #top-bar {height:25px; background: #000000;}
#header-wrap #head-content #top-bar img {margin: 0 0 0 47px;}
#header-wrap #head-content #middle-bar {height:70px; background: #f6c028 url(images/banner.gif) no-repeat top left;;}
#header-wrap #head-content #middle-bar a{display:block;width: 210px;height: 70px;}
#header-wrap #head-content #header-nav {height:25px; background: #000000;}
#header-wrap #head-content #header-nav ul {color:#FFFFFF;display:block;font-family:Arial;font-size:11px;height:19px;margin-top:6px;text-align:center; }
#header-wrap #head-content #header-nav ul li {display:inline;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0px;text-transform: uppercase;}
#header-wrap #head-content #header-nav ul li a{color:#ffffff;text-decoration: none;padding:0px 26px;}
#header-wrap #head-content #header-nav ul li a:hover{background:#f6c028;color:#000000; }

#page-wrap {width:100%;background:#f6c028 url(images/bg-page-wrap.gif) repeat-x top left; }
#page-wrap #page-content {width: 999px;margin: 0 auto;}
#page-wrap #page-content #flash-wrap {height:366px;padding: 0 0 7px 0;background: #000000;overflow:hidden;}
#page-wrap #page-content #main-content {}
#page-wrap #page-content #main-content #homeInfo{float:left;padding-left:33px;width:792px;}


#page-wrap #page-content #main-content #column-adlife,
#page-wrap #page-content #main-content #column-adboom,
#page-wrap #page-content #main-content #column-adserve {width: 244px; background: #000000;padding: 0 8px;position:relative; float:left; font-family: Georgia; font-size: 14px;}

#page-wrap #page-content #main-content #column-adlife {margin-right: 6px;}
#page-wrap #page-content #main-content #column-adboom {margin-right: 6px;}
#page-wrap #page-content #main-content #column-adserve {}
#page-wrap #page-content #main-content #sidebar {float:right;font-family:Verdana;font-size:10px;position:relative;width:172px;height:520px;}


#sidebar #contact {top:430px;position:absolute;}
#sidebar #contact h1 {background:transparent url(images/bg-h1-contact-info.gif) no-repeat scroll left top;margin:0 0 0 7px;padding:2px 0;text-indent:-9999px;}
#sidebar #contact p.address {font-family: Verdana;font-size: 10px;margin:0 0 0 24px;}
#sidebar #contact p.phone {font-family:Verdana;font-size:10px;margin:12px 0px 0px 24px;}

#page-wrap #page-content #main-content #column-adlife img.logo,
#page-wrap #page-content #main-content #column-adboom img.logo,
#page-wrap #page-content #main-content #column-adserve img.logo {display:block;margin:0 auto 7px;width:243px;}

#page-wrap #page-content #main-content #column-adlife .contentblock,
#page-wrap #page-content #main-content #column-adboom .contentblock,
#page-wrap #page-content #main-content #column-adserve .contentblock {background: #ffffff;padding: 0 4px;margin:0 auto;padding:4px 4px 0;width:235px;height:465px;}

#page-wrap #page-content #main-content #column-adlife .contentblock img.icon,
#page-wrap #page-content #main-content #column-adboom .contentblock img.icon,
#page-wrap #page-content #main-content #column-adserve .contentblock img.icon {margin: 0 0 18px 0;}

#page-wrap #page-content #main-content #column-adlife .contentblock p,
#page-wrap #page-content #main-content #column-adboom .contentblock p,
#page-wrap #page-content #main-content #column-adserve .contentblock p {line-height:19px;padding: 0 9px;font-family: Georgia;} 

#page-wrap #page-content #main-content #column-adlife .contentblock p.item1 {margin-left:4px;margin-right:4px;}
#page-wrap #page-content #main-content #column-adlife .contentblock p.item2 {border-top: 1px solid #d0d0d0;padding-top:17px;margin:13px 4px 0;}
#page-wrap #page-content #main-content #column-adlife .contentblock p.item3 {border-top: 1px solid #d0d0d0;margin:19px 4px 0;padding-top:13px; padding-bottom: 15px;}

#page-wrap #page-content #main-content #column-adboom .contentblock p.item1 {margin-left:4px;margin-right:4px;}
#page-wrap #page-content #main-content #column-adboom .contentblock p.item2 {border-top: 1px solid #d0d0d0;margin-top:17px;padding-top:15px;padding-bottom:6px;margin-left:4px;margin-right:4px;}
#page-wrap #page-content #main-content #column-adboom .contentblock p.item3 {border-top:1px solid #D0D0D0;margin-top:9px;padding-bottom:12px;padding-top:17px;margin-left:4px;margin-right:4px;}

#page-wrap #page-content #main-content #column-adserve .contentblock p.item1 {margin-left:4px;margin-right:4px;} 
#page-wrap #page-content #main-content #column-adserve .contentblock p.item2 {border-top: 1px solid #d0d0d0;margin-top:14px;
margin-left:4px;margin-right:4px;padding-top:15px;} 
#page-wrap #page-content #main-content #column-adserve .contentblock p.item3 {border-top: 1px solid #d0d0d0;margin-top:19px;padding-top:11px;padding-bottom:36px;margin-left:4px;margin-right:4px;} 

#footer-wrap {width: 100%;height:106px;background: #000000;color:#ffffff;font-family: Arial;font-size: 11px;}
#footer-wrap #footer-content {height:106px;width: 935px;margin: 0 auto;}



#footer-wrap #footer-content #footer-nav {margin:0 0 0 0px;/*position:relative;top:22px*/; padding:10px 0px 0px 0px; text-align:left}
#footer-wrap #footer-content #footer-nav ul {height:19px;padding:6px 0 0 0;}
#footer-wrap #footer-content #footer-nav ul li {display:inline;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0px;text-transform: uppercase; text-align:left}
#footer-wrap #footer-content #footer-nav ul li a{color:#ffffff;text-decoration: none;padding:0 8px;}
#footer-wrap #footer-content #footer-nav ul li a:hover{color:#f6c028; }
#footer-wrap #footer-content #copyright {margin:0 0 0 6px;position:relative;/*top:36px;*/ padding:10px 0px 0px 0px}
#footer-wrap #footer-content #copyright a{color:#ffffff;text-decoration: none;padding:0 8px;}
#footer-wrap #footer-content #copyright a:hover{color:#f6c028; }



#page-wrap #page-content #main-content #adserveInfo{background:#FFFFFF url(images/adserve-bg.jpg) no-repeat bottom right;width:764px;border-left: 3px solid #000000;border-right: 3px solid #000000;left:33px;padding-left:22px;float:left;padding-bottom: 270px;position: relative;display:none;
}

#adserveInfo h1 {background:#FFFFFF url(images/adserve-title.jpg) no-repeat top left;height:111px;text-indent:-9999px;width:341px;margin-bottom:20px;}
#asitem1 {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 14px;width: 280px;background: url(images/adserve-icono1.jpg) left top no-repeat;margin-bottom:32px;}
#asitem2 {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 14px;width: 280px;background: url(images/adserve-icono2.jpg) left top no-repeat;margin-bottom:32px;}
#asitem3 {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 14px;width: 280px;background: url(images/adserve-icono3.jpg) left top no-repeat;}

#adserve-box { width: 301px;position: absolute;top:116px;right: 16px;background:transparent url(images/adserve-ulTop.png) no-repeat center top;padding-top: 12px;}
#adserve-boxtop {}
#adserve-boxmiddle {background:transparent url(images/adserve-ulBg.png) repeat-y center center;width: 301px;padding-bottom: 16px;padding-top: 15px;}
#adserve-boxbottom {background:transparent url(images/adserve-ulBottom.png) no-repeat center top;width: 301px;height: 15px;}

#adserve-boxmiddle h2{text-indent: -9999px;background:transparent url(images/adserve-ulTitle.jpg) no-repeat left top;width: 188px;height: 46px;margin-left:65px;margin-bottom:26px;}

#adserve-boxmiddle span.item1 {display:block;background:transparent url(images/adserve-ulItem1.gif) no-repeat left top;width: 251px;height: 23px;margin-left:28px;text-indent: -9999px;margin-bottom:15px;}
#adserve-boxmiddle span.item2 {display:block;background:transparent url(images/adserve-ulItem2.gif) no-repeat left top;width: 118px;height: 23px;margin-left:28px;text-indent: -9999px;margin-bottom:15px;}
#adserve-boxmiddle span.item3 {display:block;background:transparent url(images/adserve-ulItem3.jpg) no-repeat left top;width: 192px;height: 32px;margin-left:28px;text-indent: -9999px;margin-bottom:15px;}
#adserve-boxmiddle span.item4 {display:block;background:transparent url(images/adserve-ulItem4.jpg) no-repeat left top;width: 234px;height: 33px;margin-left:28px;text-indent: -9999px;margin-bottom:15px;}




/* AD LIFE */

#page-wrap #page-content #main-content #adlifeInfo{background:#FFFFFF url(images/adlife-bg.jpg) no-repeat bottom right;width:764px;border-left: 3px solid #000000;border-right: 3px solid #000000;left:33px;padding-left:22px;float:left;padding-bottom: 40px;position: relative;display:none;
}

#adlifeInfo h1 {background:#FFFFFF url(images/adlife-title.gif) no-repeat top left;height:88px;text-indent:-9999px;width:290px;margin-bottom:20px;margin-top:22px;}
#adlifeInfo h3 {background:#FFFFFF url(images/adlife-title2.gif) no-repeat top left;height:59px;text-indent:-9999px;width:420px;margin-bottom:20px;margin-top:22px;}
#alitem1 {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 14px;width: 298px;background: url(images/adlife-icono1.jpg) left top no-repeat;margin-bottom:32px;}
#alitem2 {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 14px;width: 298px;background: url(images/adlife-icono2.jpg) left top no-repeat;}

#alitem3 {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 14px;width: 298px;background: url(images/adlife-icono3.jpg) left top no-repeat;}
#alitem4 {font-family: Georgia; font-size: 14px;width: 398px;margin-bottom:30px;padding-left: 18px;}
#alitem5 {padding:10px 0 0 62px;font-family: Georgia; font-size: 14px;width: 298px;background: url(images/adlife-icono4.jpg) left top no-repeat;margin-bottom:30px;margin-left:60px;}
#alitem6 {padding:10px 0 0 62px;font-family: Georgia; font-size: 14px;width: 298px;background: url(images/adlife-icono5.jpg) left top no-repeat;margin-bottom:30px;margin-left:60px;}
#alitem7 {padding:10px 0 0 62px;font-family: Georgia; font-size: 14px;width: 298px;background: url(images/adlife-icono6.jpg) left top no-repeat;margin-left:60px; margin-bottom:30px}

#adlifeInfo ul.ulitem2 {font-family:Georgia;list-style-position:inside;font-size:14px;margin-bottom:32px;margin-top:-27px;padding:12px 0 20px 142px;width:276px;}
#adlifeInfo ul.ulitem2 li{font-family: Georgia;font-size:14px;}

#adlifeInfo .col1 {float: left;}
#adlifeInfo .col2 {float: right;}


#adlife-box { background:transparent url(images/adserve-ulTop.png) no-repeat scroll center top;margin-bottom:40px;padding-top:12px;position:relative;right:16px;width:301px;}
#adlife-boxmiddle {background:transparent url(images/adserve-ulBg.png) repeat-y center center;width: 301px;padding-bottom: 16px;padding-top: 15px;}
#adlife-boxbottom {background:transparent url(images/adserve-ulBottom.png) no-repeat center top;width: 301px;height: 15px;}

#adlife-boxmiddle h2{text-indent: -9999px;background:transparent url(images/adlife-ul1title.gif) no-repeat left top;width: 152px;height: 12px;margin-left:65px;margin-bottom:23px;}

#adlife-boxmiddle span.item1 {display:block;background:transparent url(images/adlife-ul1item1.gif) no-repeat left top;width: 221px;height: 23px;margin-left:28px;text-indent: -9999px;margin-bottom:15px;}
#adlife-boxmiddle span.item2 {display:block;background:transparent url(images/adlife-ul1item2.gif) no-repeat left top;width: 161px;height: 23px;margin-left:28px;text-indent: -9999px;margin-bottom:15px;}
#adlife-boxmiddle span.item3 {display:block;background:transparent url(images/adlife-ul1item3.gif) no-repeat left top;width: 180px;height: 23px;margin-left:28px;text-indent: -9999px;margin-bottom:15px;}
#adlife-boxmiddle span.item4 {display:block;background:transparent url(images/adlife-ul1item4.gif) no-repeat left top;width: 155px;height: 23px;margin-left:28px;text-indent: -9999px;margin-bottom:15px;}




#adlife-box2 { background:transparent url(images/adserve-ulTop.png) no-repeat scroll center top;padding-top:12px;position:relative;right:16px;width:301px;}

#adlife-boxmiddle2 {background:transparent url(images/adserve-ulBg.png) repeat-y center center;width: 301px;padding-bottom: 16px;padding-top: 15px;}
#adlife-boxbottom2 {background:transparent url(images/adserve-ulBottom.png) no-repeat center top;width: 301px;height: 15px;}

#adlife-boxmiddle2 h2{text-indent: -9999px;background:transparent url(images/adlife-ul2title.gif) no-repeat left top;width:164px;height: 12px;margin-left:65px;margin-bottom:14px;}

#adlife-boxmiddle2 span.item1 {display:block;background:transparent url(images/adlife-ul2item1.gif) no-repeat left top;width: 240px;height: 23px;margin-left:28px;text-indent: -9999px;margin-bottom:15px;}
#adlife-boxmiddle2 span.item2 {display:block;background:transparent url(images/adlife-ul2item2.gif) no-repeat left top;width: 144px;height: 23px;margin-left:28px;text-indent: -9999px;margin-bottom:15px;}
#adlife-boxmiddle2 span.item3 {display:block;background:transparent url(images/adlife-ul2item3.gif) no-repeat left top;width: 215px;height: 23px;margin-left:28px;text-indent: -9999px;margin-bottom:15px;}
#adlife-boxmiddle2 span.item4 {display:block;background:transparent url(images/adlife-ul2item4.gif) no-repeat left top;width: 95px;height: 23px;margin-left:28px;text-indent: -9999px;margin-bottom:15px;}
#adlife-boxmiddle2 span.item5 {display:block;background:transparent url(images/adlife-ul2item5.gif) no-repeat left top;width: 109px;height: 23px;margin-left:28px;text-indent: -9999px;margin-bottom:15px;}







/* AD BOOM */

#page-wrap #page-content #main-content #adboomInfo{background:#FFFFFF url(images/adboom-bg.jpg) no-repeat bottom right;width:764px;border-left: 3px solid #000000;border-right: 3px solid #000000;left:33px;padding-left:22px;float:left;padding-bottom: 148px;position: relative;display:none;
}

#adboomInfo h1 {background:#FFFFFF url(images/adboom-title.gif) no-repeat top left;height:86px;text-indent:-9999px;width:266px;margin-bottom:20px;margin-top:22px;}
#adboomInfo .col1 {float: left;}
#adboomInfo .col2 {float: right;}


#abitem1 {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 14px;width: 298px;background: url(images/adboom-icono1.jpg) left top no-repeat;margin-bottom:32px;}
#abitem2 {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 14px;width: 298px;background: url(images/adboom-icono2.jpg) left top no-repeat;margin-bottom:32px;}
#abitem3 {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 14px;width: 298px;background: url(images/adboom-icono3.jpg) left top no-repeat;}

#adboom-box {background:transparent url(images/adserve-ulTop.png) no-repeat scroll center top;margin-bottom:40px;padding-top:12px;position:relative;right:16px;width:301px;}
#adboom-boxmiddle {background:transparent url(images/adserve-ulBg.png) repeat-y center center;width: 301px;padding-bottom: 1px;padding-top: 15px;}
#adboom-boxbottom {background:transparent url(images/adserve-ulBottom.png) no-repeat center top;width: 301px;height: 15px;}

#adboom-boxmiddle h2{text-indent: -9999px;background:transparent url(images/adboom-ul1title.gif) no-repeat left top;width: 86px;height: 12px;margin-left:65px;margin-bottom:23px;}

#adboom-boxmiddle span.item1 {display:block;background:transparent url(images/adboom-ul1item1.gif) no-repeat left top;width: 228px;height: 33px;margin-left:28px;text-indent: -9999px;margin-bottom:22px;}




#adboom-box2 {background:transparent url(images/adserve-ulTop.png) no-repeat scroll center top;padding-top:12px;position:relative;right:16px;width:301px;}

#adboom-boxmiddle2 {background:transparent url(images/adserve-ulBg.png) repeat-y center center;width: 301px;padding-bottom: 16px;padding-top: 15px;}
#adboom-boxbottom2 {background:transparent url(images/adserve-ulBottom.png) no-repeat center top;width: 301px;height: 15px;}

#adboom-boxmiddle2 h2{text-indent: -9999px;background:transparent url(images/adboom-ul2title.gif) no-repeat left top;width:89px;height: 12px;margin-left:65px;margin-bottom:14px;}

#adboom-boxmiddle2 span.item1 {display:block;background:transparent url(images/adboom-ul2item1.gif) no-repeat left top;width: 223px;height: 32px;margin-left:28px;text-indent: -9999px;margin-bottom:22px;}
#adboom-boxmiddle2 span.item2 {display:block;background:transparent url(images/adboom-ul2item2.gif) no-repeat left top;width: 208px;height: 23px;margin-left:28px;text-indent: -9999px;margin-bottom:15px;}

.accordion span {cursor: pointer;}
.accordion div{margin-bottom:12px;margin-top:-14px;padding-left:64px;padding-right:32px;display: none;}
.accordion div li {list-style: none;padding-bottom:5px;}
.accordion div li h4 {font-family:Verdana;font-size:10px;font-weight:bold;}
.accordion div p,
.accordion div li p {font-family:Verdana;font-size:10px;margin-bottom: 5px;}




/* Corporate */
body.page-id-15 #page-wrap {background-position: left -245px;}
body.page-id-15 #banner-corp {background:transparent url(images/corporate-header.jpg) no-repeat left top;width: 999px;height: 128px;}
body.page-id-15 #banner-corp a{display:block;height:24px;left:832px;position:relative;top:98px;width:114px;}


body.page-id-15 #page-wrap #page-content #main-content #corporateInfo{background:#FFFFFF url(images/corporate-bg.jpg) no-repeat bottom right;width:764px;border-left: 3px solid #000000;border-right: 3px solid #000000;left:33px;padding-left:22px;float:left;padding-bottom: 172px;position: relative;}

body.page-id-15 #corporateInfo h1 {background:#FFFFFF url(images/corporate-title.gif) no-repeat top left;height:95px;text-indent:-9999px;width:213px;margin-bottom:20px;margin-top:22px;letter-spacing:0.02em;}
body.page-id-15 #corporateInfo #history {background:transparent url(images/history-icon.jpg) no-repeat scroll left top;font-family:Georgia;font-size:15px;margin-bottom:42px;padding:0px 0 20px 125px;width:570px;line-height:24px;}
body.page-id-15 #corporateInfo #corpPofile {background:transparent url(images/corporate-icon.jpg) no-repeat scroll left top;font-family:Georgia;font-size:15px;margin-bottom:42px;padding:0px 0 20px 125px;width:570px;line-height:24px; min-height:80px}
body.page-id-15 #corporateInfo #corpPofile a{font-family:Georgia;font-size:15px;}

body.page-id-15 #corporateInfo #directors {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 15px;background: url(images/directors-icon.jpg) left top no-repeat;margin-bottom:32px;line-height:24px;}
body.page-id-15 #corporateInfo #directors div,
body.page-id-15 #corporateInfo #executive div{font-family: Georgia; font-size: 15px;line-height:24px;}
body.page-id-15 #corporateInfo #directors div a{color:#000000; font-weight: bold;font-family: Georgia; font-size: 15px;}

body.page-id-15 #corporateInfo #executive {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 15px;background: url(images/team-icon.jpg) left top no-repeat;line-height:24px;margin-bottom:30px;}
body.page-id-15 #corporateInfo #executive div a{color:#000000; font-weight: bold;font-family: Georgia; font-size: 15px;}
body.page-id-15 #corporateInfo #directors span.info,
body.page-id-15 #corporateInfo #executive span.info{display:none;font-family:georgia;font-size:14px;padding:3px 130px 10px 0;}
#investors {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 15px;background: url(images/investors-icon.jpg) left top no-repeat;line-height:24px;}
#investors span {font-weight: bold;font-family: Georgia; font-size: 15px; }
#investors a{color:#000000; font-weight: bold;font-family: Georgia; font-size: 15px;}

#companyContact {padding: 12px 0 40px 125px;font-family: Georgia; font-size: 15px;background: url(images/company-contact.jpg) left top no-repeat;line-height:24px;}
#companyContact span {font-weight: bold;font-family: Georgia; font-size: 15px; }
#companyContact a{color:#000000; font-weight: bold;font-family: Georgia; font-size: 15px;}

#transferContact {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 15px;background: url(images/transfer-contact.jpg) left top no-repeat;line-height:24px;}
#transferContact span {font-weight: bold;font-family: Georgia; font-size: 15px; }
#transferContact a{color:#000000; font-weight: bold;font-family: Georgia; font-size: 15px;}

body.page-id-15 #corporateInfo #history strong,
body.page-id-15 #corporateInfo #directors strong,
body.page-id-15 #corporateInfo #executive strong,
body.page-id-15 #corporateInfo #investors strong {font-family: Georgia; font-size: 15px;}

/* corporate governance - new style added */
body.page-id-126 #pageInfo #directors {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 15px;background: url(images/directors-icon.jpg) left top no-repeat;margin-bottom:32px;line-height:24px;}

body.page-id-126 #pageInfo #directors div a{color:#000000; font-weight: bold;font-family: Georgia; font-size: 15px;}

body.page-id-126 #pageInfo #executive {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 15px;background: url(images/team-icon.jpg) left top no-repeat;line-height:24px;margin-bottom:30px;}
body.page-id-126 #pageInfo #executive div a{color:#000000; font-weight: bold;font-family: Georgia; font-size: 15px;}

body.page-id-126 #pageInfo #directors span.info, body.page-id-126 #pageInfo #executive span.info, body.page-id-126 #pageInfo #audit span.info, body.page-id-126 #pageInfo #compensation span.info {display:none;font-family:georgia;font-size:14px;padding:3px 130px 10px 0;}

body.page-id-126 #pageInfo #audit{padding: 12px 0 20px 125px;font-family: Georgia; font-size: 15px;background: url(http://augme.com/wp-content/uploads/2010/06/audit-icon.jpg) left top no-repeat;margin-bottom:32px;line-height:24px;}

body.page-id-126 #pageInfo #audit div a{color:#000000; font-weight: bold;font-family: Georgia; font-size: 15px;text-decoration:none !important; cursor:text}


body.page-id-126 #pageInfo #compensation {padding: 12px 0 20px 125px;font-family: Georgia; font-size: 15px;background: url(http://augme.com/wp-content/uploads/2010/06/compensation-icon.jpg) left top no-repeat;margin-bottom:32px;line-height:24px;}

body.page-id-126 #pageInfo #compensation div a{color:#000000; font-weight: bold;font-family: Georgia; font-size: 15px;text-decoration:none !important; cursor:text}


/* end of new style */

/* Health */
body.page-id-83  #page-wrap {background-position: left -245px;}
body.page-id-83 #banner-health {background:transparent url(images/health-header.jpg) no-repeat left top;width: 999px;height: 128px;}
body.page-id-83 #banner-health a{display:block;height:24px;left:832px;position:relative;top:98px;width:114px;}


body.page-id-83 #page-wrap #page-content #main-content #healthInfo{background:#FFFFFF;width:734px;border-left: 3px solid #000000;border-right: 3px solid #000000;left:33px;padding-left:22px;float:left;padding-bottom: 172px;position: relative;padding-right: 30px;}

body.page-id-83 #healthInfo .col1 {float: left;}
body.page-id-83 #healthInfo .col2 {float: right;}

body.page-id-83 #healthInfo h1 {background:#FFFFFF url(images/health-title.gif) no-repeat top left;height:143px;text-indent:-9999px;width:202px;margin-bottom:20px;margin-top:45px;margin-left:21px;}
body.page-id-83 #healthInfo #p1 {font-family:Georgia;font-size:15px;margin-bottom:42px;padding:0px;width:450px;line-height:20px;color:#58595b;margin-top:46px;}

body.page-id-83 #healthInfo #p1 a {color:#009448;text-decoration: none;}
body.page-id-83 #healthInfo #p2 {padding: 0px;font-family: Georgia; font-size: 15px;margin-bottom:32px;line-height:20px;color:#58595b;width:450px;}
body.page-id-83 #healthInfo #p2 a{color:#000000; font-weight: bold;font-family: Georgia; font-size: 15px;}
body.page-id-83 #healthInfo #p3 {padding: 0px;font-family: Georgia; font-size: 15px;color:#58595b;line-height:20px;margin-bottom:30px;width:450px;}
body.page-id-83 #healthInfo #p3 a{color:#000000; font-weight: bold;font-family: Georgia; font-size: 15px;}


body.page-id-83 #healthInfo #p1 strong,
body.page-id-83 #healthInfo #p2 strong,
body.page-id-83 #healthInfo #p3 strong{font-family: Georgia; font-size: 15px;}

body.page-id-83 #healthInfo #p1 em,
body.page-id-83 #healthInfo #p2 em,
body.page-id-83 #healthInfo #p3 em {font-family: Georgia; font-size: 15px;font-style: italic;}

body.page-id-83 #healthInfo #p1 span.green,
body.page-id-83 #healthInfo #p2 span.green,
body.page-id-83 #healthInfo #p3 span.green {font-family: Georgia; font-size: 15px;color:#009448;}

body.page-id-83 #healthInfo #contact {background:transparent url(images/health-contact-bg.gif) no-repeat top center;width: 415px;padding-top: 42px;padding-left: 45px;}

body.page-id-83 #healthInfo #contact h3 {background:transparent url(images/health-contact.gif) no-repeat top left;width: 125px;height:11px;display: block;text-indent: -9999px;margin-bottom: 22px;}
body.page-id-83 #healthInfo #contact p{font-family: Verdana;font-size: 11px;padding-left: 27px;color: #464647;}
body.page-id-83 #healthInfo #contact p span {font-family: Verdana;font-size: 11px;font-weight: bold;}




body.page-id-83 #health-box { width: 272px;background:transparent url(images/health-ul.jpg) no-repeat center top;padding-top: 12px;height: 258px;}
body.page-id-83 #health-boxtop {}
body.page-id-83 #health-boxmiddle {padding-bottom: 16px;padding-top: 15px;padding-right: 30px;}
body.page-id-83 #health-boxbottom {height: 15px;}

body.page-id-83 #health-boxmiddle h2{text-indent: -9999px;background:transparent url(images/health-box-title.gif) no-repeat left top;width: 155px;height: 28px;margin-left:44px;margin-top:20px;margin-bottom:26px;}

body.page-id-83 #health-boxmiddle span{font-family: Verdana;font-size: 13px;/*color:#009448;*/ color:#848891;background:transparent url(images/health-box-dot.gif) no-repeat left 5px;display: block;margin-left: 44px;padding-left:14px;margin-bottom: 3px;cursor:auto;}

body.page-id-83 a.back{top:18px;}





/* WHY AUGME  */


body.page-id-14 #page-wrap { background-position: left -245px;}

body.page-id-14 #page-wrap #page-content #banner-why {height:128px;padding:2 0 0 7px 0;background: #000000;background: url(images/why_augme_r2_c1.jpg) repeat-x top left;}
body.page-id-14 #page-wrap #page-content #banner-why a{display:block;height:24px;left:832px;position:relative;top:98px;width:114px;}

body.page-id-14 #page-wrap #page-content #main-content #whyaugmeInfo{background:#FFFFFF url(images/why_augme_bg.jpg) no-repeat bottom right;	width:764px;	border-left: 3px solid #000000;	border-right: 3px solid #000000;left:33px;padding-left:0px;padding-bottom: 348px;	float:left;	position: relative;	display:block;}

body.page-id-14 #whyaugmeInfo h1 {background:#FFFFFF url(images/why_augme_title.gif) no-repeat top left;height:86px;text-indent:-9999px;width:266px;margin-bottom:20px;margin-top:22px;margin-left: 22px;}



body.page-id-14 #page-wrap #page-content #main-content #whyaugmeInfo div#why_augme1{	background-color:fff;	margin-bottom:40px;	padding: 0 103px;}

body.page-id-14 #page-wrap #page-content #main-content #whyaugmeInfo div#why_augme1 p,
body.page-id-14 #page-wrap #page-content #main-content #whyaugmeInfo div#why_augme1 p strong,
body.page-id-14 #page-wrap #page-content #main-content #whyaugmeInfo div#why_augme1 p em {	font-family:Georgia;	font-size:15px;	line-height:1.4em;}
body.page-id-14 #why_col1{	width:350px;	padding:0 50px;	float:left;
}

body.page-id-14 #why_col1 p{
	margin-bottom:1.5em;	background-image:url(images/arrow_toleft.gif);	background-position:top left;	background-repeat:no-repeat;	padding-left:50px;	font-family:Georgia;	font-size:14px;
}

body.page-id-14 .col-wraper{	padding-left:50px;}

body.page-id-14 #why_col2{	margin-left:410px;	width:320px;
}
body.page-id-14 #why_col2 p{	margin-bottom:1.5em;	background-image:url(images/arrow_toleft.gif);	background-position:top left;	background-repeat:no-repeat;	padding-left:50px;	font-family:Georgia;	font-size:14px;}

/* Contact */



body.page-id-17 #page-wrap {background-position: left -245px;}
body.page-id-17 #banner-contact {background:transparent url(images/contact-header.jpg) no-repeat left top;width: 999px;height: 128px;}
body.page-id-17 #banner-contact a{display:block;height:24px;left:832px;position:relative;top:98px;width:114px;}


body.page-id-17 #page-wrap #page-content #main-content #contactInfo{width:764px;border-left: 3px solid #000000;border-right: 3px solid #000000;left:33px;padding-left:22px;float:left;padding-bottom: 40px;position: relative;background:#FFFFFF;}
body.page-id-17 #contactInfo #map {height:206px; background: url(images/contact-map.jpg) no-repeat  left 14px;/*background: url(http://augme.com/wp-content/uploads/2010/05/contact-map-new.jpg) no-repeat  left 14px*/;}
body.page-id-17 #contactInfo #map p{font-family:Verdana;font-size:12px;font-weight:bold;line-height:14px;margin:22px 0 0 46px;}
body.page-id-17 #contactInfo #map p span{display: block;}
body.page-id-17 #contactInfo #map p span.line1{margin-bottom:11px;}/*13px*/
body.page-id-17 #contactInfo #map p span.line2{padding-bottom:3px;font-size:12px;}
body.page-id-17 #contactInfo h1 {background: url(images/contact-title.gif) no-repeat top left;height:95px;text-indent:-9999px;width:213px;margin-top:22px;letter-spacing:0.02em;}

body.page-id-17 #contactInfo #contact-form{height:358px; background: url(images/contact-form-bg.gif) no-repeat left top;padding:63px 0 0 70px;margin-left:-21px;}
body.page-id-17 #contactInfo #contact-form label{font-family:Verdana;font-size:11px;font-weight:bold; }
body.page-id-17 #contactInfo #contact-form div {float: left;}
body.page-id-17 #contactInfo #contact-form #col1 {width:242px;margin-right: 26px;}
body.page-id-17 #contactInfo #contact-form #col2 {margin-right: 26px;}
body.page-id-17 #contactInfo #contact-form #col3 {font-size:15px;}
body.page-id-17 #contactInfo #contact-form #col3 p {font-family:Verdana;font-size:11px;font-weight:bold;margin-bottom:10px;}
body.page-id-17 #contactInfo #contact-form #col1 label,
body.page-id-17 #contactInfo #contact-form #col2 label {display: block;margin-bottom:8px;}
body.page-id-17 #contactInfo #contact-form #col1 input,
body.page-id-17 #contactInfo #contact-form #col2 input {height:16px;margin-bottom:13px;padding-left:5px;padding-top:4px;width:237px;}
body.page-id-17 #contactInfo #contact-form #col2 textarea {border:none;background: #e6e6e6;height:140px;padding:5px;width:230px;}
body.page-id-17 #contactInfo #contact-form #col3 label {display:block;font-family:Trebuchet MS;font-size:12px;font-weight:normal;width:60px;}
body.page-id-17 #contactInfo #contact-form input{border: none; background: #e6e6e6;}
body.page-id-17 #contactInfo #contact-form #col3 input{margin-bottom:17px;}
body.page-id-17 #contactInfo #contact-form #col3 #lblGeneral {background: url(images/contact-general.gif) no-repeat left top;text-indent: -9999px;}
body.page-id-17 #contactInfo #contact-form #col3 #lblSales {background: url(images/contact-sales.gif) no-repeat left top;text-indent: -9999px;}
body.page-id-17 #contactInfo #contact-form #col3 #lblTechnology {background: url(images/contact-technology.gif) no-repeat left top;text-indent: -9999px;}
body.page-id-17 #contactInfo #contact-form #col3 #lblPress {background: url(images/contact-press.gif) no-repeat left top;text-indent: -9999px;}
body.page-id-17 #contactInfo #contact-form #col3 #lblCorporate {background: url(images/contact-corporate.gif) no-repeat left top;text-indent: -9999px;}


body.page-id-17 #contactInfo #contact-form #col1 #reset{margin-right:1px;}
body.page-id-17 #contactInfo #contact-form #col1 #reset,
body.page-id-17 #contactInfo #contact-form #col1 #submit{width: 118px;height: 30px;background: #f4bf26;padding:0 0 0 8px;margin-top:28px;}

body.page-id-17 a.back{top:14px;}

/* Sent */
body.page-id-50  #page-wrap {background-position: left -245px;}
body.page-id-50 #banner-contact {background:transparent url(images/contact-header.jpg) no-repeat left top;width: 999px;height: 128px;}
body.page-id-50  #page-wrap #page-content #main-content #contactInfo{padding-top:20px;padding-left:20px;width:744px;border-left: 3px solid #000000;border-right: 3px solid #000000;left:33px;padding-left:22px;float:left;padding-bottom: 40px;position: relative;background:#FFFFFF;height: 549px;}
body.page-id-50  #page-wrap #page-content #main-content #contactInfo p{font-family:Georgia;font-size:18px;}


/* Login */



body.page-id-18 #page-wrap {background-position: left -245px;}
body.page-id-18 #banner-login {background:transparent url(images/login-header.jpg) no-repeat left top;width: 999px;height: 128px;}
body.page-id-18 #banner-login a{display:block;height:24px;left:832px;position:relative;top:98px;width:114px;}


body.page-id-18 #page-wrap #page-content #main-content #loginInfo{width:764px;border-left: 3px solid #000000;border-right: 3px solid #000000;left:33px;padding-left:22px;float:left;padding-bottom: 40px;position: relative;background:#FFFFFF;height:549px;}


body.page-id-18 #loginInfo #UserLoginForm{background:transparent url(images/login-box-bg.jpg) no-repeat scroll left top;height:208px;margin:57px auto 0;padding:74px 0 0 58px;width:308px;}
body.page-id-18 #loginInfo #UserLoginForm label{font-family:Verdana;font-size:11px;font-weight:bold;display: block; margin-bottom: 6px;}
body.page-id-18 #loginInfo #UserLoginForm input{border: none; background: #e6e6e6;width: 240px;height: 20px; margin-bottom: 20px;}
body.page-id-18 #loginInfo #UserLoginForm #UserUsername{}
body.page-id-18 #loginInfo #UserLoginForm #UserPassword{margin-bottom: 0px;}

body.page-id-18 #loginInfo #UserLoginForm  #submit{background:#F4BF26 none repeat scroll 0 0;display:block;font-family:Verdana;font-size:11px;font-weight:bold;height:30px;margin-top:24px;padding:0 0 0 0;width:70px;}

/* Default */

body.page-template-default #page-wrap {background-position: left -245px;}
body.page-template-default #banner-login {background:transparent url(images/login-header.jpg) no-repeat left top;width: 999px;height: 128px;}
body.page-template-default #banner-login a{display:block;height:24px;left:832px;position:relative;top:98px;width:114px;}


body.page-template-default #page-wrap #page-content #main-content #loginInfo{width:764px;border-left: 3px solid #000000;border-right: 3px solid #000000;left:33px;padding-left:22px;float:left;padding-bottom: 40px;position: relative;background:#FFFFFF;min-height:549px;}

/* general */
.block{display:block !important;}
a.back{float:right;height:16px;position:absolute;right:23px;text-indent:-9999px;top:60px;width:110px;background:transparent url(images/backHome.gif) no-repeat left top;}

strong{font-weight: bold;font-family: Georgia;}

/* news */
.qmmt_main{ margin:20px 0px 0px 0px; width:740px}
.corpnews .qmmt_main{ margin:0px; width:450px}
.corpnews td.qmmt_header_text{font-family:Georgia;font-size:15px;font-weight:bold;line-height:1.4em;
text-indent:0px; background:transparent; height:24px}
td.qmmt_header_text{font-family:Verdana;font-size:12px;font-weight:bold;line-height:14px;}
.qmmt_text{font-family:Georgia;font-size:14px;font-weight:normal;line-height:19px;border-bottom:1px solid #D0D0D0;padding:8px 0;}
.qmmt_text a.qmmt{color:#000000;display:block;font-weight:bold;}
span.qmmt_header_text{ background:none!important; height:0px!important}
.qmmt_header_bar div span{ display:none; height:0px !important;background:#fff none!important;}

/* news heading */
h1.news{background:#FFFFFF url(images/recent_news_title.gif) no-repeat scroll left top;font-family:Verdana;
font-size:12px;font-weight:bold;height:95px;line-height:14px;text-indent:-9999px; margin-bottom:20px; margin-top:22px}

/* privacy policy */
.privacy{margin:20px 20px 0 0}
.privacy h1{background:#FFFFFF url(images/privacy_title.gif) no-repeat scroll left top;font-family:Verdana;
font-size:12px;font-weight:bold;height:86px;line-height:14px;text-indent:-9999px;}
.privacy h2{font-family:Georgia;font-size:14px;font-weight:bold;}
.privacy p{font-family:Georgia;font-size:14px;font-weight:normal;line-height:19px;padding:8px 0;}
.privacy a{ font-family:Georgia;font-size:14px}


body.page-template-page_privacy-php #page-wrap #page-content #main-content #loginInfo{width:764px;border-left: 3px solid #000000;border-right: 3px solid #000000;left:33px;padding-left:22px;float:left;padding-bottom: 40px;position: relative;background:#FFFFFF;}
body.page-template-page_privacy-php #page-wrap {background-position: left -245px;}
body.page-template-page_privacy-php #banner-login {background:transparent url(images/login-header.jpg) no-repeat left top;width: 999px;height: 128px;}
body.page-template-page_privacy-php #banner-login a{display:block;height:24px;left:832px;position:relative;top:98px;width:114px;}

/* extra */
div.more{ text-align:right; padding:0 5px 0 0;font-family: Georgia; font-size:14px}
div.more a{ color:#000}
#page-wrap #page-content #main-content #pageContact {background:url("images/dashed.gif") repeat-x scroll center top transparent;padding-left:25px;padding-top:42px;width:425px;}
#page-wrap #page-content #main-content #pageContact h3 {background:url("images/health-contact.gif") no-repeat scroll left top transparent;display:block;height:11px;margin-bottom:22px; margin-top:0px;text-indent:-9999px;width:125px;}
#page-wrap #page-content #main-content #pageContact p {color:#464647;font-family:Verdana;font-size:11px;padding-left:27px;}
#page-wrap #page-content #main-content #pageContact p span {font-family:Verdana;font-size:11px;font-weight:bold;}



/* New pages */
#banner-corp a{display:block;height:24px;left:832px;position:relative;top:98px;width:114px;}

#page-wrap #page-content #main-content #pageInfo{background:#FFFFFF url(images/corporate-bg.jpg) no-repeat bottom right;width:764px;border-left: 3px solid #000000;border-right: 3px solid #000000;left:33px;padding-left:22px;float:left;padding-bottom: 172px;position: relative; min-height:400px}
#page-wrap {background-position: left -245px;}
#banner-corp {background:url("images/corporate-header.jpg") no-repeat scroll left top transparent;height:128px;width:999px;}
#pageInfo h1.electronic {background:#FFFFFF url(images/electronic-fulfillment-title.gif) no-repeat top left;height:95px;text-indent:-9999px;width:250px;margin-bottom:20px;margin-top:22px;letter-spacing:0.02em;}
#pageInfo h1.irContacts {background:#FFFFFF url(images/ircontacts-title.gif) no-repeat top left;height:95px;text-indent:-9999px;width:250px;margin-bottom:20px;margin-top:22px;letter-spacing:0.02em;}
#pageInfo p{font-family:Georgia;font-size:15px;line-height:1.4em;padding:8px 0;}
#pageInfo .paracontent{margin-bottom:40px;padding:0px;}
#pageInfo ul li {background:url("images/arrow_toleft.gif") no-repeat left top;display:block;height:23px;margin:12px 0px; padding-left:50px; list-style:none;font-family:Georgia;font-size:15px;}
#pageInfo a{font-family:Georgia;font-size:15px;}

#pageInfo h1.presentations {background:#FFFFFF url(images/presentations-title.gif) no-repeat top left;height:95px;text-indent:-9999px;width:250px;margin-bottom:20px;margin-top:22px;letter-spacing:0.02em;}

#pageInfo h1.corpGov{background:#FFFFFF url(images/corporate-governance.gif) no-repeat top left;height:95px;text-indent:-9999px;width:250px;margin-bottom:20px;margin-top:22px;letter-spacing:0.02em;}

#pageInfo h1.faq {background:#FFFFFF url(images/faq-title.gif) no-repeat top left;height:95px;text-indent:-9999px;width:250px;margin-bottom:20px;margin-top:22px;letter-spacing:0.02em;}

/* new styles */
#main-content .corpNav{color:#000;float:left;font-family:Arial;font-size:11px;height:19px;width:750px; border-bottom:1px solid #000; margin-bottom:15px}
#main-content .corpNav ul{float:left; /* border:1px solid red */}
#main-content .corpNav li{display:inline;list-style:none;margin:0 5px 0 0;text-transform:uppercase; background:none; font-family:Arial,Helvetica,sans-serif; font-size:11px;padding:0px}
#main-content .corpNav li a{color:#000;padding:1px;text-decoration:none;font-family:Arial,Helvetica,sans-serif; font-size:11px; text-transform:uppercase  }
#main-content .corpNav li a:hover{background:#f6c028;color:#000000;font-family:Arial,Helvetica,sans-serif; font-size:11px; }
#main-content .corpNav a{color:#000;padding-right:2px;text-decoration:none;font-family:Arial,Helvetica,sans-serif; font-size:11px; text-transform:uppercase }
#main-content .corpNav a:hover{background:#f6c028;color:#000000;font-family:Arial,Helvetica,sans-serif; font-size:11px; }
#main-content .corpInfo{ display:block; margin-bottom:20px; height:275px;clear:both;}
#main-content .corpnews{ float:left; width:470px}
#main-content .corpQuotes{ float:left; width:260px; margin-left:10px}
#main-content .corpInfo h2{font-size:15px;line-height:1.4em;font-family:Georgia; font-weight:bold}

.home #page-wrap {background-position: left 0px;}
.social{float:right; margin-right:150px; margin-top:10px}

/* earning conference call */
.earningConferenceCallTitle {font-family:Georgia;font-size:15px;font-weight:bold;margin:10px 0 5px 0;}
.earningConferenceCallBody {font-family:Georgia;font-size:15px;margin:10px 0 5px 0;}
.earningConferenceCallBody a {font-family:Georgia;font-size:15px;}