@import url("menustyle.css");

/* Search Box */

.searchbox {
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 85px;
	font-size: 10px;
}

/* Menu Items */

#menuitems{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	color: #000000;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
}

#menuitems a:link{
	color: #660000;
	text-decoration: none;
}
#menuitems a:active{
	color: #660000;
	text-decoration: none;
}
#menuitems a:visited {
	color: #660000;
	text-decoration: none;
}


#menuitems a:hover {
	color: #999999;
	text-decoration: none;
}


/* Home Content Level I */

#homecontent_lv1{
	font-size: 10px;
	text-align: left;
	color: #000000;
	margin: 6px 6px 12px;

}

#homecontent_lv1 a:link{
	color: #660000;
	text-decoration: underline;
	font-size: 11px;
}
#homecontent_lv1 a:active{
	color: #660000;
	text-decoration: underline;
	font-size: 11px;
}
#homecontent_lv1 a:visited {
	color: #660000;
	text-decoration: underline;
	font-size: 11px;
}

#homecontent_lv1 a:hover {
	color: #660000;
	text-decoration: none;
	font-size: 11px;
}


#homecontent_lv1 a.front-links:link{
	color: #660000;
	text-decoration: underline;
	font-size: 9px;
}
#homecontent_lv1 a.front-links:active{
	color: #660000;
	text-decoration: underline;
	font-size: 9px;
}
#homecontent_lv1 a.front-links:visited {
	color: #660000;
	text-decoration: underline;
	font-size: 9px;
}

#homecontent_lv1 a.front-links:hover {
	color: #660000;
	text-decoration: none;
	font-size: 9px;
}

#homecontent_lv1 H3 {
	font-size: 14px;
	color: #660000;
	font-weight: bold;
	margin-bottom: 0px;
}

#homecontent_lv1 .mnusub a:link{
	color: #660000;
	text-decoration: none;
	font-size: 11px;
}
#homecontent_lv1 .mnusub a:active{
	color: #660000;
	text-decoration: none;
	font-size: 11px;
}
#homecontent_lv1 .mnusub a:visited {
	color: #660000;
	text-decoration: none;
	font-size: 11px;
}


#homecontent_lv1 .mnusub a:hover {
	color: #B7858E;
	text-decoration: none;
	font-size: 11px;
}

/*  Left Image Picture */

.leftimage {
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	height: 173px;
	width: 239px;
}


/*  Left Navigation under the picture */

#navcontainer
{
	font-family: Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-left: 12px;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#navcontainer ul
{
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}

#navcontainer li
{
	margin: 0 0 0 0;
	padding: 0px;

}

#navcontainer li a
{
	display: block;
	color: #660000;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 1px;
	list-style-image: url(../images/arrow1.gif);
}

#navcontainer li a.selected
{
	display: block;
	color: #660000;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-image: url(../images/arrow2.gif);
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
color: #999999;
}

#navcontainer li li
{
	border-bottom: 0;
	margin: 0;
}

#navcontainer li li a
{
	display: block;
	color: #B6AE6C;
	text-decoration: none;
	font-weight: normal;
	width: 100%;
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
}

#navcontainer li li a.selected
{
	display: block;
	color: #660000;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	background-image: none;
	list-style-type: none;
	list-style-image: none;
}

#homecontent_bottom_image {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.leftimagebuttons {
	margin: 0px;
	padding: 0px;
	border: none;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	position: relative;
	height: auto;
	width: auto;
	vertical-align: top;
}

.leftimagebutton {
	margin: 0px;
	padding: 0px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	position: relative;
	height: auto;
	width: auto;
	vertical-align: top;
	border-top: 1px solid #000000;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/* Innovations */

.iframe_innovations {
	height: 106px;
	width: 347px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
}

#innovations {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #000000;
	margin: 12px;
}

#innovations a:link{
	color: #660000;
	text-decoration: underline;
}
#innovations a:active{
	color: #660000;
	text-decoration: underline;
}
#innovations a:visited {
	color: #660000;
	text-decoration: underline;
}


#innovations a:hover {
	color: #660000;
	text-decoration: none;
}

#innovations H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 12px;

}

#innovations H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;

}

#innovations P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;

}


/* Home Content Level II */


#homecontent_lv2 {
	font-size: 11px;
	text-align: left;
	color: #000000;
	margin: 3px 6px 6px;
}

#homecontent_lv2 p {
	font-size: 12px;
	text-align: left;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

#homecontent_lv2 #breadcrumbs {
	color: #B6AE6C;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 4px;
}

#homecontent_lv2 #breadcrumbs a:link{
	color: #B6AE6C;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#homecontent_lv2 #breadcrumbs a:active{
	color: #B6AE6C;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#homecontent_lv2 #breadcrumbs a:visited {
	color: #B6AE6C;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#homecontent_lv2 #breadcrumbs a:hover {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#homecontent_lv2 .allBlack a:link, #homecontent_lv2 .allBlack a:active, #homecontent_lv2 .allBlack a:hover, #homecontent_lv2 .allBlack a:visited{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


#homecontent_lv2 #titleheader {
	font-family: Tahoma;
	font-size: 22px;
	text-align: left;
	color: #630000;
	background-color: #E1D997;
	line-height: 34px;
	border-top: 1px solid #AAA682;
	border-bottom: 1px solid #AAA682;
	margin-top: 2px;
	margin-bottom: 12px;
	margin-left: -6px;
	margin-right: -6px;
}

#homecontent_lv2 #titleheader p{
	font-family: Tahoma;
	font-size: 22px;
	text-align: left;
	color: #630000;
	margin-right: 12px;
	margin-left: 6px;
	line-height: 22px;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#homecontent_lv2 #blurb {
	font-size: 12px;
	text-align: left;
	color: #666666;
	font-weight: bold;
margin-top: 12px;
margin-bottom: 12px;}

#homecontent_lv2 #topnav a {
	font-size: 11px;
	font-weight: normal;
	color: #949494;
}

#homecontent_lv2 a:link{
	color: #B6AE6C;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#homecontent_lv2 a:active{
	color: #B6AE6C;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#homecontent_lv2 a:visited {
	color: #B6AE6C;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


#homecontent_lv2 a:hover {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#homecontent_lv2 H3 {
	margin-bottom: 2px;

}


/* Footer */

#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #E2D998;
	margin: 6px;
}

#footer a:link{
	color: #E7E1A2;
	text-decoration: none;
}
#footer a:active{
	color: #E7E1A2;
	text-decoration: none;
}
#footer a:visited {
	color: #E7E1A2;
	text-decoration: none;
}


#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Copyright */

#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #696969;
	width: 749px;
	margin: 12px;
}

/* Extra */

.readmore {
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
}

#readmore {

}


/**
purpose: standardize look of DCA web sites
*/

/* Standard body tag.  */
BODY 
{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}



/* Unordered Lists.  Standard is Arial, 10pt, round bullets, no top or bottom margin */
UL
{
	font-size: 12px;
	list-style: round;
	margin-top: 0;
	margin-bottom: 0;
}

/* Ordered Lists.  Standard is Arial, 10pt, numbers (decimal), no margins */
OL
{
	font-size: 12px; 
	margin-top: 0;
	margin-bottom: 0;
}

/* Ordered Lists.  Standard with Upper Alpha */
OL.UpperAlpha
{
	list-style-type: upper-alpha;
}

/* Ordered Lists.  Standard with Times New Roman */
OL.Times
{
	font-family: Times New Roman; 
}

/* Ordered Lists.  Standard with Times New Roman */
OL.TimesUpperAlpha
{
	font-family: Times New Roman; 
	list-style-type: upper-alpha;
}

/* Paragraph text.  Standard is Arial, 10pt, black, 0 margins */
P 
{
	font-size: 12px;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 4px;
}


H1 {
	font-size: 20px;
	color: #660000;
	font-weight: bold;

}


H2 {
	font-size: 18px;
	color: #660000;
	font-weight: bold;

}

H3 {
	font-size: 16px;
	color: #660000;
	font-weight: bold;
}

H4 {
	font-size: 14px;
	color: #660000;
	font-weight: bold;

}

H5 {
	font-size: 12px;
	color: #660000;
	font-weight: bold;

}

a:link{
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}


a:hover {
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* For aligning text in tables to the right */
.TblRight
{
	vertical-align: top;
	text-align: right;
}

/* For aligning text in tables to the left */
.TblLeft
{
	vertical-align: top;
	text-align: left;
}

/* For Innovations and TeamGeorgia tables - to match 1px border */
.TblOne
{
	border: 1px solid #000000;
}



#frmLogin table {
	background-color: #f9fbfd;
	color: #000000;
	border: 1px solid #d7e5f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.filetype {
	font-size: 90%;
}

#popup a:link{color:#000000;font:bold}
#popup a:visited{color:#000000;font:bold}
#popup a:active{color:#000000;font:bold}
#popup a:hover{color:#784503;text-decoration:none;font:bold}

#homecontent_lv1 p.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:  bold;
	font-size: 15px;
	color: black;
	text-decoration: none;
	/*background-color: #99FFCC;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height: 17px;
	margin-top: 8px;
	margin-bottom: 8px;*/
}


#homecontent_lv1 p.subheading a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:  bold;
	font-size: 15px;
	color: black;
	text-decoration: underline;


}

#homecontent_lv1 p.subheading a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:  bold;
	font-size: 15px;
	color: black;
	text-decoration: underline;


}

#homecontent_lv1 p.subheading a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:  bold;
	font-size: 15px;
	color: black;
	text-decoration: underline;


}

#homecontent_lv1 p.subheading a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:  bold;
	font-size: 15px;
	color: #333333;
	text-decoration: none;

}

/* Site Map */


#homecontent_lv1 p.Level1 a:link, #homecontent_lv1 p.Level1 a:active, #homecontent_lv1 p.Level1 a:visited {
	font-weight: bold;
	font-size: 15px;
	color: #000000;



}

#homecontent_lv1 p.Level1 a:hover {


}

#homecontent_lv1 p.Level2 a:link, #homecontent_lv1 p.Level2 a:active, #homecontent_lv1 p.Level2 a:visited {
	font-size: 12px;
	font-weight: bold;



}

#homecontent_lv1 p.Level2 a:hover {


}

#homecontent_lv1 p.Level3 a:link, #homecontent_lv1 p.Level3 a:active, #homecontent_lv1 p.Level3 a:visited {
	font-size: 11px;
	margin-left: 12px;



}

#homecontent_lv1 p.Level3 a:hover {


}


.req {
	color: #FF0000;
}

#homecontent_lv2 .req a {
	color: #FF0000;
}

.dri {
	color:#000000;
	margin-bottom: 0;
	margin-top: 0;
	font-size:12px;
	
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.jobopenings
{
	font-size: 1.2em;
}
.jobopenings .jobtitle
{
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.5em;
}

.tbl td {
	padding: 4px;
}





/* Print Styles */

@media print{

.noPrint {
    display: none;
  }
  
* {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
  padding: 10%;
  line-height: 1.2;
  word-spacing: 1px;
}

a {
  color:#000000;
  text-decoration: underline;
}

a:after {
 content: " ( "attr(href)" )";
}  
 

}


