/* -------------------------------------------------------------- 
  
   CSS Framework
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
   
   * Print Styles *
      
   This is the print CSS-file for the framework.
   Include this in the <head> of every page.
   
-------------------------------------------------------------- */

/* Hide unwanted elements */

table.related,
div#navtabs,
div#content-secondary,
div#skip,
ul#site-tools,
div#site-search,
ul#nav-primary,
h4#title-nav-primary,
ul#nav-secondary,
ul#nav-tertiary,
ul#nav-breadcrumb,
div#banner,
dl.news img,
ul#nav-tabbed, 
a#bookmarks,
ul#site-info li.link, div#site-info li.last {
display: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

div#content-primary  { width: 100%; }


body.two-col ul#nav-primary, body.three-col ul#nav-primary {
	display: none;
}
body.two-col div#content, body.three-col div#content, body.home div#content, body.three-col div#content-primary {
	width: 100%;
}

div#header, div#container {overflow: visible; float: none; width:auto; border:none;margin:0; padding:0;}

div#content {overflow: visible; float: none; width: 100%;}

div#header div#branding {
	padding: 0;
}
div#header div#branding img {
	padding-left: 0;
	padding-bottom: 0;
}

body.home #content-primary {
width: 60%;
padding-right: 1em;
	}

body.home #content-secondary {
	width:35%; background:#fff;
}

p, ul, ol, dl, table, blockquote, pre, code, select, input  {
	line-height: 1.5em;
}

select, input  {
	font-size: 0.8em;
}
div#header div#branding {
	padding: 0 0 0 18px;
}

p.section {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0;
}

div#content a:link:after, div#content a:visited:after {
 
   color: #999;
   text-decoration: none;
	font-size: 80%;
}

div#header img {
	border: none;
	position: relative;
	left: -20px;
}

div#content img {

	margin-left: 3em;
	margin-bottom: 3em;
}

div.alert {
	padding: 18px 0 0 52px;
	margin: 1em 0 1em 0;
}

div.alert h2 {
	font-size: 1.25em;
	margin-bottom: 1em;
	line-height: 0;
	font-weight: bold;
	padding: 0;
}

div.warning {
	border: 1px solid red;
	background: #FFCCCC url(../images/icon-alert-warning.gif) no-repeat 10px 13px;
}

div.normal {
    border: 1px solid #ffcc66;
	background: #ffffcc url(../images/icon-alert-normal.gif) no-repeat 10px 13px;
}

dl {
	margin: 0 0 1em 2em;
}

body.home dl {
	margin-left: 0;
}

dl.news, dl.media {
	line-height: 1em;
}

dl.links {
/*
	border-top: 1px solid #d3d3b1;
*/
	margin: 2em 0 0 0;
	padding: 1em 0 0 0;
}


dt {
	font-weight: bold;
}

dd {
	margin: 0 0 0.5em 0;
	padding: 0;
}

ul li.link {
	list-style-type: none;
	background: url(../images/icon-arrow-nav-primary.gif) no-repeat 0 50%;
	padding-left: 1.5em;
	position: relative;
	left: -1.5em;
}

table {
	width: auto;
	margin: 0 0 1em 0;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}

th,td {
	padding: 0.3em 0.4em 0.2em 0.4em;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

th {
	font-weight:bold;
}

table .alt {
	background: #edf3fe;
}

blockquote  { 
	border:1px solid #ddd;
	font-style: italic;
	margin: 0 0 1em 0; 
	padding: 1em;
}

div#content-secondary dl.links dd a , div#content-secondary dl.links dd a:hover {
	background: #fff;
	padding-left: 12px;
	}

div#content-secondary dl.links dt, div#content-secondary dl.section dt, div#content-secondary dl.news dt, div#content-secondary dl.media dt, ul#nav-primary, div#content-primary div#menuwrapper dl#menu dd a
{
	background: #fff;
	padding-left: 12px;
}

/* print only styles 
---------------------------------------------------------------*/

div#content-primary p#printbox {display:block; margin: 2em 0 0 0; border: 1px solid #ccc; padding: 0.5em 0.5em 0.25em 0.5em;}

p#printbox {
	clear:both;
}

p#printbox span.emph {font-style: italic; font-weight: bold;}


/* =LINKS	
-------------------------------------------------------------- */	

a.icon-more {
	background: url(../images/icon-more.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
	}

a.icon-look {
	background: url(../images/icon-look.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-follow {
	background: url(../images/icon-follow.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-top {
	background: url(../images/icon-top.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-rss {
	background: url(../images/icon-rss.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-audio {
	background: url(../images/icon-audio.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-photo {
	background: url(../images/icon-photo.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-video {
	background: url(../images/icon-video.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-community {
	background: url(../images/icon-community.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-restricted {
	background: url(../images/icon-restricted.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-help {
	background: url(../images/icon-help.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-email {
	background: url(../images/icon-email.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-quick-links {
	background: url(../images/icon-quick-links.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-media {
	background: url(../images/icon-media.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-down {
	background: url(../images/icon-down.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-external {
	background: url(../images/icon-external.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-section {
	background: url(../images/icon-section.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-pdf {
	background: url(../images/icon-pdf.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-word {
	background: url(../images/icon-word.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

a.icon-excel {
	background: url(../images/icon-excel.gif) no-repeat 0 0;
	padding: 0 0 2px 2em;
	height:6px;
	width:6px;
}

/*search pages*/

body.search div.docbox{
	margin-top: 1em;
	padding: 0.5em;
	border: #cc9 1px solid;}


body.search div.docbox {
	padding: 0.5em;
	border: #cc9 1px solid;}
	


/*uga additions*/

img.dropshadow { background:#fff; padding:5px; border-right:solid 2px #ddd; border-bottom:solid 2px #ddd; }

.line { border-bottom: thin dotted #cccccc; padding: 10px 0px 0px 0px; }
.intro { padding: 10px 5px 0px 5px; font-size: 14px; color: #666; font-style: italic; }
.right {float: right; margin: 0px 0px 0px 20px;}
.left {float: left; margin: 0px 10px 0px 0px;}
.quote { padding: 10px 0px 0px 0px; font-size: 14px; color: #666; font-style: italic; }
.pleasenote { border: 2px solid #0099cc; margin: 10px 0px 5px 0px; text-align: left; font-weight: bold; padding: 10px; vertical-align: top; width:auto;}

#home { border-collapse: collapse; border: 0px solid #fff; background:#fff; }
#home th { padding: 6px 0px 1px 0px; background: #fff; text-align: left; text-transform:uppercase; color:#cc6633; font-weight:bold; vertical-align: bottom; }
#home td { border: 1px solid #D4D0C8; vertical-align: top; padding: 8px; background: #F6F4F1;}
#home .noborder { border: 0px solid #fff; background: #fff;}
#home .banner { border: 0px solid #fff; background-image:url("images/banner.jpg"); background-repeat:no-repeat;  height:180px;}
#home .banner p.header { text-align: right;  font-weight: normal; color:#FFFFFF; font-size: 200%; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; padding-top: 20px; }
#home .banner p { text-align: right;  font-weight: normal;  color:#FFFFFF; font-size: 100%; }
#home .banner a, #home .banner a:visited { text-align: right;  font-weight: bold;  color:#FFFFFF; font-size: 100%; }
#home img { background:#fff; padding:5px; border-right:solid 2px #ddd; border-bottom:solid 2px #ddd; float: right; margin-left:3px; }

table.noborder { border-collapse: collapse; border: 0px outset #666; margin-bottom: 5px;}
table.noborder th { border: 0px outset #666; padding: 3px; background: #d4d0c8; text-align: left; font-weight: bold;  }
table.noborder td { border: 0px outset #666; padding: 3px; vertical-align: top;}
table.noborder th p, table.noborder td p, table.noborder td ul, table.noborder td ol { font-size: 100%;}

table.standard { border-collapse: collapse; border: 1px outset #ccc; margin-bottom: 5px;}
table.standard th { border-collapse: collapse; border: 1px outset #ccc; padding: 3px; background: #d4d0c8; text-align: left; font-weight: bold; }
table.standard td { border-collapse: collapse; border: 1px outset #ccc; padding: 3px; vertical-align: top;}
table.standard th p, table.standard td p, table.standard td ul, table.standard td ol { font-size: 100%;}

table.related { border-left: 1px solid #ccc; border-bottom: 1px solid #e4eaea; background: #fff; margin: 0px 0px 5px 5px; float: right; }
table.related th { padding: 8px 10px 8px 10px; color: #cc6600; font-family: Arial,Helvetica,sans-serif; font-weight: bold; font-size: 1.2em; border-bottom: 1px solid #fff; border-top: 1px solid #e4eaea; background-color: #FCFBFF; b} 
table.related td { border-bottom: 1px solid #fff; border-top: 1px solid #e4eaea; padding: 3px 10px 3px 10px; background-color: #e8f0ff; }
table.related th p, table.related td p, table.related td ul, table.related td ol { font-size: 100%;}

table.pleasenote { border-collapse: collapse; border: 2px solid #0099cc; margin: 10px 0px 5px 0px; text-align: left; font-weight: bold; }
table.pleasenote td { padding: 10px; vertical-align: top;}

table.outline { border-collapse: collapse; border: 1px solid #D4D0C8; margin: 5px 0px 5px 0px; }
table.outline th { background: #d4d0c8; text-align: left; padding: 5px; font-weight: bold; }
table.outline td { background: #F6F4F1; padding: 15px 5px 15px 15px;  vertical-align: top;}
table.outline th p, table.outline td p, table.outline td ul, table.outline td ol { font-size: 100%;}
.part { font-family: Arial, Helvetica, sans-serif; font-size: 110%; font-weight: bold; color:#cc6633;}

#factfile { border-collapse: collapse; background: #F6F4F1; margin: 1em 0em 1em 1em; width: 260px; float: right; text-align: left; vertical-align: top; border: 1px solid #D4D0C8;}
#factfile table { margin: 15px; }
#factfile th { padding: 2px; font-family: Arial, Helvetica, sans-serif; font-size: 90%; font-weight: bold; color:#666666;}
#factfile td { padding: 2px; font-size: 11px;}
#factfile li { font-size: 11px;}
#factfile strong { color:#333; }
#factfile img { background:#fff; padding:5px; border-right:solid 2px #ddd; border-bottom:solid 2px #ddd; width:200px; float: left; margin-bottom:10px;  }


/*hvs 14.4*/
div#dept-title h2 {	margin: 4px; padding: 0.2em 0;	line-height: normal;	font-family: verdana, arial, helvetica, sans serif; font-size: 1.3em; font-weight:normal; color: #000; background: #fff;}
/*hvs 14.4*/
div#dept-title { background: #fff; min-width: 694px; max-width: 1214px; margin: 0 auto; overflow: hidden; padding: 0 20px 0 20px;}
div#dept-title a { color: #000; text-decoration:none;}

div#content-primary p img { border: 5px solid #dbd7cc; margin: 1.125em; }

