/* CSS Document */

/* GENERAL */

body {
	padding : 0;
	margin : 0;
}

img {
	border : 0;
}


/* NAVIGATION */

#navigation a { 
	padding : 0;
	margin : 0;
	
    font-family : Verdana, Arial, Helvetica, sans-serif;;
    font-size : 80%;
    font-weight : bold;
    color : #990000;
    background-color : transparent;
}

ul#navigation_list {
	list-style-type : none;
	padding : 0;
	margin : 0;
}

ul#navigation_list li {
	border : 1px solid #CCCCCC;
	background-image : url(../images/nav_gradient.gif);
	background-position : right;
	background-repeat : repeat-y;
	margin-bottom : 5px;
}

ul#navigation_list li #navigation_bullet {
	background-image : url(../images/nav_deselected.gif);
	background-position : left;
	background-repeat: no-repeat;
	padding-left: 28px;
}

ul#navigation_list li#selected #navigation_bullet {
	background-image : url(../images/nav_selected.gif);	
}

#navigation {
    position : absolute;
    top : 160px;
    left : 10px;
    width : 134px;
}



/* HEADER ASSETS */

#logo {
	position : absolute;
	top : 10px;
	left : 10px;
	z-index : 50;
}

#strap {
	position : absolute;
	top : 52px;
	left : 218px;
	z-index : 40;
}

/* BODY COPY LAYOUT */

#content_homepage {
    position : absolute;
    top : 376px;
    left : 163px;
    width : 300px;
}

#content_onelineheader {
    position : absolute;
    top : 196px;
    left : 163px;
    width : 300px;
}

#content_twolineheader {
    position : absolute;
    top : 230px;
    left : 163px;
    width : 300px;
}

#content_companies {
    position : absolute;
    top : 159px;
    left : 163px;
    width : 575px;
}

#content_threelineheader {
    position : absolute;
    top : 250px;
    left : 163px;
    width : 300px;
}

#subpage_image_right {
    position : absolute;
    top : 159px;
    left : 468px;
}

#comptext {
	z-index : 20;
    position : absolute;
    top : 260px;
    left : 280px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 70%;
	width: 310px;
}

/* BODY COPY STYLE */

#content h1 {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 70%;
      font-weight : bold;
      color : #000;
      background-color : transparent;
}

#content p {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 70%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}

#content drop {
	color : #999999;
}

#content blue {
	font-weight : bold;
	color : #1F60A1;
}

#content ul {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 70%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
	  margin-left: 20px;
	  padding-left: 0;
}

#content a {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-weight : bold;
   	  text-decoration : underline;
	  color : #990000;
      background-color : transparent;
	  padding-left: 0;
}

#content td {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}

#content b {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-weight : bold;
	  font-size : 150%;
	  color : #1F60A1;
      background-color : transparent;
	  padding-left: 0;
}

#content i {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 70%;
      font-weight : italic;
	  color : #000;
      background-color : transparent;
	  padding-left: 0;
}

/* FOOTER */
#footer {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 60%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
	  text-align : center;
	  width:418px;
}

#blue {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-weight : normal;
      color : #336699;
      background-color : transparent;
	  text-align : center;
}


/* BODY LAYOUT */

#header {
	position : absolute;
	top : 159px;
	left : 163px;
	z-index : 30;
}

#homepage_image {
	position : absolute;
	top : 218px;
	left : 160px;
	z-index : 30;
}

/* RIGHT COLUMN */

#right_top_header {
	position : absolute;
	top : 159px;
	left : 590px;
	z-index : 20;
}

#right_btm_header {
	position : absolute;
	top : 290px;
	left : 590px;
	z-index : 19;
}

#right_news_logo {
	position : absolute;
	top : 183px;
	left : 590px;
	z-index : 19;
}


#right_content1line {
	position : absolute;
	top : 190px;
	left : 590px;
	z-index : 19;
}

#right_content2line {
	position : absolute;
	top : 210px;
	left : 590px;
	z-index : 19;
}

#right_content3line {
	position : absolute;
	top : 230px;
	left : 590px;
	z-index : 19;
}

#right_content_news {
	position : absolute;
	top : 210px;
	left : 590px;
	width : 140px;
	z-index : 19;
}


#right_content p {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 60%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}

#right_content b {
      font-weight : bold;
}

#right_content a {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-weight : bold;
   	  text-decoration : underline;
	  color : #990000;
      background-color : transparent;
	  padding-left: 0;
}

#right_content h1 {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 60%;
      font-weight : bold;
      color : #000;
      background-color : transparent;
}
