@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #475361;
	background-image: url(images/bkgnd-img.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
	padding-left: 46px;
	padding-top: 46px;
	padding-bottom: 2px;
}
#row1 {
	margin: 0px;
	padding: 0px;
}
#inner {
	padding-top: 28px;
	padding-bottom: 28px;
	padding-right: 0px;
	padding-left: 0px;
}
#wrapper {
	width: 100%;
}
#col-1 {
	width: 380px;
	margin-right: 0px;
}
#col-2 {
	width: 380px;
}
#content {
	font-size: .9em;
}
#content .row-1 .col-1 {
	width:400px;
	margin-right:27px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content .row-1 .col-2 {
	width:400px;
	float: right;
}

/*==================boxes====================*/


.box {
	width:100%;
}
.box1 {
	width:100%;
}
.box1 .title {
	margin-bottom:0px;
}
/*content*/
#content p {
	line-height:1.4em;
}

/*footer*/
#footer { 
	background:url(images/footer-line.gif) repeat-x top;
}
#footer p {
	font-size:.80em;
	color:#fff;
	text-align: center;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 0;
}

/*==================txt, links, lines, titles====================*/
a {
	color:#fff;
}
a:hover{text-decoration:none;}

h1 {
	font-size:1.2em;
	color:#13e0d9;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:4px;
	margin-left: 23px;
}
h2 {
	font-size:1.4em;
	color:#fff;
	font-weight:bold;
	margin-bottom:12px;
}
h3 { font-size:1.15em; color:#fff; font-weight:normal; margin-bottom:12px;}
h3 a { color:#fff; text-decoration:none;}
h3 a:hover { text-decoration:underline;}
h4 { color:#fff; font-size:1em; margin-bottom:17px;}



.box1 .inner {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.oneColFixCtr #container #topNav {
	margin-right: 13px;
	margin-left: 46px;
}
#flashheader {
	margin-top: 20px;
}

