/* this is a rigid two-column layout that slides to the center of the browser window */

html { width: 100%; }

body {
	background: #fff;
	font-family: times, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #003;
}

/* containers - thanks to http://www.inknoise.com/experimental/layoutomatic.php */

		#container {
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
		}

		#banner {
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			background-color: #f00;
			height: 101px;
			background-image: url("img/banner-ciapnyc.gif");
			background-position: 30px 0px;
			background-repeat: no-repeat;
		}

		#innercontainer {
			width: 800px;
			margin: 0px;
			
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
		}
		
		#navbar {
			font-family: courier, sans-serif;
			font-size: 40px;
			position: relative;
			margin-bottom: 20px;
			background: #000;
			padding: 0px 6px 12px 38px;
				}

		#main-column {
			float: left;
			width: 474px;
			\width: 474px;
			w\idth: 474px;
			margin-bottom: 25px;
		}

		#sidebar {
			float: left;
			width: 250px;
			\width: 250px;
			w\idth: 250px;
		}
		
		#sidebar-module-1 { /* clear modules for photos */
			margin: 0px 0px 0px 30px;
			margin-left: 110px;
			padding-bottom: 10px;
		}

		#sidebar-module-2 { /* red modules for text */
			padding: 5px 15px 15px 15px;
			background: #f00;
			margin-left: 110px;
			width: 220px;
			\width: 220px;
			w\idth: 220px;
		}

		#footer {
			clear: both;
			padding: 1px 1px 1px 10px;
			background-color: #000;
		}


/* drags divs down to contain floated images - thanks to http://positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    class: clearfix floatholder;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/* image styles */

img {
	border: none;
}

img.banner {
	border: none;
}

img.inset {
	border: none;
	float: left;
	margin: 0px 15px 5px 0px;
}



/* normal link styles */

a:link {
	color: #f00;
	text-decoration: none;
}

a:visited {
	color: #f00;
	text-decoration: none;
}

a:active { 
	color: #f00; 
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

/* nav link styles */

a.nav {
	font-weight: bold;
	font-size: 12px;
	padding: 1px 8px;
	min-width: 75px;
	text-transform: uppercase;
	color: #fff;
}
  
a.nav:active { 
	color: #fff; 
	text-decoration: none;
}

a.nav:hover { 
	color: #fff;
	text-decoration: none;
	background-color: #f00;
}

/* sidebar link styles */

a.sidebar {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
  
a.sidebar:active { 
	color: #fff; 
	text-decoration: none;
}

a.sidebar:hover { 
	color: #000;
	text-decoration: underline;
}

/* text styles */

h1 {
	font-size: 18px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-size: 11px;
	line-height: 12px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
}

p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
}

p.sidebar {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

ol, ul {
	margin-left: 30px;
}

li {
	margin-top: 10px;
}


/* standard sIFR styles and decoy styles to hide browser text before it's replaced - thanks to http://muledesign.com */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
	line-height: normal;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9pt;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6pt;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5pt;
}

.sIFR-hasFlash h5 {
	visibility: hidden;
	letter-spacing: -5pt;
}

.sIFR-hasFlash h6 {
	visibility: hidden;
	letter-spacing: -5pt;
}