/* STYLESHEET FOR SZILAGYILAW.NET */
/* Developed by Tim Hunt, 504 Web Consulting & Design */
/* Body: font-size = 62.5% sets 1em=10px */
/* Color Definitions: Dark Blue in Header = #003466; */


/* ---- ELEMENT RESET ---- */
html, body, div, span, h1, h2, h3, h4, h5, p, a, img, em, ul, li, ol, hr, form, table, caption, tbody, tfoot, thead, tr, th, td
{	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body	{ line-height: 1; color: black; background: white; }
ul, ol { list-style: none; }




/* ---- SITEWIDE ELEMENTS ---- */

body	{ font-size: 62.5%; background: #a9a9a9; }




/* ---- TEXT ELEMENTS ---- */

h1, h2, h3	{ font-family: times, serif; font-weight: bold; }
h1		{ padding: 0 0 10px; font-size: 2.4em; }
h2		{ padding: 10px 0; font-size: 2em; }
h3		{ padding: 10px 0; font-size: 1.6em; }

p, ul	{ font-family: trebuchet MS, sans-serif; padding: 0 0 10px; font-size: 1.5em; line-height: 130%; }

p.title, p.tagline	{ font-family: times, serif; padding: 0 10px 10px; color: #ffffcc; font-style: italic; }
p.title		{ font-size: 2.8em; }
p.tagline	{ font-size: 2em; }
p.right		{ text-align: right; }
p.caption	{ font-family: times, serif; padding: 0; font-size: 1.3em; font-style: italic;}
p.clear		{ clear: both; }

ul		{ list-style-type: disc; padding-left: 20px; }

#footer p	{ font-size: 1.2em }

#leftcolumn p	{ font-size: 1.3em; padding: 10px; }




/* ---- IMG ELEMENTS ---- */

div.photo img	{ border: 2px solid black; margin-bottom: 5px; }
img.photo	{ border: 2px solid black; }
img.right	{ margin: 0 0 10px 10px; }
img.left		{ margin: 0 10px 10px 0; }


/* ---- ID ELEMENTS ---- */

#outer-container	{ width: 800px; margin-right: auto; margin-left: auto; margin-top: none; margin-bottom: 60px; border-right: 5px solid #000040; border-left: 5px solid #000040; background-image: url(../images/left-column-bg.jpg); background-repeat: repeat-y; background-color: white}

#header		{ width: 800px; background-color: #003466; height: 150px; }

#inner-container { width: 800px; }

#rightcolumn	{ float: right; width: 540px; padding: 20px 20px 20px 30px; }

#leftcolumn	{ float: left; width: 200px; padding: 20px 0;}

#footer		{ clear: both; width: 760px; padding: 20px; background-color: #003466; color: #ffffcc; border-bottom: 5px solid #000040; }




/* ---- LAYOUT ELEMENTS ---- */

div.right	{ float:right; padding: 0 0 10px 20px; }
div.left		{ float: left; padding: 0 20px 10px 0; }




/* ---- TABLE ELEMENTS ---- */
/* NONE */



/* ---- CONTACT FORM ---- */






/* ---- MENU ---- */

#menu ul	{ list-style-type: none; list-style-position: outside; margin: 0; padding: 0; font-size: 1.3em; line-height: 130%}

#menu	{ width: 200px; margin: 0 0 10px 10px; background-color: #181818; }

#menu li { height: 32px }

#menu li a	{ height: 26px; text-decoration: none; vertical-align: middle; padding: 6px 0 0 10px; }

#menu li a:link, #menu li a:visited	{ color: #ffffff; display: block; background: url(../images/menu-item-bg.jpg); background-repeat:no-repeat; }

#menu li a:hover	{ color: #ffffff; background: url(../images/menu-item-bg.jpg) -200px 0; background-repeat:no-repeat; }

