/* CSS Document */
/* sets margins, padding and borders on block level elements to 0 */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
/* sets the default font attributes and background  */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	color: #666666;
}
p {
	font-size: 80%;
}
.largeText {
	font-size: 100%;
}
/* container holds the entire web page */
#container {
	margin: 0;
	padding: 0;
	width: 770px;
}
/* pageHeader is a container that holds the header across the top of the page */
#pageHeader {
	background-image:url(../images/headerbkg.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 115px;
}
/* these are the links for the English | Espanol in the top right corner of the header. They are nested within the pageHeader container. */
#language {
	float: right;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding-right: 5px;
	padding-top: 3px;
}
#language a{
	color: #ffffff;
}
/* this sets the look and location of the tagline in the header and is nested within the pageHeader container*/
#tagline {
	float: right;
	clear: right;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	padding-right: 30px;
	padding-top: 70px;
	padding-bottom: 10px;
}
/* this container sets the left navigation column below the header */
#leftcolumn {
	float: left;
	width: 160px;
	background-image: url(../images/leftcolbkgr.jpg);
	background-repeat: no-repeat; 
	margin: 0;
	padding: 0;
}
/* this positions the navigation within the left column and is nested within the leftcolumn container*/
#nav {
	padding: 0;
	width: 140px;
	margin-top: 50px;
	margin-left: 5px;
}
#nav ul {
	padding: 0;
	margin: 0;
}
#nav ul li {
	margin: 0;
	list-style-type: none;
	padding: 11px 7px 0 0;
	text-align: right;
}
#nav ul li a {
	display: block;
	color: #f7c603;
	text-decoration: none;
	font-size: 12px;
	white-space: nowrap;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #7f7f7f;
	width: 11em;
}
#nav ul li a:hover, #nav ul li a:focus {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
/* this is the container for the content and footer portions of the page */
#rightColumn {
	margin: 0;
	padding: 0;
	width: 580px;
	margin-left: 165px;
}
/* this container holds all the content on the page and is nested within the rightColumn container*/
#content {
	width: 600px;
	min-height: 400px;
	margin: 0;
	padding: 0;
}
#content p {
	line-height: 1.6em;
	margin-left: 20px;
	padding-top: 10px;
}
#content h1, #content h2, #content h3, #content h4 {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000066;

}
#content h1 {
	font-size: 130%;
	padding-bottom: .5em;
	padding-top: .5em;
}
#content h2 {
	font-size: 100%;
	padding-top: .5em;
	padding-bottom: 0;
	line-height: 1.4;
	font-weight: bold;
}
#content h3 {
	font-size: 95%;
	padding-top: .5em;
	padding-bottom: 0;
	border-bottom: 1px solid #000066;
}
#content h4 {
	font-size: 80%;
	margin-top: 8px;
	margin-left: 20px;
	line-height: 1.5;
}
#content ul {
	padding: 0;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 80%;
}
#content ul li {
	margin-left: 50px;
	line-height: 1.65em;
}
#content img {
	padding: 0;
	margin: 10px 10px 3px 10px;
}
#content table {
	width: 95%;
	border: 1px solid #7f7f7f;
	border-collapse: collapse;
	margin-left: 20px;
	font-size: 100%;
}
#content th {
	font-size: 85%;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #7f7f7f;
	padding: 3px;
	background-color: #000066;
	color: #ffffff;
}
#content td {
	border: 1px solid #7f7f7f;
	margin-left: 5px;
	padding: 5px;
}
#content td p {
	font-size: 80%;
	padding: 0;
	margin-left: 0;
}
#content a:visited {
	color: #666666;
}
#content a:hover {
	color: #000066;
}
/*  use for the bullet points at the top of the home page */
#content .homeBullets ul {
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
}
#content .homeBullets li {
	margin: 0;
	padding: 0;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000066;
	font-weight: normal;
	background-image: url(../images/arrow.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
/* container that holds the footer and its styles. It is nested within the rightColumn container. */
#footer {
	width: 600px;
	border-top: 1px solid #7f7f7f;
	padding-top: 5px;
	margin-bottom: 10px;
}
#footer p {
	text-align: center;
	line-height: 1.5em;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#footer a:visited {
	color: #666666;
}
/* use this to clear headings/content around images instead of using <p> tags */
.clearit {
	clear: both;
}
/* styles the "top of page" links */
.top {
	text-align: right;
	
}
.top a {
	font-weight: normal;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #7f7f7f;
	text-decoration: none;
}
.top a:hover {
	text-decoration: underline;
	color: #000000;
}
/* used for image displayed in centre of home page */
#homeImg {
	margin: auto;
	margin-bottom: 0;
	padding-bottom: 10px;
	width: 400px;
}
/* use for captions under photos */
.caption {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-align: right;
	margin-right: -10px;
}
/* use for right aligned images that are portrait oriented */
.rightImgNarrow {
	float: right;
	margin-bottom: 0;
	padding-bottom: 5px;
	margin-right: 10px;
	width: 200px;
}
/* use for right-aligned images that are landscape oriented */
.rightImgWide {
	float: right;
	margin-bottom: 0;
	padding-bottom: 5px;
	margin-right: 10px;
	width: 250px;
}
/* use if there is a quote added to a page */
.quote {
	position: relative;
	float: right;
	font-size: 100%;
	border-top: 2px solid #cccccc ;
	border-bottom: 2px solid #cccccc;
	width: 150px;
	margin-left: 65px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #999999;
	font-style: italic;
}
.quoteAuthor {
	font-size: 70%;
	text-align: right;
}
