/*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: #FFF;

}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	padding-bottom: 15px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	padding-bottom: 10px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: capitalize;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding-bottom: 15px;
	font-weight: bold;	
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding-bottom: 15px;
}
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: #FF0000;
}

a:visited {
	color: #FF0000;
}

a:hover {
	color: #990000;
}




/*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;
	width:820px;
	align: center;
	background-color: #FFFFFF;
}
#PageDisplay {
	width: 820px;
	clear: both;
	overflow: hidden;
}
#PageContent{
	width:549px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.bodyBlock {
	padding: 0px;
	float: left;
	width: 410px;
}
.bodyBlock h2 {
	background-color: #aba770;
	padding-top: 8px;
	padding-left: 10px;
}
#PageCol1{
	width:410px;
	float: left;
	margin: 0;
	padding: 95px 0px 0px;
	
}
#PageCol1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#PageCol1 H1{
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #004A8D;
	font-weight: bold;

}
#PageCol1 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
}

#PageCol1 ul{
	padding: 0px;
	clear: both;
	list-style-type: disc;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 25px;
}
		
#PageCol1 li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	padding-bottom: 12px;
}

		/*Sub Navigation ============================================
		
		#PageCol1 ul{
			padding: 0px;
			clear: both;
		}
		
		#PageCol1 li{
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #CCCCCC;
		}
		#PageCol1 li a{
			display: block;
			padding: 6px 10px 7px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11pt;
			font-weight: bold;
			color: #004A8D;
			text-decoration: none;
			
		}
		
		#PageCol1 li a:hover{
			background-color: #EEE;
		}
		
		#PageCol1 ul li ul li{
			border-bottom-width: 1px;
			border-bottom-style: none;
			border-bottom-color: #CCCCCC;
		}
		#PageCol1 ul li ul li a{
			display: block;
			padding: 4px 10px 4px 20px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-weight: normal;
			color: #004A8D;
			text-decoration: none;
			
		}
		
		#PageCol1 ul li ul li a:hover{
			background-color: #EEE;
		}
		
		/*End Sub Navigation ============================================*/


#PageCol2{
	width:410px;
	margin: 0;
	padding: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	
}
.quotebox {
	float: left;
	height: 190px;
	}
.quoteimg {
	}
#PageCol2 ul{
	padding: 0px;
	clear: both;
	list-style-type: disc;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#PageCol1 ol {
	list-style-type: decimal;
	margin-left: 50px;
}
		
#PageCol2 li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	padding-bottom: 12px;
}

#PageCol2a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	width: 180px;
	line-height: 17pt;
	float: left;
	padding-left: 20px;
}
#PageCol2awide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #996600;
	float: left;
	padding-left: 20px;
	width: 390px;
}

#PageCol2b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #996600;
	width: 179px;
	line-height: 17pt;
	float: left;
	padding-left: 30px;
}

#HomeDetails {
	background-image: url(../images/homeback.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	float: left;
	width: 529px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #534741;
}
#PageCol3{
	width:160px;
	margin: 0;
	padding: 10px 10px 0px;
	float: left;
	
}
#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;
}
#nocol{
	width:529px;
	margin: 0px;
	padding: 10px 10px 0px;
	float: left;
}
#nocol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #534741;
	list-style-type: circle;
	padding-bottom: 10px;
}
#nocol ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}
#nocol blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #534741;
	list-style-type: circle;
	padding-bottom: 10px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	text-align: left;
}
#header {
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer{
	margin: 0px;
	padding: 10px 0px 0px;
	width: 820px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align: right;
}


/*Top Navigation ============================================*/

#Navigation{
	width: 820px;
	height: 32px;
	text-transform: uppercase;
	padding: 0px;
	background-color: #88abc6;
	margin: 0px 0px 10px;
	float: left;
	
}
.copyright {
	font-size: 10pt;
}

.Romans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
