
/*******************************************  BLANK SLATE  ********************************************/

body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr { 
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset,img,hr { 
	border: 0px;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0px;
}
ul {
	list-style-type: none;
}
.clearContent {
	clear: both;
}


/**********************************************  HEADER  **********************************************/

#wrapperIndex
{
  width: 950px;
  height: 791px;
  margin: 20px auto;
  background-color: #fff;
}

#header
{
  background-image: url(../images/header.jpg);
  height: 223px;
  width: 950px;
  
}

/***********************************************  MENU  ***********************************************/

#menu {
	float: left;
	position: relative;
	top: 160px;
	font-family: verdana, tahoma, Arial, sans-serif;
	font-size: 1.2em;
	color: #0089b6;
}

#menu ul {
	list-style-type: none;
	margin: 30px 0px 0px 45px;
}
#menu li {
	display: inline;
	float: left;
	padding: 0px 25px 0px 0px;
}
#menu a {
	cursor: pointer;
	color: #1686ab;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
#menu a:hover {
	text-decoration: none;
	color: #123f4e;
}
/***********************************************  BODY  ***********************************************/

#topContent {
	background-image: url('../images/top_content.jpg');
	background-repeat: no-repeat;
	width: 950px;
	height: 65px;
}

/**********************************************  FOOTER  **********************************************/

#footer {
	width: 950px;
	height: 30px;
	font-family: verdana, tahoma, Arial, sans-serif;
	font-size: 0.6em;
	color: #8c8c8c;
	text-align: center;
}

#footer a{
	text-decoration: none;
	color: #1686ab;
}

/********************************************  HOME PAGE  *********************************************/

#Background {
	width: 950px;
	height: 500px;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	float: left;
}

#Content {
	width: 850px;
	height: 470px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 60px;
	float: left;
}

/******************************************  PAGE CONTENT  ********************************************/

#TextContent {
	float: left;
	width: 520px;
	height: 450px;
	padding: 10px 0px 10px 0px;
}

#TextContent p {
	font-family: verdana, tahoma, Arial, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

#Notes {
	width: 515px;
	height: 200px;
}

#Post {
	float: left;
	width: 230px;
	height: 200px;
	padding: 10px 0px 0px 5px;
} 

#PostText {
	width: 215px;
	height: 160px;
	padding: 10px 0px 20px 0px;
	font-family: verdana, tahoma, Arial, sans-serif;
	font-size: 1.0em;
	color: #000000;
	float: left;
}

#PostText h1{
	font-family: verdana, tahoma, Arial, sans-serif;
	font-size: 1.0em;
	color: #0089b6;
	font-weight: bold;
}

#PostNote {
	float: left;
	width: 230px;
	height: 200px;
	padding: 10px 0px 0px 45px;
} 

#PostNoteText {
	float: left;
	margin: 10px 10px 20px 0px;
	width: 215px;
	height: 160px;
	font-family: verdana, tahoma, Arial, sans-serif;
	font-size: 1.0em;
	color: #000000;
} 

#PostNoteText h1{
	font-family: Averdana, tahoma, Arial, sans-serif;
	font-size: 1.0em;
	color: #0089b6;
	font-weight: bold;
}

#FeaturesPad {
	float: left;
	width: 315px;
	height: 435px;
	padding: 40px 0px 0px 15px;
}

#PadText {
	float: right;
	width: 270px;
	height: 410px;
	padding: 0px 15px 0px 0px;
	font-family: verdana, tahoma, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 120%;
	color: #000000;
}

#PadText a {
	text-decoration: none;
	color: #1686ab;
}