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

body,html {
	font-family: Arial, Helvetica, sans-serif;
	background: #343434 url(../ui/bkgr.jpg) no-repeat 50%;
	background-position:top;
	text-align: center;
	line-height: 14pt;
	font-size: 12px;
	color: #000000;
	margin:0;
	padding:0;
	}
	
.ClMd #container { background:none;
	width: 962px;
	margin: auto;
	padding-top:79px;
	text-align: left;
	}
.ClMd #container_w { background:#ffffff;
	width: 962px;
	margin: auto;
	text-align: left;
	}
	
.ClMd #header {
	height: 75px;
	width: 920px;
	padding: 0px 20px 0px 20px;
	text-align:left;
	}
	
.ClMd #head-nav {
	text-align:right;
	float: right;
	margin: 40px 20px 20px 0px;
	height: 20px;
	word-spacing: 20px;
	}
	
.ClMd #head-logo {
	width: 200px;
	height: 75px;
	}
	
.ClMd #title {
	background:#ffffff;
	height: 30px;
	padding:20px 20px 0px 20px;
	text-align: left;
	}
	
.ClMd #flash {
	background:#ffffff;
	height: 224px;
	text-align: center;
	}
	
.ClMd #bdright {
	background:#ffffff;
	width: 300px;
	float: right;
	margin: 0px 40px 20px 50px;
	}
	
.ClMd #bdleft {
	background:#ffffff;
	padding: 0px 40px 10px 40px;
	margin-right:350px;
	}
	
.ClMd #bdleft-portfolio {
	background:#ffffff;
	padding: 0px 40px 10px 40px;
	}
	
.ClMd #footer {
	height: 60px;
	text-align: right;
	padding: 20px 20px 20px 20px;
	margin-top: 30px;
	}
	
.ClMd #module-grey {
	background: #07618d url(../ui/bkgr_module_blue.gif) repeat-x;
	border:5px #07618d solid;
	padding:10px 20px 10px 20px;
	text-align: left;
	}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}

a.foot1, a.foot1:Link, a.foot1:Active, a.foot1:Visited {
	color: #cc3300;
	text-decoration: none;
}

a.foot1:Hover {
	color: #cc3300;
	text-decoration: underline;
}

a.foot2, a.foot2:Link, a.foot2:Active, a.foot2:Visited {
	color: #d9f0ec;
	text-decoration: none;
}

a.foot2:Hover {
	color: #d9f0ec;
	text-decoration: underline;
}

a:link, a:visited, a:hover, a:active {
	color: #cc3300;
	text-decoration:none;
}

a.head-nav, a.head-nav:Link, a.head-nav:Active, a.head-nav:Visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	}
	
a.head-nav:Hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color:#343434;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:underline;
	}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	}

.headline-sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px}
	
.headline-sub2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px}
	
.headline-secondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;
	color: #555555;
	}
	
.content-secondary {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}

.headline-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;
	color: #ffffff;
	}

.content-white {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#CCCCCC;
	}
