body {
	text-align: center;
	margin: 0;
	font-size: 100%;
 	font-family: Verdana, Arial,  sans-serif;
	color: #333333; /* Gray Text Color */
	background-color: #871719;
	background-image:  url("images/Background.jpg");
	background-repeat: repeat-x;
}

body a {
	color: #333333; /* Gray Text Color */
}
/* Generic Global Declarations */

h1 {font-size: 1em;}
h2 { font-size: .9em;}
h3 { font-size: .8em;}
p {	font-size: .9em;
	line-height: 1.5em;
	}
td { font-size: .7em;
	padding: 5px 5px 10px 5px;
	border-bottom: 1px solid #CCCCCC;
}

table { 	
	border-top: 1px solid #CCCCCC;
	border-spacing: 0px;
	empty-cells: show;
}

.Clear {
	clear:both;
	height: 1em;
}




/* Specific Region Declarations */

#Container {
	margin: 15px auto 0 auto;
	width: 800px;
	border: 2px solid #000000;
	text-align: left;
	background-color: #ffffff;
}

#MastHead {
	background: #CCCCCC;
	background-image: url(images/MastHead.jpg);
	height: 178px;
	overflow: hidden;
}

#MastHead h1 {
	padding-top: 178px;
}	

#MastHead a {	
	padding-top: 178px;
	padding-left: 160px;
}

body#History #MastHead,  /* these declaration defines the MastHead for Each Main Section */
body#Team #MastHead,
body#Clients #MastHead
{
	background-image: url(images/MastHeadWeAre.jpg);
}
body#Services #MastHead,
body#Support #MastHead,
body#Partners #MastHead {
	background-image: url(images/MastHeadWeDo.jpg);
}

body#Conferences #MastHead,
body#Articles #MastHead,
body#News #MastHead {
	background-image: url(images/MastHeadNews.jpg);
}



#MastHeadTitle {
	float: left;
	width: 50%;
}

#MastHeadFlash {
	float: right;
	padding: 0 5px 0 0;
	
}
#HorzNav {
	/*background: #CCbbcc;*/
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

div#HorzNav ul {
	margin-top: 5px;
	font-size: .7em;
}

div#HorzNav li {
	display: inline;
	list-style-type: none;
	border-left: 2px solid #cc0000;
	padding-left: .5em;
	padding-right: .5em;
}

div#HorzNav li:first-child {
	border-width: 0px;
}

div#HorzNav a:link, div#HorzNav a:visited, div#HorzNav a:hover, div#HorzNav a:active  {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}


/* -------- */

#VertNav {
	float: left;
	width: 180px;
	padding-left: 10px;
}

#VertNavWrapper {
	clear:both;
	background:  url("images/VertNavBackgrnd/NavBackgroundTop.jpg") no-repeat;
	padding-top: 21px;
	padding-bottom: 0;
	margin: 0;
}

#VertNavBody {
	background:  url("images/VertNavBackgrnd/NavBackgroundMid.jpg") repeat-y;
	color: #FFFFFF;
	height: 100%;  /* solves the haslayout issue with IE */
	padding-bottom: 10px;

}
#VertNavLinks {
	width: 144px;
	margin-left: 3px;
}


/* -------- */

#FlashWrapper {
	background:  url("images/VertNavBackgrnd/NavBackgroundMid_red.jpg") repeat-y;
	height: 100%; /*required to fix the haslayout issue with IE */
	padding-top: 10px;
 }

#FlashNewsBody {

}

#FlashNewsBody h3{
	padding-left: 1em;
	padding-top: 0;
	margin: 0;
	color: #FFFFFF;
	text-transform: capitalize;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: .20em;
	font-size: .7em;
}



#FlashNewsBox {
	border: 2px solid #CCC;
	background-color: #FFFFFF;
	margin: 0 23px 0 8px;
}

#FlashNewsBox p{
	margin-left: 10px;
	margin-right: 10px;
	font-size: .7em;
	line-height: normal;
}

#FlashNewsBox a{
	text-decoration: none;
	color:#000099;
	font-weight: bold;
}

#FlashNewsBox a:hover{
	color:#CC3300;

}

#VertNavFooter {
	background:  url("images/VertNavBackgrnd/NavBackground-low.jpg") no-repeat;
    height: 40px;
}
/* -------- */

#Content {
	float: left;
	width: 390px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 0px;
}

#Content h1, #Content h2 {
	text-align: right;
	color: #77898D; /* Color Headline Gray*/
}
#Content h1 {
	font-weight: bold;	
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: .3em;
	padding-bottom: 0;
	text-transform: uppercase;
}
#Content h2 {
	margin-top: 0;	
	font-size: 1.1em;
}
/* -------- */
#SideBar {
	float: left;
	width: 170px;
	padding-top: 0px;
}

#SideBar h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #77898D; /* Color Headline Gray*/
}

.missionSidebar{
	border-left: 2px dotted #C7CBCC;
	padding-left: 8px;
	padding-bottom: 2em;
	
}
.missionSidebar h2{ /* this is a special class to style the mission statement */
	margin-top: 1em;
	padding-top:0;
	padding-bottom:0;
}
.missionSidebar p{
	display: list-item;
	list-style: square inside;
}

#SideBar h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #77898D; /* Color Headline Gray*/
	margin-bottom: 0;
}

#SideBar p {
	margin-top: 0;
	padding-right: 10px;
	font-size: .7em;
}

#SideBar img {
	margin-top: 7px;
}
	

/* -------- */
#Footer {
	clear: both;	
	text-align: center;
	background: #E01B22;
	padding-top: 0.25em;
	padding-bottom: 0.1em;
}

#Footer p{
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: .7em;

	
}
#Footer p.Associates{
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}


/* Specific Use Classes */

.homeText p{
	text-align: justify;
}
.contactDetails {
	padding-left: 10%;
}
.quotations {
	padding: 0 5% 10px 5%;
	font-size: .75em;
}
.testimonials {
	padding-left: 15%;
}
.servicesHighlights {
	font-family: Verdana, Arial,  sans-serif;
	font-weight: bold;
}
.conferenceDates {
	font-size: 1em;
	font-weight: bold;
	color: #77898D; /* Same as Headline Gray*/
}


/* -- Credits -- */

#credits{
	margin-top: 3.75em;
	font-size:.60em;
	color: #999999;
}

#credits p, #credits a {
	text-decoration: none;
	margin: 0;
	color: #999999;

}
