/* CSS Document */
/* !MAIN STRUCTURE */
body
	{
	font-weight: normal;
	background-position: 0px 0px;
	background-repeat: repeat;
	background-image: url(../images/floral211.gif);
	font-size: small;
	font-style: normal;
	height: 100%;
	width: 100%;
	background-color: black;
	margin: 0;
	padding: 0;
	}

h2 
	{
	line-height: 1.65em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 135%;
	font-variant: small-caps;
	border-bottom: 1px black solid;
	margin: 1em 0 0 0;
	padding: .25em 0;
	display: block;
	}

h3 
	{
	font-size: 75%;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-family: sans-serif, Helvetica, Verdana, Arial;
	margin: 0;
	display: inline;
	position: absolute;
	left: 0px;
	bottom: 0px;
	}
	

/* Upper Contact */
#contact_top
	 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: white;
	margin-top: 1.3em;
	background-color: black;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 auto;
	padding: .5em 1em .5em 1em;
	border-bottom: 1px black solid;
	}

#contact_top a:link,
#contact_top a:visited
	{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	}
#contact_top a:hover

	{
	color: red;
	}

#contact_top li 
	{
	display: inline;
	margin: 0 1em;
	}

/* End Upper Contact */

#container
	{	
	background-repeat: no-repeat;
	background-position: 650px -650px;
	background-image: url(../images/logo_xtra_large.gif);
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0 auto;
	width: 775px;
	background-color: white;
	position: relative;
	}

#middle_bottom_column
{
	display: block;
	border-top: 1px white solid;
	margin: 0 auto;
	padding: 0;
/* 	height: 200px; */
	width: 775px;
}

#logo_small
	{
	padding-right: 0px;
	margin-right: 0px;
	float: right;
	}
	

#content 
	{
	padding-left: 0px;
	margin: 0;
	padding-bottom: 50px;
	padding-right: 0;
	padding-top: 25px;
	width: 60%;
	}


#content p 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.65em;
	margin: 0em 0em 2em 0;
	}


#content p a:link, 
#content p a:visited 
	{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	background-color: black;
	padding: .25em .5em;
	}

#content p a:hover 
	{
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-weight: normal;
	}

#content_main 
	{
	margin: 0 0 4em 4em;
	padding: 0;
	max-width: 450px;
	}

#logo_top
	{
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 2em 0 0 1em;
	}
 	

/* !PORTFOLIO CONTROLLER STYLE */
#portfolio_thumbnails
	{
	position: absolute;
	top: 270px;
	left: 67%;
	}

#portfolio_thumbnails li
	{
	position: relative; 
	margin: 0 0 1em 0;
	padding: 0;
	display: block; 
	border-bottom: 1px  #ebe8e8 solid;
	}	


#portfolio_thumbnails li a
	{
	text-decoration: none;
	display: block;
	padding: 0;
	}
	
#portfolio_thumbnails li a:link 
	{
	display: block;
	padding: 0;
	color: #4c4c4c;
	}	

#portfolio_thumbnails li a:hover 
	{
	display: block;
	padding:  0;
	color: red;
	}	



#portfolio_thumbnails img 
	{
	margin: 0 0 2em 0;
	}

.hidden 
	{
	display: none;
	border-bottom: none;
	}

/* END PORTFOLIO CONTROLLER STYLE */


/* CONTACT INFORMATION AREA STYLE */

 #contact
	{
	height: 100px;
	display: block;
	margin-bottom: 0px;
	text-align: left;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	}

li #contact,
li.business_name, 
li.electronic_mail,
li.telephone_number
	{
	text-align: left;
	margin: 0 25px 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 75%;
	font-family: sans-serif, "Lucida Grande", Verdana, Arial;
	color: white;
	display: inline;
	list-style-type: none;
	}

#contact a:link,
#contact a:visited,
#contact a:active
	{
	color:white
	}

#contact a:hover
	{
	color: red;
	}
	
#decoration
	{
	margin: 125px 0 0 375px;
	clear: both;
	}

#contact_me_list li
	{
	line-height: 1.5em;
	}
/* END CONTACT INFORMATION AREA STYLE */

