@charset "utf-8";
/* ------Navigation Container
Blue: #00376F
Red: #5A1314
Light Blue: #D9EBF9
------ */

body  {
	font: 100% Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bg.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

/* ------CONTAINER ------ */
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* ------HEADER------ */
.twoColFixRtHdr #header { 
	margin: 0;
	background:url(../images/header.gif) no-repeat;
	height:100px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
	}

/* ----Top Navigation ------ */
.twoColFixRtHdr #navcontainer{
	float:right;
}

.twoColFixRtHdr #navcontainer #navlist {
	margin: 0;
	padding: 15px 0 20px 10px;
	float:right;
	font:90% Tahoma, Arial, Verdana, Helvetica,sans-serif;
	font-weight:bold;
}

.twoColFixRtHdr #navcontainer #navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.twoColFixRtHdr #navcontainer #navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	margin: 0 4px 4px 4px;
	text-decoration: none;
	color: #fff;
}

.twoColFixRtHdr #navcontainer #navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 2px solid #fff;
	padding-bottom: 2px;
	background: transparent;
	color: #fff;
}

.twoColFixRtHdr #navcontainer #navlist a:hover {
	 color: #fff; 
	}

.twoColFixRtHdr #topnav li.last{
	border-right: 0px solid;
}	


/* ------FLASH PART ------ */
#flash{
	margin: 0;
	height: 250px;
	background: #D9EBF9;
	clear: both;
}

/* -----BREADCRUMS-----*/

.twoColFixRtHdr #content #breadcrumb {
height: 25px; /* This is the height we wan't on our breadcrumb */
padding : 15px 0px 0px 0px;
/* This is our background color */
color: #000; /*This is our color on the text which isn't a link. We want' they to be light grey */
}
.twoColFixRtHdr #content #breadcrumb ul {
margin: 0;
padding: 0;
}
.twoColFixRtHdr #content #breadcrumb li {
float: left;
display: inline;
margin-right: 4px;
}
.twoColFixRtHdr #content #breadcrumb a {
color:#5A1314; /* Our breadcrumb links are going to be white */
font-weight: bold; /* And bold */
background: url(../images/bread_crumb.gif) top right no-repeat;
padding-right: 11px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
text-decoration: none;
}
.twoColFixRtHdr #content #breadcrumb a:hover {
color: #333;
text-decoration: underline;
background:url(images/bread_crumb.gif) bottom right no-repeat;
}

/* ------TWO COLUMN LAYOUT ------ */
.twoColFixRtHdr #content { 
	margin: 0;
	padding: 0;	
	background: #FFF;
	line-height: 1.5em;
}
	
.twoColFixRtHdr #content h1{
	font-size: 18px;
	line-height:22px;
	color: #00376F;
}

.twoColFixRtHdr #content a:link{
	color: #5A1314;
	font-weight:bold;
	text-decoration:none;
	}

.twoColFixRtHdr #content a:hover{
	color: #5A1314;
	text-decoration:underline;
	}

.twoColFixRtHdr #content a:visited{
	color: #5A1314;
	text-decoration:none;
	}

.twoColFixRtHdr #content a:visited:hover{
	color: #5A1314;
	text-decoration:underline;
	}

#twocolumn{
	background: #fff;
	width: 780px;
	border-top: 5px solid #5A1314;
	border-bottom: 5px solid #5A1314;
}
#left{
	width:340px;
	padding:30px 20px 30px 30px;
	height:100%;
	float:left
}
#right{
	width:339px;
	padding:30px 30px 30px 20px;
	height:100%;
	float:right;
	border-left: 1px dashed #999999;
}
#clearboth{ clear:both; }

/* ------Side Bar Right ------ */
.twoColFixRtHdr #sidebar1 {
	float: right; 
	width: 200px; 
	background: #EBEBEB;
	padding: 10px 10px;
}

/* ------Main Content ------ */
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; 
	padding: 10px 24px;
	background: #fff;
	} 
.twoColFixRtHdr #mainContent p{
	margin-top:10px;
	margin-bottom: 10px;
}


/* ------Footer ------ */
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px;
	background: url(../images/footer.gif) no-repeat left top;
	height: 61px;
	margin: 0;
	font-size:95%;
} 

.footerleft{
	float: left;
	display: inline;
}

.footerleft ul{
	float: left;
	list-style:none;
}

.twoColFixRtHdr #footer p {
	margin: 0; 
	padding: 8px 0 2px 0;
	color:#FFF;
}

.twoColFixRtHdr #footer a:link, .twoColFixRtHdr #footer a:visited{
color: #fff;
text-decoration:none;
line-height: 10px
}

.twoColFixRtHdr #footer a:hover{
color: #fff;
text-decoration:underline;
}

.twoColFixRtHdr #footer .right{
float: right;
text-align:right;
margin-right:10px;
}

/* ------Float Elements ------ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ------FORM ELEMENTS-----*/

#thisform {

  font-family: Georgia, serif;

  font-size: 11px;

  color: #666666;
  width:270px;

  }


#thisform label {

  font-family: Verdana, sans-serif;

  font-weight: bold;
  
  font-size: %60;

  }



#thisform fieldset {

  border: 1px solid #ccc;

  padding: 5px 20px;

  }



#thisform legend {

  font-family: arial, sans-serif;

  font-weight: bold;

  font-size: 100%;

  color: #666;

  background: #eee;

  border: 1px solid #ccc;

  border-bottom-color: #999;

  border-right-color: #999;

  padding: 4px 8px;

  }


#thisform input{
	width: 200px;
	background-color: #FFFFFF;
}

#thisform textarea{
	width: 200px;
	height:80px;
	background-color: #FFFFFF;
}
#thisform .submit input{
	width:100px;
	color: #00376F;
	background: #CCCCCC;
	border: 1px solid #00376F;
}
