/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: .81em/1.25em Georgia, serif;
	color: #402c11; 
}
a { color: #ad8713; }
a:link {}
a:visited { color: #16b2a3; }
a:hover { text-decoration: none; }
a:active {}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	text-indent: -9999px;
	height: 96px;
	padding: 0;
	margin: 0;
}

h2 {
	font: normal 18px/1.25em "MS Sans Serif", Geneva, sans-serif;
	color: #16b2a3;
	margin: 2em 0 1em 0;
}
#aside h2 {
	margin-top: 0.5em;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style-type: disc;
}

li {
	margin-left: 0px;
	margin-bottom: 6px
}
ul.txt, p {
	margin-bottom: 1.5em;
}

.px100bottom {
	padding-bottom: 100px;
}
#contact { padding-bottom: .5em;}

/* `Added by Rheal (July 22, 2009) - Last modified ()
----------------------------------------------------------------------------------------------------*/

#intro {
	font-size: 14px;
}
#resources li {
	list-style-type: none;
	color: #16b2a3;
}
.contact_name{
	font-size: 14px; 
	font-weight: bold;
	margin: 10px 0 0 0;
}
.contact-title {
	margin-bottom: 0;
	font-style: italic;
}
.contact-phone {
	margin-bottom: 0;
}
strong {
	font: bold 11px Verdana, Verdana, Geneva, sans-serif;
	color: #16b2a3;
}
#language a {
	font: bold 12px/15px Verdana, Verdana, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
}
#language a:hover {
	color: #260e04;
}
