/* Generic CSS file - strip browser defaults */

a:link, a:visited { text-decoration:none; }

a:hover, a:active { text-decoration: underline; }

ul, ol {	list-style:none; }

html,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,body,div,code,fieldset,legend,input,img,hr { margin:0; padding:0; border:0; font: 1em; }

a img { border:0; }

/*************************************************************************/

body	{
		background:#fff url(images/back.jpg) center repeat-y;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 85%;
		}

p		{
		padding: 10px 0;
		text-align: justify;
		line-height: 1.5em;
		
		}

h1, h2, h3, h4 {
	font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', 'URW Palladio L', serif;
	color: #36c;
	margin: 10px 0;	
}

h1	{
	font-size: 2.5em;

}

h2		{
		font-size: 1.5em;
		}

h3		{
		font-size: 1.2em;
}

h4		{
		font-size: 1.1em;
}

.copy:first-letter	{
		border: 1px solid #ccc;
		background: #cee3ff url(images/nav_back.jpg) repeat-y;
		color: #fff;
		font-size: 300%;
		padding: 2px;
		margin: 4px 2px 0 0;
		float: left;
		line-height: 1em;
}



blockquote P	{
		
		/*font-size: 28px;*/
		
		text-align: center;
}

blockquote	{
		float: right;
		margin: 10px 0 10px 10px;
		
		padding: 0 20px 0 0;
		font-size: 1.4em;
		width: 200px;
		color: #36c;
		font-style: italic;
		border-top: 4px double #009;
		border-bottom: 4px double #009;
}

#main	{
		background:#eee url(images/header.jpg) no-repeat;
		width: 800px;
		position: absolute;
		left: 50%;
		margin-left: -400px;
		padding: 10px 0 0 0;
		}

#header	{
		height: 190px;
		font-size: 0.8em;
		}
		
#content	{
		position: relative;
		border: 1px solid #ccc;
		background-color: #FFFFFF;
		padding: 20px;
		width: 500px;
		top: -30px;
		margin: 0 0 10px 20px ;
}		

#nav	{
		position: absolute;
		top: 200px;
		right: 20px;
		width: 150px;
		border: 5px double #999;
		background: #cee3ff url(images/nav_back.jpg) repeat-y;
		padding: 20px;
		margin: -30px 0 10px 0;
		font-size: 1em;
		font-style: italic;
		line-height: 1.5em;
}
		
.textlinks	{
		border-right: 1px solid #666633;
		margin-right: 10px;
		padding-right: 10px;
}		

#portfolio li {
	clear: right;
}

#portfolio img {
	float: right;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

#footer	{
		clear: both;
		border-top: 1px solid #666666;
		background-color: #e0e0ff;
		padding: 5px 10px;
		text-align: center;
		font-size: 0.8em;
		margin: 10px 0 0 0;
		}

a	{
		color: #36c;
		}

#nav a	{
		color: #666;
		}


#links	{
		padding: 5px 10px;
		text-align: center;
		}

.clear	{
		clear: both;
}		

.smallprint {
		font-size: 0.8em;
		}
/***************** DROP SHADOW **********************/

.drop1 img	{
		position: relative;
		top: -1px;
		left: -1px;

}

.drop1	{
	position: relative;
	top: -1px;
	left: -1px;
	background-color: #CCCCCC;
	width: 100px;
	height: 75px;
}

.drop2	{
	position: relative;
	top: -1px;
	left: -1px;
	background-color: #ddd;
	width: 100px;
	height: 75px;
}

.drop3	{
	float: right;
	position: relative;
	background-color: #eee;
	width: 100px;
	height: 75px;
	margin: 0 0 5px 10px;
}

/**************************************/

#copyright	{
		font-size: 0.7em;
		font-style: italic;
		padding: 10px 20px;
		float: left;
		}
		
#images	{
		font-size: 0.7em;
		float: right;
		padding: 10px 20px;
}		
		
/*************************** Form ************************************************/

input, textarea {
		border: 1px solid #ccc;
		background: #cee3ff url(images/nav_back.jpg) repeat-y center;
		padding: 2px;
}		

form li	{
			line-height: 2em;
			margin-bottom: 5px;
}

label		{
			position: relative;
			width: 150px;
			float: left;
			padding-right: 50px;
			text-align: right;
}

.submit	{
			background: #666 none;
			border: 1px solid #ccc;
			color: #fff;
}

#address	{
				margin-left: 200px;
}

.invalid	{
			border: 1px solid #f00 !important;
}

#notsent	{
		text-align: center;
		color: #f00;
}
/********************************	sitemap ******************************************/

#sitemap	{
		clear: both;
}

#sitemap li	{
	line-height: 2em;
}

#sitemap	a	{
		clear: left;
		float: left;
		width: 140px;
		text-align: right;
		margin-right: 10px;
}