/* CSS Document */

/* ----------------- Imported Style Sheets ----------------- */

@import url("matt_fcic.css");


/* ----------------- general styles ----------------- */


body {
	

	margin: 20px;
	height: 100%;
	padding: 0px;
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	text-align: center;
}

a.dotted {
      
      text-decoration: none;
      color: #000066;
}

a.dotted:link {
      
      border-bottom: 1px solid;
      color: #000066;
}

a.dotted:visited {
      
      border-bottom: 1px dotted;
      color: #000066;
}

a.dotted:active {
      
      border-bottom: 1px solid;
      color: #000066;
}

a.dotted:hover {
      
      border-bottom: 1px solid;
      color: #ff0000;
}



/* ----------------- top portion including logo, title, red nav  ----------------- */

#head_table {
	
	width: 760px;
	border-spacing: 0px;
	padding: 0px;
	
}

#top_left {

	display: block inline;
	background: url(../images/topleft.gif) no-repeat;
	vertical-align: top;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left:1px;
	height: 117px;
	width: 298px;
	text-decoration: none;
}

.sectiontitle {
	display: block;
	vertical-align: top;
	font-family: arial, helvetica;
	font-size: 19px;
	font-weight: normal;
	color: #000066;
	text-align: left;
	margin-top: 20px;
	padding-left: 8px;
	text-decoration: none;
}

#top_right {

	vertical-align: top;
	background-color: #E5E5E5;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right: 0px;
	width: 461px;
	margin: 0px;
}


#red_nav {

	display: block;
	width: auto;
	height: 20px;
	text-align: center;
	background: url(../images/redback.gif) repeat-x;
	border-right: 1px solid black;
	float: right;
}

.left_red {

	display: inline;
	position: relative;
	background: url(../images/redleft.gif) no-repeat;	
	width: 9px;
	height: 20px;
	float: left;
}

a.red_nav_link:link, a.red_nav_link:visited {

	display: block inline;
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: bottom;
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

a.red_nav_link:hover {

	text-decoration: none;
	color: #000000;
}


/* ----------------- left hand sub-navigation & main content ----------------- */


#main_table {
	
	width: 760px;
	border: 1px solid black;
	border-spacing: 0px;
	padding: 0px;
	
}

#main_cell {
	
	width: 574px;
	font-size: 12px;
	padding: 0px;
	background: #FFFFFF;
	vertical-align: top;
	border-spacing: 0px;
	
}

#nav {
	display: block;
	background: url(../images/subback.gif) no-repeat;
	text-align: left;
	height: 21px;
	background-color: #FFFFFF;
}

#main_content {
	
	margin: 10px;
	background: #FFFFFF;
	vertical-align: top;
	text-align: left;
	width: auto;
	
}

#sub_cell {
	
	border-right: 1px solid black;
	width: 186px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background: #E5E5E5;
	vertical-align: top;
	border-spacing: 0px;
	
}

a.sub_nav:link, a.sub_nav:visited {

	display: block;
	background: url(../images/sub_nav_back.jpg) repeat;
	background-color: #FFFFFF;
	vertical-align: top;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left:5px;
	padding-right: 0px;
	margin: 1px;
	height: 16px;
	width: 160px;
	text-decoration: none;
}

a.sub_nav:hover {

	background-position: 0px -20px;
	background-color: F5F5F9;
	text-decoration: none;
	color: #000000;
}
.access_buttons a
{
    display: block;
    padding: 0px 0px 0px 6px;
    width: 150px;
}
#spacer{
height: 95%;
float: left;
width: 1px;
font-size: 1px; /* to make sure width is not overridden */
padding: 0;
margin: 0;
background-color: red; /* visual effect only */
}



/*  Exclude

a.sub_nav:link, a.sub_nav:visited {

	display: block;
	background: url(../images/sub_nav_back.jpg) repeat;
	background-color: #FFFFFF;
	vertical-align: top;
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left:5px;
	padding-right: 0px;
	margin: 1px;
	height: 16px;
	width: 160px;
	text-decoration: none;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

a.sub_nav:hover {

	background-position: 0px -20px;
	background-color: F5F5F9;
	text-decoration: none;
	color: #000000;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 0px;
	border-right: 0px;
}

