/* default elements */
html {
	height:100%;
	background:url(images/bg-03.jpg) 0 499px repeat-x #fffcf3;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	margin:0;
	padding:0;
	color:#333;
	background:url(images/bg-02.jpg) 960px 0 repeat-x;
	height:100%;
}
p {
	margin:0;
	padding:0;
	line-height:1.67em;
	margin-bottom:1.0em;
}
ol, ul {	
	margin:0;
	padding:0;
	margin-top:1.25em;
	margin-bottom:1.25em;
	margin-left:1.25em;
	list-style:disk;
}
li {
	padding-left:0.5em;
	line-height:1.67em;
}
a {
	text-decoration: none;
	color:#0066CC;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}

/* texts */
h1 {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:4em;
	font-weight:bold;
	letter-spacing:-0.08em;
	*letter-spacing:-2px;
	line-height:1em;
	margin-bottom:0.5em;
}
h2 {
	margin:0;
	color:#FFF;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:2.67em;
	font-weight:normal;
	letter-spacing:-0.08em;
	*letter-spacing:-2px;
	line-height:1em;
	margin-bottom:0.3em;
}
h2 b { padding:0px 15px; background:#C00; font-weight:normal; }
h3 {
	margin:0;
	padding:0;
	margin-bottom:0.3em;
}
.big {
	font-size:1.33em;
}
.small{
	font-size:0.83em;
}
/* general classes */
.center {
	text-align:center;
}
.hide {
	display:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.arr {
	width:20px;
	height:15px;
	background:url(../images/arr-01.gif) left no-repeat;
	display:inline-block;
	vertical-align:middle;
}
.caps {
	text-transform:uppercase;
}
/* forms */
input { font-family:Arial, Helvetica, sans-serif; font-size:1em; font-weight:bold; padding:2px; }
textarea { font-family:Arial, Helvetica, sans-serif; font-size:1em; font-weight:bold; padding:2px; }
select { font-family:Arial, Helvetica, sans-serif; font-size:1em; font-weight:bold; padding:2px; }
fieldset {
	margin:0;
	padding:0;
	border:0;
	float:left;  
	clear:left;  
	width:100%;
}
legend { display:none; }
fieldset ul {
	margin:0;
	list-style:none;
}
fieldset li {
	margin:0;
	background:none;
	padding:3px 0 3px 0;
	float:left;  
	clear:left;  
	width:100%;  
}
fieldset label {
	display:block;
	float:left;
	text-align:right;
	width:10em;
	margin-right:3em;
}
#msg ul {
	margin-bottom:0.5em;
	list-style:none;
}
div.error ul, div.report ul { background:#fff; padding:15px; }
div.error ul li {
	background:url(images/ico-err.gif) 0 50% no-repeat;
	color:red;
	line-height:2em;
	padding-left:30px;
}
div.report ul li {
	background:url(images/ico-suc.gif) 0 50% no-repeat;
	color:green;
	line-height:2em;
	padding-left:30px;
}
input.error { background:url(images/ico-errsm.gif) right no-repeat #fff; border:1px solid red;padding:2px; }
textarea.error { background:url(images/ico-errsm.gif) right 2px no-repeat #fff; border:1px solid red;padding:2px; }
label.error { color:red; }

/* page layout style */
#phoneno { position:absolute; top:0; right:20%; background:#C00; padding:7px 25px; }

#top {
	width:960px;
	height:499px;
}

#content {
	width:960px;
	margin:auto auto;
	padding-top:35px;
}

#main {
	width:650px;
	min-height:600px;
	padding:15px;
	float:left;
	margin-right:20px;
	background:#e1e1e1;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

#side {
	width:250px;
	float:right;
}

#menu {
	padding:30px 0 20px 20px;
	margin-top:25px;
	background:url(images/bg-06.jpg);
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	margin:0;
	padding:0;
	line-height:25px;
	margin-bottom:0.2em;
}
#menu a {
	padding:3px 11px;
	color:#FFF;
	background:#C00;
}
#menu a:hover { text-decoration:none; }
#menu a.link:hover { color:#c00; background:#fff; }
#menu a.act { background:#06F; }
#menu a.act:hover { background:#06F; color:#fff; }
#menu li ul {
	list-style:none;
	margin:0.5em 0 1em 1.2em;
}
#menu li ul li { margin-bottom:0; }

#footer {
	padding:25px;
	margin-top:25px;
	font-size:0.8em;
	background:url(images/bg-04.jpg) #333;
	color:#FFF;
}
#footer div:first-child { width:960px; margin:0 auto 0 auto; }
#footer a { color:#fff;font-weight:normal; }
#footer img { vertical-align:middle; }
#footer #left { width:30%; float:left; }
#footer #right { width:70%; float:right; }

/* page specific styles */
p.info { 
	padding:15px 15px 15px 45px; 
	background:url(../images/ico-inf.gif) no-repeat 15px 15px #fff; 
	border:3px solid #999;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.nobull {
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.paper {
	width:601px;
	padding:20px 20px 40px 20px;
	background:url(images/bg-05.jpg) bottom no-repeat;
}
.paper h2 { color:#333; }
.paper .item { float:left; width:30%; padding-right:3%; }
