body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url('images/frame/bg.jpg') top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

div {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

p {
	line-height: 18px;
	text-align: left;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #005972;
	text-align: left;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0px;
    line-height: 28px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
    line-height: 18px;
}

h3 {
	font-size: 1em;
}

ul, li {
	padding: 0px;
	margin: 0px;
}

ul.paddy {
    margin-left: 35px;
}


a {
	text-decoration: none;
	color: #005972;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#clear {
	clear: both;
}

.brdcrmbs {
	font-size: 10px;
}

.pastProjects {
    font-size: 26px;
    color: #005972;
    font-weight: bold;
}

.submitservicerequest {
    background: #005972;
    padding: 25px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
}

.claim {
    color: #0686a6;
    font-weight: bold;
    font-size: 12px;
}

a.claim {
	color: #0686a6;
}

a.claim:hover {
	text-decoration: underline;
	color: #22a8ca;
}



/* Frame */

#main {
	width: 826px;
}


/* Header */

#header {
	background: url('images/frame/header.jpg') top center no-repeat;
	width: 826px;
	height: 371px;
	padding-top: 5px;
}

#header #logo {
	margin-top: 25px;
	margin-left: 13px;
	width: 250px;
	height: 250px;
	float: left;
	cursor: pointer;
}

#header #smallnav {
	text-align: right;
	
	padding-right: 30px;
}

#header #smallnav a {
	color: #777777;
	padding-left: 15px;
}



/* Navigation */

#navbar {
  	margin-left: 0px;
	margin-top: 0px;
}

#navbar li {
  	list-style: none;
  	float: left;
  	margin-left: 5px; /* Sets the blank space on the main navigation left */
  	margin-right: 5px; /* Sets the blank space on the main navigation right */
  	padding: 0px;
  	margin-top: 0px;
  	margin-bottom: 0px;
	
}

#navbar li a { /* sets the main nav a properties */
  	display: block;
  	text-decoration: none; 
  	padding-left: 15px;
  	padding-right: 15px;
  	padding-top: 5px;
  	padding-bottom: 5px;
  	margin: 0px;
  	text-transform: uppercase;
  	font-size: 13px;  
  	color: #0686a6;
	font-weight: bold;
}

#navbar li a:hover {
	color: #FFFFFF;
}

#navbar li ul {
  	display: none;
  	width: 145px; /* Width to help Opera out */
  	z-index: 10;  
}

#navbar li:hover ul, #navbar li.hover ul { /* this is used for the drop down ul properties */
  	display: block;
  	position: absolute;
  	background: #0c82a0;  
  	padding: 5px;
  	border: 0px;
	text-align: left;
}

#navbar li:hover li, #navbar li.hover li { /* this is used for the drop down li */
  	float: none;
  	padding: 0px;
  	margin: 0px; 
}

#navbar li:hover { /* sets the main navigation hover state for the li */
  	background: #0c82a0 url('images/frame/nav-bg.jpg') repeat-x;	
}

#navbar li:hover li a, #navbar li.hover li a { /* this is used for the drop down a properties */ 
  	margin: 0px;
  	padding: 5px;
  	font-size: 12px;
	text-align: left;
}		

#navbar li:hover li a:hover, #navbar li.hover li a:hover { /* this is used for the drop down a:hover properties */
  	background-color: #005972;
  	margin: 0px;
  	padding: 5px;
  	color: #FFFFFF;  
}
#navbar li:hover li:hover { /* this is used for the drop down li hover properties */
  	background-color: #000000;
	color: #FFFFFF;
}




/* Hits */

.hit1, .hit2, .hit3 {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 96px;
	padding-top: 15px;
	color: #FFFFFF;
    cursor: pointer;
}

.hit1 {
    background: url('images/frame/hit1.jpg');
	padding-left: 35px;
	width: 247px;

}

.hit2 {
	background: url('images/frame/hit2.jpg');
	width: 252px;
	padding-left: 10px;
}

.hit3 {
	background: url('images/frame/hit3.jpg');
	padding-right: 25px;
	padding-left: 10px;
	width: 247px;
}

.hits span {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.hits a:hover {
	text-decoration: none;
}




/* Sidebar */

#sidebar {
	width: 220px;
	height: auto;
	padding-bottom: 10px;
	margin-left: 13px;
	margin-top: 10px;
	float: left;
    display: inline;
}

#sidebar img {
	float: left;
	margin: 0px;
	padding: 0px;
}

#sidebar span.title {
	font-size: 22px;
	line-height:22px;
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar span.title a {
	color: #FFFFFF;
}

#sidebar p {
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	color: #FFFFFF;
	line-height: 15px;
}




/* Right Bar */

#rightbar {
	background: #FFFFFF;
	width: 188px;
	height: auto;
    margin-left: 10px;
	float: right;
    display: inline;
    border: 1px solid #000000;
}
 
#rightbar div.title {
	font-size: 14px;
	font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    width: 188px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #2baac9;
}
 
#rightbar p {
    padding: 15px;
	color: #333333;
	line-height: 15px;
}





/* Content */

#content {
	width: 564px;
	margin-left: 15px;
	margin-right: 13px;
	padding-top: 10px;
	float: left;
}



/* Footer */

#footer {
	background: #000000;
	width: auto;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 100px;
	margin-top: 40px;
}

#content p {
    padding-top: 0px;
    margin-top: 0px;
}


#footer p {
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #999999;
	line-height: 22px;
}

#footer a {
	color: #999999;
	text-decoration: underline;
}

#footer a:hover {
	color: #2baac9;
	text-decoration: none;
}