/* General page layouts */

/* ========================
	PAGE CONTAINERS
---------------------- */
/* FULL PAGE CONTAINERS */
#page_container {
	position:relative;
	width:640px;
	margin:10px auto;
	padding:4px;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	}	
#header_container {
	position:relative;
	width:100%;
	clear:both;
	font-size:76%;
	}
#content_container {
	position:relative;
	border-top:1px solid #DCDCDC;
	width:100%;
	clear:both;
	font-size:70%;
	}
#footer_container {
	position:relative;
	padding-top:4px;
	width:100%;
	border-top:1px solid #DCDCDC;
	clear:both;
	font-size:76%;
	}
	
/* HEADER CONTAINERS */
#header_left {
	position:relative;
	float:left;
	width:46%;
	padding-left: 10px;
	}
#header_image {
	background-position:right bottom;
	background-repeat:no-repeat;
	margin:2px 0px 4px 50%;
	}

/* =====================
	COLUMNS LAYOUT
------------------- */
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	margin:4px 0;
	margin-top:0;
	}
/* Common Column Settings */
.colright_33, .colright_60, .colright_75, .colright_40,
.colmid_33, .colmid_60, .colmid_75, .colmid_40,
.colleft_33, .colleft_60, .colleft_75, .colleft_50, .colleft_40 {
	float:left;
	width:100%;
	position:relative;
	}
.col1_33, .col1_60, .col1_75, .col1_50, .col1_40,
.col2_33, .col2_60, .col2_75, .col2_50, .col2_40,
.col3_33, .col3_60, .col3_75, .col3_40 {
	float:left;
	position:relative;
	padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
	overflow :hidden;
	}

/* Column_33 Settings */
.threecol_33 .colmid_33 {
	right:33%;				/* width of the right column */
	border-right:1px solid #DCDCDC;
	}
.threecol_33 .colleft_33 {
	right:34%;				/* width of the center column */
	border-right:1px solid #DCDCDC;
	}
.threecol_33 .col1_33 {
	width:31%;				/* width of center column content (column width minus padding on either side) */
	left:101.5%;			/* 100% plus left padding of center column */
	}
.threecol_33 .col2_33 {
	width:30%;				/* Width of left column content (column width minus padding on either side) */
	left:37.5%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
.threecol_33 .col3_33 {
	width:30%;				/* Width of right column content (column width minus padding on either side) */
	left:74.5%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right 										 							 padding) plus (right column left padding) */
	}
/* Column_60 Settings */
.threecol_60 .colmid_60 {
	right:20%;				/* width of the right column */
	border-right:1px solid #DCDCDC;
	}
.threecol_60 .colleft_60 {
	right:60%;				/* width of the center column */
	border-right:1px solid #DCDCDC;
	}
.threecol_60 .col1_60 {
	width:57%;				/* width of center column content (column width minus padding on either side) */
	left:101.5%;			/* 100% plus left padding of center column */
	}
.threecol_60 .col2_60 {
	width:18%;				/* Width of left column content (column width minus padding on either side) */
	left:23.5%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
.threecol_60 .col3_60 {
	width:18%;				/* Width of right column content (column width minus padding on either side) */
	left:86.5%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right 										 							 padding) plus (right column left padding) */
	}
	
	
/* Column_40 Settings */
.threecol_40 .colmid_40 {
	right:39%;				/* width of the right column */
	border-right:1px solid #DCDCDC;
	}
.threecol_40 .colleft_40 {
	right:41%;				/* width of the center column */
	border-right:1px solid #DCDCDC;
	}
.threecol_40 .col1_40 {
	width:39.5%;				/* width of center column content (column width minus padding on either side) */
	left:101.5%;			/* 100% plus left padding of center column */
	}
.threecol_40 .col2_40 {
	width:18%;				/* Width of left column content (column width minus padding on either side) */
	left:41.0%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
.threecol_40 .col3_40 {
	width:37%;				/* Width of right column content (column width minus padding on either side) */
	left:84.5%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right 										 							 padding) plus (right column left padding) */
	}
	
	

/* 2 Column (left menu) settings */
.twocol_75 {

	}
.twocol_75 .colleft_75 {
	right:74%;				/* right column width */
	border-right:1px solid #DCDCDC;
	}
.twocol_75 .col1_75 {
	width:71%;				/* right column content width (column width minus left and right padding) */
	left:101.5%;			/* 100% plus left column left padding */
	}
.twocol_75 .col2_75 {
	width:24%;				/* left column content width (column width minus left and right padding) */
	left:3.5%;				/* (right column left and right padding) plus (left column left padding) */
	padding:3px;
	}

/* 2 Column (double page) settings */
.twocol_50 .colleft_50 {
	right:50%;				/* right column width */
	border-right:1px solid #DCDCDC;
	}
.twocol_50 .col1_50 {
	width:47%;				/* left column content width (column width minus left and right padding) */
	left:51.5%;				/* right column width plus left column left padding */
	}
.twocol_50 .col2_50 {
	width:47%;				/* right column content width (column width minus left and right padding) */
	left:55%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

/* Footer Styles */

#bottom_row {
/*	border-bottom:0.1em solid #DCDCDC; */
	border-top:0.1em solid #DCDCDC;
	clear:both;
	float:left;
	margin:4px;
	padding:5px;
	text-align:left;
	width:98%;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #DCDCDC;
	}
#footer p {
	padding:10px;
	margin:0;
	}

/* ==============================
	PAGE LAYOUTS AND STYLES
-----------------------------*/
/* GLOBAL STYLES */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	color:#525252;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	}

body,td,th {
	font-size:1em;
	}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
	color: #B07329;
}

hr { 
	color:#DCDCDC; 
	background: #DCDCDC; 
	border: 0; 
	border-style: none;
	height: .1em;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
	}
a {
	text-decoration:none;
	color:#BD8746;
	}
img {
	margin: 5px 8px 0 0;
	border: 0px;
	}	
a:hover {
	text-decoration:underline;
	color:#BD8746;
	}
a:visited {
	color:#BD8746;
	}
.no_visited_style a:visited{
	color:#BD8746;
	}
	
/* HEADER STYLES */
#logo {
	margin:0px;
	width:22em;
	padding:0px 0px 2px 0px;
	float:left;
	border-bottom:1px solid #DCDCDC;
	}
#search {
	text-align:center;
	vertical-align:middle;
	margin:0px;
	padding:2px;
	float:left;
	clear:both;
	width:22em;
	border-top:1px solid #DCDCDC;
	}
#search form {
	background-color:#EFE9E5;
	margin:.2em;
	padding:.2em;
	font-weight:bold;
	font-size:.9em;
	line-height:.9em;
	}
.search_txt {
	padding:.1em;
	margin:.1em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1em;
	color:#707070;
	vertical-align:bottom;
	}
.search_btn {
	padding:.1em;
	margin:.2em;
	color:#F4F2F0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	background-color:#B67521;
	border:1px solid #707070;
	}
#menu {
	position:relative;
	float:left;
	width:125px;
	margin-left:10px;
	font-weight:bold;
	border-bottom:0.5em solid #FFFFFF;
	padding:6px 0px 0px 5px;
	}
#menu_about {
	position:absolute;
	top:-18px;
	width:125px;
	}	

#menu_about li a{
	font-weight:normal;
	font-size:.9em;
	border-bottom:0.1em solid #FFFFFF;
}

#menu_about li a:hover{
	font-weight:normal;
	font-size:.9em;
	border-bottom:0.1em solid #FFFFFF;
}	

#menu_products {
	position:absolute;
	top:-35px;
	width:125px;
	}

#menu_products li a{
	font-weight:normal;
	font-size:.9em;
	border-bottom:0.1em solid #FFFFFF;
}

#menu_products li a:hover{
	font-weight:normal;
	font-size:.9em;
	border-bottom:0.1em solid #FFFFFF;
}
		
#menu_b300 {
	position:absolute;
	top:-18px;
	width:125px;
	}	

#menu_b300 li a{
	font-weight:normal;
	font-size:.9em;
	border-bottom:0.1em solid #FFFFFF;
}	

#menu_b300 li a:hover{
	font-weight:normal;
	font-size:.9em;
	border-bottom:0.1em solid #FFFFFF;
}
	
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#menu a, #menu h2 {
	font-weight:bold;
	font-size: 12px;
	line-height: 1em;
	font-family: Verdana, arial, helvetica, sans-serif;
	display:block;
	margin:0;
	padding:1px 3px;
	border-bottom:0.1em solid #FFFFFF;

	}
#menu h2 {
	text-transform:uppercase;
	}
#menu a {
	color:#BD8746;
	text-decoration:none;
	}
#menu a:hover {
	color:#7473A6;
	background:#EEEEEE;
	border-bottom:0.1em solid #DCDCDC;
	}
#menu li {
	position:relative;
	}
#menu ul ul ul { /*sub-menu controls*/
	position:absolute;
	top:5px;
	left:100%;
	width:100%;
	border-left:1px solid #DCDCDC;
	}
div#menu ul ul ul,
div#menu ul ul li:hover ul ul{
	display:none;
	}
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul{
	display:block;
	}
	
/* NEWSLETTER STYLES */

#voting_booth {
	padding: 1px 10px;
	margin: 2px;
	border: 1px solid #DCDCDC;
}


#newsletter {
	background-color: #EFE9E5;
	padding: 1px 10px;
	margin: 2px;
	border: 1px solid #DCDCDC;
}



.subscribe_btn {
	color: #F4F2F0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #707070;
	padding: 1px;
	margin: 1px;
	border: .1em solid #707070;
}

.subscribe_txt {
	padding: 2px;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #707070;
}





/* FOOTER STYLES */
#footer {
	margin:0;
	padding:0;
	clear:both;
	}
#foot_nav {
	text-align:center;
	background-color:#E9E9E9;
	}
#foot_nav p{
	margin:0;
	padding:3px;
	text-align:center;
	background-color:#E9E9E9;
	}
#foot_nav p a {
	margin:0;
	padding:.5em;
	font-size:.9em;
	line-height:.9em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#6D6C6C;
	text-decoration:none;
	}
#foot_nav p a:hover {
	text-decoration:underline;
	}
#disclaimer p {
	margin:1px auto;
	padding:1px;
	text-align:center;
	width:75%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	}
	
	
	/* Styles for any specific classes */

.hide {
	display: none;
}

.release_headline {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

.release_date {
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

.release_link {
	font-size: 1em;
}

.release_link a {
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-image: url(/images/marcer.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

a.read_more {
	font-size: 1em;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	background-image: url(/images/marcer.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.subsection	{
	font-weight:bold;
	color:#638516;
	}

.center {
	text-align: center;
}

#print_article {
	text-align: right;
}

.form_field {
	padding: .1em;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #707070;
}

.form_label {
	padding: .1em;
	margin: 0;
}

#content table {
	font-size: 1em;
}

.custom_btn {
	width: 6em;
	padding: .2em;
	margin: .2em;
	color: #F4F2F0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #B67521;
	border: 1px solid #707070;
}




.dir_menu_nav {
	
	text-decoration: none;
}

.directory {
	font-weight:bold;
	color: #000000;
	background-color: #D6CFC5;
	background-image: url(../images/directory_corners_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.box-footer
	{
	padding: 0px;
	clear: both;
	border: none;
	color: #FFFFFF;
	font-size: x-small;
	background-image: url(../images/footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
	}
	
.box-footer img
	{
	padding: 0 25px;
	margin: 0;
	}

.dir_search_txt {
	padding: .1em;
	margin: .1em;
	font-weight: normal;
	font-size: .6em;
	color: #707070;
}

.dir_search_btn {
	padding: .1em;
	margin: .2em;
	color: #F4F2F0;
	font-size: 1em;
	font-weight: bold;
	background-color: #B67521;
	border: 1px solid #707070;
}

.column-one-content
	{
	background:#ede8e1;
	padding-bottom:5px;
	}
.column-one-content p
	{
	padding-left:5px;
	}
	
	
.pub_name {
	font-size: 2.25em;
	color: #2A99C8;
	font-weight: bold;
}	

.year_est {
	font-size: .85em;
	font-weight: bolder;
	color: #D87517;
}
.pub_address {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	border-left-color: #DCDCDC;
	padding-right: 10px;
}

.financial_results {
	
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	border-left-color: #DCDCDC;
	padding-right: 10px;
}

.outsource_desc {
	
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	border-left-color: #DCDCDC;
	padding-right: 10px;
}
.value_prop {
	
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	border-left-color: #DCDCDC;
	padding-right: 10px;
}
.awards_desc {
	
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	border-left-color: #DCDCDC;
	padding-right: 10px;
}
.awards_title {
	font-weight: bold;
}
.exec_message {
	font-style: italic;
	font-weight: bold;
	color: #B0A97B;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	border-left-color: #DCDCDC;
	padding-right: 10px;
	font-size: 1.15em;
	
	
	
	
}
.verticals {
	font-size: .9em;
}
.services {
	font-size: .9em;
}


.cdn_locations {
	color: #887866;
	padding-top: 10px;
	padding-bottom: 10px;
}
.int_locations {
	color: #887866;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #DCDCDC;
	border-right-color: #DCDCDC;
	border-bottom-color: #DCDCDC;
	border-left-color: #DCDCDC;
}


.bl {background: url(../images/custom_corners_bottomleft.gif) 0 100% no-repeat; margin:0; }
.br {background: url(../images/custom_corners_bottomright.gif) 100% 100% no-repeat; padding: 15px 15px 30px 15px;}
.tl {background-color:#D6CFC5; background: url(../images/custom_corners_topleft.gif) 0 0 no-repeat; }
.tr {background: url(../images/custom_corners_topright.gif) 100% 0 no-repeat; }
.clear {background-color:#FFFFFF; font-size: 1px; height: 1px}


div.Article {
  background: #ffffff;
  border:none;
  position:relative;
  } 
div.Article h3 {
  font-size:0em;
  padding:0px;
  
  }
div.ArticleBody {
	margin-top:-1.7em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
  }
div.ArticleFooter {
  }
div.ArticleFooter p {
  padding:20px;
  margin:-2em 0 0 0;
  }

div.Article {
	background-image: url(../images/custom_corners_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
  } 
div.Article h3 {
	padding:20px;
	margin:0;
	background-image: url(../images/custom_corners_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
  }
div.ArticleBody {
	background-image: url(../images/custom_corners_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
  }
div.ArticleFooter {
	background-image: url(../images/custom_corners_bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
  }
div.ArticleFooter p {
	background-image: url(../images/custom_corners_bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
  }
  
.odd{
	background-color: #F1F1F1;
}

.even{
	background-color: #EEE9E5;
}


.details_label {
	font-weight:bold;
	font-size: .9em;
}

.details_content {
	font-size: .9em;
}

.financial_note {
	font-size: .9em;
}

#Free_Free {
	visibility:visible;
	font-size:76%;
}

#Free_Paid {
	display:none;
}

#Paid_Free {
	display:none;
}

#Paid_Paid {
	visibility:visible;
}

#Paid_ {
	display:none;
}

#Free_ {
	visibility:visible;
	font-size:76%;
}

/*styles for the free profile*/
.details_label {
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

.details_content {
	margin: 0px;
	padding: 0px;
}

.header {
	background-color: #7F7F7F;
	color:#FFFFFF;
}



