
/****** general html stucture formatting ******/
/**********************************************/
/* main colors used:
/* blue - hex: #0b4d82  rgb 11,77,130
/* red  - hex: #730b0e  rgb 115,11,14
/**********************************************/

* { padding: 0; margin: 0; } /*css reset*/

html{
	font-family: calibri;
	height: 1200px;
}

body{
	position: relative;
	top: 0px;
	width:900px;
	height:1400px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
	z-index: 0;
}

/********* header section of body ************/
/*********************************************/

#header{
	width:100%;
	height:229px;
	overflow: hidden;
}

#headerTop{
	width: 100%;
	height:160px;
}

#logo{
	position: relative;
	float:left;
	top: 2px;
	left: 50px;
	width: 150px;
	height: 150px;
	z-index: 1;
}

#headerImg{
	position: relative;
	float:left;
	top: 0px;
	left: 70px;
}

#navBar{
	height: 30px;
	margin-bottom: 3px;
}

#redbar1{
	background: #730b0e;
	height: 26px;
	width: 100%;
	margin-bottom: 2px;
	padding-top: 4px;
	border-radius:2px;
	/*border-bottom-left-radius:2px;*/
}


#redline1{
	background: #730b0e;
	height: 4px;
	width: 100%;
	border-radius:1px;

}

#redbar2{
	background: #730b0e;
	height: 26px;
	width: 100%;
	margin-bottom: 2px;
	padding-top: 4px;
	border-radius:2px;
}

#redline2{
	background: #730b0e;
	height: 4px;
	width: 100%;
	border-radius:1px;
}

#redbartext{
	position: relative;
	left: 0px;
	font-family: verdana;
	color: #ffffff;
	font-size: 16px;
	margin-left: 2px;
}


/***** main divs - height properies in individual css files *****/
/****************************************************************/

#side{
	position: relative;
	float:left;
	width: 175px;
	padding: 10px;
	padding-top: 20px;
	padding-left: 5px;
	z-index: 2;
}

#vertical{
	position: relative;
	float:left;
	background: #730b0e;
	width: 4px;
	margin: 0px;
	padding-top: 30px;
}


#main{
	float:left;
	width: 670px;
	padding: 10px;
	padding-right: 5px;
	padding-top: 20px;
	padding-left: 25px;
	z-index: 2;
}

#footer{
	position: relative;
	width: 900px;
	height: 50px;
	clear: all;
	float: left;
}

/******** header,text,list styles ********/
/*****************************************/


h2{
	color: #0b4d82;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3{
	color: #0b4d82;
	margin-top: 5px;
	margin-bottom: 5px;
}

p{
	color: #0b4d82;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 5px;
}

#side p{
	text-align: left;
}




#redbar2 h3{
	font-size: 14px;
	color: white;
	z-index: 2;
	position:absolute;
	top: 0px;
	left: 610px;
	margin-top: 12px;
}

#foot{
	z-index: 1;
}

/****** side panel list items positioning ******/
/***********************************************/

#side ul{
	margin-left: 10px;
}
#side h2{
	margin-left: 10px;
}
#side h4{
	color: #0b4d82;
}
