/*
----------------------------------------------------
Description:		clo master(text) CSS file for screen media
Filename: 			content.css
Version: 			1.0
Created: 			2003.01.20
Last Modified: 		2003.03.03 (tw)
----------------------------------------------------
*/

/*-------------------------------
GLOBAL ELEMENTS
-------------------------------*/	

a:link {
	color: #369;
	}	
		
a:visited {
	color: #333;
	}
	
a:hover {
	color: #693;
	}

a:active {
	color: #693;
	}
	
img, a.img, a.img:hover {
	border: 0px none;
	background-color: transparent;
	}
	
li {
	margin: 0px 0px 0px -15px;
	padding: 2px 5px;
	list-style: none;
	}
	
p, td, li {
	font-family: 'Lucida Grande', Lucida, Geneva, Verdana, Arial, Sans-Serif;
	text-align: left;
	font-size: 1em;
	color: #333;
	}

p {
	margin: 0 1em 1em 0;
	text-align: justify;
	}
	
th {
	font-family: 'Lucida Grande', Lucida, Geneva, Verdana, Arial, Sans-Serif;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	line-height: .9em;
	color: #333;
	}
	
th a {
	}
	
/*
div {
	width: auto;
	}
*/
	
form {
	margin: 0px;
	padding: 0px;
	}
	
h1 {
	margin: 0em 0 0.5em 0;
	padding: 0px;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #000;
	}
	
h2 {
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #333;
	border-bottom: 1px solid #666;
	width: 100%;
	}
	
h3 {
	margin: 0 0 1.1em 0;
	padding: 0px;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #C63;
	}

#jobs h3 {
    margin-top: 1.1em;
    }


h4, h4 a {
	margin: 0 0 1em 0;
	padding: 0px;
	font-size: 1em;
	line-height: .9em;
	}
	
h5 {
	margin: 0 0 1em 0;
	padding: 0px;
	font-size: 1em;
	line-height: 1.1em;
	}


/*
---------------------------------------
Navigation elements
---------------------------------------
*/
	
#Nav h4 {
	margin: 0px 0px -12px 0px;
	padding: 5px 2px 0px 2px;
	font-size: 12px;
	font-weight: normal;
	line-height: 11px;
	color: #C60;
	background-color: #FFF;
	border-top: 1px dotted #CCC;
	display: block;
	}

#Nav h4 .NoBorder {
	border-top: none;
	display: block;
	}
	
#Nav h4 a {
	color: #C60;
	text-decoration: none;
	display: block;
	}

#Nav h4 .NoBorder a {
	border-top: none;
	display: block;
	}
	
#Nav h4 a:hover {
	color: #000;
	}
	
#Nav ul li a {
	margin: 0px 0px 0px -15px;
	padding: 0px 2px 2px 5px;
	font-size: 12px;
	line-height: 11px;
	color: #666;
	background-color: #FFF;
	list-style: none;
	text-decoration: none;
	display: block;
	}
	
#Nav ul li a:hover {
	color: #000;
	}


/*------------------------------
Header elements
------------------------------*/
#BreadCrumbs {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-align: right;
	color: #FFF;
}	

#BreadCrumbs a, #BreadCrumbs a:visited {
	color: #FFF;
}

#Search {
	margin: 5px 0px;
	padding: 0px;
	text-align: right;
}	

.Paging {
	text-align: right;
	color: #999;
	font-size: 1em;
}
	
.Paging a {
	color: #036;
}


/*----------------------------
StyleSwitcher elements
-----------------------------*/
#TextSizer {
	text-align: right;
	color: #FFF;
	margin: 0px 0px 5px 0px;
}

#TextSizer a, #TextSizer a:active, #TextSizer a:visited {
	text-align: right;
	color: #FFF;
}

#TextSizer a:active {
	text-decoration: none;
}

.TextSizerNormal a {
	font-size: 11px;
	}

.TextSizerLrg a {
	font-size: 13px;
	}

.TextSizerXLrg a {
	font-size: 15px;
	}


/*--------------------------------
Column layout elements
---------------------------------*/
.twocard h2 {
        margin: 0px;
        padding: 5px 0px 0px 5px;
        font-size: 1.1em;
        font-weight: bold;
        line-height: 1.1em;
        color: #333;
        width: 100%;
        border: none;
}


.twocard p {
        margin: 0px;
        padding: 0px 5px 5px 5px;
        text-align: left;
}


.twocard a {
        text-align: right;
        }


.twocard a img {
        text-align: left;
        }


.threecard h2 {
        margin: 0px;
        padding: 5px 0px 0px 5px;
        font-size: 1.1em;
        font-weight: bold;
        line-height: 1.1em;
        color: #333;
        width: 100%;
        border: none;
}


.threecard p {
        margin: 0px;
        padding: 0px 5px 5px 5px;
        text-align: left;
}


.threecard a {
        display: block;
        text-align: right;
}


.threecard a img {
        text-align: left;
}


/*---------------------------------------
Special content styles for the home pages
----------------------------------------*/
		
.SectionLeft p {
	padding: 0px 10px 0px 5px;
	border-right: 1px solid #C6C5B0;
}

.Section p {
	padding: 0px 5px 0px 10px;
}

.Section form {
	padding: 0px 10px 0px 10px;
}
	
.Section h1 {
	margin: 0px -10px 10px 0px;
	padding: 0px 0px 5px 10px;
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	font-size: 1.4em;
	border-bottom: 1px solid #C6C5B0;
}

.SectionLeft h1 {
	padding: 0px 0px 5px 5px;
	margin: 0px 0px 10px 0px;
	font-family: Georgia, Times, Serif;
	font-weight: normal;
	font-size: 1.4em;
	border-bottom: 1px solid #C6C5B0;
}

.Highlight h2 {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	color: #333;
	width: 100%;
	border: none;
}

.Highlight p {
	margin: 0px;
	padding: 0px 5px 5px 5px;
}

.NewsTitle a {
	color: #036;
	font-weight: bold;
	}


.FieldLabel p {
	margin: 0;
	text-align: right;
	}


/*------------------------------
Miscellaneous
-------------------------------*/
.Contact {
	color: #999;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	}

.Arrow {
	color: #C33;
	}

.Dateline {
	color: #C33;	
	}

.ListedPage {
	padding: 5px;
	margin: 3px;
	border-bottom: 1px dotted #666;
	}

.IntroText {
	margin: 0px;
	padding: 0px;
	}
	
.OldBrowsers {
	margin: 0px;
	padding: 10px;
	background-color: #FFC;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	display: none;
	}

