html, body {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 85%;
	text-align: center;
	padding:0;
	margin:0;
	background-color: #ececed;
}


#wrapper, #wrapperHome {
	width: 860px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #ccc;
	margin-top: 30px;
	min-height: 500px;
	height: auto;
	background-color: #ffffff;
}

/* home page only */
#wrapperHome {
	height: 500px
}

#header {
	height: 80px;
	background-color: #ffffff;
}

#logo {
	float: right;
	margin-right: 25px;
}

#head_txt {
	float: left;
	margin-left: 25px;
}

#nav {
	background-color: #df190c;
	height: 27px;
}

#main {
	background-color: #696a6c; 
	color: #ffffff;
	min-height: 500px;
} 

/*\*/
* html #main {
  height:500px;
}
/**/

#main h1 {
	font-size: 26px;
	color: #ffffff;
	text-align: center;
	font-family: 'Frutiger 45 Light',Arial,Heletica,Verdana,sans-serif;
	width: 75%;
	margin: 0 auto;
	line-height: 35px;
	padding-top: 25px;
}

#ripple > h1 {
	font-size: 20px;
}

#ripple {
	background-image:url(/images/ripple.jpg);
	margin-bottom:15px;
}

@font-face {
   font-family: 'Frutiger 45 Light';
   src: url(/fruitger.eot);
}

div.box {
	float: left;
	width: 138px;
	margin-left: 30px;
	display: inline;
	padding: 25px 0;
	text-align: center;
	font-size: 120%;
	font-family: Helvetica,Arial, sans-serif;
}

div.box img {
	border: 1px solid #ffffff;
	margin-bottom: 5px;
}

div.box a {
	color: #ffffff;
	text-decoration: none;
}

div.box a:hover { 
	text-decoration: underline;
}

#firstbox {
	display: inline;
	margin-left: 22px;
}

#img {
	background-color: #696a6c; 
	color: #ffffff;
	padding: 25px 0;
}

#img img {
	margin-left: 30px;
	border: 1px solid #ffffff;
}

#img #imgfirst {
	margin-left: 25px;
}

#img span {
	text-align: center;
}

#container {
	height: auto;
	background-color: #ffffff;
}

#content {
	width: 465px;
	float: right;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	height: 100%;
	display: inline;
}

#content h1 {
	font-size: 135%;
	color: #df190c;
	padding:0;
	margin:0;
}

#content p {
	line-height: 1.3;
	font-family: Arial,Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 110%;
}

#content ul {
	list-style-type: square;
	color: #df190c;
}

#content ul ul {
	list-style-type: circle;
}

#content ul li {
	color: #aa0000;
}

#content a.ext {
	background: url(/images/external.gif) no-repeat right top;
	padding-right: 20px;
	color: #0000ff;
	line-height: 20px;
}

input {
	font-size: 85%;
}


/* shown at bottom of content area */
#links {
	float: right;
	margin-bottom: 15px;
}

#links ul {
	list-style-type: none;
	margin:0;
	padding:0;
	text-align: right;
}

#links li {
	padding-top: 5px;
}

#links li a {
	font-family: Arial,Helvetica,sans-serif;
	background: transparent url(/images/arrow.gif) right center no-repeat;
	padding-right:20px;
	color: #df190c;
	font-size: 110%;
	font-family:helvetica,verdana,arial,sans-serif; 
	text-decoration: none;
}

#links li a:hover, #links a.active {
	background: transparent url(/images/arrow-hover.gif) right center no-repeat;
}

#left {
	float: left;
	width: 320px;
	margin-top: 25px;
	margin-left: 25px;
	height: auto;
	display: inline;
}

#imgtop {
	margin-bottom: 50px;
}

#imgbot {
	vertical-align: bottom;
	height: 100%;
	margin-bottom: 25px;
}

#imgbot1 {
	margin-right: 44px;
}

#footer {
	clear: both;
	background-color: #696a6c;
	text-align: center;
	height: 44px;
}

div.ulcol {
	float:left;
	padding-top:10px;
}

br.clear {
	clear: both;
}

#b2link {
	text-align: right;
	margin-top: 3px;
}

#b2link a {
	color: #009;
	text-decoration: none;
}