﻿/* LAST UPDATED 02.10.2010 */

/*

	Table of Contents

	I.   DEFAULTS
	II.  MAIN NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.  TABLES
	V.   FORMS
	VI.  HEADINGS

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	padding: 30px 10px;
	font-family: Optima, Georgia, Times, Serif;
	font-size: 14px;
	color: #000;
	background: #fff;
}

p, h1, h2, h3, h4, h5, h6 { padding: 0 0 14px; }

a {
	color: #0066ff;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #ff0099; }

/* Image Defaults */

a img { border: 0; }

/* Special Classes */

.alert { color: #ff0000; }

.small { font-size: 12px; }

/* Lists */

ul { list-style: square; }
ol { list-style: lower-roman; }

ul, ol {
	margin-left: 25px;
	padding-bottom: 7px;
}

li { padding-bottom: 7px; }

.photo {
	display: inline-block;
	padding: 1px;
	background-color: #ffffff;
	border: 1px gray solid;
}


/* -----------------------------------------------------------
		II. MAIN NAVIGATION
----------------------------------------------------------- */

/* LEVEL ONE */

#nav ul {
	display: table; /* for horizontally centering the list */
	margin: 0 auto; /* for horizontally centering the list */
	padding: 0;
	list-style: none;
}

	#nav li {
		float: left;
		margin: 0;
		padding: 0 0 7px;
	}

	#nav li a { 
		display: block;
		padding: 10px 15px 4px;
		font-family: Univers, "Arial Narrow", Arial, Helvetica, Sans-serif;
		font-weight: bold;
		font-size: 11px;
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
	}

	#nav li a:hover { color: #8f0000; }

/* LEVEL TWO */

#nav ul ul {
	position: absolute;
	left: -999em;
	padding-top: 12px;
	background: url('/images/universal/arrowDown.gif') 10px 0px no-repeat;
}

	#nav li li {
		float: none;
		padding: 0;
	}

	#nav li li a {
		margin: 0 0 2px;
		padding: 3px 4px;
		background: #d3b3b4; /* for ie */
		background: rgba(255,255,255,.7); /* for browsers that support RGBA */
	}

	#nav li li a:hover { background: #f1f1f1; }

/* LEVEL THREE */

#nav ul ul ul { margin: -33px 0 0 158px; }

#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }

#nav li:hover, #nav li.hover { position: static; } /* fixes IE7 sticky issue */

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	width: 794px;
	margin: 0 auto;
	padding: 82px 100px 20px;
	border: 2px #c0c0c0 solid;
}

	#header {
		height: 130px;
		border-bottom: 10px #8f0000 solid;
	}

		.logo { float: left; }

		#signUp {
			float: right;
			font-family: Univers, "Arial Narrow", Arial, Helvetica, Sans-serif;
			font-weight: bold;
			font-size: 12px;
			text-align: right;
			text-transform: uppercase;
		}

	#nav {
		width: 100%;
		padding: 0 0 5px;
		overflow: hidden;
	}

	#subHeader {
		clear: both;
		padding: 34px 0 0 59px;
		height: 94px;
		color: #fff;
		text-transform: uppercase;
		background: url('/images/universal/subHeader-solutions.jpg') top no-repeat;
	}

	#subNav {
		margin-top: 25px;
		border-top: 10px #8f0000 solid;
		width: 100%;
		overflow: hidden;
	}

		#subNav ul {
			display: table; /* for horizontally centering the list */
			margin: 0 auto; /* for horizontally centering the list */
			padding: 0;
			list-style: none;
		}

			#subNav li {
				float: left;
				margin: 0;
				padding: 0 0 7px;
			}

			#subNav li a { 
				display: block;
				padding: 10px 20px 4px;
				font-family: Univers, "Arial Narrow", Arial, Helvetica, Sans-serif;
				font-weight: bold;
				font-size: 11px;
				color: #000;
				text-transform: uppercase;
				text-decoration: none;
				}

			#subNav li a:hover { color: #8f0000; }

	#content {
		width: 100%;
		overflow: hidden;
	}

		#mainContent {
			float: left;
			width: 490px;
			margin-top: 20px;
		}

		#sidebar {
			float: right;
			width: 230px;
			margin-top: 70px;
			padding: 20px 24px 10px;
			color: #fff;
			background-color: #8f0000;
		}

			#sidebar a {
				color: #fff;
				text-decoration: none;
				border-bottom: 1px #ccc dotted;
			}

			#sidebar a:hover { border-bottom: 1px #fff solid; }

	#footer {
		clear: both;
		padding: 50px 0 0;
		font-family: Univers, "Arial Narrow", Arial, Helvetica, Sans-serif;
		font-weight: bold;
		font-size: 10px;
		color: #aaa;
		text-align: center;
		text-transform: uppercase;
	}


/***********  specialty content styles  *******************************/

	/* Associations */

#associations  {
	margin-top:20px;
	list-style-type: none;
	}
#associations li	{
	list-style-type: none;
	margin:0 0 15px 0;
	padding-left: 130px;
}

#associations li a img {
	margin-left: -150px;
	}
	
#associations li a	{
	text-decoration:none;
	}
	
.pullquote       { 
	background: url('/images/secondaries/closequote.gif') no-repeat right bottom;
	padding: 10px 5px 20px 5px;
	margin:0 10px 20px 10px;
	font-style: italic;
	line-height:120%;
	}

.pullquote:first-letter	{
	background: url('/images/secondaries/openquote.gif');
	background-position: 0;
	background-repeat: no-repeat;	
	padding: 10px 0px 30px 50px;
	}

		/* Creative Showcase */


#showcase	{
	width: 450px;
	}

#showcase ul	{
	display: inline;
	}

#showcase li{
	display: inline;
	float: left;
	width: 200px;
	height: 240px;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cecece;
	border-collapse: collapse;
	}

	.caption	{
	font-weight:bold;
}	

#showcase li a	{
	text-decoration:none;
	}
		/*  Case Studies */
		
img.casestudies_list  	{
	padding-left: 5px;
	padding-right: 5px;
	}

p.casestudies_list 	{	
	font-size: .85em;
	}

.casestudies_title		{
	font-size: 1.8em;
	/*font-weight: bold;*/
	}
	
	/* Client List */
	
.client_list	{
	width: 210px;
}
.client_list h3	{
	font-size: 16px;
	font-weight:bold;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}
.client_list ul {
	list-style-type: none;
	margin: 15px 0 20px 0;
	padding: 0;
	

}
.client_list ul li {
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0;
	font-size:13px;
}

		/*  Articles */

#article_list	{
	width: 450px;
	}

#article_list ul	{
		border-top: 1px solid #cecece;
	}

#article_list li{
	list-style-type: none;
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cecece;
	border-collapse: collapse;
	}


#article_list li p.title	{
		margin-bottom:0;
		}

#article_list p.title a, #article_list a.subtitle {
	font-weight: bold;
	color: #bd1c34;
	}

	
.article_author	{
	font-size: 1em;
	}


p.endorsement	{
		border-top: 1px solid #cecece;
	}
	
	.subtitle	{
	font-size: 1em;
	color: #bd1c34;
	font-style:italic;
	margin-top: 0;
}

.author	{
	font-style: italic;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.resultsTable {
	width: 100%;
	border: 1px solid maroon;
	border-collapse:collapse;
}

.resultsTable td	{
	padding: 3px;
	border: 1px solid maroon;
	}

.resultsTable th {
	background-color: #FFFFCC;
	font-size:12px;
	color:maroon;
}



/* ------  Profiles  ----*/

		ul.profiles	{
			list-style-type:none;
			color: #000;
			margin-top: 20px;
			}
						
				ul.profiles	li	{
					list-style-type:none;
					color: #000;
					margin-left: 140px;
					}
						
	
				ul.profiles li img	{
					margin-left: -130px;
					float: left;
					}	
						
				ul.profiles .title	{
					font-size:1.2em;
					font-weight: bold;
					color: #8f0000;
					}
		
		/* Direct Edge Newsletter Archive */
		
#archives 	{
	display: block;
	}
	
#archives ul	{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#archives li{
	float: left;
	text-align: left;
	vertical-align: top;
	width: 100px;
	height: 50px;
	padding: 10px;
	padding-top: 110px;
	margin: 20px 10px;
	background-color: #dedede;
	background-image: url('../images/channel_pages/news/direct_edge/thm_Direct_Edge_ebulletin.gif');
	background-position: center 10px;
	background-repeat: no-repeat;
}

#archives li a	{
	text-decoration: none;
	width: 100px;
	height: 100px;
	position:relative;
	margin: 0;padding:0;
	font-size: 11px;
	line-height:normal;
}
	
	/* Login boxes */
	
#login		{
	margin: 20px;
}

#login form	{
	background-color: #FFFBD6;
	border: solid 1px #800000;
}
#login .title	{
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	background-color: #800000;
}

#login .input	{
	padding: 4px;
}
	
	
	/* Great Ideas  */
	
h2.greatideas	{
	font: bold 1.4em Georgia;
	color: maroon;
}

#share-idea	{
	width: 400px;
	background-color:#ffffcc;
	border: 1px maroon solid;
	padding: 10px;
	}
	
	
#share-idea h4	{
	margin-top: 0px; 
	margin-bottom: 6px
}


/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

#powerpoint_downloads	{
	
	width: 400px;
	
}

#powerpoint_downloads td	{
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid black;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

/*  general form styles */
.formarea	{
	margin: 20px;
	padding: 20px;
	padding-top: 30px;
	background-color: #fff;
	background-image:url('/images/backgrounds/form_bkgd.gif') ;
	background-position:center top;
	background-repeat:repeat-x;
	border: 1px solid gray;
}

.formarea .note	{
	font-size: .85em;
}

.required	{color: maroon}

fieldset {
	clear: both;
	border: 0;
}

.formarea div{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 1%;
}

	height: 1%;
}

legend 	{
	width: 100%;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	color: #076293;

	}
	
legend span{
	display:block;
 	width: 480px;
 	border-bottom: 1px solid #076293;
 	padding: 0 10px;
	margin: 10px 0;
	margin-left: -10px;
	}

.formarea p.formtext	{
	margin-left: -155px;
	}
	
.pholegend	{
	display:block;
 	width: 100%;
 	border-bottom: 1px solid #076293;
 	padding: 0 10px;
	margin: 10px 0;
	margin-left: -10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	color: #076293;
}


.formarea select.dropdown	{
	height: 1.5em;
	padding-left: 5px;
	border: 1px solid gray;

}

.formarea div.submitBtn	{
	display:block;
	margin-bottom: 20px;
	margin-right: 30px;
	float:right;
}

.formarea fieldset div label{
	float: left;
    margin-left: -155px; /*width of left column*/
    width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
   }
.formarea input.additional	{
	display:none;
}


input, textArea {
	font-family: Optima, Georgia, Times, Serif;
	font-size: 12px;
	color: #000;
}

#signUp input { vertical-align: middle; }

	#signUp .textBox {
		padding: 1px;
		width: 150px;
		margin-left: 8px;
	}
	
	.formarea input.textBox   {
	height: 14px;
	width: 200px;
	border: 1px solid maroon;
	padding-left:5px;
}
 .formarea .textArea	{
	border: 1px solid maroon;
}
 
/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 36px; }

	#subHeader h1 { font-size: 54px;
					text-indent:-1500px; }

h2 { font-size: 32px; }

h3 { font-size: 28px; }

	#sidebar h3 {font-size: 16px;}

h4 { font-size: 24px; }

h5 { font-size: 20px; }

h6 { font-size: 16px; }


