/* CSS Document */

/* font changes here will change the font globally */

body {
background:url('../g/bg.gif') repeat-x;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

img {
border:0px;
}

/* change the color of links here */

a:link,a:visited {
color:#000000;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

#top,#container {
width:1014px;
margin:0 auto;
clear:both;
}

#top {
height:120px;
}

#logo {
width:302px;
height:108px;
float:left;
margin-left:10px;
}

#nav {
float:right;
margin-right:10px;
}

/* left column styles */

#left {
width:345px;
float:left;
margin-left:12px;
font-size:0;
}

#left .left {
background:url('../g/l-bg.gif') repeat-y;
margin-top:0px;
}

#left .text {
margin:0px 15px 0px 10px;
}

#left h2,#left h3 {
padding:0px;
margin:0px;
}

/* navigation title colors and sizes */

#left h2 {
color:#cc1f3c;
font-size:24px;
}

#left ul {
margin:0px;
}

/* left nav bullet points */

#left li {
color:#073e56;
font-size:18px;
font-weight:bold;
padding-bottom:5px;
}

#left li.no-bullet {
list-style-type:none;
}

#left .sub {
color:#000000;
font-size:14px;
list-style-type:none;
font-weight:normal;
margin-right:10px;
line-height:1.5em;
}

/* left nav link color */

#left a:link,#left a:visited {
text-decoration:underline;
color:#073e56;
}

#left a:hover {
text-decoration:none;
}

#left a:active {
color:#000000;
}

/* right column styles */

#right {
width:622px;
float:right;
margin-left:25px;
margin-right:10px;
}

#h1 {
width:100%;
height:42px;
background:url('../g/h1-bg.gif') repeat-x;
}

#h1 h1 {
padding:6px 0px 0px 12px;
margin:0px;
color:#fff;
font-size:24px;
}

.tag {
background:url('../g/tag-bg.jpg') repeat-y;
width:622px;
padding-top:5px;
}

.tag p {
margin:0px;
padding:5px 15px;
font-size:16px;
}

.tag-foot {
background:url('../g/tag-foot.jpg') no-repeat;
width:622px;
height:10px;
}

#right h2 {
font-size:24px;
color:#0a4e6c;
padding:0px;
margin:10px 0px 0px;
}

/* controls the line spacing on the main body of the page */

#right p {
line-height:1.3em;
}

/* footer */
#footer-div {
background:url('../g/footer-div.gif') repeat-x;
clear:both;
height:30px;
}

#footer-outer {
background:#03354b;
padding:20px;
}

#footer {
width:980px;
margin:0 auto;
}

#footer .section {
float:right;
border-left:solid 1px #fff;
padding:0px 20px 10px;
}

#footer .section2 {
float:right;
padding:0px 20px 10px;
}

#footer h3 {
color:#fff;
font-size:20px;
margin:0px 0px 5px;
padding:0px;
}

#footer p {
color:#fff;
margin:0px;
padding:0px 0px 5px;
font-size:13px;
}

#footer a:link,#footer a:visited {
color:#fff;
text-decoration:underline;
}

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

.clear {
clear:both;
}

/* submodal */
#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #333344;
	color: #FFFFFF;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#popupControls a span {
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	background: url('../g/close.gif') no-repeat;
}

