*
{
	margin:0;
	padding:0;
}

#container
{
	width:763px;
	text-align:left;
	position:relative;
	margin:1em auto;
}

#content
{
	background-color:#FFF;
	width:564px;
	margin-top:0 word-wrap:break-word;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}

#content h1,#content h2,#content h3,#content h4,#content h5
{
	margin:3px 0 4px;
}

#content p {
	margin: 3px 0 10px;
}

#content.minheight
{
	height:200px;
}

#content.wide
{
	width:100%;
	border: 1px solid #E9EDF4;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#flash
{
	padding-top:45px;
	background-repeat:no-repeat;
	background-position:24px 0;
	margin:1.5em 0;
}

#flash p
{
	background-color:#fff;
	font-size:2.12em;
	line-height:1.2em;
	font-weight:700;
	padding:.5em;
}

#footer
{
	text-align:center;
	margin-top:.7em;
	line-height:1;
	background:#fff;
	white-space:nowrap;
	padding:8px 0;
}

#footer li
{
	display:inline;
	padding:0 4px;
}

#footer li.first:before
{
	content:'';
	padding-right:0;
}

#header.no-nav
{
	text-align:left;
}


.clear
{
	clear:both;
}

.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.columns
{
	margin-bottom:15px;
	width:100%;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.round
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.round-bottom
{
	-moz-border-radius-topright:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-top-right-radius:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

.round-bottom-left
{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
}

.round-bottom-right
{
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}

.round-left
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

.round-right
{
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

.round-top
{
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-bottom-left-radius:0;
}

.round-top-left
{
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}

.round-top-right
{
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}

.wrapper
{
	padding:5px 10px 15px;
}

a
{
	text-decoration:none;
	color:#2276BB;
}

body
{
	text-align:center;
	font:.75em 'Lucida Grande',sans-serif;
	color:#333;
}

img
{
	border-color:transparent;
	border-width:0;
}

ul li {
    list-style: none;
}

h1#logo a {
background:transparent url(logo.png) no-repeat scroll 0 0;
display:inline-block;
height:55px;
padding:11px 0 0 5px;
text-indent:-9999px;
width:400px;
}

ul.inline {
    display: block;
    margin-bottom: 10px;
}

ul.inline li {
    float: left;
    padding-right: 10px;
}
