@charset "utf-8";
/**********

CSS for www.americanmedicallists.com
Copyright 2010 AML / List Services Corporation

**********/

/***** COLORS

red #993333
bluetext #1f3265
blue2 #B7CBCA
blue3 #DCE6E5 - footer/header bkgs
dk blue #5d7b98 - nav, footer links


*****/

/***** 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: #666666;
	font-family: “Gill Sans”, Calibri, “Trebuchet MS”, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	}

a, a:visited { 
	color: #cc3300; 
	font-weight: bold;
	}
	
a:active, a:hover { 
	color: #cc3300; 
	text-decoration: underline;
	}

h1 {
	color: #004b8d;
	font-size: 2.18em;
	font-weight: bold;
	margin: 10px 0 0 0;
	}

h2 {
	color: #CC3300;
	font-family: Helvetica, “Helvetica Neue”, Arial, sans-serif;
	font-size: 1.64em;
	font-weight: normal;
	margin: 15px 0;
	}

h3 {
	color: #004b8d;
	font-family: Helvetica, “Helvetica Neue”, Arial, sans-serif;
	font-size: 1.45em;
	font-weight: bold;
	margin: 15px 0 0 0;
	}

p {
	margin: 20px 0;
	}
/***** STRUCTURE/DIVS *****/

#headerwrap {
	background: url(images/lscheaderbkg.png) repeat-x;
	height: 100px;
	margin: 0;
	width: 100%;
	}
#header {
	margin: 0 auto;
	width: 960px;
	}

#contact {
	float: right;
	margin: 0;
	width: 300px;
	}
	
#contentwrap {
	clear: both;
	margin: 0 auto;
	width: 960px;
	}

#rightcolumn {
	float: right;
	margin: 0 0 20px 20px;
	width: 640px;
	}
#leftcolumn {
	float: left;
	margin: 0 40px 20px 0;
	width: 260px;
	}
	
#footerwrap {
	background: #DCE6E5;
	border-top: 1px solid #B7CBCA;
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	}

/***** HEADER *****/
#topfont {
	color: #ffffff;
	float: right;
	margin: 5px 0 0 0;
	}
#topfont a {
	color:#ffffff;
	text-decoration: none;
	}
#topfont img { margin: 6px 4px 0 0;}

/***** CONTENT *****/
#leftcolumn p {
	margin: 5px 0 20px 0;
	}
#leftcolumn ol {
	color: #cc3300;
	}
#leftcolumn ol li {
	margin: 0 0 10px 0;
	}
#leftcolumn ol li span {
	color: #666666;
	}
#contact {
	background: url(images/phonebkg.png) bottom no-repeat #D2E9FE;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	margin: 10px 0 30px 0;
	width: 260px;
	}
#contact h3 {
	padding: 0 0 15px 10px;
	}
#contact p {
	padding: 15px 10px 5px 0;
	text-align: right;
	}
#rightcolumn img {
	margin: 25px 15px 0 0;
	}

	
/***** 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;	
	}

/***** OTHER *****/
.corners {
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	}

/***** alignment classes *****/
.float-left  {float: left;}
.float-right {float: right;}
.align-left  {text-align: left;}
.align-right {text-align: right;}
