body {
	background-color: #ECEFF5;
	font-family: Arial, sans-serif;
	font-size: 80%;
	padding: 0;
	margin: 0;
	text-align: center;
}

#container {
	text-align: left;
	background-color: #fff;
	width: 780px;
	border: 1px solid black;
	position: relative;
	margin: 10px auto 0 auto;
}

#header h1 {
	display: none;
}

#header {
	width: 357px;
	height: 134px;
	background: transparent url(/images/topright.gif) 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}


#main_nav {
	background: transparent url(/images/rightnav.gif) 0 0 no-repeat;
	color: #fff;
	width: 200px;
	height: 373px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

#main_nav ul {
	margin: 130px 5px 0 0;
	float: right;
}

#main_nav>ul {
	margin-right: 10px; /* IE box model correction */
}

#main_nav ul li {
	border-bottom: 2px solid white;
}

#main_nav a {
	text-align: right;
	padding: 10px;
}

#main_nav a.highlighted {
	text-decoration: underline;
}

#second_nav {
	background: transparent url(/images/leftnav.gif) 0 0 no-repeat;
	height: 400px;
	width: 200px;
	position: absolute;
	top: 100px;
	left: 0;
}

#main_nav ul, #second_nav ul {
	list-style-type: none;
	padding: 0;
	width: 165px;
	border-top: 2px solid white;
}

#second_nav ul {
	width: 190px;
	margin: 130px 0 0 10px;
}

#second_nav ul li {
	border-bottom: 2px solid white;
}

#main_nav a , #second_nav a {
	background-color: transparent;
	color: #fff;
	padding: 0.25em 0;
	display: block;
	text-decoration: none;
	font-size: 90%;
}

/*
	Set the following styles incase javascript is disabled
*/

#main_nav a:hover, #second_nav a:hover {
	background: transparent;
	text-decoration: underline;
}


#content {
	padding-top: 140px;
	padding-right: 165px;
	padding-bottom: 65px;
	margin-left: 200px;
	min-height: 400px;
	background: transparent url(/images/bottombg.gif) bottom right no-repeat;	
}

* html #content {
	height: 400px;
}
/*
#min-heightFix {
	height: 400px;
	width: 2px;
	float: right;

}

#min-heightFix.long {
	height: 500px !important;
}
*/
#main_logo {
	position: absolute;
	top: 25px;
	left: 20px;
	border: 0;
	
}

#footer {
	height: 0px;
	position: relative;
	clear:both;
}

#logos {
	position:absolute;
	left: 10px;
	bottom: 10px;
	border: 0;
}

#go_back {
	position: absolute;
	top: -75px;
	left: 200px;
	border: 0;
}

#back_to_top {
	position: absolute;
	top: -75px;
	left: 260px;
	border: 0;
}

div.clear {
	clear: right;
}

#content h2 {
	margin: 0;
	padding: 0;
}

img#freephone {
	position:absolute;
	right: 10px;
	bottom: 10px;
}

/* home page */

img#homepage_top {
	border: 0;
	vertical-align:top;
}


/* form styles */

.formRow {
	width: 370px;
	padding-top: 10px;
	clear: right;
}

.formRow label {
	float: left;
	width: 150px;
	text-align: right;
}

.formRow input.textField, .formRow textarea {
	float: right;
	width: 200px;
}

input.textField, textarea {
	font-family: Arial, sans-serif;
	font-size: 90%;
}

textarea {
	height: 5em;
}

.formRow input {
	float: right;
}

/* News Styles */

#newssection {
	margin-top: 2em;
}

.article_container {	
	position: relative;
	margin-top: 20px;
}

#newssection h4 {
	margin: 1em 0 0 0;
	padding: 0;

}

#newssection span.news_date {
	float: right;
	font-size: 90%;
	position: relative;
	top: -1.5em;
}

#newssection a.read_article {
	display: block;
	text-align: right;
}

#newssection br.clear {

}

#international {
	position: absolute;
}

#international img {
	border: 1px solid black;
	margin-top: 10px;
	margin-right: 15px;
}

#netconstruct {
	clear: left;
}