/*@import url("css/global.css");*/
/* BASIC */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#DBDFEA;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#footer {
	float: left;
	width: 760px;
}



#side1 {
	float: top left; 
	padding: 3px 0px;
	
}

#side2 {
	float: top left; 
	padding: 3px 0px;
	
}
	
	
#side3 {
	float: top left; 	
	padding: 3px;	
}


#box {
	float: left;
	width: 270px;	 
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	
}

#box_p {
	float: left;
	width: 270px;	 
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	
	
}

#box2 {
	float: left;
	width: 337px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#box3 {
	float:left;
	width: 210px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 2px;
}



#pbox {
	float:left;
	width: 200px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 0px;	
	padding-bottom:0px;
}

#maincontent {
	float: left;
	width: 300px;
	padding-top: 15px;
	padding-left: 10px;
}

#rightcontent {
	float: left;
	width: 150px;
	padding-top: 15px;
	padding-left: 10px;
}


#searchform {
    margin: 0px;
    padding: 0px;
    margin-top: 2px;
}

#searchform input {
    font-size: 0.9em;
}

#searchform input.submit {
    background-color: #D6D6D6;
    margin-left: 3px;
}


h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
	border: none;
}

/* LAYOUT */

#banner {
	background:url(../images/logo2.jpg) no-repeat left;
	height: 118px;
	
}

#topmenu {
	
	height: 24px;
	background-repeat: no-repeat;
	background-position: left center;
}

/*topmenu*/
#buttons li {
	float: left;
	padding: 0;
	margin: 0;
}

#buttons li.last {
    float: right;
}

#buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/bg_nav.png) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
}

#buttons li a, #buttons li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 1px solid #000;
	display: block;
	font: bold 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#buttons li a:hover {
	background: url(images/bg_nav_h.png);
}

/* IE 6 hack to make entire button clickable */
/** html #mainNav a { width: 1px; } */

/* NAVIGATION */


#logo {
	display:block;
}


#home #mainNav a#homelink,
#feature #mainNav a#featureLink {
	
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
}


/* BANNER STYLES */
#banner img {
	float: left;
}
#banner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#banner li {
	display: inline;
	float: right;
	margin-right: 5px;
	padding-bottom: .5em; /* to display bottom border on links in IE */
}




/*box*/
#box .story {
	color: #333;
	padding: 5px 5px;	
	display: block;
	text-decoration: none;
	line-height: 110%;
	background-color:#F3F3F3;
}

#box .boxbkgray {
	border: 1px dashed #A2ABEA;      
	background-color:#F3F3F3;

}

#box .pictureboxbkwhite {	 
	background-color:#FFF;
	margin-left:5;

}

#box p.title {
	font-size: 1em;	
	color: #333;		
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#box span.title {
	font-size: 1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
}




#box .link {
	color: #333;
	padding: 5px 5px;
	display: block;

}
#box span.readlink {
	font-size: 0.9em;
	display: block;	
	color:#00F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#box a.story:hover {
	color:#009;
	background:#F2F7A6;
}

* html #box a {
	height: 1px;
}



#box h3 {
	background:#CCC;
	color:#000;
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#box h3 span {
	background: url(images/down.png) no-repeat;
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}

#box p {
	margin-top:5;
	margin-left:5;
	margin-right:5;
	margin-bottom:2; 
		
}

#box ul.list {
	margin-left:20;
	margin-top:5;	
	margin-right:5;
	list-style:square;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*box2*/
#box2 .story {
	color:#FFC;
	padding: 5px 5px;
	display: block;
	text-decoration: none;
	line-height: 110%;
	background-color:#CCC;
}
#box2 span.title {
	font-size: 1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#box2 p {
	margin-top:10;
	margin-left:5;
	margin-right:5;
	margin-bottom:2; 	
}

#box2 .boxbkgray {
	border: 1px double #A2ABEA; 

}

#box2 .boxbkyellow {
	border: 1px dashed #A2ABEA;    
	background-color:#FEFDDE;

}
#box p.title {
	font-size: 1em;		
	color:#666;	
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#box2 .link {
	color: #333;
	padding: 5px 5px;
	display: block;

}
#box2 span.readlink {
	font-size: 0.9em;
	display: block;	
	color:#00F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#box2 a.story:hover {
	color:#004080;
	background:#F2F7A6;
}

* html #box2 a {
	height: 1px;
}

#box2 h3 {
	background:#A4A4A4;
	color:#000;
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
#box2 h3 span {	
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}

#box2 p {
	margin-top:5;
	margin-left:5;
	margin-right:5;
	margin-bottom:2; 
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#box2 a.img {
	 float:right;
	 clear: right;
	 padding-top:5px;
}


/*box2_1p*/
#box2_1p {
	float: top left;
	width: 820px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 10px;	
}

#box2_1p .story {
	color:#FFC;
	padding: 5px 5px;
	display: block;
	text-decoration: none;
	line-height: 110%;
	background-color:#F3F3F3;
}
#box2_1p span.title {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	line-height: 120%;
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#box2_1p p {
	font-size: 1em;
	margin-top:10;
	margin-left:5;
	margin-right:5;
	margin-bottom:2; 
	
}

#box2_1p .boxbkgray {
	border: 1px double #A2ABEA; 

}

#box2_1p ul.list {	
	padding: 10px 0px 2px 25px;
	list-style-type:disc;
	list-style-position:outside;
	line-height: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#box2_1p .boxbkyellow {
	border: 1px dashed #A2ABEA;    
	background-color:#FEFDDE;

}
#box p.title {
	font-size: 1em;		
	color:#666;	
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#box2_1p .link {
	color: #333;
	padding: 5px 5px;
	display: block;

}
#box2_1p span.readlink {
	font-size: 0.9em;
	display: block;	
	color:#00F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#box2_1p a.story:hover {
	color: #4A761D;
	background:#FFF;
}

* html #box2_1p a {
	height: 1px;
}

#box2_1p h3 {
	background:#CCC;
	color:#000;
	font-size: 1.1em;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#box2_1p h3 a {
	color:#004080;
	background:#CCC;
	text-decoration: none;
	
}

#box2_1p h3 a:hover {
	color:#00F;	
}
#box2_1p h3 span {	
	position: absolute;
	right: 10px;
	height: 48px;
	width: 48px;
	top: 4px;
	z-index: 10;
}

#box2_1p p {
	margin-top:5;
	margin-left:5;
	margin-right:5;
	margin-bottom:2; 
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
	
/* presstable */
#tbox {
	float: top left;
	width: 750px;	 
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 5px;
	
}
 
#certifiedbox {
	float: top left;
	width: 800px;	 
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	
}

#certifiedbox table {
		border-collapse:collapse;
		background:#EFF4FB #feffee; repeat-x;
		border-left: 1px solid #686868;
		border-right: 1px solid #686868;
		font: 12px 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}


#certifiedbox td, th {
		padding: 5px;
}


#certifiedbox td.subhead {
	   	font: 14px 'Trebuchet MS',helvetica,arial,verdana;
		color:#333;
	
}

#certifiedbox a.subhead {
		padding-left: 5px;
		color:#333;
		text-decoration:none;
}

#certifiedbox caption {
		padding: 0 0 5px 0;
		text-align: left;
		font-size: 1.1em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

caption {
		padding: 0 0 5px 0;
		text-align: left;
		font-size: 1em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

#certifiedbox table a {
		color:#0114C5;
		text-decoration:none;
}

#certifiedbox table a:link {}

#certifiedbox table a:visited {
		font-weight:normal;
}

#certifiedbox table a:hover {
		border-bottom: 1px dashed #A21404;
}

#certifiedbox table.message {
		border-collapse:collapse;
		background:#EFF4FB #feffee; repeat-x;
		border-left: 1px solid #686868;
		border-right: 1px solid #686868;
		border-top: 1px solid #686868;
		font: 12px 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

/* =head =foot
----------------------------------------------- */

#certifiedbox thead th, tfoot th, tfoot td {
		background:#333 url(llsh.gif) repeat-x;	
		font: 14px 'Trebuchet MS',helvetica,arial,verdana;
		color:#fff;
		
		
}


#certifiedbox tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */



tbody th, tbody td {
		border-bottom: dotted 1px #333;
}


tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

.odd {}

tbody tr:hover {
		background:#d8d9cc;
}

#print_box2_1p {
	margin-top:4;
	margin-bottom:0;	
}

/*footer*/

#footer {
	float: center;
	width: 848px;	
}


#footer p {
	padding-top: 5px;
	padding-right: 5px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#footer a:hover {		
	color:#00F;
}

#footer a {	
	text-decoration: none;
	color:#333;
}


