/*									*/
/*  Can Do Stylesheet!				*/
/*  (c) 2008 Katy Harris	*/
/*									*/


/* defining html selectors -------------------------*/

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 75%; /* sets default font size from 16pt to something closer to 12pt */
	line-height: 1.5;
	font-family: Georgia, "Times New Roman", sans-serif;
	background: #f7f7f7 url(/images/background-repeating.gif) repeat-y 0 0;
}

/* Main structure */
#header {
	width: 1024px;
	height: 120px;
	background: #f7f7f7 url(/images/background-top.gif) no-repeat 0 0;
	position: relative;
	left: 0px;
	top: 0px;
}

#middle {
	width: 1024px;
	background: transparent url(/images/background-repeating.gif) repeat-y 0 0;
	position:relative;
	top: 0px;
	left: 0px;
}

#footer { 
	width: 744px;
	height: 86px;
	margin-left: 280px;
	font-size: .8em;
	font-family: Arial, sans-serif;
	color: #999999;
}

/* sections of the main div -------------------------*/
#middle #menu {
	width: 220px;
	height: 300px;
	position: absolute;
	top: 135px;
	left: 57px;
}

#middle #content { 
	width: 480px;
	height: auto;
	position: relative;
	top: 0px;
	left: 280px;
}

#middle #sidebar {
	width: 200px;
	position: absolute;
	top: -58px;
	right: 10px;
}

#logo {
	position: absolute;
	top: -120px;
	left: 20px;
}

#logo img { border: 0px; }

/* defining h1-h4 -------------------------*/

#header h1 {
	position: absolute;
	left: 280px;
	bottom: 0px;
	letter-spacing: 1pt;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Relay Normal", Arial, sans-serif;
	color: #FF6600;
	font-size: 1.2em;
}

#middle #menu h2 {
	letter-spacing: 1pt;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Relay Normal", Arial, sans-serif;
	color: #FF6600;
	font-size: 1em;
	margin-bottom: 5px;
}

#middle #sidebar h3 {
	letter-spacing: 1pt;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Relay Normal", Arial, sans-serif;
	color: #FF6600;
	font-size: 1em;
	margin-bottom: 10px;
}

#middle #content .subsection h4 {
	letter-spacing: 1pt;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Relay Normal", Arial, sans-serif;
	color: #FF6600;
	margin-bottom: 10px;
	font-size: 1em;
	clear: both;
}

#middle #content .subsection h4 a {
	color: #FF6600;
}

/* middle content styles -------------------------*/

#middle #content p.intro, #middle #content .intro p {
	font-size: 1.4em;
	line-height: 1.7em;
	padding-top: 10px;
	letter-spacing: .2pt;
	margin-bottom: 25px;
	color: #333333;
	clear: both;
}

#middle #content .subsection {
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 20px;
}

#middle #content .subsection p {
	margin-left: 20px;
	line-height: 1.6em;
	color: #333;
}

#middle #content .subsection h4 em {
	display: inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 1.1em;
	color: #777;
	text-transform: lowercase;
	letter-spacing: .5pt;
}

/* placeholder image thumbnails ------------------------*/
.thumbnails {
	width: 480px;
	height: 75px;
	border: 0px solid black;
	margin-bottom: 30px;
}

.thumbnails .placeholder {
	width: 75px;
	height: 75px;
	background: #CCCCCC;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* left menu styles ------------------------*/
#middle #menu .section {
	margin-bottom: 20px;
}

#middle #menu .section p {
	margin-left: 15px;
	line-height: 1.7;
	font-family: "Relay Normal", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
}

#middle #menu .section p a {
	font-family: inherit;
	font-size: inherit;
	color: #999999;
	text-decoration: none;
	padding-right: 75px;
}

#middle #menu .section p a:hover {
	color: #FF6600;
	background: transparent url(/images/menu-on.gif) no-repeat 125px 1px;
	text-decoration: underline;
}

/* sidebar content styles -------------------------*/
#middle #sidebar .section {
	margin-bottom: 20px;
}

#middle #sidebar .section .placeholder {
	width: 75px;
	height: 75px;
	background: #CCCCCC;
	margin-bottom: 3px;
}

.section .bignumber {
	font-family: Georgia, serif;
	font-size: 6em;
	line-height: 1em;
	color: #FF6600;
}

#middle #sidebar .section p {
	font-family: "Relay Normal", Arial, sans-serif;
	font-size: 1em;
}

#middle #sidebar .section p a {
	font-family: inherit;
	font-size: inherit;
	color: #666666;
	text-transform: lowercase;
}
