/* DO NOT EDIT THIS FILE */
/* Make Modifications in main.css */

@import url("/style/frontend.css");
@import url("/style/nav.css");
.people-names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #970002;
	line-height: 12px;
}

/*
-----------HTML Elements---------
*/
body {
	background: #ffffff url(/images/body-bkgd.gif) repeat-x;
}

body, td, th, li, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.6em;
}

a {	
	color: #970002;
}

a:hover {
	text-decoration: none;
}

p { 
	margin: 0 0 1em 0;
	line-height: normal; 
}

h1 { 
	color: #006B65;
	font-size: 16px;
	margin: 0 0 10px 0;
}


h2 { 
	color: #006A65;
	font-size: 20px;
	margin: 0 0 1em 0;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 20px;
}

h3 {
	color: #333333;
	font-size: 16px;
	margin: 0 0 1em 0;
}

h4 {
	color: #666666;
	font-size: 14px;
	margin: 0 0 1em 0; 
}

h5 {
	color: #000;
	font-size: 12px;
	margin: 0 0 0.5em 0; 
}

p.home {
	margin: 1em 82px;
}

/*
-----------Site-wide Tags-----------
*/


.altRow
{
	background-color:#ccc;
}

.imgLt, .imglt {
	margin: 0 1.25em 1em 0;
	float: left;
}

.imgRt, .imgrt {
	margin: 0 0 1em 1.25em ;
	float: right;
}


/*
-----------Page Layout-----------
*/
#content
{

}

#pageWrap {
	width: 980px;
}

#pageContent {
	float: right;
	width: 770px;
	padding: 20px;
	text-align: left;
}

#Home #pageContent {
	padding: 0px;
}

#mainContent{
	width: 100%;
}

#secContent {
	width: 200px;
	margin: 0 20px 10px 0;
}

#tertiaryContent {
	width: 200px;
	margin: 0 0 10px 20px;
}

/*
-----------Header-----------
*/
#header {
	height: 166px;
	background: transparent;
	position: relative;
}
#header .logo {
	position: absolute;
	bottom: 0px;
	left: 41px;
}

#header .mcdonald {
	position: absolute;
	bottom: 0px;
	right: 65px;	
}

#header a {
	color: #fff;
}


/*
----------Nav Design-----------
*/

#navWrap {
	margin-top: 46px;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	text-transform: lowercase;
	color: #970002;
	float: left;	/* fixed extra spacing under any nav that has second level */
	width: 150px;
}

.nav p a {
	display: block;
	margin: 0;
	padding: 2px 10px;
	line-height: 21px;
	width: 130px;
	color: #006a65;
	text-decoration: none;
	font-size: 12px;
}

.nav p a:hover {
	background: #c4d9c6;
	color: #000000;
}

.nav ul {
	/*This forces the dropdown to appear above the calendar on the events page*/
	float: left;	/* fixed extra spacing under any nav that has second level */
	z-index: 100;
}

.nav li {
	position: relative;
	float: left;	/* fixed extra spacing under any nav that has second level */
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.nav ul ul {
	margin-top: -24px;
	margin-left: 150px;
}

.nav li a {
	zoom: 1;
	margin: 2px 0px;
	padding: 0px 10px;
	line-height: 21px;
	width: 130px;
	color: #6b6b6b;
	text-decoration: none;
}

.nav li a:hover {
	background: #c4d9c6;
	color: #000000;
}

.nav li ul {
	border: solid #ffffff 1px;
	width: 230px; /* Equals width of (.nav li ul li a) plus the left/right padding */
}

.nav li li a {
	border-bottom: solid #75a09e 1px; /* keeps IE6 from displaying submenu items with excess space below. */
}

.nav li ul li a {
	text-align: left;
	background-color: #c4d9c6;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 21px;
	margin: 0px;
	width: 210px;	 /* Any changes to these need to be reflect in (.nav li ul ul) and (.nav li ul) */
}

.nav li ul li a:hover {
	background: #F4E8D5;
}
	
.nav li.dd a { /* Class to differentiate items with flyouts; usually with a backgrdoun image of an arrow to the right */
}

.nav li.dd a:hover {
}

.nav li ul ul {
	margin-left: 230px; /* Equals width of (.nav li ul li a) plus the left/right padding */
	margin-top: -23px;
}

#navWrap li:hover, #navWrap li.sfhover { /* Fix for IE7 "Sticking" menus */
	position: static;
}	

#navicons {
	margin: 15px 0;
	padding: 20px 0;
	border-top: 3px solid #CCCCCC;
}

#navWrap span {
	margin-right: 10px;
}

.txtBox, .txtBox input {
	outline: none !important;
	border: none !important;
}

.txtBox {
	background: url(/images/inupt-bkgd.gif) top left no-repeat;
	border: none;
	padding: 1px 4px 3px 4px;
	line-height: 23px;
	width: 106px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.txtBox input {
	background: transparent;
	border: none;
	height: 20px;
	font-size: 11px;
	width: 104px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.submit {
	background: url(/images/input-submit-bkgd.gif) top left no-repeat;
	border: none;
	width: 21px;
	height: 18px;
}

/*
-----------General Column Formatting-----------
*/

#tblHeader {
	vertical-align: top;
}

#tblContent {
	padding: 0px 10px 0px 30px;
	vertical-align: top;
}

#tblContent ul {
	list-style-position: outside;
	margin: 1em;
}

#tblContent li {
	margin: .6em 1em;
	line-height: 1.3em;
}


/*
-----------General Column Formatting-----------
*/

.oneCol {}
.twoCol {}
.threeCol {}

.col {
	padding: 0 18px 10px 0;
}

.twoCol .col {
	width: 45%;
}

.threeCol .col {
	width: 28%;
}

.listing {
	margin: 0 0 1em 0;
}

/*
----------Footer----------
*/
#footer {
	font-size: 9px;
	color: #666666;
	padding: 60px 25px 10px 25px;
	text-align: center;
	line-height: normal;
}

#footer a {
	color: #666666;
}

/*
--------Featured News Styles--------
*/

.featuredNews {
	margin: 1em 0;
	padding: 10px;
	background-color: #FFFFCC;
	border: solid #FFCC00 1px;
	width: 50%;
}

/*
----------Document/Link Library Tool----------
*/
.docs {
	width:100%;
}
.docs .onecol .category{
	width: 100%;
}
.docs .twocol .category{
	width: 45%;
}
.docs .threecol .category{
	width: 30%;
	margin-right:15px;
}
.docs h2 {font-size:120%; line-height:100%; font-weight:bold;}
.docs img {
	display:block;
}
.docs .doc
{
	width: 95%;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.docs .doc .desc {
	display: block;
	clear: both;
	margin: 0 0 0.5em 0;
}

.doc .imgLt
{
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
}
.doc .imgLt a:hover, .doc .imgLt a:active
{
	text-decoration:underline;
	color:#192666;
}

/* the custom images based on file type */
.docs a.as, .docs a.doc, .docs a.file, .docs a.fla, .docs a.mdb, .docs a.pdf, .docs a.ppt, .docs a.swf, .docs a.txt, .docs a.xls, .docs a.link  
{	
	padding: 5px 0 6px 20px;
	margin: 0;
	height: 20px;
	line-height:20px;
	display:inline;
}
.docs a.as {
	background: url(/images/docLibrary/as.gif) no-repeat left;
}
.docs a.doc {
	background: url(/images/docLibrary/doc.gif) no-repeat left;
}
.docs a.file {
	background: url(/images/docLibrary/file.gif) no-repeat left;
}
.docs a.fla {
	background: url(/images/docLibrary/fla.gif) no-repeat left;
}
.docs a.mdb {
	background: url(/images/docLibrary/mdb.gif) no-repeat left;
}
.docs a.pdf {
	background: url(/images/docLibrary/pdf.gif) no-repeat left;
}
.docs a.ppt {
	background: url(/images/docLibrary/ppt.gif) no-repeat left;
}
.docs a.swf {
	background: url(/images/docLibrary/swf.gif) no-repeat left;
}
.docs a.txt {
	background: url(/images/docLibrary/txt.gif) no-repeat left;
}
.docs a.xls {
	background: url(/images/docLibrary/xls.gif) no-repeat left;
}
.docs a.link {
	background: url(/images/docLibrary/link.gif) no-repeat left;
	float:none;
}

.docs .twoCol .category {
	float:left;
	width: 45%;
}

/* Calendar Customization */

#featureLink {
	display: block;
	background: none;
	border: none;
	padding: 0px;
	margin: 0 0 1em 0;
	text-align: center;
}

#featureLink:hover {
	background: #F7F1DD;
	color: #000000;
	border: none;
	padding: 0px;
}

.calendar{
  border: 1px solid #000000;
}

.calendar, .calendar table {
	background: #FBF8EC;
}

.calendar tbody .rowhilite td {
	background: #F1E6DA;
}

.calendar tbody td.hilite {
	background: #FEFEFC;
	border: 1px solid #000000;
}

.calendar tbody td.weekend {
	color: #000000;
}

.calendar tbody .day {
	color: #707070;
}

.calendar tbody td.today {
	background: #FBF8EC;
	padding: 1px 3px 1px 1px;
	border: #c0c0c0 1px solid;
}

.calendar .special {
	background: #EEE0D2;	
}

.calendar thead .daynames {
	background: #EEE0D2;	
}

.calendar thead td.weekend {
	color: #808080;
}

.calendar thead tr, .calendar thead tr .nav {
	background:#DCC0A3;
}

.calendar thead tr .hilite {
  background: #FBF8EC;
  color: #000000;
}

.calendar thead .headrow .hilite {
	border: none;
}

.calendar thead .daynames td {
	padding: 2px;
	border-bottom: #000000 1px solid;
}

.calendar thead .daynames .hilite {
	padding: 2px;
	border: none;
	border-bottom: #000000 1px solid;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #ffffff;
  color: #000000;
  border-top: 1px solid #000000;
  padding: 1px;
  font-size: 11px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  padding: 1px;
}

#dateSelector {
	float: left;
	width: 175px;
	margin: 0 20px 0 0;
}

#upcomingEvents {
	width: 400px;
	margin: 0;
	float: left;
}

#upcomingEvents .category {
	width: 100%;
	float: none;
	margin: 0;
}

#upcomingEvents .category h3 {
	border-bottom: solid #4E7083 1px;
}

#upcomingEvents .event h4 {
	float: left;
	width: 300px;
	margin-right: 15px;
}

#upcomingEvents .event h5.date {
	float: right;
	width: 260px;
	text-align: right;
	font-size: 12px;
}

h2.dateRange {
	font-size: 16px;
	color: #324B65;
	padding: 0px;
	font-weight:bold;
	letter-spacing:-.05em;
}

a.eventLink {
	font-size: 16px;
	color: #324B65;
	font-weight: bold;
	letter-spacing: -.05em;
}

#newsDetails .back {
	display: block;
	margin-top: 1em;
}

/* news pages */
body.news_releases h1 {
	margin-bottom: 1.2em;
}

body.news_releases h3 {
	font-size: 14px;
}

body.news_releases h3, body.news_releases h4 {
	line-height: 1em;
	margin: .5em 0;
}.people-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	line-height: 12px;
}

/* flow portal page */
div#portal-content {
	margin: 40px auto;
	width: 600px;
}
