* {
	-webkit-font-smoothing: antialiased;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: 300;
    letter-spacing: 0.5px;
}
body {
    margin: 0px;
    padding: 0px;
}
a { text-decoration: none; }
b { font-weight: 500; }
img{
    border:0;
    width: 100%;
    height: auto;
}

.header_wrapper {
    width: 100%;
}
.header_container {
    max-width: 980px;
}
.logo_wrapper {
    float: left;
    text-align: left;
}
.logo {
    width: 210px;
    height: 50px;
    margin-top: 10px;
}
.menu_wrapper {
    float: right;
    min-width: 600px;
    text-align: right;
}
ul.menu {
    list-style: disc;
    padding: 0px;
    margin: 0px;
}
ul.menu li {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
ul.menu li a.selected {
    color: white;
    background-color: grey;
    border-radius: 3px;
}
.menu_item {
    padding: 5px 5px;
    line-height: 80px;
    font-size: 16px;
    font-weight: 400;
    color: black;
}
.menu_item:hover {
    color: white;
    background-color: grey;
    border-radius: 3px;
}
.banner_img {
    height: 500px;
}
.banner_text_wrapper {
    display: table;
    position: absolute;
    top: 350px;
    left: 0px;
    width: 80%;
    height: 150px;
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,#000000,#FFFFFF); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,#000000,#FFFFFF); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,#000000,#FFFFFF); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%); /*Standard*/
}
.banner_text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10%;
    padding-right: 20%;
    font-size: 40px;
    font-weight: 400;
    color: white;
}
.blank_block {
    //position: relative;
    height: 580px;
    min-width: 980px;
}
.pgone_section_1_wrapper {
    width: 100%;
    background-color: #F5F5F5;
}
.pgone_section_1_container {
    display: table;
    max-width: 980px;
    min-width: 980px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.pgone_section_1_left, .pgfour_section_1_left {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}
.pgone_section_1_right {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}
.pgone_section_1_text, .pgtwo_section_1_text, .pgfour_section_1_text {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
}
.pgone_section_1_call {
    font-size: 20px;
}
.pgone_section_1_number {
    font-size: 24px;
    color: #36579a;
}
.pgone_section_2_wrapper, .pgone_section_3_wrapper {
    width: 100%;
}
.pgone_section_2_container {
    display: table;
    max-width: 980px;
    min-width: 980px;
    padding-top: 50px;
}
.pgone_section_3_container {
    max-width: 980px;
    min-width: 980px;
    padding-bottom: 50px;
}
.pgone_section_3_table {
    display: table;
}
.pgone_section_2_cell_wrapper {
    position: relative;
    display: table-cell;
    width: 33%;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}
.pgone_section_2_cell_title {
    font-size: 24px;
    color: #36579a;
}
.pgone_section_2_cell_text {
    font-size: 14px;
    line-height: 25px;
}
.cambridge_logo_wrapper {
    display: table-cell;
    width: 150px;
}
.victoria_logo_wrapper {
    display: table-cell;
    width: 100px;
}
.pgtwo_section_1_wrapper {
    width: 100%;
}
.pgtwo_section_1_container {
    display: table;
    max-width: 980px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.pgtwo_li {
    line-height: 25px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: justify;
}
.pgthree_section_1_wrapper {
    width: 100%;
}
.pgthree_section_1_container {
    position: relative;
    max-width: 980px;
    padding-bottom: 50px;
}
.pgthree_section_img {
    width: 980px;
    height: 300px;
}
.pgthree_wrapper {
    position: absolute;
    top: 180px;
    width: 100%;
}
.pgthree_section_img_text_wrapper {
    display: table;
    height: 80px;
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,#000000,#FFFFFF); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,#000000,#FFFFFF); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,#000000,#FFFFFF); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%); /*Standard*/
}
.pgthree_section_img_text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 20%;
    font-size: 20px;
    font-weight: 400;
    color: white;
}
.pgthree_section_title {
    font-size: 14px;
    font-weight: 500;
}
.pgthree_section_description {
    font-size: 14px;
}
.pgthree_section_li {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: justify;
    line-height: 25px;
}
.pgfour_section_1_wrapper {
    width: 100%;
}
.pgfour_section_1_container {
    display: table;
    max-width: 980px;
    padding-top: 25px;
    padding-bottom: 50px;
}
.pgfour_li {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: justify;
}
.pgfour_section_2_wrapper {
    width: 100%;
}
.pgfour_section_2_container {
    max-width: 980px;
    padding-bottom: 50px;
}
.pgfour_section_2_img_wrapper {
    width: 675px;
    height: 418px;
}
.pgfive_table {
    width: 980px;
}
.pgfive_table_cell {
    vertical-align: top;
    width: 304px;
    height: 260px;
    padding-left: 11px;
    padding-right: 11px;
}
.album_frame {
    width: 304px;
    height: 210px;
    background-image:url(/images/uploads/ablum_frame.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.album_cover {
    margin-top: 12px;
    width: 270px;
    height: 180px;
}
.album_photo{
	width:300px;
	height:210px;
}

.photo_frame{
    padding:20px;
}

.album_title_wrapper {
    margin-top: 5px;
}
.album_title {
    font-size: 16px;
    font-weight: 500;
    color: black;
}
.pgsix_section_1_wrapper, .pgsix_section_2_wrapper, .pgfive_section_1_wrapper {
    width: 100%;
}
.pgsix_section_1_container, .pgfive_section_1_container {
    display: table;
    max-width: 980px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.pgsix_section_2_container {
    display: table;
    max-width: 980px;
    padding-bottom: 50px;
}
.pgsix_section_1_title {
    font-size: 20px;
    font-weight: 400;
}
.pgsix_section_1_text {
    font-size: 14px;
    line-height: 25px;
}
.pgsix_section_2_cell_wrapper {
    display: table-cell;
    width: 400px;
    vertical-align: top;
}
.label {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0px;
}
.input_text {
    width: 300px;
    background-color: #F5F5F5;
    border: 0;
    padding: 5px;
}
.input_textarea {
    width: 300px;
    height: 100px;
    max-height: 100px;
    max-width: 300px;
    background-color: #F5F5F5;
    border: 0;
    padding: 5px;
}
.pgsix_section_2_inner {
    display: table;
    width: 100%;
}
.pgsix_section_2_inner_image_wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}
.pgsix_section_2_inner_text_wrapper {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}
.submit_button {
    width: 100px;
    padding: 5px 5px;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    background-color: #316174;
}
.submit_button:hover {
    cursor: pointer;
}
.footer_wrapper {
    width: 100%;
}
.footer_container {
    max-width: 980px;
}
.footer_text {
    border-top: 1px solid #DADADA;
    width: 500px;
    line-height: 50px;
    font-weight: 400;
    font-size: 12px;
}
.section_title {
    font-weight: 500;
}

.articlealign{
	width: 100%;
}
.articledtl{
	display: table;
    max-width: 980px;
    padding-top: 50px;
    padding-bottom: 50px;
	line-height: 2;
    position: relative;	
}

.imgtext_wrapper{
	position: absolute;
    line-height: 1;
    top: 180px;
    width: 100%;	
}
