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

body{
	margin:0;
	background: url(../images/bodybgnew.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	background-color: #050E4C;
	background-position: top center;
}

#container{
	width:960px;
	margin:auto;
}

#header{
	width:960px;
	float:left;
	height: 135px;
	margin-bottom: 27px;
	padding-top: 15px;
}

#logo{
	width: 320px;
	float: left;
	height: 135px;
}

#top-navigation{
	width:640px;
	float:left;
	padding-top: 50px;
	height: 85px;
}

#content{
	width:960px;
	float:left;
	color: #E4E4E4;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 40px;
	padding-top: 10px;
	background-image: url(../images/contentbg.png);
	background-repeat: repeat-x;
	margin-top: 15px;
}

/* Env Columns */

#leftcol{
	width: 280px;
	float: left;
	padding: 20px 0px 0px 40px;
}
.leftrow{
	width:260px;
	float:left;
	padding-right: 20px;
}

#rightcol{
	width: 620px;
	float: left;
	padding: 20px 0px 0px 20px;
}

.rightrow{
	width: 620px;
	float: left;
}

.indented{
text-indent:50px;
}

/* ********** */

#bottom-navigation{
	width:960px;
	float:left;
	padding-top: 40px;
}

#footer{
	width:960px;
	float:left;
}


/* Image Wrap Style for Environments Page */

#image_wrap {
	/* dimensions */ 
    width:500px;
	margin:0px 0px 20px 40px;
	padding:19px;
	/* centered */ 
    text-align:center;
	border:1px solid #006699;
	outline:1px solid #ddd;
	-moz-ouline-radius:4px;
	background: #444444;
}

#image_wrap-char {
	/* dimensions */ 
    width:800px;
	padding:19px;
	/* centered */ 
    text-align:center;
	border:1px solid #006699;
	outline:1px solid #ddd;
	-moz-ouline-radius:4px;
	background: #444444;
	margin: 20px 0px 20px 0px;
}
.charrow{
	width:850px;
	float:left;
	padding-left:60px;
	padding-bottom: 20px;
}

