/*Reset ============================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*Default Text ============================================*/

body{
	background-color: #002443;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;

}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002443;
	padding-bottom: 15px;
	line-height: 14px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	padding-bottom: 10px;
	font-weight: bold;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding-bottom: 10px;
	font-weight: bold;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-bottom: 15px;
	font-weight: bold;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-bottom: 15px;
	font-weight: bold;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding-bottom: 15px;
}

strong{
	font-weight: bold;

}

br{
	padding-top: 10px;
}
a {
	color: #9e0b0f;
}

a:visited {
	color: #004A8D;
}

a:hover {
	color: #316595;
}




/*body Backgrounds ============================================*

body#home {
	background-image: url(../images/main-home.jpg);
	background-repeat: no-repeat;

}

body#about {
	background-image: url(../images/main-about.jpg);
	background-repeat: no-repeat;

}
body#services {
	background-image: url(../images/main-services.jpg);
	background-repeat: no-repeat;

}
body#clients {
	background-image: url(../images/main-clients.jpg);
	background-repeat: no-repeat;

}
body#contact {
	background-image: url(../images/main-contact.jpg);
	background-repeat: no-repeat;

}/






/*Content Structure ============================================*/

#container{
	margin: 0 auto;
	padding: 0px 10px;
	width:900px;
	background-image: url(../images/container-background.gif);
	background-repeat: repeat-y;
	align: center;
}
#header {
	width: 900px;
}
#Navigation{
	width: 874px;
	height: 36px;
	background-image: url(../images/nav-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px 0px 0px 26px;
}
#homeBackground {
	float: left;
	width: 900px;
	background-image: url(../images/hompage-back.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
}

#PageContent{
	width:568px;
	margin: 0px;
	padding: 20px 0px 32px;
	float: right;
	clear: right;
}
#sectHead {
	width: 507px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 36px;
	float: left;
}
#PageCol1Header {
	background-image: url(../images/col1header.jpg);
	background-repeat: no-repeat;
	width: 268px;
	padding-right: 32px;
	padding-left: 32px;
	padding-top: 32px;
	padding-bottom: 20px;
	float: left;
}
#PageCol1{
	width:268px;
	margin: 0;
	float: left;
	padding-top: 32px;
	padding-right: 32px;
	padding-left: 32px;
	clear: left;
	padding-bottom: 32px;
	
}
#PageCol1 H1{
	padding-bottom: 24px;
	color: #000000;
	font-weight: bold;
	font-size: 18px;

}
#PageCol2{
	width:349px;
	margin: 0;
	float: left;
	padding-right: 25px;
	padding-left: 36px;
	
}
#PageCol3{
	width:133px;
	margin: 0;
	padding: 0px 25px 0px 0px;
	float: left;
	
}
#PageCol3 p {
	color: #9e0b0f;
}
#PageCol4{
	width:203px;
	margin: 0;
	padding: 180px 0px 20px;
	float: left;
	
}
#PageCol4 li{
	padding: 0px 0px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}
#footer{
	margin: 0px;
	padding: 20px 0px 10px;
	width: 900px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
.quote {
	font: bold 20px/22px Arial, Helvetica, sans-serif;
	color: #002443;
}
#yellowBox {
	float: left;
	width: 482px;
	padding-right: 36px;
	padding-left: 25px;
	background-image: url(../images/yellow.png);
}
#homeCol2 {
	float: left;
	width: 147px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#homeCol3 {
	width: 295px;
	padding: 20px;
	float: left;
	
}
#PageCol1 h1 {
	padding-bottom: 5px;
}
