/* CSS Document */

/* General Styles
----------------------------------------------------- */
html {
	margin-bottom: 1px;
	min-height: 100%;
}

body {
	background: #ccc;
	color: #666666;
	font: 62.5%/180% verdana, arial, helvetica, sans-serif;
}

#wrapper {
	margin: 30px auto;
	position: relative;
	width: 760px;
	background: #FFF;
	border: 3px solid #174197;
border-radius:20px;
-moz-border-radius:20px;
-webkit-border-radius:20px;
}

#nav_access {
	position: absolute;
	text-indent: -9999px;
}

.entry {
	clear: both;
}

.round {
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
}

/* Structure
----------------------------------------------------- */
#branding {
	height: 50px;
	position: relative;
border-bottom:1px solid #ccc;
border-radius:20px;
-moz-border-radius:20px;
-webkit-border-radius:20px;
padding-bottom:20px;
}

#branding h1 {
	margin: 0 ;text-align:center;padding:30px 0;color:#174197;font-weight:normal;
font-family:Georgia, "Times New Roman",serif;font-size:2.5em;letter-spacing:-1px;}
h2{font-size:1.8em;}
#content_main {
	display: inline;
	float: left;
	margin: 30px 20px 10px;
	width: 470px;
}

#content_main p,#content_main ul{font-size:1.2em;line-height:1.7}
#content_secondary p{font-size:1.1em}
#content_secondary {
	display: inline;
	float: right;
	margin: 20px 25px 5em 0;
	padding: 0 0 0 20px;
	width: 200px;
border-left:1px solid #eee;
}

#content_extra {
	background: url(../images/content_extra-bg.png) #78a932 repeat-x top;
	border-bottom: 3px solid #618c29;
	border-top: 3px solid #618c29;
	clear: both;
	float: left;
	line-height: 1.4;
	margin-top: 15px;
	padding: 10px 0;
	width: 100%;
}

#site_info {
	background: #484848;
	float: left;
	height: 50px;
	width: 100%;
}

/* Header Styles
----------------------------------------------------- */
#logo {
	float: left;
	Have
	height: 96px;
	margin: 10px 0 0 20px;
	width: 196px;
}

#logo a {
	display: block;
	height: 96px;
	width: 196px;
}

#logo a img {
	border: 0;
}

#postit {
	background: transparent url(../images/post-it.png) no-repeat scroll left top;
	height: 175px;
	position: absolute;
	right: 270px;
	text-indent: -9999px;
	top: 13px;
	width: 176px;
}

#postit a.email {
	display: block;
	height: 100px;
	left: 26px;
	margin: 0 auto;
	position: absolute;
	top: 30px;
	width: 120px;
}
.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

td p {margin:0.5em}
h2 {}
