/*crazyness*/



body {

	position: relative;
	width: 80%;
	margin: 0 auto;
	background-color: #0142da;
}
#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 50px;
		}
#main{
overflow: hidden;
	width: 854px;
}
#lightblue {
	background-color: #CCCCCC;
}
#header {
	top: 0px;
	margin:0;
	width: 854px;
	height: 137px;
	background-image: url(design/images/header.jpg);
	padding-top: 113px;
	background-repeat: no-repeat;
	border-bottom-style: none;
}
#top_nav {
	margin: 0;
	padding: 0;

	left: 300px;
	top: 80px;
}

#top_nav ul {
	margin: 0;
	padding: 0;
	padding-left: 162px;
}

#top_nav li {
	display: inline;
	list-style-type: none;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 43px;
	padding-top: 0px;
	padding-bottom: 5px;

}

#top_nav li a:link, #top_nav a:visited{
	text-decoration: none;
	color: white;

} 

#top_nav li a:hover{
	color: #000000;
}

#fade {
	position:absolute;
	left:-154px;
	top:0px;
	width:154px;
	z-index:1;
	background-image: url(design/images/side_montage.jpg);
	background-repeat: repeat-y;
	height: 100%;

}
#midcont {
	position:absolute;
	left:154px;
	top:146px;
	width:696px;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-left: 5px;
	margin-bottom: 50px;
	border-bottom-width: 50px;
	border-bottom-color: #0142da;
	min-height: 708px;
	z-index: -1;
	overflow: visible;

}
#footer {
	position: absolute;
	left: -154px;
	bottom: -2px;
	width: 150%;
	text-align: center;
	background-color: #0142da;
	z-index: 5;	  
}

#footer a:hover{
	color: #ec0000;
}

#footer a:link, #footer a:visited{
	text-decoration: underline;
	color: #ec0000;
} 
#flashimg {
	width: 100%;
	height: 314px;
	background-image: url(design/images/placehold.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#welcome {

	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	z-index: 1;
	padding-right: 20px;
}
#contact {
	float:right;

	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	z-index: 1;
	margin-right: 210px;

}
.bigred {
	font-size: 16px;
	color: #ec0000;
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: bolder;
}
.smallred {
	font-size: 12px;
	color: #ec0000;
	font-family: "Arial", Helvetica, sans-serif;	
}
.footertx {
	font-size: 12px;
	Color: #FFFFFF;
		font-family: "Arial", Helvetica, sans-serif;	
		
		}
		
		#welcome a:link, #welcome a:visited{
	text-decoration: underline;
	color: #ec0000;
} 

#welcome li a:hover{
	color: #ec0000;
}
/*Dropdown*/
#dd {
  margin-left: 25%;

	
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 11px arial;
}

#dd li a.menu {
	display: block;
	text-align: center;
	background: #0142da;
	padding: 4px 3px;
	height: 25px;
	color: #FFF;
	width: 92px;
	text-decoration: none;

}

#dd li a.menu:hover {
  background: #49A3FF;
}

.submenu {
  background: #49A3FF;
  border: 1px solid #5970B2;
  visibility: hidden;
  position: absolute;
  z-index: 3;
  width: 110px;
}

.submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #49A3FF;
}

.submenu a:hover {
  background: #ec0000;
  color: #FFF;
}
/*dropdownend*/


 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Times New Roman";}
span.MsoFootnoteReference
	{vertical-align:super;}
 /* Page Definitions */

 p.MsoRed, li.MsoRed, div.MsoRed
	{
	margin:0in;
	margin-bottom:.0001pt;
	font-size:14pt;
	font-family:"Times New Roman";
	color: #ec0000;
	font-weight: bold;	
	}
