@import url("menu.css");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style-position:inside;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
}

/* tables still need 'cellspacing="0"' in the markup */

.company {
	text-align:left;
	font-size:0.7em;
	line-height:1.8em;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body {
	background-image:url(images/bg-x.jpg);
	background-repeat:repeat-x;
	height:100%;
}

#title strong {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, Arial;
	font-size:24px;
	font-weight:normal;
	color:212f36;
}

#title strong em {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, Arial;
	color:#ef8b00;
	font-size:32px;
	text-decoration:none;
	font-style:normal;
}

h1 {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, Arial;
	letter-spacing:-1px;
	font-size:1.6em;
	font-weight:normal;
	color:212f36;
	margin-bottom:25px;
	margin-top:5px;
	border-bottom:1px solid #b5c1c7;
}

h2 {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, Arial;
	letter-spacing:-1px;
	font-size:1.2em;
	font-weight:normal;
	color:212f36;
	margin-top:15px;
	margin-bottom:15px;
}

h3 {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, Arial;
	letter-spacing:-1px;
	font-size:1.1em;
	font-weight:normal;
	color:212f36;
	margin-top:15px;
	margin-bottom:15px;
}

name {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, Arial;
	letter-spacing:-1px;
	font-size:1.1em;
	font-weight:normal;
	color:212f36;
	margin-top:15px;
	margin-bottom:15px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	color:#666666;
	line-height:1.5em;
	margin-bottom:10px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:underline;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#EF8B00;
	text-decoration:underline;
}


strong {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
}

em {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:italics;
	font-weight:normal;
}

#wrapper {
	width:900px;
	background:#fff;
	margin:0px auto;
	height:100%;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

#logo {
	width:200px;
	height:110px;
	margin-left:10px;
}

#title {
	float:right;
	margin-top:25px;
	margin-right:70px;
	text-align:center;
	padding-bottom:5px;
}

#menu {
	width:916px;
	height:65px;
	margin-left:-8px;
	background:url(images/menu-bg.jpg);
font-size:13px;
}

#content_area {
	min-height:450px;
	padding:20px 40px;
}

#footer {
	margin:0 40px;
	padding-top:10px;
	border-top:1px solid #b5c1c7;
	text-align:center;
	height:30px;
}

/*---menu---*/

#menu ul {
	text-align:center;
	padding-top:20px;
}

#menu ul li {
	display:inline;
	margin:0px 10px;
}

#menu ul li a {
	color:#fff;

}

#menu ul li:active a {
	color:#ef8b00;
}

#menu ul li a:hover {
	color:#EF8B00;
}

.tooltip {
	display:inline;
	position:relative;
	top:2px;
}

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




