* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Lucida Grande', Arial, Tahoma, Verdana, sans-serif;
	font-size: small;
	color: #5A5A5A;
}


a {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
h4 {
	font-size: 12px;
	padding-bottom: 5px;
}
ul {
	list-style-type: none;
}
img {
	border: none;
}

.layout {
	font-size: 95%;
}
.layout-width {
	width: 90%;
	min-width: 960px;
	margin: 0 auto;
}
* html .layout-min-width {
	padding-left: 960px;
}
* html .layout-fix-1 {
	position: relative;
}
* html .layout-fix-2 {
	margin-left: -960px;
	position: relative;
}
/*\*/
* html .layout-min-width, * html .layout-fix-1, * html .layout-fix-2, * html .layout-container {
	height: 1px;
}
/**/
.layout-container {
	float: left;
	width: 100%;
}
.layout-sidespace {
	margin: 0px 80px;
}


.header {
	position: relative;
	width: 100%;
	height: 220px;
	background: url('../images/header-background.jpg') repeat-x top;
}
.header div {
	position: relative;
	width: 100%;
	height: 220px;
	background: url('../images/header-image.jpg') no-repeat right top;
}
.header .logo {
	position: absolute;
	top: 45px;
	left: 55px;
}





.navbar {
	padding: 0px 0px 20px 0px;
	width: 71%;
	float: right;
}
.navbar li {
	position: relative;
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	color: #999999;
	background: url('../images/navigation-arrow.gif') no-repeat left;
}
.navbar li a {
	color: #999999;
}




.left {
	width: 28%;
	float: left;
	clear: both;
}
.left .menu {
	padding: 20px 30px 20px 40px;
	background: #FBEBF0;
	list-style: square outside;
	color: #CD4263;
}
.left .menu li {
	padding: 5px 0px;
}
.left .menu a {
	color: #CD4263;
}
.left .menu ul {
	padding: 10px 0px 0px 1em;
}
.left .site-bar {
	margin-top: 20px;
}
.left .site-bar img {
	border: none;
	margin-bottom: 10px;
}







.right {
	width: 68%;
	float: right;
}	
.right .content {
	border: 1px solid #F0C6D0;
	background: #FFFFFF;
	padding: 35px;
}
.right .content h3 {
	color: #CD4263;
	margin: 0px 0px 15px 0px;
	font-size: 150%;
}
.right .content p {
	margin-top: 15px;
}









.menu-bottom {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 30px;
}


.menu-bottom ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
.menu-bottom ul li {
	padding: 0px 10px;
	border-right: 1px solid #999999;
	float: left;
}
.menu-bottom ul li.first {
	padding-left: 0;
}
.menu-bottom ul li.last {
	padding-right: 0;
	border-right: none;
}
.menu-bottom ul li a,
.menu-bottom ul li a:hover {
	color: #999999;
}


.menu-bottom form {
	width: 190px;
	float: right;
}
.menu-bottom form fieldset {
	border: 0;
	padding: 0px;
	margin: 0px;
}
.menu-bottom form fieldset .inputbox {
	font-size: 11px;
	color: #b6b6b6;
	border: 1px solid #d6d6d6;
	padding: 2px;
	float: left;
}
.menu-bottom form fieldset .subm {
	background: none;
	border: none;
	font-weight: normal;
	color: #336699;
	cursor: pointer;
	float: right;
	padding-right: 0px;
	margin-right: 0px;
	text-decoration: underline;
}


.footer {
	clear: both;
	margin: 20px 0px 30px 0px;
	padding: 25px 0px;
	background: #FBEBF0;
	color: #797979;
	height: 1%;
}
.footer .author {
	float: right;
	padding: 0px 30px;
}	
.footer .copyright {
	float: left;
	padding: 0px 30px;
}	




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





.pageForm .textField {
border:1px solid #BBB8B1;
padding:5px 0pt;
width:237px;
}

.pageForm {
background:#FFFFFF none repeat scroll 0%;
border:0px;
margin:0pt 0pt 40px 0px;
}

.tdst {padding: 10px;}

.pageForm textarea {
border:1px solid #B2B1B1;
display:block;
height:150px;
margin:5px 0pt;
width:440px;
}

.tdcom {
border:1px solid #000000;
padding:5px;
}

.im {
border:1px solid #EDEAE1;
}

.image {
border: solid 1px;
border-color: #5A5A5A;
}

.sub {line-height: 20px;}

.tdstyle {border:1px solid #5E483F; padding:2px;}