@charset "UTF-8";

/*Body styles*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	background-color: #E8E8EA;
	margin: 0;
	padding: 0;
}
a:link {
	color: #2e3191;
}
a:visited, a:hover, a:active {
	color: 00ADEE;
}

#container {
	width: 100%;
	height: 100%;
}
#background {
	padding-top: 50px;
	margin-bottom: 10px;
	width: 100%;
	height: 600px;
	background: url(../images/bg_tile.jpg) repeat-x #A7A8AC;
}

/*Site styles*/

#site {
	width: 780px;
	height: 570px;
	padding: 15px 10px;
	background: url(../images/interiorpage.jpg) no-repeat;
}
#header {
	width: 100%;
	height: 85px;
	margin-bottom: 10px;
}
#logo {
	float: left;	
}
#logo2 {
	float: right;	
}
#content {
	clear: both;
	width: 780px;	
	text-align: left;
}
#content h1 {
	font-size: 12px;
	font-weight: 500;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}
#content h2 {
	font-size: 11px;
	font-weight: bold;
	padding: 0 10px 0 15px;
	margin: 1em 0 0 0;
}
#content p {
	padding: 0 10px 0 15px;
	margin: 1em 0;
	line-height: 1.25em;
}
table {
	padding: 0 10px 0 15px;
}
.tblPadding {
	padding: 0 10px 0 15px;	
}
#footer {
	width:100%;
	height:10px;
	text-align:center;
	color: #231F20;
	margin-top: 15px;	
	font-size: 10px;
}
.textfield {
	background-color: #E8E8Ea;
	border-width: 1px;
	border-color: #808080;
}

/*Home page styles*/

body#home #site {
	background: url(../images/homepage.jpg) no-repeat;
}

body#home #contentLeft {
	width: 592px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
}
#tabs {
	margin-top: 340px;
	width: 592px;
	height: 126px;
}
body#home #contentRight {
	width:173px;
	height:485px;
	margin-right: 10px;
	text-align:left;
	float:right;
	overflow: hidden;
}
#sidebar1 {
	width:175px;
	height:240px;
	margin-bottom: 5px;
}
#sidebar2 {
	width:175px;
	height:240px;
	margin-bottom: 5px;
}

/*Interior page styles*/

#contentLeft {
	width:183px;
	height: 485px;
	float: left;
	margin-right: 5px;
}
#contentRight {
	width: 572px;
	height: 475px;
	margin: 0 20px 10px 0;
	float: right;
	overflow-x: hidden;
	overflow-y: auto;
}
.floatRight {
	float: right;
	margin-left: 10px;
}
