
/* common across site styles */
body {
	background-color: #336699;
	background-image:url(/images/bg.jpg);
	background-repeat:no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left; 
}

form {
	margin: 0;
	padding: 0;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

a {
	color:#003399;
	text-decoration: none;
}

a:hover {
	color:#990000;
	text-decoration: none;
}


input, textarea, select {
	background-color:#CCCCCC;
	border: 1px solid #000000;
	margin-bottom: 3px;
}



input[type="button"] {
	font-weight: bold;
}

input[type="button"]:hover {
	background-color:#000033;
	color: #FFFFFF;
}

iframe.MNUpdates {
width: 100%;
}


#container {
	float: left;
	width: 1000px;
}




#navigation {
	float:left;
	width:910px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:wider;
	font-weight:normal; 
	padding:25px 0px 0px 90px;
}

#navigation a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	padding-bottom:0px;
	margin: 0px 0px 0px 10px;
}

#navigation a:hover {
	color:#003366;
	text-decoration:none;
	border-left:solid 7px #ffffff;
	margin:0px 0px 0px 3px;
}

#pageTitle {
	float:left;
	width: 897px;
	margin-left:103px;
	padding: 10px 0px 0px 0px;
	background-image:url(/images/page-tiitle-bg.jpg);
	background-repeat:no-repeat;
}


#content {
	float: left;
	margin: 0;
	padding: 10px 10px 15px 15px;
	width: 690px;
	min-height:400px;
}

#content p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#3F3F3F;
	padding-top:5px;
	margin-top:5px;
}

#col1wide {
	float: left;
	width:665px;
	padding:0px 10px 0px 0px;
}

#col1 {
	float: left;
	width:490px;
	padding:0px 10px 0px 0px;
}

#col2 {
	float:left;
	width: 155px;
	padding-top:30px;
	padding-left:10px;
}

#col2 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#col2 img {
	border:solid 1px #000000;
	margin-left:0px;
	padding: 2px 2px 2px 2px;
}

#content-tile {
	float: left;
	background-image: url(/images/content-tile.gif);
	background-repeat:repeat-y;
	padding: 0px 0px 0px 0px;
	margin-left:103px;
	width: 715px;
}

#content-top {
	float: left;
	background-image: url(/images/content-top.jpg);
	background-repeat: no-repeat;
	background-position:top;
	padding: 0;
	margin: 0;
	width: 715px;
}

#content-bottom {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image: url(/images/content-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 715px;
}



/* #content h1 {
	display:block;
	background:#999999;
	font-family:Arial, sans-serif;
	letter-spacing:-.06em;
	font-size: 15px;
	color:#ffffff;
	margin: 0;
	padding: 10px 0px 0px 5px;	
	font-weight:bold;
	border: solid #FFFFFF 1px;
	
} */

#content h1 {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-.06em;
	font-size: 18px;
	color:#A46F39;
	margin: 0;
	padding: 10px 0px 0px 0px;	
	font-weight:normal;
	border-bottom: solid #FFFFFF 1px;
	
}

#content h2 {
	color:#003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform:uppercase;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: solid 1px #666666;
	font-stretch:wider;
	font-weight:normal;
}


#content h3 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
}

#content ul {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.5em;	
	list-style-position:outside;
	padding: 0px 0px 0px 20px;
	border-left: solid thin #CCCCCC;
	margin-left: 10px;

}

#content li {
	margin-left: 5px;
	padding-top: 0px;
	margin-top: 0px;
}

#slideshow {
	margin-top: 0px;
	padding: 0px;
	float:left;
}

#footer {
	background-image: url(/images/footer-bg.jpg);
	background-repeat: no-repeat;
	color:#000000;
	float: left;
	height: 46px;
	margin-left:103px;
	padding: 5px 0px 0 0px;
	width: 715px;
}

#footer a {
	color:#333333;
	text-decoration: none;
}

#footer a:hover {
	color:#FFCC00;
	text-decoration: none;
}

#copyright {
	float: left;
	font-size: 11px;
	line-height: 12px;
	padding: 0px 0 0 5px;
	text-align: left;
	width: 390px;
}

#designers {
	float: left;
	padding: 0px 5px 0 0;
	text-align:right;
	font-size: 9px;
	width: 315px;
}

.buttonBlue {
	margin-left:40px;
	margin-bottom:15px;
	text-align:center;
	width:150px;
	border: solid 1px #333333;
}

.buttonsContainer  {
	width: 350px; 
	float:left; 
	padding: 15px;
}

.buttonsContainer a {
	color: #ffffff;
	background-color:#666666;
	padding: 2px;
	padding-left: 3px;
	margin: 0px 0px 2px 0px;
	width:200px;
	display: block;
	font: 76% Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border:1px solid #edede3;
}

.buttonsContainer a:hover {
	background-color:#660000;
	color: #FFFFFF;
	text-decoration: none;
}



