.mobile {
	display: block;
	}

.not_mobile {
	display: none;
	}

body {
	background-image: none;
	}

.content {
	width: auto;
	}

h1 {
	font-size: 16px;
	}

h2 {
	font-size: 14px;
	}

h3 {
	font-size: 12px;
	}

img {
	max-width: 250px;
	}

/* Header */

#header {
	background-image: none;
	background-color: #990000;
	width: auto;
	height: auto;
	}

/* Menu */

#header ul {
	display: inline;
	float: right;
	width: auto;
	height: auto;
	border-left: 0;
	border-right: 0;
	font-size: 12px;
	}

#header ul li {
	display: inline;
	width: auto;
	height: auto;
	border-left: 0;
	border-right: 0;
	padding-right: 5px;
	}

#header ul li a:link, #header ul li a:visited {
	display: inline;
	width: auto;
	padding-top: 0px;
	height: auto;
	}

#header ul li a:hover, #header ul li a:active {
	background-image: none;
	color: #ffcccc;
	text-decoration: none;
	}

/* Main Section */
	
a#banner_left:link, a#banner_left:visited {
	display: none;
	}

.SlidingPanels {
	width: auto;
	height: auto;
	}

.SlidingPanelsContentGroup {
	width: auto;
	height: auto;
	}

.SlidingPanelsContent {
	width: auto;
	height: auto;
	}

a#banner_right:link, a#banner_right:visited {
	display: none;
	}

img.banner {
	width: auto;
	margin-bottom: 5px;
	}

/* Bold Caption Paragraph */

p.caption {
	width: auto;
	top: 0px;
	margin-bottom: 5px;
	
	font-size: 18px;
	line-height: 20px;
	}
	
/* Homepage Three Columns */

body#home div.three_cols {
	width: auto;
	margin-bottom: 5px;
	border-left: 0;
	}

body#home div.three_cols div.col {
	margin-left: 0px;
	width: auto;
	border-right: 0;
	}

body#home div.three_cols h2, body#home div.three_cols p {
	padding: 0px 0px 5px;
	}
	
body#home div.three_cols form input.text {
	width: auto;
	margin: 0px 0px 5px;
	font-size: 12px;
	}
	
body#home div.three_cols form input#name {
	background-image: none;
	}
	
body#home div.three_cols form input#email {
	background-image: none;
	}

body#home div.three_cols form textarea#message {
	width: auto;
	height: auto;
	margin: 0px 0px 5px;
	font-size: 12px;
	background-image: none;
	}

body#home div.three_cols form input#submit {
	font-size: 12px;
	margin: 0px 0px 5px;
	}