@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background:#fff;
	}

a:link {
	color: #333;
	}
a:visited {
	color:#000;
	}

img {
	border:none;
	float:right;
	}
	

/* layout structure */

#wrap {
	max-width:500px;
	max-width:1400px;
	background: url(img/wrap-bg1.gif) repeat-y 30% 0;
	}

/* header */

#header {
	border-bottom:3px solid #828377;
	background:#004a7b url(img/header-bg-blue.gif) repeat-x top left;
	}

#header h1 {
	margin:0;
	text-align:left;
	padding:25px 25px 25px 125px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	color:#ffffff;
	background:url(img/usalogobmd.gif) no-repeat top left;
	}

.title {
	font-size:60%;
	}
/* page info */

#pageinfo {
	margin:0;
	padding:10px;
	font-size:90%;
	color:#fff;
	text-align:center;
	background:#404530 url(img/message-bg.gif) repeat-x top left;
	}

/* content */

#content {
	float:right;
	width:70%;
	font-size:95%;
	line-height:1.5em;
	color:#333;
	}

#content h2 {
	margin: 0 0 1em 0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	color:#333333;
	}

#content h3 {
	margin: 0 0 1em 20px;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	font-style:italic;
	color:#333333;
	}
/* feature -- this is used to highlight a particular section within the content div, most likely the "this page is a place to start" disclaimer */

dl.feature {
	margin:15px 0;
	padding:15px;
	border-top: 1px dotted #ff3333;
	border-bottom: 1px dotted #ff3333;
	}

dl.feature dt {
	margin:0 0 .5em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	color:#000080;
	}

dl.feature dt img {
	float: right;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	}
	
dl.feature dd{
	font-size:90%;
	line-height:1.5em;
	color:#666;
	}

/* sidebar */

#sidebar {
	float:left;
	width:30%;
	}

/* rounded boxes! */
/* set background images for corners */
.box { 
	background:#fff; 
	margin:0 0 12px 0;
	padding:0;
	font-size:85%;
	line-height:1.5em;
	color:#000;}

.box h3 {
	margin:0;
	padding:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	color:#000;
	}

.box p, .box ul {
	margin:0;
	padding:0 12px;
	background: #fff;
	}

.box ul li {
	margin:0 0 0 12px;
	padding:0 0 0 18px;
	list-style:none;
	background:url(img/li-paw.gif) no-repeat 0 3px;
	}

.boxtop div  { background: url(img/box-tl.gif) no-repeat top left; }
.boxtop      { background: url(img/box-tr.gif) no-repeat top right; }
.boxbot div  { background: url(img/box-bl.gif) no-repeat bottom left; }
.boxbot      { background: url(img/box-br.gif) no-repeat bottom right; }

 /* height and width details */
.boxtop div, .boxtop, .boxbot div, .boxbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}

/* footer */

#footer {
	clear:both;
	margin:0;
	background:#828377 url(img/footer-bg.gif) repeat-x top left;
	}

#footer p {
	text-align:center;
	margin:0;
	padding:15px;
	font-size:85%;
	color:#333;
	}

/* gutters */

#content .gutter {
	padding:25px;
	}

#sidebar .gutter {
	padding:15px;
	}

/* hacks */

/*Hide from IE5/Mac \*/
* html #footer {height: 1%; }
/*end hide from IE5/Mac */


