﻿/*
SupportPRO
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h3 {
	color: #000000;
}

h2 {
	color: #000000;
}

h1 {
	color: #000000;
}

ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

blockquote {
	margin-bottom: 1.8em;
	line-height: 160%;
}

p {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 5px;
}

.boxed {
}

.heading {
	height: 30px;
	padding: 4px 0 0 20px;
	background: #004BD7;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFFFFF;
}

.content {
	padding: 5px;
	color: #000000;
}

/* Header */

#header {
	width: 965px;
	height: 260px;
	margin: 0 auto;
	background: url(img2.gif) no-repeat right top;
}

#logo {
	float: left;
	width: 260px;
	height: 250px;
	background: url(img1.gif) no-repeat;
	text-transform: uppercase;
}

#logo h1 {
	margin-right: 30px;
	padding: 110px 0 0 40px;
	
	font: normal 24px Trajan Pro;
}

#logo h2 {
	padding: 0 0 0 42px;
	letter-spacing: 2px;
	font: bold 8px Tahoma, Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#468x60 {
	float: right;
	padding: 32px 32px 0 0;
}

/* Menu3 */
#menu3 {
	float: left;

}
#menu3 {
	list-style: none;
	width: 225px;
	padding-top: 25px;
	height: 414px;
	padding-left: 1px;
	background: url(images/background.png) no-repeat;
}
#menu3 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu3 a:link{
	color: #004BD7;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	height: 23px;
	display:block;
	text-decoration: none;
	padding: 8px 0 0 0px;
	font-weight:normal;
}


#menu3 a:hover{
	color: #595959;
}

#menu3 a:active{
	color: #004BD7;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 30px 20px 20px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 16px;
	background: url(img4.gif) no-repeat left center;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #004BD7;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

/* Menu2 */

#menu2 {
	float: right;
}

#menu2 ul {
	margin: 0;
	padding: 30px 20px 20px 0;
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	padding: 0 10px 0 16px;
	background: url(img4.gif) no-repeat left center;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #004BD7;
}

#menu2 a:hover {
	text-decoration: underline;
}

#menu2 .first a {
	background: none;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 703px;
}

#content .heading {
	background: #004BD7 url(img6.gif) no-repeat;
}

#content ol {
	margin-left: 3em;
}

#content ul {
	margin-left: 3em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 223px;
	padding-left: 20px;
}

#sidebar .heading {
	background: #004BD7 url(img5.gif) no-repeat;
}

#sidebar li {
	margin-bottom: 1.5em;
}

/* Footer */

#footer {
	width: 965px;
	height: 59px;
	margin: 0 auto;
	background: #E50606 url(img7.gif) no-repeat;
	text-align: center;
	font-size: 77%;
	color: #000000;
}

#legal {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: normal;
	color: #FFFFFF;
}

#legal a {
	color: #FFFFFF;
}

#links {
	margin: 0;
	padding: 30px 0;
	line-height: normal;
}

