/*
-----------------------------------------------
Touchpoint Publishing screen style
author:  briana como - www.u4eadesign.com
version:  1.1 - November 2008
----------------------------------------------- */

/* Page Structure
----------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 160%;
	background-color: #FFF;
	margin: 0;
	color: #666;
}

img {
	border: 0;
}
img.right {
	float: right;
	}

/* Set margin and padding to 0 for all elements */
 * {
	margin: 0;
	padding: 0;
}

/********************************************/
/* TEXT FORMATTING				*/
/********************************************/
h1 {
	font-size: 21px;
	color: #285a35;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 15px;
}
h2 {
	font-size: 18px;
	color: #701d1f;
	font-weight: normal;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 120%;
	}
h4 {
	font-size: 14px;
	color: #701d1f;
	font-weight: normal;
	}
.quote {
	font-family: Georgia, Times New Roman, serif;
	color: #274b5a;
	}
.quoter {
	font-size: 95%;
	color: #999;
}
p {
	margin: 0 0 30px 0;
	}
.emph {
	color: #000;
}
#mainContent ul {
	margin-bottom: 15px;
	margin-left: 10px;
}
#mainContent li {
	padding-bottom: 5px;
	line-height: 140%;
	margin-left: 5px;
}
.linklist {
	line-height: 130%;
}
ul#description  {
	border-left: solid 1px #ccc;
	padding-left: 10px;
	list-style-type: none;
	
	}
#description li {
	list-style-type: none;
	line-height: 120%;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	
	}

.blue {
	color: #274b5a;
}
.dkgrey {
	color: #333;
	}

		
/********************************************/
/* INTRO - default.asp				*/
/********************************************/
		
#flashcontent {
	text-align: center; /* need this to center divs horiz in IE 6 */
}

#noflash {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#defaultxt {
	width: 600px;
	margin-left: 250px;
	text-align: left;
	
	}

/********************************************/
/* HOME PAGES - touchpoint-publishing.asp				*/
/********************************************/

/* header */
#header {
	width: 900px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 10px;
	top: 17px;
}
#nav {
	font-family: Geneva, Arial, sans-serif;
	font-size: 10px;
	position: absolute;
	right: 20px;
	top: 50px;
}

#nav ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0 10px 0 0;
	list-style-type:none;
	display:inline;
}

/* main */
#main {
	width: 900px;
	height: 500px;
	margin: 0 auto;
}

/* tagline */
#tagline {
	width: 900px;
	height: 60px;
	margin: 0 auto;
	}

/* footer */
#footer {
	margin-top: 20px;
	}


#footer1 {
	width: 870px;
	margin: 0 auto;
	position: relative;
	
}
#footer2 {
	width: 870px;
	margin: 0 auto;
	position: relative;
	
}
#footer1 ul {
	
	list-style-type:none;
	margin: 0;
	
	padding: 0;
	position: absolute;
	left: 0;
	top: 1px;
}
#footer1 li {
	font-size: 11px;
	margin: 0 10px 0 0;
	list-style-type:none;
	display:inline;
}
#footer1 .footerTR {
	font-size: 10px;
	color: #ccc;
	
	position: absolute;
	right: 0;
	top: 1px;
	
	
}
#footer2 .footerBL {
	font-size: 10px;
	position: absolute;
	top: 0;
	left: 0;
}
#footer2 .footerBR {
	font-size: 10px;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
}

#footer1 a:link {color: #e0e0e0; text-decoration: none;}
#footer1 a:visited {color: #e0e0e0; text-decoration: none;}
#footer1 a:hover {color: #FFF; text-decoration: none;}
#footer1 a:active {color: #FFF; text-decoration: none;}

/********************************************/
/* SECONDARY PAGES				*/
/********************************************/
#container {
	text-align: center; /* need this to center divs horiz in IE 6 */
}

#content {
	width: 900px;
	margin: 0 auto;
	
	background: url(../images/mainContent_bg.gif) repeat-y;
	text-align: left; /* put text back to left */
}

#imagebar {
	height: 60px;
	}
#whitebar {
	width: 900px;
	height: 1px;
	background: #FFF;
	}
#colorbar {
	width: 900px;
	height: 19px;
	
	}
.redbar {
	background: #701d1f;
	}
.bluebar {
	background: #274b5a;
	}
#subnav {
	height: 30px;
	background: url(../images/subnav_bg.gif) bottom repeat-x;
	
	}
#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-left: 15px;
	}
#subnav li {
	list-style-type: none;
	display: inline;
	margin: 0 10px 0 0;
	font-size: 90%;
	}
#mainTop {
	background: url(../images/mainContent_bg.gif);
	height: 30px;
	margin: 0;
	
	}
#mainContent {
	width: 900px;
	margin: 0;
	
	
	
	}
	
#mainBot {
	background: url(../images/mainBot.gif);
	height: 30px;
	clear: both;
	}
#mainT {
	padding: 0 60px;
	}
	
#mainL {
	
	width: 360px;
	float: left;
	display: inline; /* fixes ie 6 double margin float bug */
	
	margin-left: 60px;
	
	
}
#mainR {
	
	width: 360px;
	float: right;
	display: inline; /* fixes ie 6 double margin float bug */
	margin-right: 60px;
	
}
#mainB {
	padding: 0 60px;
	clear: both;
	}
/* images */
#mainContent .bottom {
	margin-bottom: 50px;
	/*margin-left: -10px; doesn't work in ie6 */
	}
#mainContent img.header {
	margin-top: 15px;
	margin-bottom: 30px;
	/*margin-left: -10px; doesn't work in ie6 */
	}	

#mainContent img.arrow {
	margin-left: 3px;
	}
	
img.casestudy {
	margin-bottom: 10px;
	}
	
#portfolio {
	
	}
		
/********************************************/
/* Links				*/
/********************************************/


#subnav a:link {color: #666; text-decoration: none;}
#subnav a:visited {color: #666; text-decoration: none;}
#subnav a:hover {color: #333; text-decoration: none;}
#subnav a:active {color: #333; text-decoration: none;}

.linklist a:link {color: #274b5a; text-decoration: none;}
.linklist a:visited {color: #274b5a; text-decoration: none;}
.linklist a:hover {color: #701d1f; text-decoration: underline;}
.linklist a:active {color: #701d1f; text-decoration: underline;}

a:link {color: #701d1f; text-decoration: none;}
a:visited {color: #701d1f; text-decoration: none;}
a:hover {color: #000; text-decoration: underline;}
a:active {color: #000; text-decoration: underline;}