body
{
    margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #646760;
    position: relative;
}

body.home
{
    background: #FFFFFF url(../images/temp/bg-paper-colour.jpg) repeat-x;
}

body.main
{
    background: #FFFFFF url(../images/temp/bg-paper-colour.jpg) repeat-x;
}

#gradient
{
	position: absolute;
	left: 0px;
	top: 176px;
	min-width: 100%;
	height: 220px;
	z-index: -1;
	background: #FFFFFF url(../images/temp/bg-strip.gif) repeat-x;
}

#gradient-content
{
	position: absolute;
	top: 176px;
	min-width: 100%;
	height: 77px;
	z-index: -1;
	background: #FFFFFF url(../images/temp/bg-content-strip.gif) repeat-x;
}

.Header
{
    font-size: 20px;
    font-weight: bold;
    color: #646760;
    line-height: 24px;
}

.Intro
{
    font-size: 16px;
}

/* link */

a
{
    color: #e3b01f;
}

a.yellow
{
    color: #fad670;
}

a:hover, a.yellow:hover
{
    color: #000000;
}

a.bold
{
    font-weight: bold;
}

a.nodeco
{
    text-decoration: none;
}

a.dashed
{
    border-bottom: 1px DASHED;
}

a.dotted
{
    border-bottom: 1px DOTTED;
}

a.gray
{
    color: #646760;
}

a.gray:hover
{
    color: #000000;
}

/* end links */

/* Form buttons */


.form_action_button
{
	cursor: hand;
	cursor: pointer;
	height: 31px;
	text-decoration: none;
}

.form_action_button .form_action_left
{
    float: left;
	width: 13px;
	height: 31px;
    background: url(../images/temp/button-left.jpg) top left no-repeat;
}

.form_action_button .form_action_right
{
    float: left;
	width: 13px;
	height: 31px;
	margin-right: 10px;
    background: url(../images/temp/button-right.jpg) top left no-repeat;
}

.form_action_button .form_action_text
{
    float: left;
	height: 24px;
	padding: 7px 8px 0 8px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
    background: url(../images/temp/button-gradient.jpg) top left repeat-x;
}

.form_action_button:hover .form_action_text
{
	color: #000000;
}

.form_action_button_right
{
	cursor: hand;
	cursor: pointer;
	height: 31px;
	text-decoration: none;
}

.form_action_button_right .form_action_left
{
    float: right;
	width: 13px;
	height: 31px;
	margin-left: 10px;
    background: url(../images/temp/button-left.jpg) top left no-repeat;
}

.form_action_button_right .form_action_right
{
    float: right;
	width: 13px;
	height: 31px;
    background: url(../images/temp/button-right.jpg) top left no-repeat;
}

.form_action_button_right .form_action_text
{
    float: right;
	height: 24px;
	padding: 7px 8px 0 8px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
    background: url(../images/temp/button-gradient.jpg) top left repeat-x;
}

.form_action_button_right:hover .form_action_text
{
	color: #000000;
}


/* end Form buttons */

#container
{
    width: 900px;
	margin: auto;
}

#page_shadow
{
    position: absolute;
    width: 12px;
    height: 470px;
    left: 890px;
    top: 178px;
    background: url(../images/temp/page_shadow.png) no-repeat;
}

#header
{
    position: relative;
    height: 178px;
}

#header_logo
{
    position: absolute;
    width: 259px;
    height: 70px;
    left: 0px;
    top: 20px;
}

#header_caption
{
    position: absolute;
    width: 242px;
    height: 43px;
    right: 0px;
    top: 20px;
}

/*nav area */
#header_menu
{
    position: absolute;
	height: 34px;
	width: 668px;
	top: 142px;
	left: 223px;
	background: url(../images/temp/menu_bg.png) no-repeat;
}

#menu_width
{
    float: left;
	padding: 6px 0px 0px 13px;
}

#menu_width div
{
	float: left;
	color: #E0E0E0;
	padding: 5px 7px 2px 6px;
}

#menu_width a#menuActive
{
    float:left;
    padding: 5px 2px 2px 2px;
    color: #fad670;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

#menu_width a#menuInactive
{
    float:left;
    padding: 5px 2px 2px 2px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

#menu_width a#menuActive:hover, #menu_width a#menuInactive:hover
{
    color: #f0bc28;
}

/*end nav area*/

#home_banner
{
    height: 220px;
    padding-top: 15px;
    z-index: 1;
}

#home_banner_generic
{
    height: 46px;
    padding: 30px 0px 0px 25px;
}

#banner_image
{
    float: left;
}

#banner_content
{
    float: left;
    width: 510px;
    padding: 10px;
    margin-right: 60px;
}

#content_container
{
    padding: 10px;
}

#content_height
{
    float: left;
    height: 270px;
}

#content_right_height
{
    float: left;
    height: 355px;
}

#clear
{
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* content home */

#content
{
    float: left;
    width: 430px;
    padding-bottom: 30px;
}

#banners
{
    float: right;
    width: 375px;
    padding-right: 20px;
    padding-bottom: 30px;
}

/* end content home */

/* content generic */

#content_menu
{
    float: left;
    width: 200px;
}

#content_right
{
    float: right;
    width: 590px;
    margin-right: 60px;
    padding-top: 10px;
    padding-bottom: 20px;
}

/* end content generic */

/* gradients */

#divider_down
{
    background: url(../images/temp/divider-gradient-down.png) top center no-repeat;
}

#divider_up
{
    background: url(../images/temp/divider-gradient-up.png) bottom center no-repeat;
}

/* end gradients */

/* news module */

#news_container_nograd
{
    padding: 15px 0px 10px 5px;
}

#news_container
{
    background: url(../images/temp/divider-gradient-down.png) top center no-repeat;
    padding: 15px 0px 10px 5px;
}

#news_divider_down
{
    padding-right: 40px;
}

span.lightgray
{
    color: #BDBDBD;
}

/* end news module */

/* left menu nav */

#content_menu ul
{
	margin: auto;
	padding: 10px 0px;
}

#content_menu li
{
	display: block;
	padding: 0px 0px 8px 20px;
	margin: 0px;
	list-style: none;
	background-image: url(../images/temp/icon-menu.png);
	background-repeat: no-repeat;
	color: #fad670;
}

#content_menu li a#menuActive
{
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

#content_menu li a#menuInactive
{
    color: #f0bc28;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

#content_menu li a#menuInactive:hover
{
    color: #000000;
}

/* end left menu nav */

/* footer */

#footer_container
{
    display: block;
    clear: both;
    width: 900px;
    height: 120px;
    background: url(../images/temp/footer-gradient.png) no-repeat;
}

#footer_bee
{
    position: relative;
    top: 20px;
    left: 15px;
    width: 44px;
    height: 52px;
}

#footer_contact
{
    position: relative;
    width: 170px;
    height: 100px;
    top: -35px;
    left: 80px;
}

#footer_links
{
    position: relative;
    top: -135px;
    left: 430px;
    width: 450px;
    height: 80px;
}

#footer_links ul
{
    float: left;
    margin-top: 2px;
}

#footer_links li
{
	list-style: none;
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

#footer_nav
{
    clear: both;
    position: relative;
    top: -110px;
    text-align: center;
}

/* end footer */


/* form elements */

input.form_element
{
    width: 290px;
    border: 1px SOLID #d7dbdc;
    padding: 3px 5px 3px 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

input.form_element:focus
{
    background-color: #fef9e3
}

textarea.form_element
{
    width: 290px;
    border: 1px SOLID #d7dbdc;
    padding: 3px 5px 3px 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

textarea.form_element:focus
{
    background-color: #fef9e3;
}

select.form_element
{
    border: 1px SOLID #d7dbdc;
    padding: 2px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.form_error
{
    color: #FF0000;
}

/* end form elements */

/* box */
 
.box_break
{
    height: 70px;
}

.box_top_left
{
    background: url(../images/temp/box_top_left.png) 0% 0% no-repeat;
}

.box_top
{
    background: #fdf6d0 url(../images/temp/box_top.png) repeat-x;
}

.box_top_right
{
    background: url(../images/temp/box_top_right.png) 100% 0% no-repeat;
}

.box_left
{
    background: url(../images/temp/box_left.png) 0 repeat-y;
}

.box_centre
{
    padding: 7px 10px 7px 10px;
}

.box_content
{
    
}

.box_right
{
    background: url(../images/temp/box_right.png) 100% repeat-y;
}

.box_bottom_left
{
    background: url(../images/temp/box_bottom_left.png) 0 100% no-repeat;
}

.box_bottom
{
    background: url(../images/temp/box_bottom.png) 0 100% repeat-x;
}

.box_bottom_right
{
    background: url(../images/temp/box_bottom_right.png) 100% 100% no-repeat;
}

/* end box */

/* sitemap */

.smparent {
        font-size: 12px;
        font-weight: bold
}
.smchild {
        margin-left: 10px;
        border-left: 1px DASHED #CCC;
        padding: 1px 5px;
        font-size: 12px
}

/* end sitemap */

/* 
 * This CSS Converes the Header Image and header Image (wrap in content) Hack
 */
#header_image_float {
	float: right;
}

#header_image {
	position: absolute;
}

#fake_wrap_from_header_image {
	float: right;
}
