/* -------- Universal Styles -------- */
body {
	margin: 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333;
}

img {
	border: none;
}

a:link  {
	color: #1d1d7d;
}

a:visited  {
	color: #1d1d7d;
}

a:hover {
	text-decoration: none;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.title {
	margin: 0 0 20px 0;
}

.sideposter {
	margin: 50px 0 0 0;
	text-align: center;
}	

.sideposter p {
	margin: 0;	
	padding: 5px 21px 0 21px;
	text-align: left;
	font-family: arial;	
	font-size: 10px;
	color: #999;
}

.img {
	margin: 0;
	padding: 4px;
	background-color: #fff;
	border: 1px dashed #ccc;
}

.imgleft {
	float: left;
	margin: 0 5px 0 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
}

.imgright {
	float: right;
	margin: 0 0 0 5px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
}

.small {
	font-family: arial;	
	font-size: 10px;
	color: #999;
}

h3 {
	margin: 20px 0 5px 0;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 13px;
	color: #BF0000;
}

.clear {
	clear: both;
}

/* -- List Styles -- */

ul#facts {
	margin: 0 0 0 20px;
	padding: 0;
	color: #000;
}

ul#facts li {
	margin: 0 0 10px 0;
	list-style-image: url(/images/li_check.gif);
}

ul#facts li ul {
	margin: 10px 0 10px 25px;
	padding: 0;
	font-weight: normal;
	font-family: verdana;
	font-size: 12px;
	letter-spacing: 0px;
}

ul#facts li ul li {
	list-style-image: url(/images/li_dash.gif);
	color: #777;
	margin: 0;
}

*html ul#facts li ul li {
	list-style-image: url(/images/li_dash_ie.gif);
	color: #777;
	margin: 0;
}

#pubs li {
	margin: 10px 0 0 0;
}

/* -------- Layout Styles -------- */

#bg_wrap {
	margin: auto;
	width: 778px;
	background: url(/images/bg_shadow.gif) repeat-y;
}

#wrap {
	position: relative;
	margin: auto;
	text-align: left;
	width: 760px;
}

* html #wrap {
	margin-bottom: -1px;
}

#header {
	height: 70px;
}

/*Begin Nav Structure*/
#nav {
    width: 583px;
	height: 33px;
    background: url(/images/nav.gif);
    margin: 0 0 0 177px;
	padding: 0;
    position: relative;
}
	
#nav li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	top: 0;
}
	
#nav li, #nav a {
	height: 33px;
	display: block;
	text-indent: -1000em;
    overflow: hidden;
    text-decoration: none;
}

#nav1 {left: 0; width: 48px;}
#nav1 a:hover {background: transparent url(/images/nav.gif) -0px -33px no-repeat;}

#nav2 {left: 48px; width: 103px;}
#nav2 a:hover {background: transparent url(/images/nav.gif) -48px -33Px no-repeat;}

#nav3 {left: 151px;	width: 78px;}
#nav3 a:hover {background: transparent url(/images/nav.gif) -151px -33px no-repeat;}

#nav4 {left: 229px;	width: 78px;}
#nav4 a:hover {background: transparent url(/images/nav.gif) -229px -33px no-repeat;}

#nav5 {left: 307px;	width: 97px;}
#nav5 a:hover {background: transparent url(/images/nav.gif) -307px -33px no-repeat;}

#nav6 {left: 404px;	width: 74px;}
#nav6 a:hover {background: transparent url(/images/nav.gif) -404px -33px no-repeat;}

#nav7 {left: 478px;	width: 105px;}
#nav7 a:hover {background: transparent url(/images/nav.gif) -478px -33px no-repeat;}
/*End Nav*/

#content {
	margin: 0 0 0 185px;
	padding: 20px 10px 20px 0;
	line-height: 1.5em;
}

#side {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 178px;
	z-index: 50;
}

#side form {
	margin: 0 0 0 5px;
}

* html #side form {
	margin: 0 0 0 15px;
}

#side form select, #side form input {
	font-size: 10px;
}

#footer {
	margin: 0;
	padding: 4px 5px 0 10px;
	color: #fff;
	/*color: #878787;*/
	font-size: 10px;
	font-family: arial, sans-serif;
	background-color: #1D1D7D;
	/*background-color: #E7E7E7;*/	
}

#footer  a {
	color: #666666;
}

#capbottom {
	height: 13px;
	background: url(/images/bg_footer.gif) no-repeat bottom;
}

/* -- Form Layout -- */

#form {
	width: 400px;
	margin: 10px 0 20px 0;
}

div.row {
	clear: both;
}

div.row span.label {
	margin: 5px 0 0 0;
	float: left;
	width: 65px;
	text-align: right;
}

div.row span.formw {
	margin: 5px 0 0 0;
	float: left;
	padding-left: 10px;
	width: 40px;
	text-align: left;
}

.input {
	color: #000;	
	font: 11px verdana;
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
}

/* -- Reviews -- */

.review {
	margin: 0 0 10px 0;
	padding:  0 0 10px 0;
	border-bottom: 1px dashed #ccc;
}

.review p {
	margin: 5px 0 0 0;
	padding: 0;
	color: #777;	
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-style: italic;
}

/* -- Excerpts -- */

.excerpt {
	width: 275px;
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
	text-align: center;
}

/* -- Press Room -- */

.presslogo {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
}

.headline {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}

.source {
	float: left;
	margin: 0 0 10px 0;
	font-family: arial;	
	font-size: 11px;
	color: #777;
}

.dateline {
	float: right;
	margin: 0 0 10px 0;
	text-align: right;
	font-family: arial;	
	font-size: 11px;
	color: #777;
}

.back {
	font-size: 11px;
}

/* -- Important Menu -- */

#important {
	height: 36px;
	margin: 0 0 15px 0;
	padding: 3px 10px 0 10px;
	line-height: 1.4em;
	font-size: 10px;
	color: #999;
	background: url(/images/bg_hm_important.gif) no-repeat;
}

#important a {
	text-decoration: none;
}

#important a:hover {
	text-decoration: underline;
}

/* -- Pres Quotes -- */

.pres {
	margin: 0;
	padding: 10px 0 10px 0;
	min-height: 140px;
	border-bottom: 1px dashed #ccc;
}

*html .pres {
	margin: 0;
	padding: 10px 0 10px 0;
	height: 140px;
	border-bottom: 1px dashed #ccc;
}

.pres p {
	margin: 0 0 5px 0;	
	padding: 10px 0 0 0;
}

.pres em {
	color: #777;	
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-style: italic;
}

/* -- Myhts -- */

.myth {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;
}

.myth strong {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #BF0000;
}