* {
    margin: 0;
    padding: 0;
}

body {
    background-color: white;
}

#menu-top-wrapper, #header, #wrapper-content, #wrapper-footer1, #wrapper-pre-footer {
    width: 85%;
    margin: 0 auto;
    text-align: left;
}

html {
	height:100%;
}

/*==============================================================================*/
/*     header                                                                   */
/*==============================================================================*/
#header {
    background-color: #3466a4;
}

#wrapper-header {
    background: transparent url('images/bg.png') top center repeat-x;
}

#wrapper-header2 {
    background: transparent url('images/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
    background: transparent url('images/bg02-blue-right.png') top right no-repeat;
    height: 130px;
}

#header h1 {
    margin: 0 20px 0 20px;
    padding: 80px 0 0 10%;
    color: white;
    font-size: 200%;
    font-weight: normal;
}

#header .line {
    color: white;
    background-color: white;
    height: 2px;
    width: 100%;
    margin-top: 5px;
    line-height: 0;
}

/*==============================================================================*/
/*     menu-top                                                                 */
/*==============================================================================*/
#menu-top-wrapper {
    background: white url('images/bg02-white-right.png') no-repeat right top;
    overflow: hidden;
}

#menu-top {
    background: transparent url('images/bg02-white-left.png') no-repeat left top;
}

#menu-top ul {
    list-style: none;
    font-size: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 1.5em 0 2em 0;
}

#menu-top li {
    display: inline;
    padding: 1%;
}

#menu-top a {
    padding: 0 0 0 4px;
    text-decoration: none;
    line-height: 1.5em;
}

#menu-top a span {
    /*padding: 5px 15px 4px 6px;
     color: #5b8fbe;*/
    cursor: pointer; /* IE */
}

/*Sliding Door*/
#menu-top a:hover {
    background-position: 0% -42px;
}

#menu-top a:hover span {
    background-position: 100% -42px;
}

/*==============================================================================*/
/*     content                                                                  */
/*==============================================================================*/
#wrapper-content {
    background: white url('images/bg02-white-left.png') no-repeat left top;
}* html #wrapper-content {
    height: 1%;
}

#content {
    background: transparent url('images/bg02-white-right.png') no-repeat right top;
    padding: 20px 245px 5px 40px;
	text-align:center; /* IE */
}

/*==============================================================================*/
/*     menu-page                                                                */
/*==============================================================================*/
#wrapper-menu-page {
    float: right;
    width: 180px;
    margin: 20px 30px 0.1em 2em;
    text-align: left;
    line-height: 140%;
}* html #wrapper-menu-page {
    margin-right: 15px;
}

#menu-page {
    margin-top: 5px;
	padding-left: 1em;
	border-left: 1px solid #ddd;
}

#menu-page ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 90%;
}

#menu-page h3 {
    font-size: 75%;
    text-transform: uppercase;
    margin: 1em 0 0.3em 0;
    color: #5b8fbe;
    font-weight: normal;
    letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited {
    color: #888;
}

#menu-page a:hover {
    color: #5b8fbe;
}


/*---------------------------------*/
#leftMenu{
    float: right;
    width: 180px;
    margin: 0 30px 0.1em 2em;
    text-align: left;
    line-height: 140%;
	border-left: 1px solid #ddd;
}* html #wrapper-menu-page {
    margin-right: 15px;
}
	
#dhtmlgoodies_slidedown_menu div{
    margin-top: 5px;
	padding-left: 1em;
}

#dhtmlgoodies_slidedown_menu li{
	list-style-type:none;
	position:relative;
}

#dhtmlgoodies_slidedown_menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 90%;
	position:relative;
}

#dhtmlgoodies_slidedown_menu h3 {
    font-size: 75%;
    text-transform: uppercase;
    margin: 1em 0 0.3em 0;
    color: #5b8fbe;
    font-weight: normal;
    letter-spacing: 0.15em;
}

/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu{		
	width:205px;	
}

/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a{
	color: #000;
	text-decoration:none;	
	display:block;
	clear:both;
	width:170px;	
	padding-left:2px;	
}	


/*==============================================================================*/
/*     footer                                                                   */
/*==============================================================================*/
#wrapper-pre-footer {
    clear: both;
    text-align: center;
    color: white;
    font-size: 70%;
    background: transparent url('images/bg02-white-left-foot.png') no-repeat left bottom;
}* html #wrapper-pre-footer {
    height: 1%;
}

#pre-footer {
    padding: 1%;
    background: transparent url('images/bg02-white-right-foot.png') no-repeat right bottom;
    height: 40px; /*fade image height*/
}

#wrapper-footer1 {
    text-align: center;
    color: white;

background-image: url('images/footbg.png');}* html #wrapper-footer {
    height: 1%;
}

#wrapper-footer2 {
    background: transparent url('images/bg02-white-right-foot.png') repeat-y right top;
    /*padding: 5px 245px 5px 40px;*/
}

#footer {
    background: transparent url('images/bg02-white-left-foot.png') repeat-y left top;
	padding: 1%;
    clear: both;
}

#footer1, #footer2, #footer3 {
    width: 30%;
    float: left;
    padding: 0 0 0 2%;
    text-align: left;
    text-align: center;
}

.subfooter {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    width: 75%;
    text-align: left;
}

#footer2 {
    border-left: 1px solid #777;
    border-right: 1px solid #777;
}

/*==============================================================================*/
/*     typography                                                               */
/*==============================================================================*/
/*general*/
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    line-height: 160%;
    color: #888;
    text-align: center;
}

/* Opera font fix */ 
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { 
	body {
		font-size:100%;
	}
}

#content p,
#content ul {
	padding-bottom: 1em;
	text-align:left;
	width: 35em;
	margin: 0 auto;
}

.error {
	border: solid 1px red;
	padding: 2em;
}

#content h2 {
	text-align:left;
	width: 29.2em;
	margin: 0 auto;
    padding-bottom: 1em;
	font-size: 116%;
    font-weight: bold;
	padding-right: 1em;
	color:#5f8cd9;

}

#content h3 {
	text-align:left;
	width: 34em;
	margin: 0 auto;
	padding-bottom: 0.2em;
    font-size: 100%;
	padding-right: 1em;
	color:#888888;
}

#content b {
	font-weight: 600;
}

#content i {
	font-style: italic;
}

/*list*/
#content ul {
	list-style-type: circle;
	padding-left: 2em;
}

/*links*/
a:link, a:visited {
    color: #5b8fbe;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: underline;
}

#menu-top a:hover {
    color: #888;
    text-decoration: underline;
}

/*footer*/
#footer {
    line-height: normal;
    font-size: 70%;
    color: #666;
}

#footer h4 {
    font-size: 116%; /*reset*/
    font-weight: bold;
    margin-bottom: 0.8em;
}

#footer h5 {
    font-size: 100%; /*reset*/
    font-weight: normal;
    margin-bottom: 0.2em;
}

#footer p {
	margin-bottom:0.3em;
}

#content img {
	margin: 1.2em 0 3em 0;
	border: 5px solid #ddd;
}

/*==============================================================================*/
/*     misc                                                                     */
/*==============================================================================*/

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
    clear: both;
}

.map {
	margin: 0 auto;
	width: 80%;
	height: 450px;
	overflow: hidden;
	border: 1px solid black;
	margin-top:1em;
}

.vid {
	width: 480px;
	height: 360px;
	margin: 0 auto;
}

/*==============================================================================*/
/*     form                                                                     */
/*==============================================================================*/
#form {
	text-align:left;
	width: 30em;
	margin: 0 auto;
	padding:0;
}

form, 
fieldset { /*strange ie bug*/
	border:none;
	clear:none;
}

#form input,
#form textarea {
	width:100%;
	border: 1px solid #ccc;
	font-size:inherit;
	padding:0.05em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    line-height: 160%;
}

#form textarea {
	height: 90px;
}

#form textarea:focus,
#form input:focus {
	border: 1px solid black;
}

#form input.submit-button {
float:right;
	margin-top: 1.2em;
	width: 100px;
}

label {
	padding-top: 1.2em;
	display: block;
}
