/******************/
/*  MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */
.main-navigation .round-border-topright {
	width:10px; 
	height:10px; 
	position:absolute; 
	z-index:100; 
	margin:0 0 0 190px; 
	background: url("../../images/bg_corner_topright.gif") no-repeat;
	}

.nav3-grid {
	width:240px; 
	border-bottom:solid 1px rgb(200,200,200);
	}
	
.nav3-grid dt a, .nav3-grid dt a:visited {
	display:block; 
	min-height:2.0em /*Non-IE6*/; 
	height:auto !important; height:2.0em /*IE6*/; 
	line-height:2.0em; 
	padding:0px 10px 0px 20px;  
	border-top: solid 1px #999999; 
	text-decoration:none; 
	color: #000099; 
	background-color: #CCCCCC;
	font-weight:bold; 
	font-size:1.35em;
	}
	
.nav3-grid dd a, .nav3-grid dd a:visited {
	display:block; 
	min-height:1.7em /*Non-IE6*/; 
	height:auto !important; 
	height:1.7em /*IE6*/; 
	line-height:1.7em; 
	padding:0px 10px 0px 40px; 
	border:none; 
	font-weight:normal; 
	text-decoration:none; 
	color:rgb(70,122,167); 
	font-size:120%;
	}
	
.nav3-grid dt a:hover, .nav3-grid dd a:hover {
	background-color: #990000; 
	color: #FFFFFF; 
	text-decoration:none;
	}

.nav3-bullet {
	width: 240px; 
	margin:10px 0 0 20px;
	}
	
.nav3-bullet dt a, .nav3-bullet dt a:visited {
	line-height:2.0em; 
	padding:0 0 0 10px; 
	background: url("../../images/bg_bullet_full_1.gif") no-repeat 0px 50%; 
	text-decoration:none; 
	color:rgb(70,122,167); 
	font-weight:bold; 
	font-size: 1.4em;
	}
	
.nav3-bullet dd a, .nav3-bullet dd a:visited {
	line-height:1.7em; 
	margin:0 0 0 15px; 
	padding:0 0 0 10px; 
	background: url("../../images/bg_bullet_half_1.gif") no-repeat 0px 50%; 
	text-decoration:none; 
	color:rgb(70,122,167); 
	font-weight:normal; 
	font-size: 1.4em;
	}
	
.nav3-bullet dt a:hover {
	background: url("../../images/bg_bullet_full_2.gif") no-repeat 0px 50%; 
	text-decoration:underline; 
	color:rgb(42,90,138);
	}
	
.nav3-bullet dd a:hover {
	background: url("../../images/bg_bullet_half_2.gif") no-repeat 0px 50%; 
	text-decoration:underline; 
	color:rgb(42,90,138);
	}

.nav3-nobullet {
	width:170px; 
	margin:10px 0 0 20px;
	}
	
.nav3-nobullet dt a, .nav3-nobullet dt a:visited {
	line-height:2.0em; 
	text-decoration:none; 
	color:rgb(70,122,167); 
	font-weight:bold; 
	font-size: 1.4em;
	}
	
.nav3-nobullet dd a, .nav3-nobullet dd a:visited {
	line-height:1.7em; 
	margin:0 0 0 15px; 
	text-decoration:none; 
	color:rgb(70,122,167); 
	font-weight:normal; 
	font-size:120%;
	}
	
.nav3-nobullet dt a:hover, .nav3-nobullet dd a:hover {
	text-decoration:underline; 
	color:rgb(42,90,138);
	}

/* MAIN CONTENT */
.main-content h1.pagetitle {
	border-bottom:solid 7px rgb(225,225,225);
	font-family:"trebuchet ms",arial,sans-serif;
	color: #CC0000;
	font-weight:bold;
	font-size:220%;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	}
	
.main-content h1.block {
	clear:both; 
	margin:1.0em 0 0em 0; 
	padding:2px 0 2px 2px; 
	background-color: #ffffff; 
	font-family:"trebuchet ms",arial,sans-serif; 
	color:rgb(255,255,255); 
	font-weight:bold; 
	font-size:220%;
	}
	
.main-content h1 {
	font-family:"trebuchet ms",arial,sans-serif;
	color:rgb(80,80,80);
	font-weight:normal;
	font-size:210%;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	}
	
.main-content h2 {
	margin:1.0em 0 0 0; 
	font-family:"trebuchet ms",arial,sans-serif; 
	color:rgb(80,80,80); 
	font-weight:normal; 
	font-size:170%;
	}
	
.main-content h3 {
	margin:1.0em 0 0.5em 0; 
	font-family:"trebuchet ms",arial,sans-serif; 
	color:rgb(125,125,125); 
	font-weight:bold; 
	font-size:130%;
	}
	
.main-content h1.side {clear:none;}
.main-content h2.side {clear:none;}
.main-content h3.side {clear:none;}

.main-content h4 {
	margin:1.5em 0 1.0em 0; 
	color: #999999; 
	font-family:"trebuchet ms",arial,sans-serif; 
	font-weight:normal; 
	font-size:170%;
	}
	
.main-content h5 {
	margin:1.5em 0 1.0em 0; 
	color:rgb(80,80,80); 
	font-family:"trebuchet ms",
	arial,sans-serif; 
	font-size:140%;
	}
	
.main-content h6 {
	margin:1.2em 0 0.2em 0; 
	color:rgb(80,80,80); 
	font-weight:bold; 
	font-size:120%;
	}
	
.main-content p {
	margin: 0 0 0 1.5em; 
	line-height:1.5em; 
	font-size: 1.4em;
	}
	
.main-content p.center {text-align:center;}
.main-content p.right {text-align:right;}

.main-content p.details {
	clear:both; 
	margin:-0.25em 0 1.0em 0; 
	line-height:1.0em; 
	font-size:110%;
	}
	
.main-content blockquote {
	clear:both; 
	margin:0 30px 0.6em 30px; 
	font-size:90%;}

.main-content table {
	clear:both; 
	width:600px; 
	margin:2.0em 0 0.2em 20px; 
	table-layout: fixed; 
	border-collapse:collapse; 
	empty-cells:show;
	}
	
.main-content table th.top {
	height:3.5em; 
	padding:0 7px 0 7px; 
	empty-cells:show; 
	background-color:rgb(175,175,175); 
	text-align:left; 
	color:rgb(255,255,255); 
	font-weight:bold; 
	font-size:110%;
	}
	
.main-content table th {
	height:3.0em; 
	padding:2px 20px 2px 7px; 
	border-left:solid 2px rgb(255,255,255); 
	border-right:solid 2px rgb(255,255,255); 
	border-top:solid 2px rgb(255,255,255); 
	border-bottom:solid 2px rgb(255,255,255); 
	background-color:rgb(225,225,225); 
	text-align:left; 
	color:rgb(80,80,80); 
	font-weight:bold; 
	font-size:110%;
	}
	
.main-content table td {
	height:3.0em; 
	padding:2px 7px 2px 7px; 
	border-left:solid 2px rgb(255,255,255); 
	border-right:solid 2px rgb(255,255,255); 
	border-top:solid 2px rgb(255,255,255); 
	border-bottom:solid 2px rgb(255,255,255); 
	background-color:#ffffff; 
	text-align:left; 
	font-weight:normal; 
	color:rgb(80,80,80); 
	font-size:110%;
	}
	
p.caption {
	clear:both; 
	margin:0.5em 0 2.0em 20px; 
	text-align:left; 
	color:rgb(80,80,80); 
	font-size:110%;
	}

.main-content ul {
	list-style:none; 
	margin:0.5em 0 1.0em 0;
	font-size: 1.2em;
	}
	
.main-content ul li {
	margin:0 0 0.2em 2px; 
	padding:0 0 0 12px; 
	background: url("../../images/bg_bullet_full_1.gif") no-repeat 0 0.4em; 
	line-height:1.4em; 
	font-size:120%;
	}
	
.main-content ol {
	margin:0.5em 0 1.0em 20px !important /*Non-IE6*/; 
	margin:0.5em 0 1.0em 25px /*IE6*/;
	}
	
.main-content ol li {
	list-style-position:outside; 
	margin:0 0 0.2em 0; 
	line-height:1.4em; 
	font-size:120%;
	}

.contactform {
	width:418px; 
	margin:2.0em 0 0 0; 
	padding:10px 10px 0 10px; 
	border:solid 1px rgb(200,200,200); 
	background-color:rgb(240,240,240);
	}
	
.contactform fieldset {
	padding:20px 0 0 0 !important /*Non-IE6*/; 
	padding:0 /*IE6*/; 
	margin:0 0 20px 0; 
	border:solid 1px rgb(220,220,220);
	}
	
.contactform fieldset legend {
	margin:0 0 0 5px !important /*Non-IE*/; 
	margin:0 0 20px 5px /*IE6*/; 
	padding:0 2px 0 2px; 
	color:rgb(80,80,80); 
	font-weight:bold; 
	font-size:130%;
	}
	
.contactform label.left {
	float:left; 
	width:100px; 
	margin:0 0 0 10px; 
	padding:2px; 
	font-size:110%;
	}
	
.contactform select.combo {
	width:175px; 
	padding:2px; 
	border:solid 1px rgb(200,200,200); 
	font-family:verdana,arial,sans-serif; 
	font-size:110%;
	}
	
.contactform input.field {
	width:275px; 
	padding:2px; 
	border:solid 1px rgb(200,200,200); 
	font-family:verdana,arial,sans-serif; 
	font-size:110%;
	}
	
.contactform textarea {
	width:275px; 
	padding:2px; 
	border:solid 1px rgb(200,200,200); 
	font-family:verdana,arial,sans-serif; 
	font-size:110%;
	}
	
.contactform input.button {
	float:right; 
	width:9.0em; 
	margin-right:20px; 
	padding:1px !important /*Non-IE6*/; 
	padding:0 /*IE6*/; 
	background:rgb(230,230,230); 
	border:solid 1px rgb(150,150,150); 
	text-align:center; font-family:verdana,arial,sans-serif; 
	color:rgb(150,150,150); 
	font-size:110%;
	}
	
.contactform input.button:hover {
	cursor: pointer; 
	border:solid 1px rgb(80,80,80); 
	background:rgb(220,220,220); 
	color:rgb(80,80,80);
	}

/********************/
/*  COMMON CLASSES  */
/********************/
.main img {clear:both; float:left; margin:3px 10px 7px 0; padding:1px; }
.main img.left {
	padding:5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: auto;
	border:none;

}
.main img.center {clear:both; float:none; margin:0; padding:1px; }

.main img.right {
	clear: both;
	float:right;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 10px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	display: block;
}

.main a {color:rgb(70,122,167); font-weight:bold; text-decoration:none;}
.main-content h1 a {color:rgb(70,122,167); font-weight:normal; text-decoration:none;}
.main a:hover {color:rgb(42,90,138); text-decoration:underline;}
.main a:visited {color:rgb(42,90,138);}

