/* Global */
a img { border: 0 none; 
}

body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Arial;
	background-repeat: no-repeat;
	color: #344F63;
}
#page {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: auto;
	width: 750px;
	position: relative;
}
#Layer1 {
	position:absolute;
	width: 250px;
	visibility: visible;
	z-index: 2;
	left: 0px;
	top: 0px;
}
#Layer2 {
	position:absolute;
	left: 200px;
	top: 157px;
	visibility: visible;
	z-index: 3;
}
.burridgeHeader {
	height: 84px;
	width: 750px;
	text-align: right;
	background-image: url(images/header.jpg);
}
a{
	color: #EB000C;
}
ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/bullet_point.gif);
}
li{
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #536776;
	margin: 0px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
}
.hidden {
		display: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
}
h3 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
p {
	line-height: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.clearall, .clearfix:after {
    content: ".";
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	margin: 0;
}








/* Global Header Menu */

#headerMenu {
	width: 750px;
	background-color: #2D4455;
	height: 22px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#headerMenu ul {
	display: block;
	list-style-type: none;
	text-align: right;
	margin-right: 31px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headerMenu li { /* every list item has a divider.gif image to its left....*/
	display: inline;
	margin: 0;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#headerMenu li.firstitem { /* ...apart from the first one */
	display: inline;
	margin: 0;
	padding: 0px 10px 0px 0px;
	background-image: none;
}
#headerMenu a {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#headerMenu a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #7B909F;
	text-decoration: none;
}






/* Global Service Menu */

#serviceMenu, #galleryMenu {
	width: 200px;
	float: left;
}
#serviceMenu ul, #galleryMenu ul {
	display: block;
	list-style-type: none;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: none;
}
#serviceMenu li, #galleryMenu li {
	display: inline;
}
#serviceMenu li a, #galleryMenu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	text-align: right;
}
.service {
	height: 39px;
	width: 136px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


.icon {
	height: 49px;
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: right;
	cursor: pointer;
}

.allGalleries {
	height: 14px;
	display: block;
	background-color:#4A5F6E;
	border:1px solid #ffffff;
	text-align: right;
	cursor: pointer;
}

.icon img {
	-moz-opacity: .0;
	opacity: .0;
	float: right;
}
a.icon:hover img {
	-moz-opacity: .50;
	opacity: .50;	
}

.gallery .service {
	height: 34px;
	padding-top: 15px;
}


/* a link to the gallery from each of the main pages */
ul#galleryLink {
	margin: 20px 10px 0px 20px;
	list-style-type: none;
	list-style-image:none;
	background-color:#4A5F6E;
	border: 1px solid #ffffff;	
}

ul#galleryLink li {
	height:22px;
}

ul#galleryLink li a {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	display:block;
	border:0px;
	padding:4px 10px 4px 22px;
	margin:0px;
	background-image: url(images/bullet_point.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

ul#galleryLink li a:hover {
	background-color:#748693;
}


/* Global Content */

#content {
	width: 550px;
	float: left;
}
.contentImg {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	z-index:1;
	width: 250px;
	left: 0px;
	top: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.contentImg img { vertical-align:bottom }
.contentInfo {
	width: 278px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 11px;
	padding-right: 0px;
}
.contentInfo li {
	font-weight: bold;
}






/* Global Footer */
#footer {
	height:  60px;
	background-color: #EB000C;
	width: 750px;
	position: relative;
	margin: auto;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
}
#footer .burridge {
	float: left;
	width: 54px;
	padding-top: 7px;
	padding-left: 15px;
}
#footer .bullets {
	float: left;
	width: 400px;
}
#footer .logos {
	float: left;
	margin:10px 0 0 20px;
}
#footer .logo {
	float: left;
	padding-left:8px;
}
#footer .logo  li{
	
}






/* news */
ul#newsList {
	margin:0px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
}

ul#newsList li.headline {
	padding-top:7px;
}

ul#newsList li.headline a{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
ul#newsList li.headline a:hover{
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

ul#newsList li.divider {
	background-image: url(images/line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 0px;
}

ul#newsList li.faq {
	padding-top:7px;
	padding-bottom:10px;
	background-image: url(images/line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

ul#newsList li.faq span { 
	color:#EB000C;
	font-weight:bold;
}

ul#newsList li.faq a{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
ul#newsList li.faq a:hover{
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

ul#newsList li.lastNews {
	background-image: none;
	padding-bottom: 10px;
	padding-top: 0px;
}
#paging{
	background-color: #2D4455;
	height: 21px;
	float: left;
	color: #666666;
	width: 299px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	position: absolute;
	right: 0px;
	top: -27px;
}
.pageNo{
	float: left;
	padding-right: 100px;
	padding-top: 0px;
	padding-left: 10px;
	color: #CCCCCC;
}
.pageNo a{
	color: #CCCCCC;
	text-decoration: none;
}
.pageBack{
	float: left;
	padding-right: 70px;
	padding-top: 0px;
	padding-left: 10px;
	color: #CCCCCC;
}
.pageBack a{
	color: #CCCCCC;
	text-decoration: none;
}
.pageNav{
	float: right;
}
.pageNav a{
	color: #CCCCCC;
	text-decoration: none;
}
#paging ul {
	display: block;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#paging li { /* every list item has a divider.gif image to its left....*/
	display: inline;
	margin: 0;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#paging li.firstitem { /* ...apart from the first one */
	display: inline;
	margin: 0;
	padding: 0px 10px 0px 0px;
	background-image: none;
}
.contentInfoNews {
	width: 278px;
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 11px;
}
.contentInfoNews h2 {
	color: #666666;
	padding-top: 5px;
}




/* gallery - everything is inherrited from the service menu with these overides*/
#galleryMenu {
	width: 270px;
}
#galleryMenu .icon {
	background-position: left;
	background-position: 5px 4px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 47px;
}
#galleryMenu .service {
	width: 198px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	border-style: none;
}
#galleryMenu .icon img {
	float: left;
}
#galleryMenu li a {
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}





/* gallery 2*/
#galleryItemHolder {
}
#galleryItemHolder ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#galleryItemHolder li {
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 5px;
	height: 49px;
	background-image: url(images/line.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 9px;
	padding-right: 0px;
	padding-left: 0px;
}
#galleryItemHolder p {
	padding-top: 10px;
	padding-bottom: 15px;
	margin: 0px;
}
.galleryPic {
	height: 49px;
	width: 49px;
	background-image: url(images/building_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.galleryThumb {
	height: 49px;
	width: 49px;
	float: left;
}
.galleryPic img {
	-moz-opacity: .0;
	opacity: .0;
}
a.galleryPic:hover img {
	-moz-opacity: .50;
	opacity: .50;	
}
.galleryText {
	float: left;
	width: 200px;
	height: 31px;
	padding-top: 0px;
	padding-left: 10px;
}
.galleryText a {
	color: #666666;
	text-decoration: none;
}



/* gallery 3*/
.gallPic{
	text-align: center;
}
.picInfo{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 30px;
	text-align: center;
}
.picInfo h2{
	color: #666666;
	font-size: 13px;
	padding-bottom: 5px;
}
#longPaging #paging{
	width: 550px;

}
.textLeft{
	text-align: left;
}


/* sitemap */
ul.sitemap li a {
	color:#344F63;
	text-decoration:none;
}

ul.sitemap li a:hover {
	color:#ffffff;
	text-decoration:none;
}

/* ind strength link on footer */
#indStr {
	clear:both;
	font-size: 0.8em;
	color:#ADBBC5;
	width: 736px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 14px;
	margin: auto;
}

#indStr a {
	color:#ADBBC5;
	text-decoration:none;
}

#indStr a:hover {
	color:#EB000C;
}
