/* KWASIK.com v2 */
/* GREEN: #6b8d52 */
/* DARK BLUE: #415481 */

body {
	margin: 0px;
	padding: 0px;
	background-color: #222322;
	overflow: scroll;
}

div.topbar {
	height: 43px;
	display: block;
	background-image: url('images/topmenu4.png');
}

div.topbar div.menubox {
	background-image: url('images/topmenu4.png');
	background-repeat: no-repeat;
	height: 43px;
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a.menuopt, a.menuopt:visited, a.poplight, a.poplight:visited {
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	height: 30px;
	font-size: 0.8em;
	color: #ffffff;
	padding-top: 14px;
	font-weight: normal;
}
a.poplight, a.poplight:visited {
	float: right;
}
a.menuopt:hover,  a.poplight:hover {
	padding-top: 13px;
	font-weight: bold;
}

div.logo_container {
	height: 220px;
	background-image: url('images/topbar2.png');
	background-repeat: repeat-x;
	border-bottom: solid 2px #000000;
}

div.logo {
	background-image: url('images/logo5.png');
	display: block;
	height: 220px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div.container {
	background-color: #cecece; /*#cdcccb;*/
	display: block;
	width: 100%;
	overflow: auto;
}

div.body_container {
	background-color: #d6d6d6;
	width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	overflow: auto;
}

div.bodybox {
	float: left;
	width: 754px;
	background-color: #f3efef;
	border-right: solid 2px #5e5e5e; 
	display: block;
	overflow: none;
}

div.topicbox, div.introbox {
	width: 735px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.topicbox {
	width: 754px;
	margin-top: 2px;
	margin-bottom: 2px;
}

div.introbox div.head {
	background-image: url('images/body_top2.png');
	background-repeat: no-repeat;
	display: block;
	width: 735px;
	height: 26px;
}

div.head div.title {
	display: block;
	padding-top: 8px;
	padding-left: 25px;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
}

div.topicbox div.head {
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.topicbox div.head, #contact_popup div.head {
	height: 29px;
	display: block;
	background-color: #547dbf;
	width: 754px;
}
#contact_popup div.head {
	width: 500px;
}

div.introbox div.body {
	background-image: url('images/body_bg2.png');
	background-repeat: repeat-y;
	display: block;
	width: 735px;
}
div.topicbox div.body {
	width: 754px;
}

div.head a.title {
	display: block;
	padding-top: 8px;
	padding-left: 25px;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
}

div.introbox div.footerbox {
	background-image: url('images/body_footer2.png');
	background-repeat: no-repeat;
	display: block;
	width: 735px;
	height: 35px;
}

div.sidebox {
	float: left;
	width: 244px;
	background-color: #d6d6d6;
}

div.infobox {
	width: 244px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

div.infobox  div.head {
	background-color: #547dbf;
	display: block;
	width: 244px;
	height: 29px;
}

div.head div.sidetitle {
	padding-top: 8px;
	padding-left: 15px;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	text-align: left;
}

div.infobox div.body {
	background-color: #d6d6d6;
	display: block;
	width: 244px;
}

div.footer {
	background-image: url('images/footer.png');
	background-repeat: repeat-x;
	height: 113px;
	border-bottom: solid 1px #ffffff;
	text-align: center;
}

div.footer_border {
	background-image: url('images/footer_border.png');
	background-repeat: repeat-x;
	height: 41px;
}

div.footer div.footerbox {
	width: 1000px;
	margin-left:auto;
	margin-right: auto;
}

div.footerbox div.txt {
	font-size: 0.7em;
	font-family: Arial, sans-serif;
	font-weight: bold;

}

table.footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: #ffffff;
}

table.footer td.col1 {
	text-align: center;
	width: 754px;
}

table.footer td.col2 {
	text-align: center;
	width: 232px;
}

div.body div.txt {
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
}

#contact_popup div.txt {
	font-size: 0.8em;
}

a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #6b8d52; /*#415481;*/
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* ACTUAL CONTENT */

table.interests {
	width: 710px;
}

table.interests td.col {
	width: 180px;
	text-align: center;
}

h2 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
}

h3 {
	font-size: 0.9em;
	margin: 5px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-style: italic;
}

h4 {
	font-size: 0.9em;
	color: #547dbf;
	font-weight: bold;
}

.ctr {
	text-align: center;
	width: 100%;
}

p.sm {
	font-size: 0.7em;
	font-family: Arial, sans-serif;	
	text-align: center;
}

blockquote.quote {
	margin: 0 10px 0 10px;
	padding:0px 5px 0px 5px;
	/*border-left: solid 4px #73a44d;*/
	border-left: solid 4px #547dbf;
	font-size: 0.8em;
}
blockquote.quote:hover {
	background-color: #f3efef;
	opacity: 0.7;
	cursor: pointer;
}

blockquote.quote p {
	margin-bottom: 0px;
}
blockquote.quote p:first-letter {
	font-size: 1.5em;
	margin: 1px 1px 1px 0px;
	font-style: italic;
}

blockquote.quote p.author {
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-style: italic;
	
}

div.body {
	position: relative;
}

div.more {
	position: absolute;
	right: 0px;
	bottom: -10px;
	margin-right: 15px;
	width: 50px;
}

div#more_quotes {
	font-size: 0.8em;
	color: #547dbf;
	font-weight: bold;
	text-decoration: none;
	display: none;	
}

div#more_quotes:hover {
	cursor: pointer;
	text-decoration: underline;
}

div.more a, div.more a:visited {
	font-size: 0.8em;
	color: #547dbf;
}



/*div.quote_wrapper {
	position: relative;
	overflow: hidden;
	height: 180px;
	width: 244px;
}

div.quotes {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 244px;
	height: 180px;
}*/

div.quotes {
	width: 244px;
	height: 150px;
}

div#firstquote blockquote {
	position: relative;
	top: 35px;
}
div#quote2 blockquote {
	position: relative;
	top: 35px;
}
div#quote3 blockquote {
	position: relative;
	top: 35px;
}
div#quote4 blockquote {
	position: relative;
	top: 35px;
}
div#quote5 blockquote {
	position: relative;
	top: 35px;
}
div#lastquote blockquote {
	position: relative;
	top: 0px;
}


table.projects {
	font-size: 0.9em;
	width: 100%;
	border: solid 1px #000000;
}

table.projects td.title {
	font-size: 1.1em;
	color: #547dbf;
	font-weight: bold;
	margin-left: 10px;
	padding: 10px;
	border-bottom: solid 2px #000000;
}

table.projects td.key {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 120px;
	border-right: solid 2px #000000;
}

table.projects td.item {
	padding: 5px;
}

div.infobox div.quote_bar {
	width: 240px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

div.quote_bar div.box {
	width: 39px;
	display: block;
	height: 15px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px  #000000;
	float: left;
}

div.box:hover, div.activebox:hover {
	cursor: pointer;
}

div.quote_bar div.last {
	border-right: none;
}

div.quote_bar div.activebox, div.quote_bar div.box:hover {
	width: 39px;
	display: block;
	height: 15px;
	background-color: #547dbf;
	float: left;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px  #000000;
}


/* LINK SIDE BAR */

div.fade_link {
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	display: block;
	width: 222px;
	height: 25px;
	text-align: center;
}

a.fade_link_inner, a.fade_link_inner:visited {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 222px;
	height: 25px;
	text-align: center;
	border: solid 1px #d6d6d6;
}
a.fade_link_inner:hover {
	background-color: #f3efef;
	font-weight: normal;
}

div.fade_link span.link_title {
	float: left;
	width: 195px;
	text-align: center;
	margin-top: 3px;
	font-weight: normal;
}

img.link {
	float: left;
	display: block;
	width: 25px;
}

/* ----- */

/* TOGGLE FLOWS */

a.menu, a.menu:visited,a.poplight,a.poplight:visited {
	font-weight: normal;
}
div.topicbox div.head:hover {
	text-decoration: underline;
	color: #ffffff;
}

div.head a, div.head a:visited {
	color: #ffffff;
	font-weight: normal;
}
div.head a:hover {
	color: #d6d6d6;
}

span.moreinfo {
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
}

div.topicbox div.head {
	background-image: url('images/expanders2.png');
	background-repeat: no-repeat;
	height: 29px;
}
div.topicbox div.headactive {
	background-position: left bottom;
}

.topic_container {
	overflow: hidden;
	clear: both;
	padding: 0px;
	margin: 0px;
}

div#filler {
	width: 1px;
	height: 100px;
	display: block;
}

a.none, a.none:visited {
	color: #ffffff;
}
a.none:hover {
	text-decoration: none;
	color: #ffffff;
	opacity: 1; 
}

/* POPUP SETUP */

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	/*padding: 20px;
	border: 20px solid #547dbf; */
	padding: 0px;
	background-color: #f3efef;
	border: solid 20px #d6d6d6;

	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -32px -32px 0 0; /*-55px -55px 0 0;*/
	height: 50px;
	width: 50px;
}
/*--Making IE6 Understand Fixed Positioning--
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}*/
