
/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#666666;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#cccccc;
	}
	
a:link,a:visited	{ color:#ccc; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#ccc; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
	

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	width:936px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	text-align:center;
	margin-top:18px;
	}
	
/* nav ----------------------------------------------------------------*/

#nav {
	width:936px;
	margin:10px auto 0;
	text-align:center;
	font-size:12px;
	}

#nav li { 
	padding:0 52px 0 52px;
	display: inline;
	}
	
#nav a:link, #nav a:visited { color:#ccc; text-decoration:none; }
#nav a:hover, #nav a:active { color:#ccc; text-decoration:none; }

/* ----- content-home ----- */

#column-home {
	width:936px;
	float:left;
	}
	
	#column-home p {
		text-align:center;
		padding:250px 0 250px 0;
	}
	
	#column-manifesto p {
		text-align:left;
		font-size:12px;
		margin-bottom:10px;
	}

/* ----- content-left ----- */

#column-left {
	width:156px;
	float:left;
	}
	
	/* single column list */
	#column-left ul { padding-left:5px; text-align:right; margin-right:10px; margin-top:10px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:10px; /* pushes text to the right to display bg img */
			}

#showcase {
	overflow:scroll;
	width:758px;
	height:534px;
	margin-left:6px;
}

			
/* ----- content-right ----- */

#column-right {
	background:url("../images/white_bg.gif") no-repeat;
	width:780px;
	float:left;
	height:534px;
	}

	
	 
	
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/hr.gif");
	height:21px;
	clear:both;
	width:100%; /* fix for Safar */
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:936px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	}

#footer a:link, #footer a:visited { color:#ccc; text-decoration:none; }
#footer a:hover, #footer a:active { color:#ccc; text-decoration:none; }

#footer li { 
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #ccc;
	}

	#footer li.first { border: none; }


