/* ---------------------------------------------------------------------------
Primary Tags
--------------------------------------------------------------------------- */
body {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif !important;
	text-align: center;
	font-size: 12px;
}

h1 {
	font-size: 6.25em;
	font-family: Helvetica;
	text-transform: capitalize;
}

h2{
	font-size: 1.1em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Helvetica;
}

p {
	font-size: 1em;
	line-height: 1.5em;
}

b, strong { 
	font-weight: bold; 
}

a { 
	text-decoration: none;
}


em, i {
	font-style: italic;
}

address { 
	font-style: normal; 
}

label {
	font: normal 11px 'Lucida Grande';
}


/* ---------------------------------------------------------------------------
Container
--------------------------------------------------------------------------- */
#container {
	text-align: left;
}

/* ---------------------------------------------------------------------------
Header
--------------------------------------------------------------------------- */
#header {
	text-align: center;
}


/* ---------------------------------------------------------------------------
Primary Navigation
--------------------------------------------------------------------------- */
#navigation {
	text-align: center;
}

#navigation ul {
	list-style-type: none;
	text-align: left;
}

#navigation .button {
	text-indent: -999em;
}

#navigation .sub {
	font-size: 9px;
	text-transform: uppercase;
}


/* ---------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------- */
#footer .container {
	text-align: left;
}

#footer ul {
	list-style-type: none;
}

#footer a {
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #DFB200;
}

#footer .copyright {
	font-size: 8px;
	text-transform: uppercase;
}


/* ---------------------------------------------------------------------------
Homepage
--------------------------------------------------------------------------- */
#homepage h2 {
	font-size: 2em;
	font-family: Helvetica;
	text-transform: capitalize;
}


/* ---------------------------------------------------------------------------
Content
--------------------------------------------------------------------------- */
.breadcrumbs { 
	font-size: .9em; 
}

#content .containRight blockquote {
	font-size: 2.2em;
	font-family: Georgia, Times, Times New Roman;
	font-weight: normal;
}

.fullspan {
	font: normal 24px 'Georgia';
}
.containRight ul {
}
.containRight li {
	list-style:none;	
}
.containRight ol {
	width:100%;
	float:left;
	margin: 4px 20px;
}
.containRight ol li {
	list-style:decimal;	
}

.error {
	font-style: italic;
}
