/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
body {
	position:relative;
	height:100%;
	background-color:#eff6fc; /** Background Color **/
	background-repeat:repeat-x; /** Background Repeat **/
	background-position:top; /** Background Position **/
	margin:0px;
	}
p {font-size:12px;}
#topbar {
	position:relative;
	height:18px;
	background-color:#4582ac;
	color:#ffffff;
	text-align:center;
	font-style:italic;
	}
#main {
	position:relative;
	background-color:#ffffff;
	margin:0 auto;
	}
#siteContainer {
	position:relative;
	width:960px;
	margin:0 auto;
	background-color:#FFFFFF;
	/*border-right:2px dashed #d5e2eb;*/
	/*border-left:2px dashed #d5e2eb;*/
	background-image:url(images/background/contentbg.jpg); /** Content Background **/
	background-repeat:no-repeat;
	background-position:top;
}
#container_4 {
	position:relative;
	margin:5px;
}
/* ***************************************************************************** */
/* HEADER */
#header {
	position:relative;
	height:120px;
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
	margin:0px;
}
#logo_name{
	width:500px;
	height:110px;
	padding-top:5px;
}
#head_container
	{
	margin:0 auto;
	width:960px;
	height:110px;
}
#logo {
	position:relative;
	float:left;
	width:120px;
	margin-right:auto;
	margin-left:auto;
	color:#FFFFFF;
}
#coname {
	margin-left:-40px;
	width:400px;
	height:60px;
	float:left;
	padding-top:50px;
	text-align:center;
}
.name {
	font-size:48px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	color:#095990;
}
.subname {
	font-size:18px;
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	font-weight:bold;
	letter-spacing:.05em;
	color:#047bcd;
}
/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	height:185px;
	width:720px;
	border:6px solid #d5e2eb;
	background-color:#d5e2eb;
	margin-bottom:20px;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:180px;
	margn-top:0px;
	background-image:url(images/flagsbg.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	min-height:330px;
	z-index:100;
}

#subMenu {
	/*border-top:2px dashed #d5e2eb;*/
	/*border-bottom:2px dashed #d5e2eb;*/
	height:25px;
	}
/* ***************************************************************************** */
/* COLUMNS */
#left_column {
	position:relative;
	width:190px;
	padding-right:5px;
	float:left;
	z-index:1000;

}
#donations {
	/*border-top:2px dashed #d5e2eb;*/
	text-align:center;
	padding:20px 0;
	color:#b3c3cf;
	font-size:14px;
	/*border-bottom:2px dashed #d5e2eb;*/
	}
	
#recognition_head {
	background-image:url(../images/home_recognitionbg.jpg);
	background-repeat:no-repeat;
	height:25px;
	padding-left:28px;
	padding-top:3px;
	font-size:12px;
	margin-bottom:0px;
	margin-top:10px;
	text-align:left;
	}	

#recognition {
	text-align:center;
	padding-top:10px 0;
	color:#095184;
	font-size:10px;
	line-height:12px;
	/*border-bottom:2px dashed #d5e2eb;*/
	}

#right_column {
	position:relative;
	width:730px;
	padding-left:10px;
	padding-right:10px;
	margin:auto;
	float:right;
	text-align:left;
	/*border-left:2px dashed #d5e2eb;*/
	min-height:760px;
	padding-bottom:20px;
	}
#weather {
	position:relative;
	width:210px;
	/*border-top:2px dashed #d5e2eb;*/
	text-align:center;
	padding:10px 0;
	color:#b3c3cf;
	margin-top:10px;
	}
#clear_column {
	clear:both;
}
.content p {line-height:22px;}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	background-image:url(images/background/footerbg.jpg);
	background-repeat:repeat-x;
	height:100px;
}
#footer_container {
	position:relative;
	margin:0 auto;
	width:960px;
	padding-top:20px;
	}
#copyright {
	width:500px;
	float:left;
	padding-top:3px;
	}
#plujo {
	float:right;
	margin-top:14px;
	width:400px;
	text-align:right;
	}
/* ***************************************************************************** */
/* EXCERPTS */
.html {
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* SNIPPETS */
.snippet_horizontal {
	float:left;
	margin-right:2px;
	margin-left:2px;
}
.snippet_vertical {
	margin-bottom:5px;
}
.snippet table {
	width:100%;
}
#event_head {
	background-image:url(../images/home_eventsbg.jpg);
	background-repeat:no-repeat;
	height:20px;
	padding-left:28px;
	padding-top:2px;
	font-size:12px;
	margin-bottom:6px;
	margin-top:10px;
	}
/* ***************************************************************************** */
/* TOP MENU STYLES */
#top_menu {
	padding:5px;
	height:20px;
	background-color:#555555;
	text-align:center;
}
.top_menu_div {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.top_menu_link {
}
.top_menu_link:link,
.top_menu_link:visited,
.top_menu_link:hover,
.top_menu_link:active {
	color:#FFFFFF;
}
h1 {font-weight:400; letter-spacing:-2px;}
img {border:none;}
:focus {outline:none;}







