/* -------------------------------------------------------------- 
   Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; background: #fff; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }




/* -------------------------------------------------------------- 
   Typography
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 100%; }


/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Georgia, Times, Serif; }


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

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #382630; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }

#main-column h3,
#sidebar h3 {
	text-transform: uppercase;
}

/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; font-family: Helvetica, Arial, sans-serif; font-size: 75%;}
ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { 
	color: #445f2d;
	text-decoration: none; 
}

a:hover { text-decoration: underline; }

#sidebar a {
	color: #382630;	
}

h3 a {
	color: #382630;	
}

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet { color: #999; }

.hide { display: none; }
.highlight { background: #ffc; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }




/* -------------------------------------------------------------- 
   Forms
-------------------------------------------------------------- */

label { font-weight: bold; }

/* Fieldsets */
fieldset { padding: 0; margin: 0; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; }

/* Textareas */
textarea { margin: 0.5em 0.5em 0 0; }
textarea { padding: .4em; }


/* History Lives Here Theme
-------------------------------------------------------------- */


body {
	background: #c6b39b url(/themes/site_themes/hlh/images/body-bg.jpg) repeat-y top center;	
}

#header {
	width: 980px;
	height: 150px;
	background: transparent url(/themes/site_themes/hlh/images/header-bg.jpg) no-repeat top center;
	margin: 0 auto;
	position: relative;
}

a.logo:link,
a.logo:visited,
a.logo:hover,
a.logo:active {
	width: 335px;
	height: 90px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 45px;
	top: 27px;
	margin: 0;
	padding: 0;
}

h1#logo {
	width: 335px;
	height: 90px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 45px;
	top: 27px;
	margin: 0;
	padding: 0;
}

div#quotes {
	position: absolute;
	width: 392px;
	height: 99px;
	left: 595px;
	top: 0;
	text-align: center;
	padding: 34px 0 0 0;
	display: none;
}

div#quotes blockquote {
	margin: 0 auto;
	padding: 0 50px;
	text-align: center;
	font-size: 26px;
	line-height: 28px;
	color: #382630;
	font-style: italic;
	display: block;
}

div#tv {
	position: absolute;
	width: 170px;
	height: 133px;
	left: 418px;
	top: 0;
}

ul#nav {
	width: 980px;
	height: 56px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}

ul#nav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

ul#nav li a {
	line-height: 56px;
}

a#home:link,
a#home:visited {
	display: block;
	width: 140px;
	height: 56px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/hlh/images/nav-sprite.gif) no-repeat 0 0;
}

a#home:hover,
a#home:active {
	background-position: 0 -56px;
}

a#home.selected:link,
a#home.selected:visited,
a#home.selected:hover,
a#home.selected:active {
	background-position: 0 -112px;
}

a#about:link,
a#about:visited {
	display: block;
	width: 140px;
	height: 56px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/hlh/images/nav-sprite.gif) no-repeat -140px 0;
}

a#about:hover,
a#about:active {
	background-position: -140px -56px;
}

a#about.selected:link,
a#about.selected:visited,
a#about.selected:hover,
a#about.selected:active {
	background-position: -140px -112px;
}

a#services:link,
a#services:visited {
	display: block;
	width: 140px;
	height: 56px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/hlh/images/nav-sprite.gif) no-repeat -280px 0;
}

a#services:hover,
a#services:active {
	background-position: -280px -56px;
}

a#services.selected:link,
a#services.selected:visited,
a#services.selected:hover,
a#services.selected:active {
	background-position: -280px -112px;
}

a#easter:link,
a#easter:visited {
	display: block;
	width: 140px;
	height: 56px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/hlh/images/tv-controls-static.gif) no-repeat 0 0;
}

a#easter:hover,
a#easter:active {
	background: transparent url(/themes/site_themes/hlh/images/tv-controls-animated.gif) no-repeat 0 0;
}

a#projects:link,
a#projects:visited {
	display: block;
	width: 140px;
	height: 56px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/hlh/images/nav-sprite.gif) no-repeat -420px 0;
}

a#projects:hover,
a#projects:active {
	background-position: -420px -56px;
}

a#projects.selected:link,
a#projects.selected:visited,
a#projects.selected:hover,
a#projects.selected:active {
	background-position: -420px -112px;
}


a#journal:link,
a#journal:visited {
	display: block;
	width: 140px;
	height: 56px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/hlh/images/nav-sprite.gif) no-repeat -560px 0;
}

a#journal:hover,
a#journal:active {
	background-position: -560px -56px;
}

a#journal.selected:link,
a#journal.selected:visited,
a#journal.selected:hover,
a#journal.selected:active {
	background-position: -560px -112px;
}

a#contact:link,
a#contact:visited {
	display: block;
	width: 140px;
	height: 56px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/hlh/images/nav-sprite.gif) no-repeat -700px 0;
}

a#contact:hover,
a#contact:active {
	background-position: -700px -56px;
}

a#contact.selected:link,
a#contact.selected:visited,
a#contact.selected:hover,
a#contact.selected:active {
	background-position: -700px -112px;
}

#content-wrapper.wrapper {
	width: 980px;
	margin: 0 auto;
	background: transparent url(/themes/site_themes/hlh/images/content-wrapper-bg.jpg) repeat-y 0 0;
}

#content {
	width: 920px;
	margin: 0 auto;
	background: transparent url(/themes/site_themes/hlh/images/content-bg.jpg) no-repeat 0 0;
	padding: 20px 30px 0 30px;
}

#footer {
	width: 980px;
	margin: 0 auto;
	background: transparent url(/themes/site_themes/hlh/images/footer-bg.jpg) no-repeat 0 0;
	padding: 40px 0 20px 0;
}

#footer p.copyright {
	text-align: center;
	color: #382630;
	font-size: 14px;
	margin: 0 0 5px 0;
}

#footer p.credits {
	text-align: center;
	color: #382630;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0;
	text-transform: uppercase;
}

#footer a:link,
#footer a:visited {
	color: #382630;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	text-decoration: underline;
}

div#email-newsletter {
	width: 285px;
	margin: 20px auto 0;
}

div#confirmation {
	width: 245px;
	margin: 20px auto 0;
	background-color: #f5f5f5;
	padding: 20px;
}

div#confirmation h4 {
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}

div#confirmation p {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}

input.email-address {
	float: left;
	width: 210px;
	font-size: 12px;
	padding: 3px 2px;
}

input.submit {
	float: right;
}

div#featured-projects {
	width: 920px;
	height: 474px;
	position: relative;
	margin: 0 0 20px 0;
}

ul#featured-nav {
	width: 920px;
	height: 74px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 400px;
	background: transparent url(/themes/site_themes/hlh/images/featured-nav-tile.gif) repeat-x 0 70px;
}

ul#featured-nav li {
	float: left;	
}

ul#featured-nav li a {
	display: block;
}

ul#featured-nav li h3 {
	width: 200px;
	height: 70px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/hlh/images/featured-nav-sprite.gif) no-repeat 0 0;
	margin: 0 20px 0 0;
}

a#history-iii:link,
a#history-iii:visited {
	margin: 0 10px 0 0;
	width: 160px;
	height: 70px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/hlh/images/featured-nav-sprite.gif) no-repeat -230px 0;	
}

a#history-iii:hover,
a#history-iii:active {
	background-position: -230px -70px;
}

ul#featured-nav li.ui-tabs-selected a#history-iii:link,
ul#featured-nav li.ui-tabs-selected a#history-iii:visited,
ul#featured-nav li.ui-tabs-selected a#history-iii:hover,
ul#featured-nav li.ui-tabs-selected a#history-iii:active {
	background-position: -230px -140px;
}


a#history-ii:link,
a#history-ii:visited {
	margin: 0 10px 0 0;
	width: 170px;
	height: 70px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/hlh/images/featured-nav-sprite.gif) no-repeat -400px 0;	
}

a#history-ii:hover,
a#history-ii:active {
	background-position: -400px -70px;
}

ul#featured-nav li.ui-tabs-selected a#history-ii:link,
ul#featured-nav li.ui-tabs-selected a#history-ii:visited,
ul#featured-nav li.ui-tabs-selected a#history-ii:hover,
ul#featured-nav li.ui-tabs-selected a#history-ii:active {
	background-position: -400px -140px;
}

a#history:link,
a#history:visited {
	margin: 0 10px 0 0;
	width: 170px;
	height: 70px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/hlh/images/featured-nav-sprite.gif) no-repeat -580px 0;	
}

a#history:hover,
a#history:active {
	background-position: -580px -70px;
}

ul#featured-nav li.ui-tabs-selected a#history:link,
ul#featured-nav li.ui-tabs-selected a#history:visited,
ul#featured-nav li.ui-tabs-selected a#history:hover,
ul#featured-nav li.ui-tabs-selected a#history:active {
	background-position: -580px -140px;
}

a#mcfarlands:link,
a#mcfarlands:visited {
	margin: 0 10px 0 0;
	width: 160px;
	height: 70px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/hlh/images/featured-nav-sprite.gif) no-repeat -760px 0;
}

a#mcfarlands:hover,
a#mcfarlands:active {
	background-position: -760px -70px;
}

ul#featured-nav li.ui-tabs-selected a#mcfarlands:link,
ul#featured-nav li.ui-tabs-selected a#mcfarlands:visited,
ul#featured-nav li.ui-tabs-selected a#mcfarlands:hover,
ul#featured-nav li.ui-tabs-selected a#mcfarlands:active {
	background-position: -760px -140px;
}

/*a#century:link,
a#century:visited {
	width: 160px;
	height: 70px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/hlh/images/featured-nav-sprite.gif) no-repeat -760px 0;
}

a#century:hover,
a#century:active {
	background-position: -760px -70px;
}

ul#featured-nav li.ui-tabs-selected a#century:link,
ul#featured-nav li.ui-tabs-selected a#century:visited,
ul#featured-nav li.ui-tabs-selected a#century:hover,
ul#featured-nav li.ui-tabs-selected a#century:active {
	background-position: -760px -140px;
}*/

/*a#soldier:link,
a#soldier:visited {
	width: 160px;
	height: 70px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/hlh/images/featured-nav-sprite.gif) no-repeat -760px 0;
}

a#soldier:hover,
a#soldier:active {
	background-position: -760px -70px;
}

ul#featured-nav li.ui-tabs-selected a#soldier:link,
ul#featured-nav li.ui-tabs-selected a#soldier:visited,
ul#featured-nav li.ui-tabs-selected a#soldier:hover,
ul#featured-nav li.ui-tabs-selected a#soldier:active {
	background-position: -760px -140px;
}*/

#featured-projects div.ui-tabs-panel {
	width: 920px;
	height: 390px;
	position: relative;
}

.ui-tabs .ui-tabs-hide { display: none !important; }

div#soldier-of-peace-documentary {
	background: transparent url(/themes/site_themes/hlh/images/featured-soldier-of-peace-bg.jpg) no-repeat 0 0;
	position: relative;
	width: 920px;
	height: 390px;
}

body.projects div#soldier-of-peace-documentary {
	background: transparent url(/themes/site_themes/hlh/images/featured-soldier-of-peace-bg.jpg) no-repeat 0 0;
	position: relative;
	width: 920px;
	height: 390px;
	margin: 0 0 20px 0;
}

div#soldier-of-peace-documentary div.copy {
	position: absolute;
	width: 380px;
	left: 30px;
	top: 150px;
}

div#soldier-of-peace-documentary div.copy p {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
}


div#a-century-of-co-operation {
	background: transparent url(/themes/site_themes/hlh/images/featured-cooperation-bg.jpg) no-repeat 0 0;
	position: relative;
	width: 920px;
	height: 390px;
}

body.projects div#a-century-of-co-operation {
	background: transparent url(/themes/site_themes/hlh/images/featured-cooperation-bg.jpg) no-repeat 0 0;
	position: relative;
	width: 920px;
	height: 390px;
	margin: 0 0 20px 0;
}

div#a-century-of-co-operation div.copy {
	position: absolute;
	width: 400px;
	left: 50px;
	top: 150px;
}

div#a-century-of-co-operation div.copy p {
	/*text-align: center;*/
	font-size: 12px;
	line-height: 15px;
	font-family: Helvetica, Arial, sans-serif;

}

body.projects div#a-century-of-co-operation div.copy p {
	/*text-align: center;*/
	font-size: 13px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;

}

div#history-moments {
	background: transparent url(/themes/site_themes/hlh/images/featured-history-moments-bg.jpg) no-repeat 0 0;
	position: relative;
}

div#history-moments-2010 {
	background: transparent url(/themes/site_themes/hlh/images/featured-history-moments-2-bg.jpg) no-repeat 0 0;
	position: relative;
}

div#history-moments-iii {
	background: transparent url(/themes/site_themes/hlh/images/featured-history-moments-3-bg.jpg) no-repeat 0 0;
	position: relative;
}

body.projects div#history-moments {
	width: 920px;
	height: 390px;
	margin: 0 0 20px 0;
}

body.projects div#history-moments-2010 {
	width: 920px;
	height: 390px;
	margin: 0 0 20px 0;
}


body.projects div#history-moments-iii {
	width: 920px;
	height: 390px;
	margin: 0 0 20px 0;
}


div#history-moments div.copy {
	position: absolute;
	width: 320px;
	left: 295px;
	top: 180px;
}

div#history-moments div.copy p {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

div#history-moments-2010 div.copy {
	position: absolute;
	width: 320px;
	left: 295px;
	top: 180px;
}

div#history-moments-iii div.copy {
	position: absolute;
	width: 320px;
	left: 295px;
	top: 180px;
}

div#history-moments-2010 div.copy p {
	text-align: center;
	font-size: 17px;
	line-height: 24px;
}

div#history-moments-iii div.copy p {
	text-align: center;
	font-size: 14px;
	line-height: 21px;
}


body.projects div#history-moments div.copy p {
	text-align: center;
	font-size: 16px;
	line-height: 22px;
}

div#the-belleville-mcfarlands {
	background: transparent url(/themes/site_themes/hlh/images/featured-mcfarlands-bg.jpg) no-repeat 0 0;
	position: relative;
}

body.projects div#the-belleville-mcfarlands {
	width: 920px;
	height: 390px;
	margin: 0 0 20px 0;		
}

div#the-belleville-mcfarlands div.copy {
	position: absolute;
	width: 380px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	left: 270px;
	top: 225px;
}

div#the-belleville-mcfarlands div.copy p {
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 15px 0;
}

body.projects div#the-belleville-mcfarlands div.copy p {
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 15px 0;
}


a.view-project:link,
a.view-project:visited,
a.view-project:hover,
a.view-project:active {
	width: 168px;
	height: 45px;
	text-indent: -9999px;
	background: transparent url(/themes/site_themes/hlh/images/btn-view-project.png) no-repeat 0 0;
	display: block;
	margin: 0 auto;
}

div#latest-journal {
	width: 450px;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
}

div#sidebar div#latest-journal,
#sidebar #other-featured-projects {
	width: 330px;
	margin: 0 0 40px 0;
	padding: 20px 0 0 0;
	background: transparent url(/themes/site_themes/hlh/images/featured-nav-tile.gif) repeat-x 0 0;
}

h3.heading-journal {
	font-size: 24px;
	text-transform: uppercase;
	/*width: 241px;
	height: 19px;*/
	/*text-indent: -9999px;*/
	/*background: transparent url(/themes/site_themes/hlh/images/heading-journal.png) no-repeat 0 0;*/
	margin: 0 0 20px 0;
}

div#sidebar h3.heading-journal,
div#sidebar h3 {
	margin-bottom: 4px;
	font-size: 22px!important;
}

div.journal-thumb {
	float: left;
	width: 204px;
	height: 149px;
	background: transparent url(/themes/site_themes/hlh/images/journal-thumb-bg.jpg) no-repeat 0 0;
	padding: 4px 0 0 4px;
}

div.journal-thumb img {
	display: block;
}

div.journal-text {
	width: 220px;
	float: right;
	padding: 10px 0 0 0;
}

#main-column div.journal-text {
	width: 340px;
	float: right;
	padding: 15px 0 0 0;
}

#main-column div.journal-entry {
	margin: 0 0 10px 0;
	clear: left;
}

div.journal-text h3 {
	color: #382630;
	font-size: 22px;
	line-height: 14px;
	text-align: left;
	margin: 0 0 4px 0;
}

div.journal-text h4 {
	color: #382630;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 12px 0;
}

div.journal-text p {
	color: #382630;
	font-size: 11px;
	line-height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 8px 0;
	padding: 0 20px 0 0;
}

div.journal-text p a:link,
div.journal-text p a:visited {
	font-size: 11px;
	line-height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 8px 0;
	font-weight: bold;
}

div#sidebar div.journal-entry {
	margin: 0 0 5px 0;
	clear: left;
}

div#sidebar div.journal-thumb {
	float: left;
	width: 154px;
	height: 110px;
	background: transparent url(/themes/site_themes/hlh/images/sidebar-journal-thumb-bg.jpg) no-repeat 0 0;
	padding: 4px 0 0 4px;
}

div#sidebar div.journal-thumb img {
	display: block;
}


div#sidebar div.journal-text {
	width: 150px;
	float: right;
	padding: 20px 0 0 0;
}

div#sidebar div.journal-text h3 {
	color: #382630;
	font-size: 18px;
	line-height: 14px;
	text-align: left;
	margin: 0 0 4px 0;
}

div#sidebar div.journal-text h4 {
	color: #382630;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 12px 0;
}

div#sidebar div.journal-text p {
	color: #382630;
	font-size: 11px;
	line-height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 8px 0;
	padding: 0 20px 0 0;
}

div#sidebar div.journal-text p a:link,
div#sidebar div.journal-text p a:visited {
	font-size: 11px;
	line-height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 8px 0;
	font-weight: bold;
}


div#profile {
	width: 430px;
	float: right;
	background: transparent url(/themes/site_themes/hlh/images/profile-bg.jpg) no-repeat 0 0;
	height: 170px;
	padding: 40px 0 0 20px;
	margin: 0;
}

div#profile h3 {
	color: #382630;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	margin: 0 0 8px 0;
}

div#profile p {
	color: #382630;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 8px 0;
	padding: 0 220px 0 0;
}

div#profile p a:link,
div#profile p a:visited {
	font-size: 11px;
	line-height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
	font-weight: bold;
}

#main-column {
	width: 570px;
	float: left;
}

#sidebar {
	width: 330px;
	float: right;
}

#main-column h2 {
	font-size: 32px;
	line-height: 32px;
	/*text-transform: uppercase;*/
	margin: 0 0 14px 0;
}


#sidebar ul.sidebar-menu {
	width: 330px;
	background: transparent url(/themes/site_themes/hlh/images/featured-nav-tile.gif) repeat-x 0 0;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
}

ul.sidebar-menu a:link,
ul.sidebar-menu a:visited {
	padding: 8px 8px 5px 10px;
	display: block;
	font-size: 14px;
	line-height: 20px;
}

ul.sidebar-menu a:hover,
ul.sidebar-menu a:active,
ul.sidebar-menu a.active {
	text-decoration: none;
	background-color: #d9d9d9;
}

ul.sidebar-menu h5 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	font-size: 14px;
}

#sidebar ul.sidebar-menu ul {
	background-image: none;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}

span.image {
	display: block;
	margin-bottom: 20px;
}

span.image.left {
	display:block;
	float: left;
	margin: 0 20px 18px 0;
	padding: 0 0 0 0;
}

span.image.right {
	display:block;
	float: right;
	margin: 0 0 18px 20px;
	padding: 0 0 0 0;
}

span.image.left img,
span.image.right img {
	display: block;
	margin: 0 0 5px 0;
}

#main-column span.caption {
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	display: block;
	min-height: 30px;
	color: #777;
	font-family: Helvetica, Arial, sans-serif;
}

div#sidebar div#photo-gallery {
	background: #e7e7e7 url(/themes/site_themes/hlh/images/featured-nav-tile.gif) repeat-x 0 0;
	padding: 18px 14px 0px 14px;
	position: relative;
	margin: 0 0 40px 0;
}

a.gallery-thumb:link,
a.gallery-thumb:visited {
	width: 86px;
	height: 90px;
	padding: 4px 0 0 4px;
	display: block;
	background: transparent url(/themes/site_themes/hlh/images/gallery-thumb-bg.jpg) no-repeat 0 0;
	float: left;
	margin: 0 16px 15px 0;
}

a.gallery-thumb:hover,
a.gallery-thumb:active {
	display: block;
}

a.gallery-thumb.last:link,
a.gallery-thumb.last:visited,
a.gallery-thumb.last:hover,
a.gallery-thumb.last:active {
	margin-right: 0;
}

a.gallery-thumb.hide {
	display: none;
}

ul.gallery-links {
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;
	clear: both;
}

p.gallery-title {
	color: #382630;
	margin: 0 20px 20px 0;
	font-size: 10px;
	display: block;
}

p.gallery-title span {
	text-transform: uppercase;
	font-size: 12px;
}

div#associates {
	background: transparent url(/themes/site_themes/hlh/images/featured-nav-tile.gif) repeat-x 0 0;
	width: 330px;
	margin: 0 0 40px 0;
	padding: 20px 0 0 0;
}

ul.associate {
	list-style: none;
	margin: 0 0 20px 0;
	width: 275px;
}

ul.associate.left {
	clear: left;
	float: left;
}

ul.associate.right {
	clear: right;
	float: right;
}

ul.associate li h4 {
	/*font-size: 12px;*/
	text-transform: uppercase;
	margin: 0 0 8px 0;
}

ul.associate li {
	font-family: Helvetica, Arial, sans-serif;
	/*font-size: 10px;*/
}

p.pagination {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#main-column div.comments {
	margin: 0 0 0 0;
}

div.comments div.comment-odd,
div.comments div.comment-even {
	padding: 20px;
	background-color: #f2f2f2;
	margin: 0 0 18px 0;
}

div.comments div.comment-odd {
	background-color: #f2f2f2;	
}

div.comments div.comment-even {
	background-color: #eee;

}

#main-column div.comments ul.comment-specifics {
	list-style: none;
	margin: 0;
	font-size: 12px;
}

#main-column div.comments ul.comment-specifics li {
	display: block;
	float: left;
	font-style: italic;
}

#main-column div.comments ul.comment-specifics li img.avatar {
	display: block;
	margin: 0 20px 0 0;
}

#main-column div.comments ul.comment-specifics li strong {
	text-transform: uppercase;
	font-style: normal;
}

#main-column div.comments ul.comment-specifics li.posted-by {
	padding: 12px 0 0 0;
}

fieldset#blog-comments {
	margin: 0 0 0 0;
}

p label,
p label {
	display: block;
	font-size: 12px;
	margin: 0 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
}

/*div#contact-forms p {
	margin: 0 0 18px 0;
}*/

p label span,
p label span {
	color: red;
	font-style: italic;
	font-size: 12px;
	font-weight: 300;
}

fieldset#blog-comments input.text {
	width: 260px;
	border: 1px solid #cdcdcd;
	padding: 6px;
	font-size: 14px;
	line-height: 18px;
}

input.text {
	width: 266px;
	border: 1px solid #cdcdcd;
	padding: 6px;
	font-size: 14px;
	line-height: 18px;
}

select.text {
	width: 200px;
	border: 1px solid #cdcdcd;
	padding: 5px;
	font-size: 14px;
	line-height: 18px;
}

textarea.text {
	width: 556px;
	border: 1px solid #cdcdcd;
	padding: 6px;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

div.col-left {
	float: left;
	margin: 0 0 0 0;
}

div.col-right {
	float: right;
	margin: 0 0 0 0;
}


div#contact-forms p,
#main-column fieldset#blog-comments p {
	margin: 0 0 18px 0;
}

#main-column fieldset#blog-comments p.comment-checks {
	margin: 0 0 0 0;
	float: left;
}

#main-column fieldset#blog-comments input.comment-submit {
	float: right;
}

a.hlhPlayer-standard {
	display: block;
	width: 570px;
	height: 428px;
	margin: 0 0 20px 0;
	text-align: center;
}

a.hlhPlayer-standard img {
	margin-top:170px;
	border:0px;
}

a.hlhPlayer-letterbox {
	display: block;
	width: 570px;
	height: 321px;
	margin: 0 0 20px 0;
	text-align: center;
}

a.hlhPlayer-letterbox img {
	margin-top:120px;
	border:0px;
}

div.video-wrapper-standard {
	width: 570px;
	height: 428px;
	background: transparent url(/themes/site_themes/hlh/images/video-player-bg.jpg) no-repeat bottom center;
	padding: 0 0 20px 0;
}

div.video-wrapper-letterbox {
	width: 570px;
	height: 321px;
	background: transparent url(/themes/site_themes/hlh/images/video-player-bg.jpg) no-repeat bottom center;
	padding: 0 0 20px 0;
}

div.video-wrapper-embed {
	background: transparent url(/themes/site_themes/hlh/images/video-player-bg.jpg) no-repeat bottom center;
	padding: 0 0 13px 0;
}

div.project {
	/*border-bottom: 1px solid #ababab;*/
	margin: 0 0 40px 0;
	padding: 0 0 0 0;
}

p.video-description {
	font-size: 14px;
}

div.project h4 {
	margin: 0 0 10px 0;
}

img.project-thumb {
	margin: 0 0 10px 0;
}

ul.gallery-nav {
	list-style: none;
	margin: 0 0 10px 0;
	position: absolute;
	right: 0;
	top: -30px;
}

ul.gallery-nav li {
	float: left;
	margin: 0 0 0 0;
}

ul.gallery-nav li a:link,
ul.gallery-nav li a:visited {
	width: 6px;
	height: 20px;
	display: block;
	padding: 4px 9px 1px 9px;
	background-color: #ebebeb;
	text-align: center;
}

ul.gallery-nav li a:hover,
ul.gallery-nav li a:active {
	text-decoration: none;
	background-color: #cdcdcd;	
}

#sidebar ul.gallery-nav li.ui-tabs-selected a:link,
#sidebar ul.gallery-nav li.ui-tabs-selected a:visited,
#sidebar ul.gallery-nav li.ui-tabs-selected a:hover,
#sidebar ul.gallery-nav li.ui-tabs-selected a:active {
	background-color: #382630;
	color: #ffffff;
}

#sidebar ul.gallery-nav li.ui-state-processing a:link,
#sidebar ul.gallery-nav li.ui-state-processing a:visited,
#sidebar ul.gallery-nav li.ui-state-processing a:hover,
#sidebar ul.gallery-nav li.ui-state-processing a:active {
	text-indent: -9999px;
	background: #ebebeb url(/themes/site_themes/hlh/images/ajax-loader.gif) no-repeat 50% 50%;
	display: block;
	background-color: #ebebeb;
}

div.gallery-thumbs {
	clear: left;
}

div#main-column div.small-project p {
	font-size: 14px;
}

#contact-map {
	width: 275px;
	height: 220px;
	border: 1px solid #7a7a7a;
	margin: 0 0 20px 0;
	float: left;
}
div.contact-info {
	float: right;
	width: 275px;
}
