	/* ==== Body Styles ====*/

body {
	padding-top: 40px;
	font-family:"Helvetica Neue", "Helvetica Neue Medium", Helvetica, Arial, "Trebuchet MS", Verdana;
	font-size:21px;
	color:#333;
	background-color: #993333;
	background-image:url(/images/bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	margin: 0px;
}

.site-width{
	position:relative;
	width: 900px;
	margin: 0 auto;
}

/* ==== Text Styles ==== */
h2 {
	font-size: 60px;
	font-weight: 100;
	color: #333;
	text-decoration: none;
	text-align:center;
	margin:0 0 25px 0;
	padding:0;
}

h3 {
	font-size:40px;
	font-weight:100;
	line-height:44px;
	margin:0px 8px;
}

h4 {
	font-size:30px;
	font-weight:100;
	margin:0px 8px;
}

h5{
	font-size:18px;
	font-weight:300;
	color:#993333;
	margin:10px 0 0 8px;
}

a{
	color:#333; text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

p{
	font-size:18px;
	font-weight:300;
	margin:20px 0 0 8px;
}


/* ==== Content Structure ====*/

.content-container{
	position:relative;
	display: Block;
	clear: both;
	margin-top:40px;
	width:900px;
	clear:both;
}
.topBorder{
	background:url(/images/body/top_opt.png) top left no-repeat;
	height:11px;
	width:900px;
	margin:0px;
}
.bottomBorder{
	background:url(/images/body/bottom_opt.png) bottom left no-repeat;
	height:11px;
	width:900px;
	margin:0px;
}
.content{
	position:relative;
	display: block;
	clear:both;
	background:url(/images/body/mid_opt.png) repeat-y;
	
	width:892px;
	padding: 0px 4px;
}

.content img{
	border:none;
}
.rFloatingPic{
	float:right;
	margin: 0px;
	background-position:top left;
	background-repeat:no-repeat;
}
.lFloatingPic{
	float:left;
	margin: 0px;
	background-position:top left;
	background-repeat:no-repeat;
}


/* ==== Top Navigation Bar ====*/
#topnavbar{
	/*
This is the container for topnav. 
its job is to set the topnav to fixed positon in center of page 
It has to center using a left value of 50% because of its fixed position. Setting the margin to auto does not work.
	*/
	position:fixed;
	height:45px;
	width:1002px;
	top:0px;
	left: 50%;
	margin-left:-501px;
	z-index:10;
}
#topnav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 1002px;    
  /*float: left;  Contain floated list items */
}
#topnav li {
  margin: 0;
  padding: 0;
  float: left;
}
#topnav a {
  float: left;
  width: 150px;
  height:42px;
  color: #FFF;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  background-image:url(/images/navbar/navbar_mid.png);/* Add the background image */
}
#topnav #topnav_car a {
  border: none;
}
#topnav a:hover {
  background-position: 0 -43px;
}
#topnav a:active {
  background-position: 0 -129px;
}
#topnav_hom a{
	background-image:url(/images/navbar/navbar_first.png);
	background-position: 0 0;
	width:251px;
}
#topnav_car a{
	background-image:url(/images/navbar/navbar_last.png);
	background-position: 0 0;
	width:151px;
}
#body_hom #topnav_hom a, #body_sol #topnav_sol a,#body_par #topnav_por a,#body_abo #topnav_abo a,#body_sta #topnav_sta a,#body_car #topnav_car a {
  background-position: 0 -86px;
}
#topnav img{
	border:none;
	padding-top:12px;
}

/* ==== Footer Styles ====*/

#footerbar{
	margin-top:100px;
	border-top: 2px solid #FFF;
	padding-top: 15px;
	color: white;
	background-color: #333366;
	height: 180px;
}
.footcol{
	width:150px;
	margin-right:20px;
	float:left;

}

.footcol li{
	padding-left:10px;
	list-style-type: none;
	font-size:14px;
}
.footcol li:first-child{
	font-weight: 100;
	font-size:18px;
	padding-left:0px;
	list-style-type: none;
}
.footcol a{
	text-decoration:none;
	color: white;
}
.footcol a:hover{
	text-decoration: underline;
}

/* ==== Bug Fixes ====*/

a:active {outline:none;} /* get rid of those system borders being generated for A tags */
img{
	border:none;
}

:focus {-moz-outline-style:none;}
