﻿/* CSS layout */

/* Font sizing hack for consistency */

*html body {
    font-size: x-small; /* for IE5 Win */
    f\ont-size: medium; /* for other IE versions */
}

html>body {
    font-size: small; /* be nice to opera */
}


body {
	margin: 0px;
	background-color: #D9E2E1;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 135%;
	text-align: center;
	color: #666666;
	font-size: medium;
}

#shadow	{
	width: 774px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/shadowsb.jpg');
	background-repeat: repeat-y;
}

#wrapper {
	border-top: 0px solid #CCCCCC;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	text-align: left;
	border-top-color: #D7D7D7;
	padding-bottom: 5px;
	padding-top: 1px;
}



/*-------HEADER----------*/

#masthead {
	margin: 10px 19px 4px 19px;
	height: 100%;
	text-align: center;
	border-top: 1px solid #034256;
	border-bottom: 1px solid #034256;
}



#top_nav {
	height: auto;
	margin-left: 17px;
}

#top_nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#top_nav li {
	float: left;
	
}
#top_nav a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 119px;
	margin: 1px;
	text-align: center;
	background-color: #034256	;
	padding: 3px 0px 3px 0px;
}

#top_nav a:hover {
	background-color: #1C5659;
	color: #FFFFFF;
}

/*-------MAIN CONTENT----------*/

#photo {
	margin: 1px 20px 1px 20px;
	text-align: center;
}
#page_content {
	margin: 20px 20px 5px 20px;
	height: 100%;
}



#img_right  {
	float: right;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic;
	text-align: right;
	width: 200px;
	line-height: 110%;
	margin-top: 0px;
	
}



/*-------FOOTER----------*/
#footer {
	height: 100%;
	background-color: #034256;
	color: #FFFFFF;
	margin: 2px 10px 2px 10px;
}

#footer_r {
	margin: 10px;
	width: 335px;
	text-align: right;
	float: right;
	
}
#footer_l {
	width: 335px;
	margin: 10px;
	float: left;

}

#footer a {
	color: #FFFFFF;
}



/*-------IMAGES----------*/

img {
	border-width: 0px;
	
}

img.left {
	float: left;
	padding: 5px 10px 40px 0px;
}	

img.right {
	float: right;
	padding: 5px 0px 0px 10px;
}	




/*-------TEXT----------*/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 250%;
	font-weight: bold;
	margin-top: 25px;
	color: #034256;
}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	padding-top: 20px;
	color: #034256;
	
	}


h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	padding-bottom: 3px;
	border-bottom: 1px #034256 solid;
	margin-bottom: 10px;
	width: 400px;
	color: #034256;
}


.h4 {
		font-weight: bold;
}

.h5 {
	color: #033647;
	font-weight: bold;
	
}

.h6 {
	color: #033647;
	font-weight: bold;
	line-height: 130%;
	font-size: 120%;
	
	
}


.italic {
		font-style: italic;
		line-height: 120%;
}

p.left {
	background-position: 0px 0px;
	width: 500px;
	margin: 0px;
	background-repeat: repeat;
	background-attachment: scroll;
}

p {
	margin: 0px;
}

table {
	font-size: 100%;
	width: 720px;
	}
	
table.small {
	margin-top: 20px;
	font-size: 100%;
	width: 450px;
	}

table.contact {
	font-size: 100%;
	width: 70%;
	}

td {
	font-size: 100%;
	
}

td.line {
	font-size: 100%;
	border-bottom: 1px solid #EBEBEB;
}

td.title {
	background-color: #ECF0EF;
	color: #333333;
	font-size: 85%;
	}

td.end {
	font-size: 100%;
	border-bottom: 1px solid #1E6063;
}

td.holder {
	width: 33%;
	border-bottom: 1px solid #EBEBEB;
}

ul {
	list-style-type: square;
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 15px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	width: 400px;
}
ul.faq {
	width: 650px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;

}

li {
	list-style-position: outside;
	
}

hr {
	
	width: 100%;
	height: 1px;
}

/*-------NAVIGATION----------*/

a:link {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:visited {
	
	text-decoration: none;
	color: #666666;
	font-weight: bold;

}	

a:hover {
	color: #000000;
	text-decoration: underline;
}
	
/*-------HACKS----------*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* self clearing rules */
	   #top_nav:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #top_nav { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #top_nav { display: block; }
      /* End hide from IE-mac */
      
/* self clearing rules */
	   #masthead:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #masthead { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #masthead { display: block; }
      /* End hide from IE-mac */

      
/* self clearing rules */
	   #img_right:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #img_right { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #img_right { display: block; }
      /* End hide from IE-mac */

/* self clearing rules */
	   #page_content:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #page_content { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #page_content { display: block; }
      /* End hide from IE-mac */



/* self clearing rules */
	   #footer:after  { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	   #footer { display: inline-block; _height: 1%; }
	   /* Hides from IE-mac \*/
      #footer { display: block; }
      /* End hide from IE-mac */

