/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}
form {
  margin: 0;
  padding: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #FFF;
	background-image: url(../../GASmithHome/images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-color: #464646;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

img { border: 0 none; }

#pageContent {
	width: 560px;
	padding-left: 30px;
	color: #333;
	height: 450px;
}
#pageContent h1 {
	font-size: 20px;
	color: #C00;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
}
#pageContent p {
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}
#wrapper {
	background-repeat: no-repeat;
	width: 990px;
	background-position: 0px 62px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-image: url(../images/wrapperBG.jpg);
}
#header {
	background-repeat: no-repeat;
	height: 62px;
	background-image: url(../images/headerBG.jpg);
}
#pageContent li {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
#footer {
	padding: 10px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	color: #CCC;
	background-image: url(../../GASmithHome/images/GASmithFooterLogoTrans.gif);
	background-repeat: no-repeat;
}
.spotonlink {
	float: right;
}
#footer .spotonlink a {
	color: #CCC;
	text-decoration: underline;
}
.logo {
	position: relative;
	height: 52;
	width: 236;
	top: 2px;
	left: 655px;
}
#mainNav {
	color: #C00;
	top: -15px;
	position: relative;
	left: 30px;
}
#mainNav ul li a {
	color: #333;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 14px;
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
}
#mainNav ul li {
	display: inline;
}
/* iPhone-specific styles */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}
/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}
.article_column {
	padding-right: 5px;
}
.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}
table.blog span.article_separator {
	display: block;
	height: 20px;
}
/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

div.img_caption       { padding: 0 10px 0 10px; }
div.img_caption img   { border: 1px solid #CCC; }
div.img_caption p     { font-size: .90em; color: #666; text-align: center; }

/* Component Specific Fixes */
