/*
    -- COLOURS --
    Dark Green: #3e6a4b
    Med Green: #528e65
    Off White: #f4f2f2
*/


/* ---- BASELINE STYLES - DO NOT MODIFY ---- */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, 
abbr, acronym, address, 
big, cite, code, del, dfn, 
em, font, img, ins, kbd, 
q, s, samp, small, strike, 
strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, 
thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/*line-height: 1;*/
	font-family: inherit;
	text-align: left;
	/*vertical-align: baseline;*/
}

a img, :link img, :visited img {
	border: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
    width: 100%;
}

ul {
	list-style: disc;
    list-style-position: inside;
    padding: 4px 4px 4px 12px;
}

ol {
	list-style: decimal;
    list-style-position: inside;
    padding: 4px 4px 4px 12px;
}

body {
	display: block;
    background-color: #FFFFFF;
    color: #000000;
    
	font-family: helvetica, verdana, arial, sans-serif;
    font-size: 10px;
    
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    
    text-align: center;
}

p {
    padding: 4px;
}


/* ---- CONTAINER STYLES - DO NOT MODIFY ---- */

.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	height: 245px;
    margin-top: 4px;
    margin-bottom: 8px;
    
    background-color: transparent;
    background-image: url(images/titleimage.png);
    background-position: top;
    background-repeat: no-repeat;
}

.headertitle {
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
    
    color: #f4f2f2;
    
    padding-top: 60px;
}

.headertitlebar {
    height: 135px;
    width: 900px;
    float: left;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

.headerlogo {
     float: right; 
     clear: right; 
     margin: 24px;
}

.headerbuttonbar {
    width: 900px; 
    float: left; 
    clear: both; 
    margin-left: auto; 
    margin-right: auto;
}

.headerbuttonlink {
    border: 2px solid #CC3300;
    display: block;
    float: left;
}

.headerbutton {
    padding: 3px;
    
    width: 100px;
    height: 100px;
    
    background-color: #FFFFFF;
    
    float: left;
}

.headerspacer {
    width: 30px;
    
    float: left;
}

.headerendspacer {
    width: 40px;
    
    float: left;
}


/* ---- MENU STYLES ---- */

.menu {
    margin: 0px;
    padding: 0px;
    
    list-style-image: none;
    list-style-type: none;
    list-style-position: inside;
    
	font-family: benguiatgot bk bt, helvetica, verdana, arial, sans-serif;
}
	
.menuitem {
    margin: 0px;
    margin-top: 4px;
    
	padding-top: 2px;
	padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    
    border-width: 1px;
    border-style: solid;
    border-color: #3e6a4b;
    
    /*height: 20px;*/
    
	color: #3e6a4b;
	background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.menuitemsingle {
    margin: 0px;
    margin-top: 4px;
    
	padding-top: 2px;
	padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 4px;
    
    border-width: 1px;
    border-style: solid;
    border-color: #3e6a4b;
    
	color: #3e6a4b;
	background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.menuitemhover {
    margin: 0px;
    margin-top: 4px;
    
	padding-top: 2px;
	padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    
    border-width: 1px;
    border-style: solid;
    border-color: #3e6a4b;
    
	color: #3e6a4b;
	background-color: #6fa07d;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.menuitemimage {
    margin: 0px;
    border: none;
    padding: 4px;
	background-color: transparent;
}

a:link.menulink, a:visited.menulink, a:active.menulink {
	color: #3e6a4b;
	background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

a:hover.menulink {
    color: #528e65;
	background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

a:link.menutoplink, a:visited.menutoplink, a:active.menutoplink {
	color: #3e6a4b;
	background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

a:hover.menutoplink {
    color: #528e65;
	background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.contextmenu {
	background-color: transparent;
    
    margin: 0px;
    padding: 0px;
    
    list-style-image: none;
    list-style-type: none;
    list-style-position: inside;
}

.contextmenuitem {
    padding: 2px;
    padding-left: 12px;
    margin: 0px;
    border: 0px;
    
	color: #3e6a4b;
	background-color: transparent;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.contextmenuitemhover {
    padding: 2px;
    padding-left: 12px;
    margin: 0px;
    border: 0px;
    
	background-color: #EEEEEE;
}

a:link.contextmenulink, a:visited.contextmenulink, a:active.contextmenulink {
	color: #3e6a4b;
	background-color: transparent;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

a:hover.contextmenulink {
    color: #528e65;
	background-color: transparent;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

.rightbarmenuitem {
    font-size: 12px;
    font-family: benguiatgot bk bt, helvetica, verdana, arial, sans-serif;
    
    width: 166px;
    
    margin: 0px;
    margin-bottom: 4px;
    padding: 4px;
    border: 1px;
    border-style: solid;
    border-color: #3e6a4b;
    
    background-color: #FFFFFF;
}

.rightbarmenuitemtitle {
    font-size: 14px;
    font-family: benguiatgot bk bt, helvetica, verdana, arial, sans-serif;
    font-weight: bold;
    color: #3e6a4b;
    /*color: #cc3300;*/
    margin: 0px 0px 4px 0px;
}

.rightbarmenuitemtext {
    font-size: 12px;
    font-family: helvetica, verdana, arial, sans-serif;
    font-weight: normal;
}

a:link.rightbarmenuitemlink, a:visited.rightbarmenuitemlink, a:active.rightbarmenuitemlink {
	color: #3e6a4b;
	background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

a:hover.rightbarmenuitemlink {
    color: #528e65;
	background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

a:link.rightbarmenuitemlinkred, a:visited.rightbarmenuitemlinkred, a:active.rightbarmenuitemlinkred {
    color: #cc3300;
	background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

a:hover.rightbarmenuitemlinkred {
    color: #c85c37;
	background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}


/* ---- BODY CONTENT STYLES ---- */

.leftbar {
    width: 176px;
    float: left;
    clear: left;
    
    padding: 0px;
    margin: 0px;
    margin-right: 4px;
    
    text-align: left;
    font-size: 12px;
    
    background-color: transparent;
}

.rightbar {
    width: 176px;
    float: left;
    clear: right;
    
    padding: 0px;
    border: 0px;
    margin: 0px;
	margin-top: 4px;
    margin-left: 4px;
    
    text-align: left;
}

.content {
    width: 524px;
    float: left;
    
    padding: 8px;
    border-width: 1px;
    border-style: none;
    border-color: #DDDDDD;
    
    background-color: transparent;
}

.contenthomebox {
    float: left;
    clear: both;
    width: 512px;
    padding: 8px;
    margin-bottom: 8px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
}

.contenttitle {
    font-size: 24px;
    font-weight: bold;
    color: #cc3300;
	font-family: benguiatgot bk bt, helvetica, verdana, arial, sans-serif;
    padding: 8px 4px 4px 4px;
}

.contenttitlebig {
    font-size: 32px;
    font-weight: bold;
    color: #cc3300;
	font-family: benguiatgot bk bt, helvetica, verdana, arial, sans-serif;
    padding: 8px 4px 4px 4px;
}

.contentsubtitle {
    font-size: 16px;
    font-weight: bold;
    color: #cc3300;
	font-family: benguiatgot bk bt, helvetica, verdana, arial, sans-serif;
    padding: 8px 4px 4px 4px;
}

.contentsubtitlebig {
    font-size: 24px;
    font-weight: bold;
    color: #cc3300;
	font-family: benguiatgot bk bt, helvetica, verdana, arial, sans-serif;
    padding: 4px;
}

.contenttext {
    font-size: 12px;
    text-align: left;
}

.contenttextbig {
    font-size: 18px;
    text-align: left;
}

a:link.contentlink, a:active.contentlink, a:visited.contentlink {
	color: #3e6a4b;
    text-decoration: underline;
}

a:hover.contentlink {
    color: #528e65;
    text-decoration: underline;
}

.contentimage {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}

.contenttitleimage {
	margin: 4px 0px 4px 4px;
	padding: 4px;
	float: right;
    clear: both;
    border-width: 1px;
    border-style: solid;
	/*width: 200px;
	height: 200px;*/
    border-color: #DDDDDD;
}

.contentimageleft {
	margin: 4px;
	padding: 4px;
	float: left;
    border-width: 1px;
    border-style: solid;
	width: 100px;
	height: 100px;
    border-color: #DDDDDD;
}

.contentimageright {
	margin: 4px;
	padding: 4px;
	float: right;
    border-width: 1px;
    border-style: solid;
	width: 100px;
	height: 100px;
    border-color: #DDDDDD;
}

.contenticon {
    width: 32px;
    height: 32px;
    padding: 2px;
    margin: 0px;
}

.contenttable {
    /*width: 514px;*/
    margin: 8px;
    padding: 0px;
    table-layout: auto;
    border: 1px none #DDDDDD;
}

.contenttablecelllabel {
    font-size: 12px;
    margin: 0px;
    padding: 1px 8px 1px 8px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    width: 150px;
}

.contenttablecell {
    font-size: 12px;
    margin: 0px;
    padding: 1px 8px 1px 8px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}

.contenttablecellsmall {
    font-size: 12px;
    margin: 0px;
    padding: 1px 8px 1px 8px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    width: 80px;
    text-align: center;
}

.contentvideo {
    width: 400px;
    height: 400px;
    
    margin: 4px auto 4px auto;
    padding: 4px;
    border: 1px;
    border-style: solid;
    border-color: #DDDDDD;
    
    background-color: #FFFFFF;
}

.contentembeddedvideo {
    width: 400px;
    height: 400px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}


/* FOOTER STYLES */

.footer {
    
    height: 95px;
    width: 892px;
    
	margin-top: 4px;
	margin-bottom: 4px;
    padding: 0px;
    
    float: left;
}

.footerimage {
    height: 105px;
    width: 892px;
    margin: 0px;
    padding: 0px;
    
    background-color: transparent;
    background-image: url(images/footerimage.png);
    background-position: top;
    background-repeat: none;
    
    float: left;
}

.footertext {
    padding: 4px;
    
    font-size: 12px;
    color: #000000;
    text-align: center;
}

a:link.footerlink, a:visited.footerlink, a:active.footerlink {
    color: #3e6a4b;
	background-color: transparent;
    font-size: 12px;
    text-decoration: underline;
}

a:hover.footerlink {
    color: #528e65;
	background-color: transparent;
    font-size: 12px;
    text-decoration: underline;
}


/* UTILS */
.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.indent {
    margin-left: 8px;
}

.hidden {
    display: none;
    visibility: hidden;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.clearboth {
    clear: both;
}

.verticalalignmiddle {
    vertical-align: middle;
}


.roundedboxtop {
    width: 528px;
    height: 8px;
    clear: both;
    float: left;
    margin-top: 8px;
}

.roundedboxtopleft {
    float: left;
    background-image: url(images/greycurvetopleft-8.png);
    background-position: right top;
    background-repeat: none;
    width: 8px;
    height: 8px;
}

.roundedboxtopright {
    float: left;
    background-image: url(images/greycurvetopright-8.png);
    background-position: right top;
    background-repeat: none;
    width: 8px;
    height: 8px;
}

.roundedboxtopcenter {
    float: left;
    border-top: 1px solid #DDDDDD;
    width: 512px;
    height: 8px;
}

.roundedboxcontent {
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    width: 494px;
    padding: 0px 16px 0px 16px;
    clear: both;
    float: left;
}

.roundedboxbottom {
    width: 528px;
    height: 8px;
    clear: both;
    float: left;
}

.roundedboxbottomleft {
    float: left;
    background-image: url(images/greycurvebottomleft-8.png);
    background-position: right top;
    background-repeat: none;
    width: 8px;
    height: 8px;
}

.roundedboxbottomright {
    float: left;
    background-image: url(images/greycurvebottomright-8.png);
    background-position: right top;
    background-repeat: none;
    width: 8px;
    height: 8px;
}

.roundedboxbottomcenter {
    float: left;
    border-bottom: 1px solid #DDDDDD;
    width: 512px;
    height: 8px;
}
