/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 775px;.
    position: relative;
	background : #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #52768F;
	border-left-color: #52768F;
}


/*--- the main container is devided in sub containers ----------------------*/

#left_column_container {
	margin: 0px 0px 0px;
	padding: 0;
	float: left;
	width: 190px;
}

#sub_container1 {
	margin: 0 0 0 10px;
	padding: 0;
}

#sub_container2 {
	float: right;
	margin: 0;
	padding: 5px;
	width: 565px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: dashed;
	border-width: thin;
}

#content_container {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 5px 5px 5px 5px;
	width: 544px;
	font-size: 13px;
	text-align: left;
	color: #2C5056;
}

#content_container li {
	clear: both;
	text-align: left;
}

#content_container a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #888888;
}
#content_container a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #000000;
}
#content_container a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #990000;
}
#content_container a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #700905;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	height: 200px;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	background : #FFFFFF;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	width: 775px;
	height: 200px;
	left: 0px;
	top: 0px;
    background: url(images/dynamic/key_visual8.jpg) no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	width: 264px;
	height: 60px;
	position: absolute;
	top: 94px;
	left: 510px;
	background: url(resources/NA+Fitzpatrick+Logo.gif) no-repeat;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	position: relative;
	top: 200px;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	left: 0px;
	padding: 0px 0px 0px 210px;
	background: #52768F url(images/static/hbg.gif) no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B4C3CE;
	border-right-color: #344B5B;
	border-bottom-color: #22323C;
	text-decoration: none;
  	color: #ffffff;
}

#slogan h1 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}	
	
/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	z-index: 1;
	position: relative;
	left: 0px;
	top: -180px;
	width: 775px;
	padding: 0;
	margin: 0;
	overflow: visible;
	voice-family: inherit;
	width: 775px;
	text-align: left;
	background-color: #52768F;
}



#main_nav_list {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 775px;
	background-color: #52768F;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B4C3CE;
	border-bottom-color: #22323C;
}

#main_nav_list li {
	float: left;
	margin: 0;
	padding: 0;
}



/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	margin: 0;
	padding: 6px 15px;
	float: left;
	text-align: center;
}

a.main_nav_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background: #C9D9E4;
	border-top: 1px solid #E0E9EF;
	border-right: 1px solid #808A91;
	border-bottom: 1px solid #545B60;
	border-left: 1px solid #D4E1EA;
	width: auto;
}

a.main_nav_item:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background: #DEE9F2;
	color: #000000;
	border-top: 1px solid #5A6065;
	border-right: 1px solid #DFEAF3;
	border-bottom: 1px solid #E8F0F6;
	border-left: 1px solid #858F97;
}

a.main_nav_active_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background: #52768F;
	border-top: 1px solid #B4C3CE;
	border-right: 1px solid #344B5B;
	border-bottom: 1px solid #22323C;
	border-left: 1px solid #829CAE;
}

a.main_nav_active_item:hover {
	border-top: 1px solid #22323C;
	border-right: 1px solid #829CAE;
	border-bottom: 1px solid #B4C3CE;
	border-left: 1px solid #344B5B;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #2C5056;
	text-align: center;
	font-weight: bold;
}


/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	width: 775px;
	height: 20px;
	clear: both;
	text-align: right;
	font-size: 11px;
	background: #52768F;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
  	text-decoration: none;
}

#footer a:link

{
	color: #FFFFFF;
}

#footer a:hover

{
	color: #FFFFFF;
}

#footer a:visited

{
	color: #FFFFFF;
}





/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #000000;
	background : url(images/static/bg-site.jpg) repeat fixed;
}

/*--- headings -------------------------------------------------------------*/


#content_container h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #52768F;
}
#content_container h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #52768F;
}
#content_container h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #52768F;
}
#content_container h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #52768F;
}
#content_container b {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #52768F;
}

strong {
	font-size: 13px;
	font-weight: normal;
}
