*{
	margin:0px;
	padding:0px;	
	line-height:1em;
}

body{
	font-family: arial, verdana, sans-serif;
}

img{
	border:0px;	
	vertical-align: bottom
}

#page-wrapper{
	width:976px; /*originally 968px*/
	margin-left:auto;
	margin-right:auto;
}	

#menu{
	font-size:19px;	
	padding-bottom:4px;
	margin-top:5px;
	border-bottom:1px dotted #999999;
	margin-right:5px;
	float:left;
	width:963px;
}

#menu a{
	text-decoration:none;
	margin-left:4px;
	margin-right:4px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:3px;
	padding-top:3px;
	float:left;
}

#menu a.first{
	margin-left:0px;	
}

#icons {
	float:right;	
	width:120px;
}

#icons a{
	text-decoration:none;
	margin:0px;
	padding:0px;
	float:right;
	margin-left:5px;
}

#grid{
	margin-top:5px;	
	float:left;
	width:100%;
}

.object{
	float:left;
	margin-right:5px;
	position:relative;
	margin-bottom:5px;
	width:237px;
	background-color:#f8f8f8;	
	height:183px;
}

.object p{
	font-size:13px;
	color:#333333;
	padding:22px;
	padding-top:30px;
	display:block;
	line-height:16px;
}

.object a{
	color:#333333;
	text-decoration:none;
}
	

.object .label{
	position:absolute;
	margin-top:160px;
	font-size:12px;
	margin-left:11px;
}

.object .label.right{
	right:0px;
	margin-left:0px;
	margin-right:11px;
}


.object .fade{
	z-index:2;
	position:absolute;
	height:97px;
	width:237px;
	display: none; 
}

#home .object .label{
	position:absolute;
	margin-top:125px;
	margin-left:16px;
	width:170px;
	float:left;
}

#home h3 a{
	font-size:18px;	
	color:#f8f8f8;
	font-weight:normal;
	text-decoration:none;
	line-height:22px;
}

#two-rows {
	width:963px;	
	height:371px;
	float:left;
}

#two-rows #wrapper{
	margin-left:27px;
	margin-right:27px;
}

#two-rows .column {
	float:left;
	width:335px;
	margin-right:27px;
	margin-bottom:30px;
}

#two-rows h1{
	margin-top:52px;
	margin-bottom:18px;
	font-size:40px;	
	color:#333333;
	height:60px;
	font-weight:normal;
}

#two-rows p{
	margin:0px;
	padding:0px;
	line-height:18px;	
	margin-bottom:10px;
}

#two-rows p.tiny{
	margin-top:30px;
	font-size:10px;
}

#two-rows #logo{
	position:absolute;
	bottom:0;
	right:0;	
}

#contact form {
	width:310px;
}


#contact form p{
	margin-bottom:0px;
}

#contact form .field{
	width:300px;
	margin-bottom:5px;
}

#contact form .submit{
	line-height:16px;
	margin-top:5px;
}

#contact p.address{
	margin-top:16px;	
}

#faq select{
	width:300px;	
}

#faq p.question{
	font-weight:bold;
	font-size:14px;
	margin-bottom:3px;	
}

#copyright #two-rows{
	height:100%;
	padding-bottom:50px;
}

#copyright p.narrow{
	margin-right:210px;	
}

/* UPDATE start */

#copyright a
{
    text-decoration:underline;
}

#two-cols-three-rows {
	float: right;
	display: inline;
	width: 464px;
	height: 544px;
	padding: 15px 0 0 15px;
}

#two-cols-three-rows #logo{
	position:absolute;
	bottom:0;
	right:0;
}

#news-list {
	/*position: absolute;
	height: 330px;
	overflow: auto;*/
	z-index: 1000;
	list-style: none;
	padding: 0 10px 0 0;
	margin: 0;
	/*width: 452px;*/
}

#news-list h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 6px 0;
}

#news-list p {
	padding: 0 0 20px 0;
}

#news-list span.date {
	color: #375e89;
	font-size:12px;
}

#prenum-form {

}


table.ordertable tr td
{
	font-size:12px;
	padding-bottom:4px;
}

table.ordertable tr td input[type=submit]
{
	padding-top:3px;
	/*
	font-size: 12px;
	border: 1px solid #02457C;
	padding: 4px 2px 2px 2px;
	*/
}

#terms_container
{
    position: absolute;
    top: 230px;
    margin-left:-200px;
    left: 50%;
    width: 400px;
    overflow:hidden;
    z-index: 102;
    display: none;
    background: #fff;
    border: 1px solid #333;
	font-size: 0.8em;
	padding: 0px 15px 30px 15px;
}

#terms_container div.close
{
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
}

#terms_container div.close img
{
	border:0;	
}

#terms_container div.textholder
{
	padding:0px;
	height:90%;
	overflow:auto;
}

#terms_container div.textholder p
{
	line-height:1.3em;
}

#terms_container

.clickable
{
    cursor: pointer;
}