/*  
2010 List Services Corporation  
www.listservices.com
Contact: promotions@listservices.com
*/

/***** CSS RESET (adapted from meyerweb.com) *****/
html, body, div, span, object,h1, h2, h3, h4, p, blockquote,
a, em, img, strong, ul, li, form, table, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

blockquote {quotes: none;}



/***** TYPOGRAPHY *****/
body {
	background: #ffffff;
	color: #a2a2a2;
	font-family: “Gill Sans”, Calibri, “Trebuchet MS”, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	}

a { 
	color: #cc3300; 
	font-weight: bold;
	text-decoration: none;
	}
	
a, a:hover { 
	color: #cc3300; 
	text-decoration: underline;
	}

h1 {
	color: #004b8d;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 25px 0;
	padding: 10px 0;
	}

h2 {
	color: #004b8d;
	font-family: Helvetica, “Helvetica Neue”, Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	margin: 5px 0 25px 0;
	padding: 5px 0;
	}

h3 {
	color: #CC3300;
	font-family: Helvetica, “Helvetica Neue”, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 2px 0;
	}

h4 {
	color: #004b8d;
	font-family: Helvetica, “Helvetica Neue”, Arial, sans-serif;
	font-size: 1.2em;
	margin: 0 0 5px 0;
	}

p {
	color: #666666;
	margin: 0 0 10px 0;
	}

.newbiz {
	color:#666666;
	font-size:1em;
	font-weight:bold;
	}
	
li.redbullet {
	color:#CC3300;
	list-style: disc inside;
	}

.sectiontitle{
	color: #003366;
	font-size: 24px;
	font-weight: bold;
	margin: 25px 15px 10px 15px;
	}

.contacts {
	margin: 5px 0 15px 0;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	}



/***** STRUCTURE *****/
#headerwrap  {
	background: url(images/lscheaderbkg.png) repeat-x;
	margin: 0;
	width: 100%;
	}
	
#header {
	height: 97px;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	}
#container {
	margin: auto;
	width: 1000px;
	padding: 0 25px;
	background: #ffffff;
	}


/***** TOP NAV *****/
#topfont {
	color: #ffffff;
	float: right;
	margin: 5px 0 0 0;
	}
#topfont a {
	color:#ffffff;
	text-decoration: none;
	}
#topfont img { margin: 6px 4px 0 0;}

/***** MAIN NAVIGATION *****/
#navwrap {
	background: #D2E9FE;
	border-bottom: 1px solid #b3d2ed;
	margin: 0;
	width: 100%;
	}
	
#nav {
	height: 40px;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	}
#nav ul li {
	color: #333333;
	display: inline;
	}

#nav ul li a {
	color: #004b8d;
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 12px 30px 12px 0;
	text-decoration: none;	
	width: auto;
	}
	
#nav ul li a:hover {color: #cc3300;}
#nav ul li a.active {color: #cc3300;}

#nav ul li span {
	display: none;
	float: left;
	height: 49px;
	padding: 0;
	position: absolute;
	top: 130px;
	width: 1000px;
}

#nav ul li:hover span { 
	background: url(images/lscsubnavbkg.png) top left no-repeat;
	display: block; 
	}
#nav ul li span a { 
	color: #D2E9FE;
	display: inline;
	font-weight: normal;
	padding: 10px 20px;
	text-decoration: none;
	}
	
#nav ul li span a:hover {
	color: #ffffff;
	}


/***** CONTENT *****/
#content {
	float: left;
	width: 1000px;
	padding:0;
	background: #fff;
	}
	
#container ul li{color: #666666;}

#leftcolumn {
	float: left;
	width: 300px;
	margin: 25px 50px 0 0;
	}

#rightcolumn {
	float: left;
	width: 650px;
	padding: 0px;
	margin: 25px 0 0 0;
	}

/* ie6 */
* html #rightcolumn {
	margin-right: -25px;	
	}


/***** LEFT COLUMN *****/
.leftcolumn_section {
	display: block;
	width: 300px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom:0px solid #999;
	}
	
.leftcolumn_section img {
	border: 0;
	padding:10px 0;
	}
	
.leftcolumn_section h2 {
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 7px;
	text-align: center;
	}
	
.leftcolumn_section2 {
	display: block;
	width: 300px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 25px;
	border-bottom:0px solid #999;
	background:#f4f4f4;
	}

.subscribe {
	display: block;
	float: left;
	width: 300px;
	margin-bottom: 15px;
	background: #ffffff url(images/subscribebox.png) top left no-repeat;
	}

.subscribe  form {margin: 5px 0 10px 15px;}

/***** RIGHT COLUMN *****/

.rightcolumn_fullrow {
	clear: both;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	}

.rightcolumn_fullrow img {
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	margin-right: 25px;
	margin-bottom: 15px
	}
.rightcolumn_fullrow img.linkedinicon {
	border: 0;
	float: none;
	padding: 0;
	margin: 0;
	}
.rightcolumn_fullrow p {text-align: left;}

.rightcolumn_fullrow td {
	text-align: left;
	color:#666666;
	}

.rightcolumn_twocolumn {
	float: left;
	width: 300px;
	margin-right: 25px;
	}

.rightcolumn_twocolumn img {
	float: left;
	border: 0px solid #000000;
	margin-top: 3px;
	margin-right: 10px;
	}

.rightcolumn_twocolumn ul {
	clear: both;
	margin: 20px 0 10px 0;
	padding: 0 0 0 20px;
	}

.rightcolumn_twocolumn li {
	font-size: 12px;
	padding-bottom: 10px;
	color: #666666;
	}

.rightcolumn_twocolumn li a {
	font-weight: normal;
	}
	
.rightcolumn_twocolumn a:hover {
	color: #CC3300;
	text-decoration: underline;
	}

.partner_box {margin-bottom: 25px;}

.partner_box p {margin: 5px 5px;}

.partner_box img {
	float: none;
	margin: 5px 5px;
	}
	
/***** NEWS ITEMS (added March 2010) *****/
#article {
	background: #d2e9fe;
	padding: 5px;
	margin: 25px 0 15px 0;
	}
#article h2 {
	line-height: 1.2em;
	margin: 5px 15px;
	}
#article p {
	margin: 15px;
	}

.datepanel {
	background: #eff7fd;
	color: #9ec6eb;
	float: left;
	height: 60px;
	margin: 10px;
	text-align: center;
	width: 60px;
	}
	
.day {
	display: block;
	font-size: 28px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	}
	
.month {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin: 6px 0 5px 0;
	}
	
.corners {
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	}

.dclink {}	
	
/***** footer ******/
#footer-wrap {
	background: #004b8d;
	clear: both;
	color: #ffffff;
	font-size: 1.1em;
	margin: 10px 0 0 0;
	padding: 20px 0;
	width: 100%;
	float: left;
	}
	
#footer-wrap p {
	color: #ffffff;
	font-size: .9em;
	margin: 0 0 10px 10px;
	}
	
#footer-content {	
	margin: 0 auto;	
	width: 1000px;	
	}
	
#footer-content a {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer-content a:hover {
	text-decoration: underline;
	}
	
#footer-content ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	}

#footer-content ul.columns li.top {margin: 5px 0 0 0;}

#footer-content ul.columns li a {
	color: #D2E9FE;
	display: block;
	font-weight: normal;
	text-decoration: none;
	}
#footer-content ul.columns li a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
#footer-content .col {
	padding: 0 0 30px 15px;
	width: 300px;
	}
	
#footer-content .space-sep {
	margin-right: 10px;
	}
	
#footer-content .col2 {
	width: 300px;
	padding: 0 0 30px 0px;	
	display: inline;
	margin-left: 40px;	
	}

/***** alignment classes *****/
.float-left  {float: left;}
.float-right {float: right;}
.align-left  {text-align: left;}
.align-right {text-align: right;}






