@charset "UTF-8";

/* CSS Document */
@import url("box.css");
@import url("links.css");
html {
	margin:0;
	padding:0;
	height:100%
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	height:100%;
}

/* Main Page Layout */
#wrapper {
	border:none;
	min-width:1020px;
	min-height:100%;
	position:relative;
}
#partnerCaption {
	margin-right:7px;
	width:200px;
	float:right;
	text-align:right;
	padding:3px;
	color:#FF3300;
	font-size:smaller;
}
#nav {
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	width:850px;
}
#main {
	padding-bottom:80px;
}
#leftContent {
	float:left;
	width:170px;
	padding:10px;
	margin-left:10px;
}
#mainContent {
	margin-left:200px;
	margin-right:250px;
}
#rightContent {
	float:right;
	clear:right;
	width:220px;
	padding:0px 5px 5px 5px;
	margin-right:10px;
	margin-bottom:20px;
	color:#333;
}
#rightContent2 {
	float:right;
	clear:right;
	width:220px;
	padding:0px 5px 5px 5px;
	margin-right:10px;
	margin-bottom:20px;
	color:#333;
}
#clearer {
	clear:both;
}
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
	height:50px;
	border-top:1px solid #666666;
	background-color:#cecece;
	color:#3366CC;
	position:absolute;
	bottom:0px;
	width:100%;
}
#footerLeft {
	float:left;
	padding:10px;
}
#footerRight {
	float:right;
	padding:10px;
	margin-right:10px;
}
#footerMain {
	text-align:center;
	padding:10px;
}

/* Banner Content Layout */
#banner {
	background-color:#3366CC;
	border-bottom:4px solid #666666;
}
#bannerImage {
	float:right;
	border-left:2px solid #ffffff;
}
#bannerLogo {
	padding-top:20px;
	padding-left:10px;
	float:left;
}
#siteTitle {
	margin-left:5px;
}
#bottomBanner {
	clear:both;
	width:500px;
	margin-top:30px;
	margin-left:350px;
	text-align:center;
	font-size:1.5em;
	font-weight:100;
	color:#666;
}
.caption {
	font-size:smaller;
	color:#666666;
}
h1 {
	font-size: 1.5em;
	color:#3366CC;
	font-weight:400;
	letter-spacing:0.25em;
	border-bottom:0.1em solid #999;
	
}
h2 {
	font-size: 1.25em;
	text-transform:uppercase;
	color:#3366CC;
	font-weight:200;
	letter-spacing:0.15em;
	border-bottom:0.1em dotted #999;	
}
h3 {
	font-size: 1.2em;
	font-variant:small-caps;
	color:#3366CC;
	font-weight:200;
	letter-spacing:0.1em;
	border-bottom:0.1em dotted #999;	
}
p {
	font-size:small;
	text-align:justify;
}

#rightContent p, #rightContent2 p {
	font-size:.9em;
}


/* Main Navigation Bar Styling */
#pageNav {
	letter-spacing:0.2em;
	list-style-type:none;
	width:900px;
	padding:0px;
	margin:0px;
}
#pageNav li {
	position:relative;	
	display:block;
	width:140px;
	float:left;
	border:1px solid #999;
	border-right:none;
	background-color:#3366CC;
	color:#CCC;
	text-align:center;
}
#pageNav li:last-child {
	border-right:1px solid #999;
}
#pageNav a {
	padding:3px;
	display:block;
	text-decoration:none;
	color:#CCC;
	font-weight:600;
}
#pageNav a:hover {
	color:#FFFFFF;
	background-color:#FF6600;
	font-weight:600;
}
#pageNav li ul {
	position:absolute;
	margin:0px;
	padding:0px;
	left:-2px;
	top:22px;
	display:none;
	z-index:50;
}

#pageNav li ul li {
	width:200px;
	border-top:none;
	border-right:1px solid #999;
	text-align:left;
}

/*#pageNav li ul li:first-child {
	border-top:1px solid #999;
}*/

#pageNav li:hover ul {
	display:block;	
}

/*third level Navigation (if needed) */
#pageNav li ul ul {
	position:absolute;
	width:200px;
	left:200px;
	top:3px;
	display:none;
}

#pageNav li:hover ul ul {
	display:none;	
}

#pageNav li:hover ul li:hover>ul {
	display:block;	
}
strong {
	font-weight:600;
}

#adminPanel {
	padding:10px;
}
a img {
	border:none;
}
table, tr, td {
	border-collapse:collapse;
}
ul {
	list-style-position:inside;
}
.rightContentDescription {
	font-size:smaller;
}
.clearer {
	clear:both;
}


