/** styles for Kraw & Kraw **/

* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-color: #195037;
	margin:0;
	padding:0;
}
p, h3, ul, li {
	margin-right:40px;
	margin-top:0;
}
p, h3, a, ul, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;	
	color:#474599;
}
a:visited {
	color:#465f99;
}
a:hover, a:active {
	color:#798ae2;
}

.article a {
	font-style:italic; 
	text-decoration:none; 
	color:#245a40;
}

h3 {
	font-weight:bold;
}
.all {
	width:1012px;
	height:789px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	color:#195037;
}
.shadow-right, .shadow-left {
	background-repeat: repeat-y;
	width: 31px;
	height: 737px;
	position:absolute;
	top:0;
}
.shadow-left {
	background-image:url(../images/shadow-left.gif);
	left:0;
}
.shadow-right {
	background-image:url(../images/shadow-right.gif);
	left:982px;
}

.main, .banner, .menu, .strip, .content-div {
	width:951px;
	padding:0;
	margin:0;
}

.main { /* contains banner, menu, tagline and content, not footer */
	position:absolute;
	top: 0px;
	left:31px;
}
.shadow-bottom {
	position:absolute;
	top:737px;
	left:0px;
	background-repeat:no-repeat;
	width:1012px;
	height:52px;
}

.banner {
	background-color:#f4f7f6;
	height:95px; /* 167 for home page */
	border:0px solid red;
}
.home div.banner {
	height:167px;
	background-image:url(../images/top-home.jpg);
	background-repeat:no-repeat;
}
.logo {
	text-align:center;
	padding-top:18px; /* 65 for home page */
}
.home  .logo {
	padding-top:65px;
}

.menu {
	background-color:#1e3a91;
	height:35px;
}

.menu img, .menu a {
	padding:0;
	margin:0;
}

.strip {
	height:32px;
	background-color:#2d6655;
}

.tagline {
	padding-top:8px;
	text-align:center;
}

/* styles for the content sections */
.content-div {
	position:relative;
	background-color:#d2e2b8;
	background-repeat:no-repeat;
	height:577px;
}

.content-about {
	position:absolute;
	width:620px;
	height:500px;
	top:62px;
	left:215px;
	overflow:auto;
}

.content-about p:first-letter {
	font-weight:bold;
}

.content-about p {
	margin-bottom:24px;
}

.content-news {
	position:absolute;
	width:700px;
	height:300px;
	top:71px;
	left:169px;
	overflow:auto;
}

.content-fund {
	position:absolute;
	width:620px;
	height:300px;
	top:151px;
	left:272px;
	overflow:auto;
}
.content-news li {
	margin-top:20px;
}

.content-contact {
	position:absolute;
	width:720px;
	height:500px;
	top:60px;
	left:89px;
	overflow:auto;
}

.content-contact td {
	vertical-align:top;
	padding-bottom:30px;
}
.content-contact h3 {
	text-align:right;
	margin-right:15px;
	line-height:1.6em;
}
.content-contact p {
	padding-left:34px;
	line-height:1.6em;
	margin-bottom:0; /* need this because IE does not adhere to it, but FF does, so space cells using padding */
}
.content-contact table table td {
	padding-left:34px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;	
	color:#474599;
	padding-right:10px;
}
.green-line {
	background-image:url(../images/green-line.gif); 
	background-repeat:repeat-y;
}

.content-att {
	position:absolute;
	width:820px;
	height:500px;
	top:60px;
	left:79px;
	overflow:auto;
}
.content-att td {
	vertical-align:top;
	padding-bottom:40px;
}
.content-att h3 {
	margin-right:5px;
}
.content-att p, .content-att h3 {
	line-height:1.5em;
	margin-bottom:6px;
}
.last {
	margin-bottom:0;/* need this because IE does not adhere to it, but FF does, so space cells using padding */
}

.home div.content-div {
	height:505px;
}
.content-home {
	position:absolute;
	top:233px;
	left:79px;
}

.social-links {
	position:absolute; 
	left:920px; 
	top:723px; 
	z-index:100; 
	width: 65px;
}

.social-links img {
	border:none;
}


/* footer */
.footer {
	font-size: 9px;
	color: #195037;
	text-align: center;
	padding-top: 5px;
}

