/* - - - - - - - - - - - - - - - - - - - - -

Title : Touchpoint Alliance Webstie styles
Author : Beth Allen/David Leininger
URL : 
Description : 
Created : 07/10/09
Modified : 07/30/09

- - - - - - - - - - - - - - - - - - - - - */

/* ----- RESET CSS ----- */
*,html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img{border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

/* ----- CSS ----- */

*{
}	
html{
}
body {
	background: #e0e0e0 url(../images/bg_tile.gif) repeat-x;
	color: #000000;
	font: 11px Franklin Gothic, Lucida Grande, Verdana, sans-serif;
	margin: 0; 	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

/* ----- IDS ----- */
#red{
	background-color:#af1f24;
	height:140px;
	width:50%;
	position:absolute;
	right:0;
	top:0;
	z-index:0;
}
#container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}
#banner{
margin:-20px 0 18px 0;
}
#primary-content{
	position:relative;
	background: #FFFFFF;
	border: 1px solid #8e8e8e;
	padding: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-bottom:15px;
	width:890px;
}
#primary-content-conference{margin: 0 -30px; position:relative;}
#conference-nav {position:absolute; top: 205px; left: 32px;}
#conference-nav img {float:left; margin-right: 10px;}
#conference-content{
	background: url(../images/conf-wrapper.png) repeat-y;
	padding: 10px 125px 25px;
	width: 750px;
	font-size:18px;
	line-height: 1.5;
	color:#757575;
}
#conference-content .subhead{
	font-size:18px;
	color:#AF1F24;
	font-weight:normal;
}
#conference-content .registerlink, #conference-content .registerlink a{
	font-size:18px;
	color:#AF1F24;
	text-align:right;
}
#primary-content.admin{
	position:static;
	width:600px;
	right:0px;
	float:right;
	padding: 0 25px 15px 25px;
}
#secondary-content{
	font-size:11px;
}
#content-banner{
	position:absolute;
	top:0px;
	right:-1px;
}
#navigation{
	height: 97px;
	margin: 0 0 45px 0;
	padding: 0;
}	
#header {
	color: #fff;
	height:140px;
	padding: 0 10px 0 0;
	overflow:hidden;
	width: 920px;
	position:relative;
}
#header h1 {
	margin: 0;
	padding: 0;
	float:left;
}
#footer {
	clear:both;
	color: #7a7a7a;
	margin: 50px 0;
}
#footer.index{
	padding-top:10px;
}
#footer.index table{
	margin-left:5px;
}
#description{
	margin-top: 185px;
	margin-left:-10px;
	position: relative;
}
#primary-content #description p{
	margin-right: 25px;
}
#leftdescription{
	width: 50%;
	padding: 0px;
	margin: 0px;
	position: absolute;
}
#rightdescription{
	width: 50%;
	float: right;
	padding: 0px;
	margin: 0px;
	position:relative;
}
#small-ads{
	margin-top: 15px;
	margin-left:-12px;
}
#small-ads img{
	float: left;
	margin-left: 10px;
	margin-right: 3px;
}
#small-ads img.first{
	margin-left: 5px;
	margin-right: 3px;
}
#small-ads img.last{
	margin-left: 11px;
	margin-right: 0px;
}
#contact-us{
	position:absolute;
	top:10px;
	left:30px;
	width:50%;
}
#contact-form{
	position:relative;
	margin-top:105px;
	margin-left:250px;
	padding-left:100px;
	width:50%;
}
#validate{
	color:#FF0000;
	font-size:10px;
	line-height:1.25;
	text-align:left;
}
*+html #footer{/* this is IE7*/
	margin:0;
	padding:0;
}
* html #footer{/* this is IE6*/
	margin:0;
	padding:0;
}


/* ----- CLASSES ----- */

.alert{
	color:#FF0000;
}
.bold{
font-weight: bold;
}
form.cmxform label.error, label.error {
display:none;
color: #ff0600;
font-size: 12px;
padding: 5px 0 0;
}
label.ss-q-title {
font-weight:bold;
}
.validate{
color:#FF0000;
font-size:10px;
line-height:1.25;
text-align:left;
}
.field{
float:left; 
margin-right:15px;
}

/* ----- HEADINGS ----- */

h1{
color: #3479a8;
font: bold 200% Franklin Gothic, Lucida Grande, Verdana, sans-serif;
margin: 25px 0 0 0;
}
h2{
color: #3479a8;
font: normal 170%/75% Franklin Gothic, Lucida Grande, Verdana, sans-serif;
margin: 12px 0 32px 0;
}
h2.admin{
color: #3479a8;
font: normal 150% Franklin Gothic, Lucida Grande, Verdana, sans-serif;
margin: 12px 0 0 0;
}
h3{
color: #000;
font: bold 130%/160% Franklin Gothic, Lucida Grande, Verdana, sans-serif;
}
h4{
color: #252525;
font: normal 120% Franklin Gothic, Lucida Grande, Verdana, sans-serif;
margin: 16px 0 0 0;
text-transform: uppercase;
}
#navigation h4{
color:#FFF;
font: bold 120% Franklin Gothic, Lucida Grande, Verdana, sans-serif;
line-height:2;
margin: 0;
text-transform: uppercase;
}
#footer h1{
color: #3c7aa4;
font: bold 100% Franklin Gothic, Lucida Grande, Verdana, sans-serif;
margin: 5px 0;
text-decoration:underline;
}

/* ----- PARAGRAPHS ----- */

p{
}
#header p {
margin: 30px 0;
text-align: right; 
font: bold 95% Franklin Gothic, Lucida Grande, Verdana, sans-serif;
}
#navigation p{
font: normal 90% Franklin Gothic, Lucida Grande, Verdana, sans-serif;
line-height:1.4;
}
#primary-content p{
margin: 0 150px 0 0;
}
#description1 p{
margin: 0px 20px 0px 0px;
}
#description2 p{
margin: 0px;
}
#footer p {
margin: 20px 0;
text-align: center; 
}
#footer table p {
margin-top: 0;
text-align: left;
}

	

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
padding: 0;
}
li p{
}
ol{
}
ul{
color: #000;
font: 11px Franklin Gothic, Lucida Grande, Verdana, sans-serif;
text-transform:none;
list-style: disc;
margin: .5em 1em;
padding-left:15px;
}
ul.admin{
color: #fff;
font: bold 100% Franklin Gothic, Lucida Grande, Verdana, sans-serif;
text-transform: uppercase;
}
ul.content{
color: #000;
font: 11px Franklin Gothic, Lucida Grande, Verdana, sans-serif;
text-transform:none;
list-style: disc;
margin: .5em 1em;
padding-left:15px;
}
ol li{
}
ul li{
}

ul.membershipapp li{
list-style: none;
margin-left: -25px;
}

#navigation li{
}
#navigation ul{
padding: 0;
margin: 0;
float: left;
width: 100%;
}
#navigation ul li{
display: inline;
}

#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES ----- */

img.secondary{
float:right;
padding:15px
}
img.title{
float:right;
border:1px solid #8e8e8e;
margin:-30px 0 0 0;
}

img.ad{
float:left;
margin:25px -5px;
}
img.adcenter{
float:left;
margin:25px 0;
padding:0 15px;
}
img.chart{
margin:0 105px;
}
a img{
}
a:hover img{
}

/* ----- BREAK ----- */

hr{
	background-color: #b6b6b6;
	border: 0;
	color: #b6b6b6;
	height: 1px;
	margin: 20px 0;
	width: 100%;
	}
	
*+html hr{/* this is IE7*/
	padding:0;
}
* html hr{/* this is IE6*/
	padding:0;
}


/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
color:#af1f24;
}
a:link{
font: 11px Franklin Gothic, Lucida Grande, Verdana, sans-serif;
text-decoration:underline;
/*font-weight:bold;*/
}
a:visited{
font: 11px Franklin Gothic, Lucida Grande, Verdana, sans-serif;
/*font-weight:bold;*/
}
a:hover{
text-decoration:none;
}
a:active{
}
a:focus{
}
#navigation a:link{
color:#FFF;
float:left;
background-image: url(../images/nav_bg.gif);
background-repeat:no-repeat;
display:block;
height:82px;
width:158px;
text-decoration:none;
padding: 15px 0 0 30px;
}
#navigation a:visited{
color:#FFF;
float:left;
background-image: url(../images/nav_bg.gif);
background-repeat:no-repeat;
display:block;
height:82px;
width:158px;
text-decoration:none;
padding: 15px 0 0 30px;
}
#navigation a:hover{
color:#FFF;
float:left;
background-image: url(../images/nav_bg-ovr.gif);
background-repeat:no-repeat;
display:block;
height:82px;
width:158px;
text-decoration:none;
padding: 15px 0 0 30px;
}
#navigation a:active{
color:#FFF;
float:left;
background-image: url(../images/nav_bg.gif);
background-repeat:no-repeat;
display:block;
height:82px;
width:158px;
text-decoration:none;
padding: 15px 0 0 30px;
}
#navigation a:link.about{
background-image: url(../images/nav_about.gif);
background-repeat:no-repeat;
}
#navigation a:visited.about{
background-image: url(../images/nav_about.gif);
background-repeat:no-repeat;
}
#navigation a:hover.about{
background-image: url(../images/nav_about-ovr.gif);
background-repeat:no-repeat;
}
#navigation a:active.about{
background-image: url(../images/nav_about.gif);
background-repeat:no-repeat;
}

#header a {
color:#FFF;
font: bold 95% Franklin Gothic, Lucida Grande, Verdana, sans-serif;
text-decoration:none;
margin: 10px;
}

#header a:hover {
text-decoration:underline;
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
vertical-align:top;
}
td{
text-align:left;
}

#business{
width:750px;
border-spacing: 0px;
border-collapse: collapse;
}
#table #business p{
margin:0;
}
#business tr{
vertical-align:top;
background-color: #e3f0f7;
}
#business tr.alt{
background-color: #f7f7f7;
}
#business tr.top{
font-weight: bold;
background: #4a70aa;
color: #FFFFFF;
}
#business td{
text-align:left;
padding: 4px 10px 15px 5px;
border: 2px solid #FFFFFF;
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}

