@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	text-align: center;
	background-image: url(assets/bkgrd.png);
	background-repeat: repeat;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
a:link {
	color: #258FB7;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

h1 {
	color: #3397BD;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #3397BD;
}

h3 {
	font-size:12px;
	color: #3397BD;
	font-style: italic;
	font-weight: normal;
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.stylebold {
	color: #3196BC;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
.main #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0;
}
.main #header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 75px;
}
.main #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #419FC2;
}
.main #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 43px;
	padding-bottom: 0;
	padding-left: 20px;
}
.main #main_nav {
	height: 41px;
	margin-top: 25px;
	background-position: center center;
}
.main #main_body {
	background-repeat: no-repeat;
	margin-left: 80px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 43px;
	padding-left: 5px;
	color: #999999;
}
.main #main_body a {
	color: #3498BE;
	text-decoration: none;
}
.main #main_body a:hover {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #3397BD;
}
.main #footer {
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-top: 10px;
}
.main #footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3196BC;
	font-size: 10px;
	text-align: right;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-position: right;
}
.main #footer a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	text-align: right;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-position: right;
}
img.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 7px;
}
.out {
	display:block;
	border:1px solid #ddd;
	position:relative;
	background-color: #B7B7B7;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	height: 150px;
  }
.in2 {
  display:block; 
  background:#777; 
  border:1px solid #999; 
  position:relative;
  padding:1px;
  margin:1px;
  }
.in {
	font-weight:normal;
	background-image: url(assets/ex_photo.jpg);
	background-repeat: no-repeat;
	height: 148px;
  }

.ltin {
	left:-5px;
  }
.tpin {
  top:-5px;
  }
.rtin {
  left:5px;
  }



.narrow {width:8em;}
.normal {
	float: right;
	width: 221px;
}
.wide {width:18em;}
.image {width:412px; padding:0;
}


#info {
	height: 41px;
}

#info p {text-align:center;
}

#underlinemenu {
	margin: 0;
	padding: 0;
}
 
#underlinemenu ul{  /*its an unordered list*/
	margin-bottom: 1em;
	padding-left: 0px;
	float: left;
	font-weight: lighter;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}
#underlinemenu ul li{  /*inline gets the menu sitting horizontally*/
	display: inline;
}
#underlinemenu ul li a{/*using float positions the links as if they are left aligned*/
	float: left;
	color: #3397BD;
	font-weight: lighter;
	text-decoration: none;
	background-color: #99CBDE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 11px;
	border: thin solid #39849B;
	height: 35px;
}
#underlinemenu ul li a:hover{
	color: #3397BD;
	background-color: #FFFFFF;
	padding-bottom: 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #258FB7;
}

#menu {
	padding-left: 80px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	padding-top: 50px;
	height: 50px;
	padding-right: 43px;
  }

.lefted {margin:0 auto 0 0;}
.centered {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
