@import url("global.css");


/* Others */

/* Layout */
.Masthead {
background:url(../images/BG_Masthead_Sub.jpg);	
position:relative;
height:170px;
width:980px;
}
	.Blog {
	position:absolute;
	top:125px;
	right:0;
	height:44px;
	width:166px;	
	}
	.Twitter {
	position:absolute;
	top:125px;
	right:166px;
	height:44px;
	width:166px;	
	}
	.Facebook {
	position:absolute;
	top:125px;
	right:332px;
	height:44px;
	width:166px;
	}
.ContentBox {
background:url(../images/BG_ContentBox.gif) repeat-y;
border:10px solid #fff;
border-left:none;
border-right:none;
margin:10px 0 0 0;
width:980px;
}
.ContentBox_Gallery {
background:#fff;
border:10px solid #fff;
border-left:none;
border-right:none;
margin:10px 0 0 0;
width:980px;
}

/* All Other elements inside the sidebar, styled in global.css */

.Content {
background:url(../images/BG_PWatermark.gif) no-repeat center;
color:#000;
float:left;
margin:0;
padding:30px 25px 30px 30px;
width:665px;/* 720px */
}	
	.Content h1{
	padding:0 0 20px 0;
	}
	.Content h2{
	padding:0 0 16px 0;
	}
	.Content h3{
	padding:0 0 14px 0;
	}
	.Content p{
	padding:0 0 14px 0;
	}
	.Content ul{
	padding-bottom:10px;
	}
	
.ContactNewsLetterGallery {
float:left;
padding:0 10px 10px 0; 
width:240px;/*250*/
}
.Newsletter {
background:#5a4c83;
color:#FFF;
padding:20px; 
width:200px;
}
	.Newsletter h3{
	color:#a09bbc;
	padding:0 0 10px 0;
	}
	.Newsletter .SubmitBtn {
	margin:5px 0 0 0;
	cursor:pointer;
	}
	
.GalleryTitle {
color:#3b73b9;
padding:15px 20px 5px 20px; 
}
		.Gallery{
		margin: 0 0 0 10px;
		}

/*SideBar*/		
.SideBar {
float:left;
padding:0 10px 0 10px; 
width:230px;
}
	.Certifications {	
	padding:20px 0 10px 0; 
	width:230px;/*250*/
	}
		.Certifications{
		color:#3b73b9;
		}
			.VioletFont{
			color:#4a3776;
			font-size:14px;
			font-weight:bold;
			}
			.CertiLogoBox {
			background:#e5e9f5;
			margin:5px 0 0 0;
			padding:10px;
			}
			.CertiLogoBox p {
			margin:0;
			margin-bottom:5px;
			}
			.CertiLogoBox a {
			text-decoration:none
			}




	
.Footer p{
padding:0 0 14px 0;
}	
/* Office Tour */
#gallery{
display:table;
}
#gallery li{
float:left; 
margin:0 20px 20px 0;
list-style:none;
}
#gallery img{
width:150px;
border:2px solid #250558;
}
