﻿/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}
a {
	color: #003366;
}
hr {
	color: #003366;
	height: 1px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.text_majoraccent {
	color: #003366;
}


/* PLANIMETRON WEBSITE STYLESHEET */
.text_bold_majoraccent {
	font-weight: bold;
	color: #003366;
}
.text_large {
	color: #003366;
	font-weight: bold;
	font-size: large;
}
.link_major {
	color: #003366;
	font-weight: bold;
}
.link_major a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	padding-left: 5pt;
}
.ul_circle {
	list-style-type: circle;
	text-indent: 18px;
}
#wrapper {
	font: 100% Arial, Helvetica, sans-serif;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
}
.tagline {
	color: #003366;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
#page_title {
	position: absolute;
	top: 90px;
	color: #003366;
	background-image: url('images/buttons/page_title.gif');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	width: 220px;
	height: 40px;
	line-height: 40px;
}
#form_title {
	position: absolute;
	top: 90px;
	color: #003366;
	background-image: url('images/buttons/page_title.gif');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	width: 220px;
	height: 40px;
	line-height: 40px;
	margin-right: auto;
	margin-left: auto;
	left: 0;
}
#main_std {
	border: 1px solid #666666;
	padding: 115px 30px 20px 30px;
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	position: relative;
	width: 738px;
	line-height: 150%;
	text-align: justify;
}
#main_index {
	border: 1px solid #666666;
	padding: 20px 30px 20px 30px;
	background-image: url('images/index_backgnd.jpg');
	background-repeat: no-repeat;
	min-height: 440px;
	margin-top: 0;
	position: relative;
	height: 440px;
}
#main_index_2 {
	border: 1px solid #666666;
	padding: 20px 30px 20px 30px;
	background-image: url('images/index_backgnd.jpg');
	background-repeat: no-repeat;
	min-height: 500px;
	margin-top: 0;
	position: relative;
	height: 500px;
	left: -30px;
	top: 0;
	right: 0;
	width: 738px;
}
#context_menu {
	right: 0;
	position: relative;
	font-size: .75em;
	color: #003366;
	top: -35px;
	text-align: right;
}
#context_menu a {
	text-decoration: none;
	color: #003366;
}
#context_menu a:hover {
	text-decoration: underline;
}
#dropDownMenu {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBEADF;
	border: 1px #666666 solid;
	font-size: 1em;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	position: relative;
	z-index: +1;
	color: #333333;
	text-decoration: none;
}
#dropDownMenu ul {
	margin-left: 0px;
	font: 1em;
	padding: 4px 0 0 0;
	margin: 0;
	height: 20px;
	text-align: center;
	font-size: 1.2em;
}
#footer {
	font-size: .9em;
	font-style: italic;
	margin-top: 10px;
	color: #666666;
	position: relative;
	margin-bottom: 20px;
	bottom: 0;
}
#dropDownMenu ul li {
	display: inline;
	width: 132px;
	float: left;
	font-size: 0.75em;
	height: 20px;
	background-color: #EBEADF;
}
#dropDownMenu ul li a {
	text-decoration: none;
	color: #333333;
}
#dropDownMenu ul li a:hover {
	text-decoration: underline;
}
#dropDownMenu ul li ul {
	padding: 0 0 0 0;
	visibility: hidden;
	line-height: 20px;
	margin-left: -6px;
	text-align: left;
	position: relative;
	left: 6px;
	top: 6px;
	color: #666666;
}
#dropDownMenu ul li ul li {
	padding: 0 0 0 6px;
}
#dropDownMenu ul li:hover ul {
	visibility: visible;
}
#dropDownMenu ul li ul li a {
	text-decoration: none;
	color: #666666;
	display: block;
	text-transform: none;
}
#dropDownMenu ul li ul li:hover {
	color: #003366;
}
#dropDownMenu ul li ul li a:hover {
	color: #003366;
	text-decoration: none;
}

