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

body {
	margin: 0px;
}

h1 {
	font: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #039;
	margin: 30px 0 25px 0;
}

h2 { /*for assistance call...*/
	font-size: 1.6em;
	letter-spacing: 2px;
	margin: 0;
}

/* -----  Text Style Classes  ----- */

.userTableTitle {
	font-weight: bold;
	color: #003399;
}

.adminTableItem {
	background: #f4f7fa;
}

.tableTitle {
	background: #CCCC99;
}

.fileTitle {
	font-weight: bold;
	color: #039;
}

.red {
	color: #f00;
	font-size: 1.4em;
}

.loginText {
	color: #039;
	font-weight: bold;
}


/* -----  Other Classes  ----- */

.loginBox {
	background: #fff;
	border: 1px solid #039;
}

.loginButton {
	background: #039;
	color: #fff;
	border: 1px solid #039;
}

/* -----  Content Styles  ----- */

#supportWrap {
	width: 100%;
	height: 80%;
	padding: 0;
	margin: 0;
	overflow: auto;
}

#support_leftCol {
	background: #369;
	width: 20%;
	height: 100%;
	padding: 0px 0px 10px 0px;
	float: left;
}

#logoWrap {
	width: 120px;
	height: 120px;
	margin: 10px auto;
	padding: 0;
}
#logo {
	background: url(../images/logo.png) no-repeat top left;
	width: 100px;
	height: 100px;
	margin: 0px auto;
}

#logotype {
	width: 120px;
	font-family:"Times New Roman", Times, serif;
	font-size: .8em;
	color: #fff;
	text-align: center;
}

#supportNav {
	width: 100%;
	margin: 70px 0px 0px 0px;
}

#supportNav ul {
	list-style-type: none;
	margin: 0px;
}

#supportNav ul li {
	background: #cc9;
	width: 100%;
	display: inline-block;
	padding: 4px 25px;
	margin: 6px 0px 0px -40px;
	color: #fff;
}

#supportNav ul li a {
	color: #039;
	text-decoration: none;
}

#supportNav ul li a:hover, #supportNav ul li a:active {
	color: #fff;
	text-decoration: underline;
}

#supportNav ul li a:visited {
	color: #f00;
	text-decoration: none;
}

#supportContent {
	width: 76%;
	float: left;
	margin: 10px 0px 0px 0px;
}

#supportBottomWrap {
	background: #164272;
	width: 100%;
	height: 20%;
	color: #fff;
	position: fixed;
	top: 80%;
	padding: 30px 0px 0px 0px;
}

#bottomMargin {
	margin: 0px auto;
	padding: 0;
}

#bottomMargin a {
    color: #f00;
	font-size: 1.4em;
}

#bottomMargin a:hover, #bottomMargin a:active {
    color: #fff;
}

#bottomMargin a:visited {
    color: #fff;
}

/* -----  Absolute Final Renders  ----- */

#supportNav ul li.insert {
	background: #f15e60;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 25px;
	margin: 6px 0px 0px -40px;
	color: #fff;
}

#supportNav ul li.insert a:link {
	color: #fff;
}

#supportNav ul li.insert a:hover {
	text-decoration:underline;
	color: #039;
}

#supportNav ul li.insert a:active, #supportNav ul li.insert a:visited {
	color: #fff;
}