/* Copied & adapted from: history.state.gov newdesign css/styles.css 
   Assumes base blueprint css is imported first */

/* Additions: be sure to migrate these with new versions */

.warn  {background-color: pink; color: red; font-size: 16pt; line-height: 24pt; padding: 5pt; border:solid 2px black;}

.cancel  {background-color: lightgreen; color: green; font-size: 16pt; line-height: 24pt; padding: 5pt; border:solid 2px black;}

/* ====General Stuff==== */
body {
    background: #FFFFFF url(/resources/images/background_02.jpg) repeat-x;
    font-family: Verdana, Helvetica, Arial , sans-serif;
    font-size: 0.8em;
    color: black;
    margin: 0 25px 0 25px;
}
.container {
    background: #FFFFFF;
    border-top: 1px solid #DDDDE8;
    border-left: 1px solid #DDDDE8;
    border-right: 1px solid #DDDDE8;
    border-bottom: 1px solid #DDDDE8;
    margin-top: 15px;
    padding: 20px 20px 40px 40px;
    -moz-border-radius:1ex;
    -webkit-border-radius:1ex;
}
/*creates a space for the banner pieces*/

.content {
    min-height: 300px;
}

/* ==== BEGIN SYNTACTICA PUBLIC WEB SITE CSS ==== */
#banner {
	height: 58px;
	position: relative;
}

/*turns off the link hover feature for all banner images*/
#banner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*creates absolute positioning for the logo*/
#logo {
   float:left;
   margin-left: 5px;
}

/*creates absolute positioning for the text logo*/
#name {
	margin-left: 0px;
	margin-top: 5px;
}

/*Sets the background image and location for the top menu bar */
#menu {
	position: relative;
	height: 31px;
	width: 852px;
	left: 0px;
	background-image: url(/resources/images/menu.gif);
	z-index: 10;
}

/*Left side image for the menu bar*/
#menuLeft {
	background-image: url(/resources/images/menuLeft.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 31px;
	width: 15px;
	left: -15px;
}

/*Right side image for the menu bar*/
#menuRight {
	background-image: url(/resources/images/menuRight.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 31px;
	width: 15px;
	left: 852px;
	bottom: 0px;
	right: 0px;
	float: left;
}

/*sets position for the menu bar contents*/
#menu ul {
	left: 0px;
	position: relative;
	z-index: 100;
}

/*sets position for the menu bar links*/
#menu li {
	display: inline;
	line-height: 23px;
	position: relative;
	top: 4px;
}

/*following are rules for the menu bar link behavior*/
#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
}

#menu li a:link {
	text-decoration: none;

}

#menu li a:visited {
	text-decoration: none;
}

#menu li a:hover {
	color: #993333;
	text-decoration: none;
}

#menu li a:active {
	text-decoration: none;
}

/* ====Breadcrumbs====*/
#breadcrumbs ul {
    list-style-type: none;
}
#breadcrumbs ul li {
    display: inline;
}

/* ====Footer====*/
#footer {
    text-align: center;
    margin-top: 10px;
}

#footer-text {
    text-align: center;
}

#footer-hr {
    height: 4px;
    background-color: gray;
}
