/*Project 4: Venice*/

*{
padding: 0em;
margin: 0em;
}

body
{
	background-image:url(../images/backgroun4.jpg);
	padding: 0px 0px 8px;
	background-repeat: repeat;
}

body{
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #333333;
}
/*line-height: 1.5em;
line-height:18px;
*/
p{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align:left;
}

p span{
font-size: 8pt;
line-height: 1.5em;
margin-bottom: 1.0em;
text-align:left;
}

a{
color: #B96D00;
text-decoration: underline;
}

a:hover{
text-decoration: none;
}




h3{
display: inline;
font-weight: bold;
font-size: 22px;
background-repeat: no-repeat;
background-position: right;
background-image: url(../images/fl.png);
padding-right: 34px;
line-height:35px;


}


	
h3 span{
font-weight: bold;
}





h4{
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right;
	font-size:  20px;
	padding-right: 28px;
	color: #666666;
	}

h4 span{
	font-weight: bold;
	color:#555454;
	font-size: 19px;
}


/*........................Wraper..............................*/
#wraper{
	z-index: 2;
	position: relative;
	width: 850px;
	background-color: #fdf8ef;
	margin: 0 auto 2px;
	border-bottom: 7px solid #fcf8f2;
	border-right: 7px solid #fcf8f2;
	border-left: 7px solid #fcf8f2;
}


.contentarea
{
	padding-top: 1.3em;
	color:#333333;
	margin-right: 15px;	
}

/*.....................Header..........................................*/
#header{
	position: relative;
	width: 850px;
	height: 134px;
	background-image:url(../images/header.jpg);
	margin-bottom: 0px;
	background-repeat: no-repeat;
}


/*....................Menu.........................................*/
#menu
{
position: relative;
background-image:url(../images/NavBackground.jpg);
height: 3.5em;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 15px;

}

#menu ul
{
	position: absolute;
	top: 1.1em;
	left:17px;
	
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0px 26px;
color: #291809;
text-decoration: none;
}

#menu ul li a:hover
{
	
	color:#785f47;
	
}



/*...................CGeneral Content..........................................*/
#content
{
padding: 0em 2.0em 0em 2.0em;
}

#primarycontainer
{
float: left;
margin-right: -18.0em;
width: 100%;
}

#primarycontent
{
margin: 1.5em 22.0em 0em 0em;
}



/*.....................Second Content..........................................*/

.Second_content{
position: relative;
top: -1.5em;
font-size: 0.8em;
color: #787878;
}


/*.....................Third conetent and Links.........................................*/

#Third_content{
	margin-top: 1.5em;
	float: right;
	width: 16.0em; }

ul.linklist{
list-style: none;
font-size:11px;
padding-left:5px;
}

ul.linklist li{
line-height: 2.0em;
}









/*.....................Images and dividers..........................................*/



img.Top_img{
position: relative;
float: left;
margin: -10px 15px 12px 0px;
border: solid 2px #6F5230;

}

img.left
{
position: relative;
float: left;
margin: 6px 15px 12px 0px;
border: solid 1px #6F5230;
}

img.right
{
position: relative;
float: right;
margin: 0px 0px 60px 0px ;
}



#Top_imgFlash{
position: relative;
float: left;
margin: -10px 15px 12px 0px;
border: solid 2px #6F5230;
}


.maps{
margin: 19px 0px 25px 42px;
border: solid 1px #6F5230;}




.divider1{
	position: relative;
	background-image: url(../images/dicvider.png);
	height: 43px;
	margin: 2.0em 0em 1.3em 0em;
	clear: both;
	background-repeat: no-repeat;
}

.divider2{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 19px 0px 29px 0px
}



/*...........................Forms.........................*/




.cssform p{
width: 542px;
clear: left;
margin: 0;
padding: 5px 0px 0px 10px;
padding-left: 9px; /*width of left column containing the label elements*/

height: 1%;
}


.cssform label{
font-weight: bold;
float: left;
margin-left: 0px; /*width of left column*/
width: 542px; 
}

.cssform input[type="text"]{ 

width: 250px;
}

.cssform textarea{
width: 300px;
height: 150px;
}

/*flash images*/
#banner2{
	border: thin solid #6f5230;
	height: 331px;
	width: 148px;
}
#banner3{
	border: thin solid #6f5230;
	height: 210px;
	width:202px;
}




/*.....................Footer.........................................*/
#footer
{
position: relative;
height: 2.0em;
clear: both;
padding-top: 5.0em;
background-color:#ad190b;
font-size: 0.8em;
color:#FFFFFF;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}
