/* Clean Me up */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #e9e9e9;
	background-image: url(../images/background.jpg);
	color: #6f6b6b;
	/* font: normal 62.5% Arial, sans-serif; */
	font-family: Arial, sans-serif;
	font-size: .8em;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.smallerFont {
	font-size: 0.6em;
}

.indent {
	text-indent: 15px;
}

.heading2 {
	font-size: 21px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #417b9e;
}

.heading1 {
	font-size: 18.5px;
	line-height: 18.5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #417b9e;
}

.rightbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	line-height: 19px;
}

.rightboxblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #949597;
	font-weight: bolder;
	line-height: 19px;
}

.rightboxsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #929497;
	text-decoration: none;
	line-height: 18px;
}

.rightboxsmall a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #929497;
	text-decoration: none;
	line-height: 18px;
}

.rightboxsmall a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #929497;
	text-decoration: none;
	line-height: 18px;
}

.rightboxsmall a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #929497;
	text-decoration: none;
	line-height: 18px;
}

.paragraphspace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #929497;
	text-decoration: none;
	background-position: center center;
	display: inherit;
	line-height: 10px;
}

span.highlight {
	background-color: #ffffcc;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.floatLeft {
	letter-spacing: normal;
	float: left;
}

.floatRight {
	float: right;
}

a,.editTags,.editKeywords {
	color: #3b678a;
	text-decoration: none;
}

a:hover,.editTags:hover,.editKeywords:hover,.subscribe:hover,.close:hover,.toggleCollapse:hover
	{
	text-decoration: underline;
	cursor: pointer;
	cursor: pointer;
}

a:active,a:focus,.editTags:focus,.editKeywords:focus {
	outline: 0;
}

a img,abbr,fieldset {
	border: 0;
}

abbr span {
	display: none;
}

img.noBorder {
	border: 0;
}

hr {
	display: none;
}

span.highlight {
	background-color: #fff6b8;
}

/* In order to create the image borders on a fluid layout, we have to use several embedded divs. */
#mainContainer {
	text-align: left;
	min-width: 806px;
	width: 911px;
	margin: 0 auto;
}

#borderLeft {
	background: url( ../images/containerBg.png ) no-repeat left top;
	
}

#mainContent {
	margin: 0 45px;
	padding-top: 3px;
	position: relative;
	min-height: 750px;
}

/* Rounded Corners with White Exterior */
.roundCorner-Size6_topLeft,.roundCorner-Size6_topRight,.roundCorner-Size6_bottomLeft,.roundCorner-Size6_bottomRight
	{
	width: 6px;
	height: 6px;
	background: url( ../images/spriteSet_1.png ) no-repeat;
	display: block;
	position: absolute;
}

.roundCorner-Size6_topLeft {
	top: 0;
	left: 0;
	background-position: 0 -349px;
}

.roundCorner-Size6_topRight {
	top: 0;
	right: 0;
	background-position: -6px -349px;
}

.roundCorner-Size6_bottomLeft {
	bottom: 0;
	left: 0;
	background-position: 0 -355px;
}

.roundCorner-Size6_bottomRight {
	bottom: 0;
	right: 0;
	background-position: -6px -355px;
}

.roundCorner-Size4_topLeft,.roundCorner-Size4_topRight,.roundCorner-Size4_bottomLeft,.roundCorner-Size4_bottomRight
	{
	width: 4px;
	height: 4px;
	background: url( ../images/spriteSet_1.png ) no-repeat;
	display: block;
	position: absolute;
}

.roundCorner-Size4_topLeft {
	top: 0;
	left: 0;
	background-position: -12px -349px;
}

.roundCorner-Size4_topRight {
	top: 0;
	right: 0;
	background-position: -16px -349px;
}

.roundCorner-Size4_bottomLeft {
	bottom: 0;
	left: 0;
	background-position: -12px -353px;
}

.roundCorner-Size4_bottomRight {
	bottom: 0;
	right: 0;
	background-position: -16px -353px;
}

/* AideRSS Header*/
#header {
	background: #fff;
	position: relative;
	padding-bottom: 20px;
	margin: 0 -11px;
	background-color: #fff;
}

#header #topBar {
	position: relative;
	padding: 6px 20px;
	text-align: right;
	font-size: 1.2em;
	border-bottom: 1px #4c8dc5 solid;
}

#header h1 {
	position: absolute;
	left: 12px;
	top: 11px;
	width: 288px;
	height: 50px;
	background: url( ../images/logo.jpg ) no-repeat;
}

#header h1 a {
	display: block;
	width: 225px;
	height: 62px;
}

#header h1 a span {
	display: none;
}

#header .bottomLeftWing,#header .bottomRightWing {
	width: 5px;
	height: 5px;
	position: absolute;
	bottom: -5px;
	background: url( ../images/spriteSet_1.png ) no-repeat;
}

#header .bottomLeftWing {
	left: 0;
	background-position: -47px -29px;
}

#header .bottomRightWing {
	background-position: -52px -29px;
}

/* Corporate Menu */
#headerMenu {
	background-color: #d4e4f3;
	border: 1px #b2c7da solid;
	margin: 26px 0 0 0;
	position: relative;
	padding-top: 3px;
}

#headerMenu .corners .topLeft,#headerMenu .corners .topRight {
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: -1px;
	background: url( ../images/spriteSet_1.png ) no-repeat;
	background-image: url(../images/spriteSet_1.png);
}

#headerMenu .corners .topLeft {
	left: -1px;
	background-position: -47px -41px;
}

#headerMenu .corners .topRight {
	right: -1px;
	background-position: -52px -41px;
}

#headerMenu ul {
	list-style: none;
	width: 525px;
	float: right;
}

#headerMenu ul li {
	float: left;
}

#headerMenu ul li a {
	padding: 8px 22px 8px 22px;
	margin: 0 0 0 5px;
	display: block;
	border: 1px #d4e4f3 solid;
	border-bottom: 0;
	color: #407B9E;
	position: relative;
}

#headerMenu ul li a:hover {
	background-color: #e1ecf7;
	border: 1px #c1d5e7 solid;
	border-bottom: 0;
}

#headerMenu ul li a.current {
	background-color: #fff;
	border: 1px #aec4d8 solid;
	border-bottom: 1px #fff solid;
	color: #417b9e;
	margin-bottom: -2px;
}

#headerMenu ul li a:hover .topLeft,#headerMenu ul li a:hover .topRight,#headerMenu a.current .topLeft,#headerMenu a.current .topRight
	{
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: -1px;
	background: url( ../images/spriteSet_1.png ) no-repeat;
	background-image: url(../images/spriteSet_1.png);
}

#headerMenu ul li a:hover .topLeft {
	left: -1px;
	background-position: -36px -50px;
}

#headerMenu ul li a:hover .topRight {
	right: -1px;
	background-position: -40px -50px;
}

#headerMenu a.current .topLeft,#headerMenu a.current:hover .topLeft {
	left: -1px;
	background-position: -36px -41px;
}

#headerMenu a.current .topRight,#headerMenu a.current:hover .topRight {
	right: -1px;
	background-position: -40px -41px;
}

#headerMenu.withSubmenu ul li a.current {
	background-color: #fefacc;
	border-bottom: 1px #fefacc solid;
}

#headerMenu.withSubmenu a.current .topLeft,#headerMenu.withSubmenu a.current:hover .topLeft
	{
	left: -1px;
	background-position: -36px -59px;
}

#headerMenu.withSubmenu a.current .topRight,#headerMenu.withSubmenu a.current:hover .topRight
	{
	right: -1px;
	background-position: -40px -59px;
}

/* Content container */
#contentWithBorder {
	margin-top: 30px;
	border-left: 11px #ff9900 solid;
	border-right: 11px #ff9900 solid;
	min-width: 748px;
}

#contentWithBorder.hasBackground {
	background-color: #fff0d1;
}

#contentWithBorder.noBackground {
	background-color: #fff;
}

#contentNoBorder .singleColumn {
	margin: 25px 10px 15px;
	font-size: 1.3em;
}

#contentNoBorder .singleColumn p {
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

#contentNoBorder .singleColumn h2 {
	font-size: 1.4em;
	border-bottom: 1px #ff9900 solid;
	color: #333;
	margin-bottom: 15px;
	padding-bottom: 6px;
}

#contentNoBorder .singleColumn h3 {
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 5px;
}

#contentNoBorder .singleColumn ol,#contentNoBorder .singleColumn ul {
	margin: 0 0 7px 30px;
}

#contentNoBorder .singleColumn ol li {
	text-align: justify;
	margin-top: 15px;
}

#contentNoBorder .singleColumn ol li ol {
	margin-bottom: 20px;
	margin-left: 40px;
}

#contentNoBorder .singleColumn ol li ol li {
	margin-top: 10px;
	list-style: lower-roman;
}

#main {
	padding: 30px;
	/*border: 1px solid green;*/
}

/* Table style in css */
div.table {
	/*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
	width: 600px; /*width of form rows*/
	overflow: hidden;
	padding: 0 0;
}

div.table label.field {
	/* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 100px; /*width of label (left column)*/
	margin-right: 15px; /*spacing with right column*/
	/*border: 1px solid brown;*/
}

div.table .value {
	/* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	/*border: 1px solid yellow;*/
	width: 400px;
	padding-bottom: 15px;
}

/* content boxes */
#contentleft {
	position: relative;
	left: 0px;
	top: 25px;
	width: 410px;
	height: 278px;
	z-index: 4;
	text-align: center;
	background: url(../images/left_image_home.jpg ) no-repeat;
}

#main.content { /* border:1px solid red; */
	margin-bottom: 15px;
}

#contentcenter {
	align: center;
	background: url(../images/center_image_home.jpg ) no-repeat;
	padding: 30px;
	margin-top: 30px;
	font-family: Helvetica, Arial, sans-serif;
}

#contentcenter p.title {
	margin: 70px 10px 0px 300px;
	font-size: 1.5em;
	letter-spacing: 1px;
	font-weight: 300;
}

#contentcenter p.text {
	margin: 10px 70px 70px 330px;
	letter-spacing: 1px;
}

#contentcenter p.text a {
	padding-left: 10px;
	letter-spacing: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

#contentright {
	position: relative;
	left: 411px;
	top: -253px;
	width: 410px;
	height: 278px;
	z-index: 5;
	text-align: center;
	background: url(../images/right_image_home.jpg ) no-repeat;
}

#contentlefttext {
	position: relative;
	left: 33px;
	top: -510px;
	width: 355px;
	height: 43px;
	z-index: 4;
	text-align: left
}

#contentleftfill {
	position: absolute;
	left: 10px;
	top: -259px;
	width: 390px;
	height: 258px;
	z-index: 4;
	text-align: left
}

#contentrighttext {
	position: relative;
	left: 50px;
	top: 75px;
	width: 304px;
	height: 72px;
	z-index: 5;
	text-align: left
}


p.title,p.title highlight {
	font-weight: bold;
	color: #3b678a;
	padding-bottom: 10px;
}
p.page-title {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 16px;
}

p.sub-title {
	font-weight: bold;
	padding-bottom: 10px;
}

p.text {
	padding-bottom: 20px;
}

/* Footer and Copyright */
#footerrule {
	border-top: 2px solid #ccc;
	width: 100%;
	font-size: 11px;
	position:absolute;
	bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}