/* Undo defaults block */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* Fix PNGs for IE */
 img, div, input { behavior: url("/new/images/iepngfix.htc") }


body {
	background-repeat: repeat-x;
	font-family: Helvetica,sans-serif;
	font-size: 14px;
	line-height: 19px;
	padding-left: 145px
}

#container {
	width: 720px;
	overflow: visible;
	margin: 0 auto;
}

#left {
	width: 450px;
	padding: 0 20px 100px 0;
	float: left;
}

#right {
	width: 250px;
	float: left;
}

#banner {
	padding-left: 0;
}

#menu {
	width: 250px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 25px;
	
}

	#menu ul { width: 250px; margin: 35px 0 0 0; }
	#menu ul li {	
					color: #fff;
					
					border-top: 1px solid #fff;
					line-height: 
					}



#content { margin: 0; padding: 0
}

#content-inner {
	margin-top: 30px;
}

	#content-inner .illustration {
	border-top: 1px solid #000;
	margin: 112px 0 0 0;
	padding: 20px 0 0 0;
	width: 125px;
	float: left;
        margin-left: -145px;
	}

	#content-inner .block, 	#content-inner .titling {
	border-color: #000;
	width: 450px;
	display: block;
	}

	#content-inner .block {
	padding-top: 0px;
	margin-bottom: 36px;
	}

	#content-inner ul {
	list-style: url(/new/images/bullet.gif);
	}

#sidebar {
	border-color: #333;
	width: 250px;
	margin-top: 47px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

.titling {
	border-top: 2px solid;
	border-bottom: 1px solid;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;
	padding: 5px 0 5px 0;
	height: 100px;
	margin-bottom: 20px;
	font-family: Helvetica,sans-serif;
}

.listing-large {
	border-top: 1px solid #777;
	margin-top: 18px;
	padding-top: 10px;
}

.listing-large h1 { font-size: 14px; color: #777; line-height: 14px; }

h1 {    font-family: Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	}
	
h2 {	
        margin-top: 17px;
        border-top: 1px solid;
        margin-bottom: 10px;
        padding-top: 8px;
        font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0; }

.titling h2 {
        border: 0;
        margin: 0;
        padding: 0;
	}

	
p {
	margin: 0 0 15px 0; }

.caps {
		font-size: smaller;
		text-transform: uppercase;
		letter-spacing: 1px;	}

blockquote {
		font-size: 90%; margin: 0 20px 20px 20px; }

h3 { font-weight: bold;  }


/* link style */

a:link, a:visited, a:active, a:hover {
color: black;
}

p a:link, p a:visited, p a:active, p a:hover {
border-bottom: 1px solid #ccc;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active {
border: 0; color: white; text-decoration: none;
}

a div.more { background: url(../images/more.gif) no-repeat top right; width: 100%; height: 29px; }
a:hover div.more { background-image:url(../images/moreover.gif)}

