body {
	background-color: #FFF;
	width: 960px;
}
header h1 {
	color: #ff8000;
	font: 3em Georgia, "Times New Roman", Times, serif;
	margin: 42px 0px 0 250px;
}
div#content {
	margin-left: 250px;
	margin-right: 20px;
	padding: 1em;
	border: 1px solid #005ae1;
	border-radius: 20px;
	-moz-border-radius: 20px;
	font-family: GillSansRegular,"Gill Sans MT","Gill Sans", Arial, Helvetica, Geneva, sans-serif;
}
div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6
{
	color: #005ae1;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#sectionnav {
	position: absolute;
	left: 20px;
	top:  20px;
	width: 200px;
	border: 4px solid #005ae1;
	border-radius: 10px;
	clear: both;
}
div#sectionnav ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
}
div#sectionnav li {
	border-top: 2px solid #005ae1;
	font: 1.2em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica;
}
div #sectionnav li.sectionheading {
	text-align: center;
	background-color: #005ae1;
	color: #FFF;
	font: 2em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica;
	height: 100px;
	border-bottom: 2px solid #FFF;
	padding-top: 15px;
}
div#sectionnav li a:link, div#sectionnav li a:visited  {
	display: block;
	background-color: #FFF;
	color: #005ae1;
	text-decoration: none;
	padding: 15px;
}
div#sectionnav li.sectionnavcurrent a:link, div#sectionnav li.sectionnavcurrent a:visited  {
	background-color: #005ae1;
	color: #FFF;
	/* same as above, but for highlighted state */
}
div#sectionnav li a:hover {
	background-color: #FF6400;
	color: #FFF;
}
div#sitenav ul {
	list-style: none;
	height: 100px;
	margin-left: 250px;
	padding: 0px;
}
div#sitenav li {
	float: left;
	text-align: center;
	margin-right: 15px;
	font: 1.5em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica;
}
div#sitenav li a:link, div#sitenav li a:visited {
	background-color: #005ae1;
	color:  #FFF;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	border-radius: 10px;
}
div#sitenav li a:link.sitenavhomelink, div#sitenav li a:visited.sitenavhomelink {
	border: 3px solid #ff8000;
	width: 94px;
	height: 94px;
}
div#sitenav li a:link.sitenavmeritlink, div#sitenav li a:visited.sitenavmeritlink {
	background-color: #ff8000;
}
#charlie {
	position: absolute;
	left: 755px;
	top: 30px;
}
footer {
	text-align: center;
	margin-top: 25px;
}
footer p {
	margin: 0;
	font-size: 0.8em;
	clear: both;
	padding-top: 10px;
}
footer a:visited, footer a:link, footer, a:hover {
	color: black;
	font-size: 1em;
}
.CallToAction {
    background-color: #ff8000;
    color: #FFF;
    font-weight: bold;
}
a.CallToAction {
    background-color: #ff8000;
    color: #FFF;
    font-weight: bold;
    padding: 8px;
    border: 3px solid #005AE1;
	border-radius: 10px;
}

#login {
	font: 0.8em georgia, serif;
	text-align: center;
	position: absolute;
	left: 510px;
	top: 0px;
	color: white;
	width: 600px;
}
#login a:visited, #login a:link {
	color: white;
	background-color: transparent;
}
#login a:hover {
	color: orange;
	background-color: white;
}
#userinfo {
	background-color: #005AE1;
	padding: 3px 15px;
	border-radius: 10px;
	display:inline;
}
div.message 
{
    border: 3px solid #005ae1;
    background-color: #ff8000;
    color: White;
	border-radius: 10px;
	padding: 3px;
}

div.paging
{
    text-align: right;
    clear: both;
}
div.paging a
{
    padding: 5px 10px;
}
div.paging a.current_page
{
    background-color: Silver;
    text-decoration: none;
}

ul.photo_thumbs
{
    list-style: none;
}
ul.photo_thumbs li
{
    float: left;
}

div.schedule-right-column
{
    width: 320px;
    float:right;
}
div.schedule-left-column
{
    width: 320px;
}
div.schedule-left-column pre
{
    font-size: 80%;
}
ul.activity-schedule-list
{
    margin-top: 0;
    list-style-image:url('/Content/images/ul_charlie.gif');
}
ul.activity-schedule-list li
{
    margin-top: -5px;
}


/* PARENTS */

/* Messaging*/
#MessagingForm div
{
    text-align: right;
}
#MessagingForm textarea
{
    width: 100%;
    height: 20em;
}
#MessagingForm input
{
    width: 8em;
    margin: 10px 0px;
}
/*Invitees*/
.InviteeRemoveForm input, .AlbumAccessRemoveForm input, .AlbumAccessAddForm input, .InviteeResendForm input
{
    font-size:smaller;
    width:10em;
}
.InviteeRemoveForm input, .InviteeResendForm input
{
    width:6em;
}

/* billing */
td.currency 
{
    text-align: right;
}
th.rowheader,td.rowheader
{
    text-align: right;
}
td.rowheader
{
    font-weight: bold;
}
#TuitionPaymentForm div
{
    margin: 0 0 0.25em 13em;
    clear: both;
}
#TuitionPaymentForm label 
{
    width: 13em;
    line-height: 1.1;
    margin: 5px 5px 0 -13em;
    float: left;
}
#TuitionPaymentForm input,
#TuitionPaymentForm select
{
    line-height: 1;
}
#TuitionPaymentForm input
{
    width: 15em;
}
#TuitionPaymentForm input.zip
{
    width: 6em;
}
#TuitionPaymentForm label.zip
{
    width: 16em;
}

#TuitionPaymentForm input[type="submit"] 
{
    margin-left: 14em;
}

/* TABLES */
table {
	width: 100%;
	margin-top: 1em;
	border-radius: 10px;
}
th {
	color: white;
	background-color: #005ae1;
	padding: 4px;
}
td {
	border: 1px solid #005ae1;
	padding: 2px 4px 2px 4px;
}

thead tr:first-child th:first-child
{
    border-top-left-radius:10px; 
}
thead tr:first-child th:last-child
{
    border-top-right-radius:10px; 
}

tbody tr:last-child td:first-child
,tbody tr:last-child th:first-child
{
    border-bottom-left-radius:10px; 
}
tbody tr:last-child td:last-child
,tbody tr:last-child th:last-child
{
    border-bottom-right-radius:10px; 
}

/* LISTS */
ul.videolist
{
    list-style-type: none;
}
ul.videolist li
{
    margin: 5px;
}

/* FIELDSET */
fieldset
{
    width: 90%;
    border-radius: 10px;
    margin: 20px 0px;
}
legend
{
    color: #005ae1;
}
.warning
{
    border: 2px dashed red;
    background-color: #ffeeee;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}
.notice
{
    background-color: wheat;
}
.success
{
    color:Green;
}
.display-field 
{
    font-weight: bold;
}
#slideshowcmds, #photoNav
{
    height: 1.7em;
    padding: .1em;
    text-align:center;
    margin: .5em 5em 0em 5em;
}
#slideshowcmds a, #photoNav a
{
    margin-left: 1em;
    background-color: #005ae1;
    color: White;
    padding: .25em;
    text-align: center;
    width: 5em;
    display: inline-block;
    border-radius: 10px;
}
#photoNav
{
    background-color: #FFF;
    width: 100%;
    margin: 0em;
}
#photoNav a
{
    margin: 0em 1em 0em 1em;
    width: 10em;
    background-color: LightGray;
    color: Black;
}
#photoView 
{
    text-align: center;
}
form.PhotoCmd input[type="submit"]
{
    width: 13em;
}
div#PhotoHelp
{
    vertical-align:bottom;
    margin-top:5em;
}
#PhotoChoiceList li
{
    padding: 0.25em;
}
ul.dailyphoto_taglist
{
    width: 150px;
    float:right;
    margin: 0 10px;
    list-style: none;
}
ul.dailyphoto_taglist li
{
    margin: 10px 0;
}
ul.dailyphoto_daylist
{
    list-style: none;
    margin: 10px;
}
ul.dailyphoto_daylist li
{
    margin: 10px 0;
}
div.clear
{
    clear: both;
}
/* photo albums */
div.photo_gallery_div
{
    vertical-align: top;
    width: 30%;
    margin-left: 1em;
    display: inline-block;
	border: 1px solid #005ae1;
	border-radius: 20px;
}
div.photo_gallery_div h3
{
    margin-top: 5px;
    text-align: center;
}
div.photo_gallery_div ul
{
    list-style: none;
}
div.photo_gallery_div li
{
    margin-bottom: 10px;
}
div.photo_gallery_div a
{
    margin: 5px;
    height: 2em;
} 

/* forms */
form div 
{
   clear: both;
}
label,
select {
	width: 120px;
	display: block;
	margin-bottom: 5px;
	vertical-align: middle;
	float: left;
}
label {
	text-align: right;
	float: left;
	width: 100px;
	padding-right: 5px;
	overflow: hidden;
	font-weight: bold;
}
select.state
{
    width: 4em;
}
input.zip
{
    width: 4em;
}
label.zip
{
    width: 2em;
    display:inline;
}
select.CCExp
{
    width: 5em;
}
input.longfield, label.longfield {
	width: 300px;
}
input.shortfield, label.shortfield {
	width: 75px;
}
 textarea {
	width: 400px;
}
#se_app_activites li, #preferred_activities li
{
    float: left;
    list-style: none;
    width: 120px;
}
#se_app_activites label, #preferred_activities label
{
   	width: auto;
	display: inline;
	margin-bottom: 5px;
	margin-left: 5px;
	float: none;
	text-align: left;
	font-size: smaller;
}
#se_app_activites input, #preferred_activities input
{
   	width: auto;
	display: inline;
	float: none;
	text-align: left;
}
#preferred_activities ul, #preferred_activities input
{
    margin: 0;
    padding: 0;
}
#preferred_activities li
{
    width: auto;
}
#preferred_activities td
{
    width: 20%;
}
#MSBranchChoice
{
    text-align: center;
}
#MSBranchChoice table, #MSBranchChoice td, #MSDeliveryChoice td
{
    border: none;
    padding: 2em;
    vertical-align: top;
}
#MSBranchChoice a:link, #MSBranchChoice a:visited,
#MSDeliveryChoice a:link, #MSDeliveryChoice a:visited
{
    width: 10em;
    color: #FFF;
    background-color: #005ae1;
    padding: 2em;
	border: 3px solid #ff8000;
	border-radius: 10px;
	font-size: larger;
	display: block;
    text-align: center;
    vertical-align: middle;
}
#MSCheckoutPaymentForm div
{
    clear:both;
}
#MSCheckoutPaymentForm label
{
    width: 200px;
}
#MSCheckoutPaymentForm input[type="submit"]
{
    margin-left: 200px;
    width: 8em;
}
#MSCheckoutPaymentForm table
{
    margin-left: 4em;
    width:25em;
}
#MSCheckoutPaymentForm label.zip
{
    width: 2em;
}
#PhotoOrderPaymentForm label
{
    width: 200px;
}
#PhotoOrderPaymentForm label.zip
{
    width: 2em;
}
#PhotoOrderPaymentForm input[type="submit"]
{
    margin-left: 200px;
    width: 8em;
}
div.AddPhotoAlbumToCart label
{
    width: 100%;
    float: left;
    text-align: left;
}
div.AddPhotoAlbumToCart input
{
    float: left;
    width: 5em;
}
div.AddPhotoAlbumToCart select
{
    width: 15em;
}
#BoardContactForm label, #BoardContactForm input
{
    float: none;
    display: inline;
}
#BoardContactForm textarea
{
    width: 40em;
    height: 8em;
}
form.ApplicationRequestForm label, form.CLASPInfoUpdateForm label, form.CamperApplicationForm label
{
    width: 175px;
}
form.ApplicationRequestForm div, form.CLASPInfoUpdateForm div, form.CamperApplicationForm div
, form.ApplicationRequestForm h2, form.ApplicationRequestForm h3, form.ApplicationRequestForm h4
{
    clear: both;
}
form.ApplicationRequestForm input[type="submit"],
form.CLASPInfoUpdateForm input[type="submit"],
form.CamperApplicationForm input[type="submit"]
{
    margin-left: 175px;
}
table.CamperApplicationFormTerms,table.CamperApplicationFormTerms tr,table.CamperApplicationFormTerms td
{
    border:none;
}
ul#CamperApplicationFormTerms
{
    margin:0;
    padding:0;
}
ul#CamperApplicationFormTerms li
{
    list-style: none;
}
table.CamperApplicationFormTerms input
{
    text-align:right;
    width: 1em;
}
.LargeListOption
{
    text-align: center;
}
ul.LargeListOption li
{
    list-style:none;
    float: left;
}

.LargeListOption a:link, .LargeListOption a:visited,
.LargeListOption a:link, .LargeListOption a:visited
{
    width: 10em;
    height: 4em;
    color: #FFF;
    background-color: #005ae1;
    padding: 1em;
	border: 3px solid #ff8000;
	border-radius: 10px;
	font-size: larger;
	display: block;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    margin-right: 1em;
}
.nowrap{
    white-space: nowrap;
}
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
}
legend 
{
    font-size:1.2em;
    font-weight: bold;
}
textarea 
{
    min-height: 75px;
}
.editor-label 
{
    margin: 1em 0 0 0;
}
.editor-field 
{
    margin:0.5em 0 0 0;
}
.not-applicable
{
    color: #333;
    background-color: #CCC;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}
.field-validation-valid
{
    display: none;
}
.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}
.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.validation-summary-valid
{
    display: none;
}
ul#CamperApplicationYears li
{
    list-style: none;
    margin-top: 5px;
}
ul#CamperApplicationYears input
{
    margin-right: 5px;
}
/**** Transitions ****/
.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5;
}
.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
/* MERIT STORE*/
#loadingInventory 
{
    margin: 10px;
    padding: 10px;
    color: Blue;
    vertical-align: middle;
    font-size: larger;
}
#content label.inStock, #content label.outOfStock 
{
    float: none;
    text-align: left;
}
#content label.inStock
{
    color: Green;
}
#content label.outOfStock 
{
    color: Red;
}
#MSFooter
{
    font-size: smaller;
    text-align: center;
}
.MSSaleOrigPrice
{
    text-decoration: line-through;
    font-weight: normal;
}
#ProductForm 
{
    margin-left: 0px;
}
#ProductForm div
{
    clear: none;
}
#ProductForm label
{
    text-align:left;
}
textarea.MSProductMessage
{
    width: 100%;
    height: 2em;
}
#MSProductDetailImage
{
    float: left;
    margin-bottom: 5px;
    height: 220px;
    width: 220px;
}
#MSProductDetailImage a
{
    margin-left: 50px;
    color: Blue;
}
#MSProductDetailImage div
{
    height: 200px;
}
#MSProductAttributes
{
    margin-left: 200px;
}
#MSProductAttributes label
{
    width: 150px;
}
#MSProductAttributes select
{
    width: 250px;
}
#MSProductAttributes #Qty
{
    width: 2em;
    text-align:right;
}
#MSProductAttributes input[type="submit"] 
{
    margin-left: 150px;
    width: 150px;
}
#MSProductDescription
{
    clear:both;
    padding: 8px;
    border: solid 1px #005ae1;
    margin-top: 5px;
	border-radius: 10px;
}
.MSCategoryList
{
    margin-top: 10px;
}
.MSProductListTitle
{
    color: #005ae1;
    font-size: larger;
    clear: both;
}
.MSProductListImage
{
    float: left;
    margin: 5px 0;
}
.MSCategoryList
{
    clear: both;
}
.MSProductListDesc
{
    margin-left: 15px;
}
.MSProductPrice
{
    font-weight: bold;
}
.MSCategoryList p
{
    margin-left: 130px;
}
#MSProductAttributes input[type="radio"] 
{
    margin-left: 10px;
}
div.MSCartBanner
{
    float: right;
    width: 11em;
    border-radius: 7px;
    background-color: #ff8000;
    border: 3px solid #005AE1;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    padding: 0.2em;
}
div.MSCartBanner a
{
    color: #fff;  
}
#content td.MSUpdateCart
{
    text-align: center;
    vertical-align: middle;
    border: none;
}
#content input.MSInputQty
{
    width: 2em;
    text-align: right;
}
.ULCartProductAttributes
{
    margin: 2px 0 5px 20px;
    padding: 0;
    font-size: smaller;
}
#TermInfo fieldset
{
    width: 75%;
}
#DailyNewsContainer div#content
{
    margin-left: 20px;
    width: 100%;
    border: none;
}
div#c3_announcement p
{
   	font-family: "Gill Sans", Arial, Helvetica, Geneva, sans-serif;
}
div#announcement_bullets img
{
   	float:left;
}
div#announcement_bullets p
{
   	margin-left:7em;
}
ul.payment_choice
{
    list-style: none;
}
input#PaymentMethod
{
    width: 35px;
}
/* portrait */
@media only screen and (max-device-width: 768px) {
	body {
		width: 760px;
	}
	footer {
		padding-top: 10px;
	}
	div#content 
	{
	    border: none;
	}
	#content table {
	    margin: 0.5em;
	}
	#login {
		float: right;
		position: relative;
		left: 0px;
		text-align: right;
	}
	header h1 {
		clear: right;
		font-size: 2.6em;
	}
	#charlie {
		display: none;
	}
	div#sitenav li {
		margin-bottom: 15px;
	}
	div#sitenav li a:link, div#sitenav li a:visited {
		width: 150px;
		height: 150px;
	}
	div#sitenav li a:link.sitenavhomelink, div#sitenav li a:visited.sitenavhomelink {
		width: 144px;
		height: 144px;
	}
	/* Merit Store */
	#MSBranchChoice a:link, #MSBranchChoice a:visited,
    #MSDeliveryChoice a:link, #MSDeliveryChoice a:visited
    {
        width: 5em;
        height: 3em;
        color: #FFF;
        background-color: #005ae1;
        padding: 1.5em;
	    border: 3px solid #ff8000;
	    border-radius: 10px;
	    font-size: larger;
	    display: block;
        text-align: center;
    }
    #MSProductAttributes input[type="submit"] 
    {
        margin-left: 100px;
    }
    #photoView img 
    {
        width: 100%;
    }
    #slideshowcmds, #photoNav
    {
        height: 1.7em;
        padding: .1em;
        text-align:center;
        margin: .5em 5em 0em 1em;
    }
    #slideshowcmds a, #photoNav a
    {
        margin-left: 1em;
        background-color: #005ae1;
        color: White;
        padding: .25em;
        text-align: center;
        width: 4em;
        display: inline-block;
        border-radius: 10px;
    }
    #photoNav
    {
        margin: 0em;
    }
    #photoNav a
    {
        width: 6em;
        background-color: LightGray;
        color: Black;
    }
    div.photo_gallery_div 
    {
        margin-left: 0.5em;
    }
    div.photo_gallery_div ul
    {
        margin: 0;
        padding: 0.25em;
    }
    div.schedule-right-column
    {
        width: 100%;
        float: none;
    }
    div.schedule-left-column
    {
        width: 100%;
    }
}
/* phone */
@media only screen and (max-device-width: 320px) {
	body {
		width: 320px;
	}
	fieldset 
	{
	    width: 80%;
	}
	div#content {
		margin-left: 20px;
		border: none;
	}
	header h1 {
		margin-left: 20px;
		font-size: 2em;
	}
	div#sitenav ul {
		margin-left: 20px;		
	}
	div#sitenav li a:link, div#sitenav li a:visited {
		font-size: 0.9em;
		width: 85px;
		height: 85px;
	}
	div#sitenav li a:link.sitenavhomelink, div#sitenav li a:visited.sitenavhomelink {
		width: 79px;
		height: 79px;
	}
	div#sectionnav {
		position: relative;
		width: 250px;
		left: 0px;
		margin-left: 30px;
	}
	div#sectionnav ul {
		list-style: none;
		margin: 0px;
		padding-left: 0px;
	}
	div#sectionnav li {
		border-top: 2px solid #005ae1;
		font: 1.2em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica;
	}
	input.longfield, label.longfield {
	    width: 200px;
    }
    label.zip, input.zip
    {
        display: block;
        clear: both;
    }
    label
    {
        float: left;
        text-align: left;
        width: 200px;
    }
    input, select
    {
        clear: both;
        margin-left: 1em;
    }
    #content table {
	    margin: 0;
	}
	/* MERIT STORE*/
	#MSBranchChoice table, #MSBranchChoice td, #MSDeliveryChoice td
	{
        padding: 0.5em;
	}
	#MSBranchChoice a:link, #MSBranchChoice a:visited,
    #MSDeliveryChoice a:link, #MSDeliveryChoice a:visited
    {
        width: 2em;
        height: 2em;
        color: #FFF;
        background-color: #005ae1;
        padding: 1.5em;
	    border: 3px solid #ff8000;
	    border-radius: 10px;
	    font-size: larger;
	    display: block;
        text-align: center;
    }
    #MSProductAttributes input[type="submit"] 
    {
        margin-left: 100px;
    }
	.MSProductListImage
    {
        float: none;
        height: auto;
        margin: 0 25px;
        text-align: center;
    }
    .MSCategoryList p
    {
        margin-left: 10px;
    }
    .MSCategoryList
    {
        border-bottom: solid 1px #005ae1;
    }
    #MSProductDetailImage 
    {
        float: none;
    }
    #MSProductAttributes
    {
        margin-left: 20px;
    }
    #MSProductAttributes label
    {
        width: 150px;
        float: left;
    }
    #MSProductAttributes select, #MSProductAttributes input
    {
        width: 200px;
        clear: both;
    }
    #MSProductAttributes #Qty
    {
        width: 2em;
        text-align:right;
    }
    #MSProductAttributes input[type="submit"] 
    {
        margin-left: 50px;
        width: 150px;
    }
    #MSProductAttributes fieldset
    {
        margin: 0;
        padding: 0.25em;
    }
    #MSCheckoutPaymentForm label
    {
        float: left;
        text-align: left;
        width: 200px;
    }
    #MSCheckoutPaymentForm label.zip, #MSCheckoutPaymentForm input.zip
    {
        display: block;
        clear: both;
    }
    #MSCheckoutPaymentForm input, #MSCheckoutPaymentForm select
    {
        clear: both;
        margin-left: 1em;
    }
    #MSCheckoutPaymentForm table
    {
        margin: 0;
        width: 200px;
    }
    #MSCheckoutPaymentForm input[type="submit"]
    {
        margin-left: 50px;
        width: 8em;
    }
    div.photo_gallery_div 
    {
        float: left;
        clear: both;
        width: 100%;
    }
    #photoView img 
    {
        width: 100%;
    }
    #slideshowcmds, #photoNav
    {
        height: 1.7em;
        padding: .1em;
        text-align:center;
        margin: .5em .5em 0em 1em;
    }
    #photoNav
    {
        margin: 0em;
    }
    #slideshowcmds a, #photoNav a
    {
        margin: 0 .1em 0 -1em;
        padding: .25em;
        text-align: center;
        width: 5em;
        display: inline-block;
        border-radius: 8px;
        background-color: #005ae1;
        color: White;
    }
    #photoNav a
    {
        width: 5em;
        background-color: LightGray;
        color: Black;
    }
    div.photo_gallery_div 
    {
        margin-left: 0.5em;
    }
    div.photo_gallery_div ul
    {
        margin: 0;
        padding: 0.25em;
    }
    form.PhotoCmd 
    {
        text-align:center;
    }
    .HideForMobile
    {
        display: none;
    }
    img#c3_overview 
    {
        width: 320px;
        height: 202px;
        margin: 0;
    }
    div#announcement_header h1
    {
        display: block;
    }
    div#announcement_header img
    {
        display: none;
    }
}
