/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---END RESET---*/

body{
	background:#fff url(images/bg.png) left top repeat-x; 
	font:normal 12px Verdana, Geneva, Tahoma, sans-serif;
	color:#585858;
}

a:link, a:visited{color:#1E88BC; text-decoration:none;}
a:hover{text-decoration:underline;}

/*---BASE STYLES---*/
p{color:#585858; padding:5px 0;}
.content{width:960px;}
.content ul{margin-left:10px;}
.content li{padding:5px; list-style-type:disc; margin-left:5px;}
strong{font-weight:bold;}
.wrapper{width:960px; margin:0 auto;}
.header{background:#fff url(images/top.png) left top repeat-x; height:243px;}
.login{width:400px; float:right; margin-top:20px;}
.loginbox{background-color:#eef7fa; padding:10px; float:left; width:278px; margin-left:10px; text-align:center;}
.int_txtbox{background: url(images/input_bg.png) top left no-repeat; width:222px; height:22px; padding:10px; border:0; margin:5px 5px 5px 20px; font-size:14px; color:#989898; float:left;}
.contact_txtbox{background: url(images/contact_bg.png) top left no-repeat; width:368px; height:17px; padding:5px 10px; border:0; margin:5px 5px 5px 20px; font-size:14px; color:#989898; float:left;}
textarea{background: url(images/textarea_bg.png) top left no-repeat; width:368px; height:97px; padding:5px 10px; border:0; margin:5px 5px 5px 20px; font-size:14px; color:#989898; float:left;}
h1{font-weight:bold; font-size:16px; padding:5px;}
h1.login_header{background: url(images/login_header.png) top left no-repeat; width:306px; height:45px; text-align:center; color:#fff; padding:10px; font-weight:bold; font-size:14px; margin-left:-25px; margin-top:-10px;}

/*---MENU---*/
.menu{position:absolute; top:214px;}
.menu ul{}
.menu ul li{float:left; list-style-type:none;}
.menu ul li a:link, .menu ul li a:visited{color:#fff; font-weight:bold; padding:15px 25px; text-decoration:none; font-size:16px; font-weight:bold;}
.menu ul li a.active, .menu ul li a:hover{background:url(images/menu_bg.png) 50% top no-repeat;}

.logo{margin-top:50px;}
.content{width:500px; float:left; padding:20px;}
.footer{background:#fff url(images/footer.png) left bottom no-repeat; height:23px; clear:both; padding-top:210px; color:#fff; text-align:center;}
.footer a:link, .footer a:visited{color:#fff;}

.phone{position:absolute; right:10px; top:7px; color:#fff; font-weight:bold; font-size:16px;}
td.label{padding:10px 0 0; border:0; font-size:16px; color:#989898; vertical-align:middle;}
