/*
// Font - sunshine
// font-family: 'BoomshankerRegular', Arial, Tahoma, san-serif; font-weight: normal; font-style: normal;
*/

body {
	background: #F3E6CF url(body.jpg);
	margin: 0;
	padding: 0 0 20px 0;
	}
	
/* [ Defaults ] */

hr, .hide { display: none }
:active, :focus { outline: none }


/* [ Layout ] */

#wrapper {
	width: 900px;
	margin: 0 auto;
	}
	
	
/* [ Masthead ] */

#masthead {
	height: 230px;
	margin: 0 -50px;
	position: relative;
	}
	
	#masthead .logo {		display: none;		}
	
	#masthead .branding {
		background: url(branding.jpg);
		height: 170px;
		}
		
/* [ Main ] */

#main {
	padding: 20px 0 0;
	}
		
		
/* [ Content ] */

#main {
	min-height: 1px;
	position: relative;
	}
	
	#main:after {		content: ".";		height: 0;		visibility: hidden;		display: block;		clear: both;		}		
	* html #main{	height: 1px; }
	
/* [ Footer ] */
#footer {
	background: url(footer.gif) no-repeat center 0;
	margin: 0 -20px;
	height: 100px;
	color: #fff6de;
	position: relative;
	font-size: .75em;
	}

	#footer .copyright {
		position: absolute;
		bottom: 22px;
		right: 20px;
		}
		
/* [ General Layout ] */

.links-list {
	margin: 0;
	padding: 0;
	}
	
	.links-list li {
		list-style: none;
		padding: 0;
		margin: 0;
		}

/* [ TYPOGRAPHY ] */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}

a {
	color: #33635B;
	}
	
a:hover {
	color: #fff;
	background: #33635b;
	text-decoration: none;
	}
	
a:visited {
	color:#A66C2B;
	}
	
a.link-button,
input.link-button
 {
	background: url(link-button.gif);
	display: block;
	height: 26px;
	width: 173px;
	padding: 0 0 0 5px;
	margin: 1em 0;
	line-height: 26px;
	font-size: 11px;
	color: #F3E6CF;
	text-decoration: none;
	border: none;
	text-align: left;
	}
	
	a.link-button:hover {
		background-position: 0 -26px;
		}
		
a.link-button-emphasis {
	background-image: url(link-button.emphasis.gif);
	}
	
input.link-button {
	width: 178px;
	}
	
a.link-button-wide {
    background-image: url(link-button.wide.gif);
    width: 215px;
}


p {
	margin: 0 0 1em 0;
	}
	
.header object { position: relative; left: -3px }

h1 {
	background:url("h1.gif") repeat scroll 0 0 transparent;
    border:medium none;
    color:#F3E6CF;
    height:40px;
    margin:-25px 0 20px;
    padding:25px 10px 10px;
    width:903px;
    font-family: 'BoomshankerRegular', Arial, Tahoma, san-serif; font-weight: normal; font-style: normal;
}

h2 {
	font-size: 1.25em; /* 18px */
	line-height: 1.5em;
	margin:0 0 0.6em 0;
	color: #465E4F;
	font-family: 'BoomshankerRegular', Arial, Tahoma, san-serif; font-weight: normal; font-style: normal;
}

h3 {
	font-size: 1.5em; /* 24px */
	line-height: 1em;
	margin:0 0 0.25em 0;
	color: #465e4f;
}

h4 {
	font-size: 1em; /* 16px */
	line-height: 1em;
	margin:0 0 0.4em 0;
	color:#465e4f;
	font-weight:bold;
}

h5 {
	font-size: .875em; /* 14px */
	margin:0 0 0.5em 0;
	font-weight:bold;
}


/* [ vCard ] */

.vcard {
	margin: 0 0 2em;
	font-size: 12px;
	line-height: 18px;
	}
	
.vcard h3 {
	font-size: 12px;
	font-weight: bold;
	}
	
.vcard .fn {
	margin: .25em 0;
	display: block;
	}
	
.vcar .adr {
	display: block;
	margin: 0 0 .25em 0;
	}
	
.vcard .country-name {
	display: block;
	}
	
.vcard .tel {
	font-weight: bold;
	}
	
.vcard .value {
	font-weight: normal;
	}
	
.vcard .tel .type {
	display: none;
	}
	
	
/***
==== Page Messages ====
***/

.page_message_container {
	}
		
.page_message {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.5em;
	display: block;
}


.page_message img {
	display: none;
}


/* General Message */

.fail-message {
	background: #FFD1D1 url(fail-message.gif) no-repeat 10px 12px;
	border:1px solid #F8ACAC;
	color: #8D3F3F;
	padding: 1em 1em 1em 45px;
	font-size: 11px;
	margin: 1.5em 0;
	line-height: 1.5em;
	-moz-border-radius: 10px;
}


.warning-message {
	background:#FFF5CA url(warning-message.gif) no-repeat 10px 6px ;
	border: 1px solid #F1DF95;
	color: #454131;
	padding: 1em 1em 1em 45px;
	font-size: 11px;
	margin: 1.5em 0;
	line-height: 1.5em;
	-moz-border-radius: 10px;
}

.page-description,
.info-message {
	background: #eef7fc url(page-message.gif) no-repeat 5px 3px;
	border: 1px solid #5bb4e5;
	padding: 1em 1em 1em 45px;
	font-size: 11px;
	margin: 1.5em 0;
	line-height: 1.5em;
	-moz-border-radius: 10px;
	}
