/* Phyllis Hawkins Associates CSS Repository */
/* Developed by Robert Palmer (http://rp-network.com) for Tullio-Hawkins (http://tullio-hawkins.com/) */

/* page structure */

body {
	width: 1000px;
	margin: 0 auto;
	background: white;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #58585a;
}

a {
	text-decoration: none;
	color: #ee3124;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: #7f828e;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0px 11px;
	margin-top: 20px;
}

h2 a {
	color: #7f828e;
}

h3 {
	font-size: 19px;
	line-height: 23px;
	padding: 0px 10px;
	color: #231f20;
	margin-bottom: 5px;
}

h3 a {
	color: #231f20;
}

h4 {
	font-weight: bold;
	padding: 0px 10px;
}

hr {
	height: 0;
	border:none;
	border-top: 1px solid #cdced0;
	margin: 10px 0px;
}

ul.nav {
	list-style: none;
	display: inline-block;
	font-family: Georgia, "Times New Roman", sans-serif;
	color: #322f31;
	font-size: 15px;
	margin-bottom: 9px;
}

[className="nav"] { 			/* for IE 7 */
 	margin-bottom: 0px;
}

ul.nav li a {
	color: #322f31;
}

ul.nav li {
	border-left: 1px solid #cdced0;
	height: 24px;
	text-align: center;
	padding: 0px 20px;
	float: right;
}

ul.nav li.last {
	padding-right: 0px;
}

/* ids */

#header {
	border-top: 9px solid #404041;
	padding-top: 43px;
	display: block;
	width: 1000px;
	height: 115px;
}

#header div.left {
	float: left;
}

#header div.right {
	float: right;
	line-height: 24px;
}

#header div.right img.nav {
	border-left: 1px solid #cdced0;
}

#banner {
	width: 1000px;
	height: 142px;
	display: block;
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}


#feature {
	width: 1000px;
	height: 430px;
	display: block;
	clear: both;
	overflow: hidden;
}

#feature img, #banner img {
	border: 1px solid #cdced0;
}

#flag {
	margin: 5px 0px 20px 0px;
	clear: both;
	background: #404041;
	padding: 7px;
	text-align: right;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: white;
}

#columns {
	display: inline-block;
}

#columns {
	display: block;
}

#columns p {
	padding: 0px 11px;
	margin-bottom: 15px;
}

#block_1 { /* middle */
	float: left;
	width: 29%;
	margin-left: 35%;
	margin-right: 2%;
}

* html #block_1 {  /* middle */
	display: inline;
}

#block_2 { /* left */
	float: left;
	width: 28%;
	margin-left: -66%;
	margin-right: 5%;
}

#block_12 {
	float: left;
	width: 66%;
}

#block_12 dl {
	width: 100%
}

#block_12 dt {
	float: left;
	width: 20%;
}

#block_12 dd {
	float: right;
	width: 80%;
}

#block_3 { /* right */
	float: left;
	width: 29%;
	margin-left: 5%;
}

#categories ul {
	list-style: disc;
	margin-left: 2.5em;
	margin-bottom: 1em;
}

#footer {
	margin-top: 10px;
	height: 75px;
	border-top: 1px solid #cdced0;
	padding-top: 10px;
	display: block;
	font-size: 11px;
}

#footer p.left {
	float: left;
}

#footer p.right {
	float: right;
}

#footer a, .gray {
	color: #818285;
}

#google {
	display: none;
}


/* classes */

.wsa {
	margin-top: 10px;	
}

.wsb {
	margin-bottom: 10px;
}

.arrow {
	line-height: 16px;
	vertical-align: top; 
	margin-top: 0px;
}

.hdrarrow {
	vertical-align: middle;
}

[className="arrow"] { 			/* for IE 7 */
 	vertical-align: middle;
}

.contact {
	color: #818285;
}

.hdr {
	border-top: 1px solid #cdced0;
	border-bottom: 1px solid #cdced0;
	margin-bottom: 10px;
	padding: 10px;
}

.headlines {
	min-height: 7.5em;
	display: block;

}

.critical {
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
}