/* STC CSS UPDATED BY DANIEL RAMIREZ 06-05-2007 */


/* GENERAL HTML STYLES */
html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #2D2D2D;
}

blockquote {
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 25px;
	margin-right: 25px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	line-height: 110%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 110%;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 110%;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 110%;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
}

/* STRUCTURE */
#container {
	width: 750px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-top: solid #993300 1px;
	border-left: solid #993300 1px;
	border-right: solid #993300 1px;
	border-bottom: solid #993300 1px;
}

#top, #topNav, #topRight, #gatewayLinks, #breadCrumbs, #side {
	display: none;
}

#header {
	height: 104px;
	background-color: #FFFFFF;
}

#topLeft {
	height: 86px;
	width: 190px;
	float: left;
}

#topMiddle {
	float: left;
	height: 86px;
	width: 368px;
}

#main {
	background-image: none;
	padding: 0px;
	margin: 0px;
}


#bodyContent {
	width: 750px;
	float: right;
}

#gallery {
	width: 565px;
	border-bottom: solid #C1C1C1 1px;
}	

#gallery img {
	padding: 0px 0px 0px 0px; 
	margin: 5px;
}

#content {
	width: 720px;
	padding: 5px 15px 10px 15px;
	float: left;
}

#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

#contentLeft {
	width: 495px;
	padding-right: 10px;
	float: left;
}

#contentRight {
	width: 175px;
	background-color: #D6D5C7;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
	padding: 5px 5px 5px 5px;
	float: right;
}

#contentRight p {
	font-size: 11px;
}

.contactHighlight {
	font-weight: bold;
	color: #993300;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	width: 100%;
}

#bottomNav {
	background-color: #993300;
	width: 750px;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
	text-align: center;
	clear: both;
}

#bottomNav a:link, #bottomNav a:visited
	{
	color: #FFF;
	font-weight: bold;
	padding: 0px 7px 0px 10px;
	text-decoration: none;
}

#bottomNav a:hover
	{
	font-weight: bold;
	text-decoration: underline;
}

#bottomNav ul {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	margin-left: 0;
	} 

#bottomNav ul li {
	margin-left: 0;
	list-style: none;
	border-left: 1px solid #FFFFFF;
	display: inline;
	}
	
#bottomNav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#footer {
	background-color: #FFFFFF;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
}
