/* Designed for use with Canterris Marketing Suite - www.canterris.com.

This style sheet is divided into the following sections:

1. Positioning 		 - layout structure and positioning of the basic elements
2. Layout Styles 	 - details of the site design
3. Typography 		 - font definitions for global and general elements
4. Main Navigation	 - main navigation styling
5. Sub Navigation	 - secondary navigation styling
6. Forms		 - forms layout and styling 
7. News			 - news layout and styling
8. Events		 - event content layout and styling 
9. Site Map		 - site map layout and styling
10. Search		 - search layout and styling
11. Document Sharing 	 - document sharing layout and styling
12. Job Board		 - job board layout and styling

*/

/* POSITIONING =========================================================================*/

body 				{ margin:0px; padding:0px; background:url(default/body_bg.gif); }
#container 			{ margin:0px auto; padding:0px; width:900px; }
#header-container-left		{ float:left; width:300px; }
#header-container-right		{ float:left; width:600px; height:250px; background:url(default/pumpjack.gif) no-repeat; }
#content-container		{ clear:both; background:url(default/background-main.gif) repeat-y; }
#content-container-left		{ float:left; width:299px; background:#f1f1f1; }
#content-container-right	{ float:left; width:551px; padding:15px 25px 0px 25px; font:12px Arial, Helvetica, sans-serif; line-height:20px; color:#333333; }
#footer				{ clear:both; background:#fff; border-top:1px solid #cccccc; color:#666666; height:44px; font-size:11px; }
#footer-left			{ float:left; width:200px; }
#footer-right			{ float:left; width:700px; text-align:right; }

/* 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; }
hr		{ border:1px solid #cac9c9; }
img.right	{ margin:0px 0px 15px 15px; }

#logo		{ height:250px; }
#footer	a	{ color:#666666; text-decoration:none; }
#footer	a:hover	{ color:#666666; text-decoration:underline; }
#subnav		{ border-bottom:1px solid #999999; }
div.callout		{ padding:20px; border-bottom:1px solid #999999; }
div.callout strong	{ font-size:13px; font-weight:bold; }

/* TYPOGRAPHY ========================================================================= */

/* Default Font Settings ----------------------------------------------------- */
body 		{ font:12px Arial, Helvetica, sans-serif; color:#333333; 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; }

#header-container-right h2	{ color:#ffffff; margin:0px; padding:63px 25px 0px 25px; font:36px Arial, Helvetica, sans-serif; letter-spacing:-2px; line-height:42px; text-transform:uppercase; }
#content-container-right h1	{ font:19px Arial, Helvetica, sans-serif; text-transform:uppercase; margin:0px 0px 15px 0px; }
#content-container-right h2	{ font:bold 14px Arial, Helvetica, sans-serif; text-transform:uppercase; margin:15px 0px 15px 0px; color:#032b5e; }
div.callout	h3				{ margin:0px 0px 5px 0px; color:#032b5e; font:bold 13px Arial, Helvetica, sans-serif; }

/* 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:#006699; text-decoration:underline; }
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 -------------------------------------------------------------------- */
#footer ul	{ margin:0px; padding:0px; list-style:none; line-height:44px; }
#footer ul li	{ display:inline; padding-right:15px; }
#footer ul.top	{ margin-left:25px; }

#content-container-right ul { margin:10px 0px 15px 15px; list-style:none; padding:0px; }
#content-container-right ul li	{ background:url(default/bullet.gif) 0px 8px no-repeat; padding-left:15px; }
/* Tables ------------------------------------------------------------------- */
table.opportunity 	{ background:#f5f5f5; border-collapse:collapse; margin-bottom:0px; }
table.opportunity td 	{ border:2px solid #ffffff; }

td.highlight		{ background:#ffcc00; border:1px solid #cccccc; }
td.contact-name		{ background:#ebebeb; border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; color:#444444; font:bold 14px Arial, Helvetica, sans-serif; padding:3px 5px; }
td.contact-details	{ border-left:3px solid #ffcc00; padding:5px 0px 5px 12px; }

/* 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 Verticle 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 11px Arial, Helvetica, sans-serif; padding:0px 0px 0px 0px; text-transform:uppercase; }
#subnav ul li a 		{ color:#333333; text-decoration:none; display:block; padding:7px 0px 7px 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:#999999; color:#ffffff; }
#subnav ul ul 			{ margin:0px 0px 0px 0px; padding:0px 0px 0px 10px; list-style:none; }
#subnav ul li a:hover 		{ background:url(default/subnav_hover_bg.gif) repeat-x; color:#fff; }
#subnav ul li li		{ text-transform:none; }
#subnav ul li li a		{ padding:5px 0px 5px 28px; background:url(default/bullet.gif) 14px 10px no-repeat; }
#subnav ul li li a:hover	{ background:url(default/bullet_hover.gif) 14px 10px no-repeat; color:#333333; }

/* FORMS ====================================================================================*/

/* Form Fields --------------------------------------------------------------- */
#loginbox label { float:left; width:75px; margin-right:15px; }
#forgotpass	{ margin-top:20px; }

/* 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; display:none; }
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; display:none; }
div.newsbody			{ min-height:200px; }
#readmore			{ display:block; margin-left:-3px; }

/* EVENTS ===================================================================================*/




/* SITE MAP =================================================================================*/

#sitemap 			{ overflow:hidden; }
#sitemap a 			{ color:#333333; 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:250px; 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:286px; float:right; display:none; 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:#012F60; color:#ffffff; height:20px; padding:2px 3px 2px 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:4px 0px 4px 5px; }
#folder-path 
span#dirpath-title-span 		{ font-weight:bold; }
#files-title 				{ width:296px; float:left; display:block; line-height:20px; background:#012F60; color:#ffffff; padding:3px 0px 3px 5px; }
#file-commands-div 			{ width:250px; float:right; display:block; line-height:20px; background:#012F60; color:#ffffff; padding:3px 0px 3px 0px;  }
#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; }
#content-container-right #file-commands-div ul li	{ display:inline; background:none; }
#files-table 				{ width:550px; display:block; min-height:200px; float:left; font-size:11px; }
#files-table table 			{ width:550px; 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; }
#metadata-popup				{ background:#f1f1f1; padding:15px; border:1px solid #e1e1e1; width:400px; font-size:11px; }

/* 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; }


