/* Designed for use with Canterris Marketing Suite - www.canterris.com.

This style sheet is divided into the following sections:

Positioning 		- layout structure and positioning of the basic elements
Layout Styles 	 	- details of the site design
Typography 		 	- font definitions for global and general elements
Main Navigation	 	- main navigation styling
Sub Navigation	 	- secondary navigation styling
Forms			 	- forms layout and styling 
News				- news layout and styling
Site Map			- site map layout and styling
Search			 	- search layout and styling
Document Sharing 	- document sharing layout and styling
Job Board		 	- job board layout and styling

*/

/* POSITIONING =========================================================================*/

body 			{ margin:0px; padding:0px; background:#f0f0f0; }
#container 		{ margin:0px auto; padding:0px; width:990px; }
#header			{ height:100px; }
#content		{ float:left; width:600px; }
#sidebar		{ float:right; width:390px; }
#footer			{ clear:both; padding:10px; }

/* LAYOUT STYLES -- details of the site design -----------------------------------------*/

a 	        		{ -moz-outline-style: none; }
a img       		{ border:none; }
div.clear  	 		{ clear:both; height:10px; font-size:8px; }
#mainnav    		{ height:50px; background:#e0ded1; }
#subnav				{ min-height:100px; background:#e0ded1; }
#breadcrumbs 		{ width:350px; padding:5px 10px; }
#document-manager 	{ width:800px; }

/* TYPOGRAPHY ========================================================================= */

/* Default Font Settings ----------------------------------------------------- */
body 			  { font:12px Arial, Helvetica, sans-serif; color:#505050; line-height:15px; }

/* Headings ------------------------------------------------------------------ */
h1,h2,h3,h4,h5,h6 { font-family:Arial, Helvetica, sans-serif; }

h1 { font-size: 18px; margin-bottom: 10px; }
h2 { font-size: 16px; margin-bottom: 5px; }
h3 { font-size: 13px; margin-bottom: 3px; }
h4 { font-size: 12px; margin-bottom: 3px; }
h5 { font-size: 12px; font-weight: bold; margin-bottom: 0px; }
h6 { font-size: 12px; font-weight: bold; margin-bottom: 0px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

/* Text Elements ------------------------------------------------------------ */
p          		{ margin:0 0 15px 0; }
p img.left  	{ float:left; margin:15px 15px 15px  0px; padding:0; }
p img.right 	{ float:right; margin:15px 0px 15px 15px; }

a:focus, 
a:hover     	{ color:#339900; }
a           	{ color:#006699; text-decoration:none; }

blockquote  	{ margin:15px; color:#666; font-style:italic; }
strong      	{ font-weight:bold; }
em,dfn      	{ font-style:italic; }
dfn         	{ font-weight:bold; }
sup, sub    	{ line-height:0; }

abbr, acronym  	{ border-bottom:1px dotted #666; }
address     	{ margin:0 0 15px; font-style:italic; }
del         	{ color:#666; }

pre 			{ margin:15px 0; white-space:pre; }
pre,code,tt 	{ font:10px 'andale mono', 'lucida console', monospace;line-height: 1.5; }

/* Lists -------------------------------------------------------------------- */
li ul, li ol	{ margin:0 15px; }
ul, ol      	{ margin:0 15px 15px 15px; }
ul          	{ list-style-type:disc; }
ol          	{ list-style-type:decimal; }
dl          	{ margin: 0 0 15px 0; }
dl dt       	{ font-weight:bold; }
dd          	{ margin-left:15px;}

/* Tables ------------------------------------------------------------------- */
table       	{ margin-bottom:15px; width:100%; border-collapse:collapse; }
th          	{ font-weight:bold; }
thead th 		{ background:#c3d9ff; }
th,td, caption	{ padding:4px 10px 4px 5px; }
tr.even td  	{ background:#e5ecf9; }
tfoot       	{ font-style:italic; }
caption     	{ background:#eee; }

/* Font Resizing ------------------------------------------------------------ */
#fontsize a 						{ text-decoration:none; color:#666666; padding:0px 2px 0px 2px; }
#fontsize a.active 					{ text-decoration:none; color:#881314; }
#fontsize .smallfont a 				{ font-size:10px; }
#fontsize .defaultfont a 			{ font-size:11px; }
#fontsize .largefont a 				{ font-size:12px; }

#editablecontent.smallcontentfont 	{ font-size:10px; }
#editablecontent.defaultcontentfont { font-size:11px; }
#editablecontent.largecontentfont 	{ font-size:12px; line-height:17px; }

/* MAIN NAVIGATION =====================================================================*/

/* Simple Horizontal Menu -- {TPL:NAVIGATION} ------------------------------- */
#mainnav ul 					{ list-style:none; padding:0px 0px 0px 24px; margin:0px; }
#mainnav ul li 					{ float:left; padding:18px 0px 18px 0px; font-weight:bold; text-transform:uppercase; }
#mainnav ul li a 				{ text-decoration:none; color:#333333; padding:16px 15px 16px 15px; }
#mainnav ul li a:hover, 
#mainnav ul li a.active 		{ color:#ffffff; background:#881314; }

/* Pure CSS Drop Down -- {TPL:NAVIGATION ['false','dropdown2']} ----------------------------------- */
ul#tmenu ul						{ margin:0px; padding:0px; list-style:none; }
ul#tmenu li 					{ float:left; padding-right:10px; }
ul#tmenu li a.toplevel 			{ color:#ffffff; text-decoration:none; padding:0px 10px 0px 10px; line-height:30px; display:block; }
ul#tmenu li a.toplevel:hover,
ul#tmenu li a.toplevel.active	{ background:#908f8f; color:#00e5e5; }
#tmenu li ul 					{ color:#ffffff; position: absolute; border: solid #000000 0px; background:#646464; left: -999.0em; height:auto; width: 160px; margin:0px; 
                                  padding:10px 10px 10px 5px; z-index:999; }
#tmenu li li 					{ width:160px; padding:0px 0px 0px 0px; margin-bottom:5px; }
#tmenu li ul a 					{ display:block; text-decoration:none; color:#ffffff; height:14px; padding-left:6px; }
#tmenu li ul a:hover 			{ font-weight: normal; color:#00e5e5; }
#tmenu li ul ul 				{ margin:-1.75em 0 0 12.0em; }
#tmenu li:hover ul ul, 
#tmenu li:hover ul ul ul, 
#tmenu li.sfhover ul ul, 
#tmenu li.sfhover ul ul ul 		{ left: -999em; }
#tmenu li:hover ul, 
#tmenu li li:hover ul, 
#tmenu li li li:hover ul, 
#tmenu li.sfhover ul, 
#tmenu li li.sfhover ul, 
#tmenu li li li.sfhover ul 		{ left:auto; }

/* jQuery Drop Down Menu --{TPL:NAVIGATION ['false','dropdown4']}-- Requires jqueryslidemenu.js and jquery.min.js ----- */
.ddsmoothmenu 					{ font:bold 12px Verdana; background:#414141; width:100%; }
.ddsmoothmenu ul 				{ z-index:100; margin:0; padding:0; list-style-type:none; }
.ddsmoothmenu ul li 			{ position:relative; display:inline; float:left; }
.ddsmoothmenu ul li a 			{ display:block; background: #414141; color:#ffffff; padding:8px 10px; border-right:1px solid #778; color:#2d2b2b; text-decoration:none; }
* html .ddsmoothmenu ul li a 	{ /*IE6 hack to get sub menu links to behave correctly*/ display:inline-block; }
.ddsmoothmenu ul li a:link, 
.ddsmoothmenu ul li a:visited 	{ color:#ffffff; }
.ddsmoothmenu ul li a.selected 	{ background:#333333; color:#ffffff; }
.ddsmoothmenu ul li a:hover 	{ background:#000000; color:#ffffff; }
.ddsmoothmenu ul li ul 			{ position:absolute; left:0; display:none; visibility:hidden; }
.ddsmoothmenu ul li ul li 		{ display:list-item; float:none; }
.ddsmoothmenu ul li ul li ul 	{ top:0; }
.ddsmoothmenu ul li ul li a 	{ font:normal 13px Verdana; width:160px; padding:5px; margin:0px; border-top-width:0px; border-bottom:1px solid gray; }
* html .ddsmoothmenu 			{ height:1%; } /*Holly Hack for IE7 and below*/
.downarrowclass 				{ position:absolute; top:12px; right:7px; }
.rightarrowclass 				{ position:absolute; top:6px; right:5px; }
.ddshadow 						{ position:absolute; left:0; top:0; width:0; height:0; background:silver; }
.toplevelshadow 				{ opacity:0.8; /*shadow opacity. Doesn't work in IE*/ }

/* SUB NAVIGATION ===========================================================================*/

/* Simple Verticle Sub Menu -- {TPL:NAVIGATION ['false','nested']} ----------- */
#subnav ul 						{ margin:15px 0px 0px 0px; padding:0px 0px 10px 0px; list-style:none; }
#subnav ul li 					{ font:bold 12px Arial, Helvetica, sans-serif; padding:0px 0px 0px 0px; color:#746955; }
#subnav ul li a 				{ color:#746955; text-decoration:none; display:block; padding:4px 10px 5px 20px; }
#subnav ul li a.first-active, 
#subnav ul li a.middle-active, 
#subnav ul li a.last-active, 
#subnav ul li a.only-active 	{ background:#333333; color:#ffffff; }
#subnav ul ul 					{ margin:0px 0px 0px 0px; padding:0px 0px 0px 10px; list-style:none; }
#subnav ul li a:hover 			{ background:#666666; color:#ffffff; }

/* FORMS ====================================================================================*/

/* Form Fields --------------------------------------------------------------- */
label       				{ font-weight:bold; width:100px; float:left; display:block; margin-right:10px; }
input, textarea, select 	{ margin:0px 5px 0px 20px; border:1px solid #999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
input.submit 				{ padding:3px 5px; background:#333333; color:#f2f2f2; }
input:focus, 
textarea:focus, 
select:focus 				{ border:1px solid #666666; }
input 						{ width:150px; padding:3px; }
textarea    				{ width:350px; height:200px; padding:5px; }

/* Form Messages ------------------------------------------------------------- */
div.success 				{ color:#333333; padding:10px; }
div.error    				{ color:#cc0000; padding:10px; }

/* NEWS =====================================================================================*/

td.headline 				{ font-size:12px; color:#006699; padding-bottom:7px; }
td.headline a 				{ color:#006699; text-decoration:none; }
td.headline a:hover 		{ color:#b64a15; text-decoration:none; }
div.newstitle 				{ font-weight:bold; }
div.newsdescpreview 		{ margin-bottom:15px; }
div.newsdescpreview a 		{ text-decoration:underline; color:#006699; }
div.newsdate 				{ color:#339900; }
div.itemheadline 			{ font-size:16px; color:#006699; padding-bottom:15px; }
div.slug					{ font-size:12px; border-bottom:1px solid #ebebe9; margin:0px 0px 10px 0px; padding:0px 0px 8px 0px; }
div.newsbody				{ min-height:200px; }

/* SITE MAP =================================================================================*/

#sitemap 					{ overflow:hidden; }
#sitemap a 					{ color:#505050; text-decoration:none; }
#sitemap a:hover 			{ text-decoration:underline; }
#sitemap ul 				{ list-style:none; margin:0; padding:0; }
#sitemap li 				{ background-color:#f9f9f7; margin:0 0 -0.1em; min-height:1em; padding:.2em .4em; position:relative; width:15em; border-left:1px solid #ebebe9; }
#sitemap ul ul 				{ font-size:95%; margin-top:-1.4em; }
#sitemap ul ul li 			{ background:#efefed; border-top:0.5em solid #fff !important; border-left:0.5em solid #b94b16; left:16em; }
#sitemap ul ul ul li 		{ background:#e7e7e5; border-color:#464d4c; }
#sitemap ul ul ul ul li 	{ background:#e7e7e5; border-color:#c93; }
#sitemap ul ul ul ul ul li 	{ background:#e7e7e5; border-color:#c33; }

/* SEARCH ==================================================================================*/

.thesearch 					{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; width:170px; border:1px solid #f0f0f0; padding:2px; }
.dosearch 					{ vertical-align:bottom; }
.searchresult 				{ margin:4px 0px 5px 0px; border-bottom:1px dashed #f3f3f3; }
.searchresult h2			{ font-size:12px; font-weight:bold; margin-bottom:3px; color:#006699; }
div.search-result-type 		{ font-style:italic; padding-bottom:3px; }
div.search-result-type span { margin-right:5px; color:#333333; }

/* DOCUMENT SHARING ========================================================================*/ 

#folder-tree-data 					{ width:510px; float:left; display:block; min-height:200px; padding:5px; }
#folder-commands-div 				{ background:#e9e9e8; color:#666666; }
#folder-commands-div ul 			{ margin:0px; padding:0px; list-style:none; text-align:right; line-height:20px; }
#folder-commands-div ul li 			{ display:inline; }
#folder-commands-div ul li a 		{ text-decoration:none; color:#666666; padding:3px 10px 2px 20px; }
#folder-commands-div ul li a:hover 	{ text-decoration:underline; }
#folder-properties 					{ width:280px; float:right; display:block; min-height:200px; padding-top:5px; }
#folder-properties table 			{ border-collapse:collapse; border:1px dashed #cccccc; float:right; }
#folder-properties th 				{ text-align:left; background:#0099CC; color:#ffffff; height:20px; padding:0px 3px 0px 3px; }
td.folder-properties-leftcol 		{ width:90px; font-weight:bold; }
td.folder-properties-rightcol 		{ width:210px; }
#folder-properties td 				{ padding:4px 15px 3px 4px; }
#folder-contents-container 			{ background:#333333; clear:both; }
#folder-path 						{ color:#666666; line-height:20px; background:#ffffff; padding-left:5px; }
#folder-path 
span#dirpath-title-span 			{ font-weight:bold; }
#files-title 						{ width:495px; float:left; display:block; line-height:20px; background:#0099CC; color:#ffffff; padding-left:5px; }
#file-commands-div 					{ width:300px; float:right; display:block; line-height:20px; background:#0099CC; color:#ffffff; }
#file-commands-div ul 				{ margin:0px; padding:0px; list-style:none; text-align:right; }
#file-commands-div ul li 			{ display:inline; }
#file-commands-div ul li a 			{ text-decoration:none; color:#ffffff; padding:3px 10px 2px 20px; }
#file-commands-div ul li a:hover 	{ text-decoration:underline; }
#files-table 						{ width:800px; display:block; min-height:200px; float:left; }
#files-table table 					{ width:800px; border-collapse:collapse; }
#files-table table th 				{ text-align:left; background:#e9e9e8; color:#666666; height:20px; }
#files-table table td 				{ text-align:left; padding:4px 7px 4px 4px; }

/* JOB BOARD ================================================================================*/

th.locationtitle, 
th.titletitle, th.categorytitle, 
th.closingtitle, th.referencetitle 	{ text-align:left; padding:0px; }
th.descriptiontitle 				{ color:#3278b8; font-weight:bold; margin:0px ; text-transform:uppercase; text-align:left; padding:10px 0px 0px 0px; }
th.locationtitle 					{ width:200px; }
th.titletitle 						{ width:150px; }
th.categorytitle 					{ width:125px; }
th.detailstitle 					{ color:#8c9719; font-size:14px; margin:0px 0px 7px 0px; text-align:left; padding:0px; }
td.description 						{ padding:0px; }
th.requirementstitle, th.notestitle { display:none; }
td.category, td.location 			{ padding:0px; }

