@CHARSET "ISO-8859-1";
/* CSS Document for Warschawski, Inc.
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff url('../images/bg.gif') 0 0 repeat-x;
}

h1 {
	font-size: 31px;
	color: #051c35;
	margin: 10px 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: 900;
}
h2 {
	font-size: 24px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #3394e9;
	text-decoration: none;
}
a:hover {
	color: #3896e9;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 30px;
	padding: 0;
	list-style: disc;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styledinput {
	width: 250px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3394e9;
	border: 1px solid #ccc;
}
.none {
	background: none;
	border: none;
}
a.header-link {
	color: #051c35;	
}
a.header-link:hover {
	color: #3896e9;	
}
span.sublink {
	font-size: 10px;
	color: #3394e9;
	float: right;
}
.sublink a {
	font-size: 10px;
	color: #3394e9;
	text-decoration: none;
}
/* Containers =========================== */
#container {
	width: 901px;
	height: 648px;
	margin: 0 auto;
	padding-top: 1px;
	border-bottom: 1px solid #ccc;
}

#logo {
	float: left;
	position: relative;
	top: 530px;
	left: 20px;
}

#content {
	width: 438px;
	float: right;
	margin-right: 26px;
	margin-top: 33px;
	height: 532px;
}

#main-content {
	padding: 10px 10px 10px 15px;
	margin-top: 0px;
}
#main-content-copy {
	height: 460px;
	overflow: auto;
	padding-right: 10px;
	position: relative;
}
#sub-nav {
	margin-bottom: 5px;
}
	#sub-nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#sub-nav ul li {
		display: inline;
		border-right: 1px solid #051c35;
		margin-right: 3px;
		padding-right: 5px;
		font-size: 8px;
	}
	#sub-nav ul li.none {
		border: none;
		padding: 0;
		margin: 0;
	}
	#sub-nav ul li a {
		color: #051c35;
		font-weight: bold;
		font-size: 11px;
		text-transform: lowercase;
	}
	#sub-nav ul li a:hover {
		color: #3896e9;
	}
	#sub-nav ul li a.current {
		color: #3896e9;
	}

/* Navigation =========================== */
#nav {
	height: 40px;
	width: 438px;
}
/* Main Navigation */
	#nav ul#main {
		margin: 7px 10px 0 10px;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	#nav ul#main li {
		background: url('../images/arrow.gif') right 3.5px no-repeat;
		float: left;
		position: relative;
		padding-right: 8px;
		margin-right: 5px;
		display: inline;
	}
	#nav ul#main li.none {
		background: none;
		border: none;
		padding: 0;
	}
	#nav ul#main li a {
		font-size: 10px;
		text-transform: uppercase;
		text-decoration: none;
		color: #3394e9;
		padding-bottom: 10px;
		font-weight: bold;
	}
	#nav ul#main li a#current {
		color: #051c35;
	}
	#nav ul#main li a:hover {
		color: #051c35;
	}

/* Sub Navigation  =========================== */
	#nav ul#main li ul.sub {
		display: none;
		position: absolute; 
		top: 3px;
		left: -28px;
		width: 350px;
		padding: 10px 0;
	}
	#nav ul#main li ul.sub li {
		background: none;
		padding: 2px 0 0 0;
		margin: 0;
		border-top: 1px solid #051c35;
		float: left;
		position: relative;
		display: block;
	}
	#nav ul#main li ul.sub li a {
		background: url('../images/nav-on.gif') right 9px no-repeat;
		padding: 6px 5px 0 5px;
		text-transform: lowercase;
		font-size: 10px;
	}
	#nav ul#main li ul.sub li a.none {
		border: none;
		background: none;
		padding: 6px 0 0 5px;
		margin: 0;
	}

/* Hover Drop Down Styles */
#nav ul#main li:hover ul.sub, #nav ul#main li.over ul.sub {
	display: block;
	background: url('../images/nav-on.gif') 0 2px no-repeat;
}
#nav ul#main li.on ul.sub {
	display: block;
	background: url('../images/nav-on.gif') 0 2px no-repeat;
}

/* Social Media =========================== */

#social-icons{
	float: right;
    margin: -20px 0 0;
}

#social-icons a{
    padding: 0 0 0 2px;
}


/* Bottom Links =========================== */
#bottom-links {
	margin-top: 10px;
	height: 150x;
	width: 438px;
	background: #ffe619;
	float: right;
	position: relative;
	bottom: 26px;
	right: 26px;
}
	#bottom-links ul {
	    margin: 0 0 0 -3px;
   		padding: 7px 0;
		list-style: none;
		text-align: center;
	}
		#bottom-links ul li {
			display: inline;
			background: url('../images/arrow.gif') right 4px no-repeat;
			padding: 0 7px 0 0;
		}
		#bottom-links ul li.none {
			background: none;
			padding: 0;
		}
			#bottom-links ul li a {
				text-transform: uppercase;
				font-size: 12px;
				font-weight: bold;
				color: #1570c0;
				padding: 0 3px;
			}


/* Footer =============================== */
#footer {
	text-align: center;
	margin-top: 53px;
}
	#footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#footer ul li {
		display: inline;
		background: url('../images/arrow.gif') right center no-repeat;
		padding-right: 15px;
		margin-right: 8px;
	}
	#footer ul li.none {
		padding: 0;
		margin: 0;
		background: none;
	}
	#footer ul li a {
		text-transform: uppercase;
		color: #051c35;
		font-weight: bold;
		font-size: 12px;
	}
	
#copyright {
	width: 902px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	color: #9d9e9e;
}
	#copyright a {
		color: #666;
	}
	#copyright a:hover {
		text-decoration: underline;
	}
	
/* Site Map Styles ======================== */
ul#sitemap {
	list-style: square;
}
ul#sitemap li {
	margin-bottom: 10px;
}
ul#sitemap li a {
	color: #333;
	font-weight: bold;
	font-size: 16px;
}
ul#sitemap li a:hover {
	text-decoration: underline;
}

/* Second Level Lists */
ul#sitemap li ul {
	list-style: circle;
}
ul#sitemap li ul li {

}
ul#sitemap li ul li a {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
ul#sitemap li ul li a:hover {
	text-decoration: underline;
}

/* Third Level Lists */
ul#sitemap li ul li ul {
	list-style: disc;
}
ul#sitemap li ul li ul li {

}
ul#sitemap li ul li ul li a {
	font-size: 13px;
	color: #333;
	font-weight: normal;
}
ul#sitemap li ul li ul li a:hover {
	text-decoration: underline;
}

/* News Page Styles */
.news-container {
	margin-bottom: 20px;
	float: left;
}
.news-container img {
	float: left;
	margin: 0 10px 5px 0;
}
span.title {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
span.title a:hover {
	color: #3896e9;
}
span.date {
	font-size: 12px;
	font-weight: normal;
}

/* Team Page */
#team {
	text-align: center;
	margin-left: 0px;
}
.team-container {
	width: 120px;
	height: 135px;
	text-align: center;
	float: left;
	margin: 0 0 0px 5px;
	line-height: 1.2em;
	font-size: 11px;
}
.team-container img {
	margin-bottom: 5px;
}

#seo {
	width: 900px;
	margin: 0 auto;
	position: relative;
	top: 650px;
}
