/*  HTML Defaults */
body {
	margin:0px;
	padding:0px;
	background:#EAEAEA;
	font-family: arial, verdana, helvetica;
	font-size:9pt;
}

img {
	border-width:0px;
}

form {
	margin:0px;
	padding:0px;
}

a, a:visited {
	color:#A60101;
	text-decoration:underline;
}

a:hover {
	color:#A60101;
	text-decoration:none;
}

h1 {
	color:#000000;
	font-size:20pt;
	font-weight:bold;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

h2 {
	color:#9F9F9F;
	font-size:14pt;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

td {
	font-size:9pt;
}

input, select, textarea {
	font-size: 9pt;
	font-family:verdana, arial;
	font-weight:normal;
	border-top:1px solid #646464;
	border-left:1px solid #646464;
	border-right:1px solid #CBCBCB;
	border-bottom:1px solid #CBCBCB;
}

.noBorder {
	border-width:0px;
}

.buffer {
	height:7px;
	font-size:1px;
}

/*  Header  */

.header {
	height:92px;
	width:100%;
	text-align:center;
	background:url("../img/header_background.png") repeat-x top;
}

	.header .container {
		width:770px;
		margin-right:auto;
		margin-left:auto;
		text-align:left;
		display:table;
	}
		.header .container .logoPanel {
			float:left;
			width:256px;
		}
			.logoPanel .homesin {
				position:absolute;
				z-index:5;
				font-family:times new roman;
				font-size:16pt;
				margin:20px 0 0 14px;
				letter-spacing: 0.005em;
				color:#960101;
				cursor:pointer;
			}
			
			.logoPanel .city {
				position:absolute;
				z-index:10;
				font-family:times new roman, times;
				font-size:22pt;
				margin:37px 0 0 14px;
				color:#000000;
				letter-spacing: 0.018em;
				text-transform: capitalize;
				cursor:pointer;
			}
		.header .container .rightPanel {
			float:right;
			height:85px;
			width:501px;
			text-align:right;
			background:url("../img/header_righ_background.png") top left repeat-x;
		}
		
			.header .container .rightPanel .tabs {
				margin-top:46px;
			}

	.redBar {
		height:7px;
		background:#A60101;
		font-size:1px;
		width:100%;
		clear:both;
	}
	
/*  Content  */

.content {
	background:url("../img/main-back.gif") repeat-x top right;
	text-align:center;
}
	.content .container {
		width:770px;
		background:#F7F6F1;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
		display:table;
		border:1px solid #777777;
	}
		.index {
			margin:20px 12px 75px 12px;
			display:table;
		}
	
			.index .contentPanel {
				background:url("../img/content_background.png") bottom repeat-x #ffffff;
				border:1px solid #8C8C8C;
				width:368px;
				height:296px;
			}
			
				.index .contentPanel .padding {
					margin:10px 17px 10px 17px;
				}
				
		.supportPages {
			margin:20px 12px 75px 12px;
			display:table;
		}
	
			.supportPages .contentPanel {
				background:url("../img/content_background.png") bottom repeat-x #ffffff;
				border:1px solid #8C8C8C;
				width:530px;
				margin-right:6px;
			}
			
				.supportPages .contentPanel .padding {
					margin:10px 17px 30px 17px;
				}
				
		
/*  Footer  */
.footer {
	background:#ffffff;
	height:49px;
	display:table;
}
	.footer .container {
		width:756px;
		margin:6px;
		background:url("../img/footer_background.png") repeat-x;
		border-width:0px;
		display:table;
	}
		.footer .container .copyright {
			font-size:8pt;
			color:#808080;
			margin:13px 0 0 7px;
		}
			
/*  Index  */

.indexForm {
	margin-top:10px;
}
	.indexForm td {
		padding:2px 15px 2px 0px;
		font-size:11pt;
		color:#A60101;
		font-weight:bold;
	}
	
/*  Support Pages  */

.pageForm {
	font-size:9pt;
	color:#000000;
	background:#F5F5F5;
	padding:10px;
}
	.pageForm td {
		padding:2px 15px 2px 0px;
		font-size:9pt;
		color:#000000;
	}

.highlightPanel {
	background:#F5F5F5;
	padding:10px;
	font-size:9pt;
	color:#000000;
}

.mainback { background-color: #A60101;}
	.darkback { background-color: #A60101; color: #ffffff; font-weight: bold; font-size: 8pt; font-family: Arial, verdana,  Helvetica; text-decoration: none;}
	.darkbackfont { color: #ffffff; font-weight: bold; font-size: 8pt; font-family: verdana, Arial, Helvetica; text-decoration: none; }
	.darkbacklink  { color: #ffffff; font-weight: bold; font-size: 8pt; font-family: verdana, Arial, Helvetica; text-decoration: underline;}
    .darkbacklink:visited  { color: #ffffff; font-weight: bold; font-size: 8pt; font-family: verdana, Arial, Helvetica; text-decoration: underline;}
    .darkbacklink:hover  { color: #ffffff; font-weight: bold; font-size: 8pt; font-family: verdana, Arial, Helvetica; text-decoration: none; }
	.lightback { background-color: #FCFCFC;}
	.midback { background-color: #F4F4F4;}