@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
a img { border: 0 }
a { text-decoration: none; }

h1 {
	font-weight: normal;
	margin: 10px;
}

h2 {
	font-size: 15px;
	font-weight: normal;
	color: #447AA4;
	background: none repeat scroll 0 0 #E7F3F8;
	margin-top: 12px;
	padding: 5px 10px;
}

html, body {
	
	height: 100%;
}

body {
	font: 14px "Lucida Grande",Tahoma,Geneva,Arial,Verdana;
	/* background: #80A9B7 url(images/bg.png) repeat-x left top; */
	/* background: #B5DBE8 url(images/bg.png) repeat-x left top; */
	background-color: #DEEFF6;
	background-position-x: 50%;
	background-position-y: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #082D3F;
}
	
#container	{
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	/* overflow: hidden; */
	
	width: 826px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: center; /* this overrides the text-align: center on the body element. */
	
	/* background: url(images/bg-inner.png) repeat left top; */
}

#content {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-bottom: 40px;
	
	
}

#footer {
	width: 100%;
	
	position: fixed;
	bottom: 0 !important;
	bottom: 0px;
	left: 0;
	
	padding: 10px 0;
	background-color: #5A8FB0;
	background-color: rgba(90, 143, 176, 0.8);
	z-index: 99999;

}

#footer #latestTweet {
	color: #D1E0E7;	
	font-size: 12px;
	margin: 0 auto;
	width: 826px;
}

#footer #latestTweet a {
	color: #fff;	
	font-weight: bold;
	margin-left: 4px;
}


#title
{
	height: 80px;
	padding: 18px 0;	
}

#title img
{
	float: left;
}

#title-menu
{
	color: #000;
	float: right;
	padding-top: 51px;
	font-size: 12px;
}

#title-menu a
{
	color: #437792;
	text-decoration: none;
	padding-right: 4px;
}

.page-image-header
{
	width: 826px;

	margin-bottom: 5px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	background: #5F96B6 url(images/bg.jpg) repeat-x top left;
	color: #fff;
	
}

.page-image-header .breadcrumb
{
	padding: 10px;	
	padding-left: 15px;
	

	background: #5F96B6 url(images/bg-inner.png) repeat top left;
	
	border-radius-bottom-left: 10px;
	border-radius-bottom-right: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
}

.page-image-header .breadcrumb a
{
	color: #fff;
}

.homepage
{
		height: 315px;
}

.short
{
	padding-top: 5px;
	overflow-y: hidden;
}

.page-text-block {
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #fff;		
	margin-bottom: 10px;
	
	border: 1px solid #D1E0E7;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.page-text-block p {
	padding: 10px 20px;
}

.bold {
	font-weight: bold;
}

.white {
	color: #FFFFFF;
}

.highlight {
	border: 1px solid Green;
	padding: 5px;
	background-color: #CDE472;
}

.section-text h3
{
	margin-top: 20px;
	margin-bottom: 10px;
}

.section-text ul
{
	margin-bottom: 10px;
}

.section-text p
{
	margin-bottom: 10px;
}
