@charset "UTF-8";
/* CSS Document */

/*-------------------------HTML tags---------------------------*/

body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:palatino;
	font-size:14px;
	letter-spacing:1px;
}

a:link{color:#CCCCCC; text-decoration:none;}
a:hover{color:#000; text-decoration:none;}
a:visited{color:#CCCCCC;text-decoration:none;}
a:pressed{color:#CCCCCC;text-decoration:none;}

h1{
	color:#990066;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:-9999;
	overflow:hidden;
	display:none;
}
h2{
	color:#CCCCCC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
}
h4{
 	color:#CC0033
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal; 
	text-align:center;
}

/*---------------common divs---------------------*/

#container{
	width:1000px;
	height:800px;
	margin:0 auto;
	background-color:#EEE;
}

#header{
	width:1000px;
	height:100px;
	margin:0 auto;
	background-color:#D1CCC2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../Embassy%20Header.jpg);
}

#nav{
    width:1000px;
	height:50px;
	margin:0 auto;
	background-color:#694F69;
}
#nav ul{
	list-style:none;
	margin:0px;
}
#nav ul li{
	width:80px;
	height:30px;
	display:inline-block;
	margin:15px 20px 10px 20px;
}

#footer{
	width:960px;
	height:60px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	background-color:#777777;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px;
}

/*----------------------------Home page--------------------------*/
#container2{
	margin-top:20px;
	width:1000px;
	height:350px;
	background-color:#c79daf;
}

#mainphoto{
    width:560px;
	height:300px;
	margin:20px 0px 20px 20px;
	float:left;
	background:url(../images/Peace%20Embassy%20adjusted.jpg);
	
}
#text{
	width:380px;
	height:auto;
	padding:20px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:0.5px;
	
}
#location, #features, #affordability{
     width:280px;
	height:200px;
	margin:25px 0px 20px 20px;
	padding:5px 15px 5px 15px;
	float:left;
	font-style:italic;
	font-size:14px;
	background:url(../images/Homepagebox.png) no-repeat;
} 


/*-------------------------------- Rooms ----------------------------*/
#aroom{
	width:1000px;
	height:280px;
	float:left;
	background-color:#DDD;
}
#aroomphoto{
    width:360px;
	height:400px;
	margin:20px 0px 20px 20px;
	float:left;
}
#aroomtext{
	width:560px;
	height:auto;
	padding:20px;
	float:left;
	font-family:palatino;
	font-size:14px;
	letter-spacing:1px;
}
#broom{
	width:1000px;
	height:280px;
	float:left;
	background-color:#DDD;
	margin-top:20px;
	margin-bottom:10px;

}
#broomphoto{
    width:360px;
	height:400px;
	margin:20px 0px 20px 20px;
	float:left;
}
#broomtext{
	width:560px;
	height:auto;
	padding:20px;
	float:left;
	font-family:palatino;
	font-size:14px;
	letter-spacing:1px;
}
/*-------------------------------- History ----------------------------*/
#historycontainer{
	width:1000px;
	height:450px;
	float:left;
	background-color:#DDD;
	margin-bottom:200px;
}
#historyphoto{
    width:460px;
	height:320px;
	margin:80px 0px 20px 20px;
	float:left;
}
#historytext{
	width:460px;
	height:auto;
	padding:20px;
	float:left;
	font-family:palatino;
	font-size:14px;
	letter-spacing:1px;
}
/*-------------------------------- Contact Us ----------------------------*/
#container3{
	width:1000px;
	height:600px;
}
#contacttext{
    margin-left:20px;
} 

#contactarea{
	width:700px;
	height:500px;
	margin:0px 10px 0px 10px;
	background-color:#DDD;
	float:left;
}

#contactarea input, #contactarea textarea {
	padding: 5px;
	width: 600px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 20px;
	border: 2px solid #ccc;
}

#contactarea textarea {
	height: 90px;
}

#contactarea textarea:focus, #contactarea input:focus {
	border: 2px solid #900;
}

#contactarea input.submit-button {
	width: 100px;
	float: left;
	font-family:palantino;
	font-size:18px;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	margin-left:20px;
	width: 200px;
	padding-top: 5px;
	font-size: 14px;
}
#container4{
	float:right;
	width:200px;
	height:auto;
	padding:10px;
	margin-right:20px;
	border:thin;
	border-color:#663366;
	background-color:#DDD;
}
/*----------------- Thanks -----------------*/

#confirmtext{
	height:600px;
}
#confirmtext p {
	padding:50px;
}
