/* CSS Document */

body {
	margin:0px;
	background-image:url(/templates/1019/images/BodyBG.jpg);
	background-repeat:repeat-x;
	color:#333333;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#Container {
	width:800px;
	margin:0px auto;
}

/**********************************NAV****************************/
#Nav{
	float: right;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-top:40px;

	}
#Nav ul{
	margin:0px;
	padding: 0px;
}
#Nav li {
	display: inline;
	margin-right: 40px;
	position: relative;
	list-style-position: inside;
	list-style-type: none;
	}
#Nav a{
	color: #173B6B;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
/**********************************NAV****************************/

#Header {
	height:100px;
	padding-top:0px;
}

#Nav {
	width:100%;
	clear:both;
	margin-top:5px;
}

#TopMessage {
	width:390px;
	background-image:url(/templates/1019/images/HeaderBG.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	float:left;
	height:216px;
	padding-left:20px;
	padding-top:5px;
	font-size:15px;
	line-height:30px;
}

#TopMessage h1 {
	color:#173B6B;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
}

#HeaderImage {
	float:right;
	width:225px;
	height:215px;
	background-position:bottom;
	background-repeat:no-repeat;
}

#MainContent {
	clear:both;
	width:600px;
	float:left;
}

#MainContent h1 {
	color:#173B6B;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}

#Conversation {
	width:190px;
	float:right;
	border: solid 1px black;
	background-color: #E5FFA5;
	color:#0086BF;
}

.textfield, #Conversation TextArea {
	width: 95%;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	border: solid 1px #000000;
}

label{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-left: 3px;
	padding-top: 5px;
	font-weight: normal;
	color:#0086BF;
}
#Conversation .Button {
	background-color:#001021;
	border: solid 1px #000000;
	font-size: 16px;
	float: right;
	color:#FFFFFF;
	margin: 5px;
}

#footer {
	width:100%;
	text-align:center;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	clear:both;
	padding-top:20px;
	float:left;
	line-height:15px;
}

#footer a {
	color:#999999;
	text-decoration:none;
}