/* /////////////////////////////////
	Donatech "main"" CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 13px "lucida sans unicode", "lucida grande", "lucida sans", tahoma, arial, verdana, trebuchet, "sans serif";
	color: #000;
	background: #f0ece8;
	line-height: 18px;
}

body#home {
	background: #f0ece8 url('../i/bg-home.gif') repeat-x left top;
}

body.inside {
	background: #f0ece8 url('../i/bg-inside.gif') repeat-x left top;
}

#center {
	width: 962px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -500px;
}

#header {
	height: 84px;
	padding: 0px 1px;
}

#nav {
	width: 962px;
	height: 40px;
	margin: 0px;
	background: transparent url('../i/bg-nav.gif') no-repeat left top;
}

#banner {
	height: 122px;
	position: relative;
}

body#home #banner {
	height: 288px;	
}

#content {
	background: #fff url('../i/bg-page.gif') repeat-y left top;
}

.box {
	background: transparent url('../i/bg-page-bottom.gif') no-repeat left bottom;
	padding: 0px 1px 2px 1px;
}

.mainCol {
	width: 690px;
	border-right: solid 1px #e7e7e7;
	padding-bottom: 0px;
}

.subCol {
	width: 269px;
	background: transparent url('../i/bg-subcol.gif') no-repeat left top;
	padding-top: 18px;
}

.third {
	width: 320px;
}

.borderLeft {
	width: 319px;
	border-left: solid 1px #e7e7e7;
}

#footer {
	clear: both;
	height: 100px;
	margin-top: 18px;
}

/* /////////////////////////////////
	TEXT + HTML
///////////////////////////////// */

h1 {
	font: normal 20px arial, tahoma;
	margin: 25px 0px 0px 31px;
	color: #000;
}

h2 {
	font: normal 17px arial, tahoma;
	margin: 32px 0px 24px 0px;
	color: #000;
	padding: 11px 36px 9px 30px;
	background-color: #f6f4f1;
	border-top: solid 1px #e7e7e7;
}

h3 {
	font: bold 16px arial, tahoma;
	margin: 22px 0px 18px 30px;
	color: #000;
}

#home h3 {
	margin: 18px 20px 12px 30px;
}

.subCol h3 {
	margin: 18px 20px 12px 20px;
}

h3.tightBottom {
	margin-bottom: -16px;
}

h4 {
	font: normal 14px arial;
	margin: 18px 0px 18px 30px;
	font-style: italic;
}

h4.tightTop {
	margin-top: -16px;
}

h5 {
	font: normal 10px arial, tahoma;
	margin: 0px 0px 12px 0px;
	color: #000;
	padding: 9px 20px 8px 20px;
	background-color: #f6f4f1;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p,
ul,
ol {
	margin: 18px 0px 18px 30px;
}

#home p {
	margin: 12px 0px 12px 30px;
}

ul {
	list-style-type: none;
}

ol {
	margin-left: 60px;
}

ol li {
	margin-bottom: 6px;
}

p.small {
	font-size: 12px;
}

#home .third {
	padding-bottom: 12px;
}

blockquote {
	margin: 18px 50px 18px 30px;
	padding-left: 15px;
	border-left: solid 2px #e6e5e3;
	color: #777;
	font-size: 12px;
}

.mainCol p,
.mainCol ul,
.mainCol ol {
	margin-right: 36px;
}

.subCol p,
.subCol ul {
	margin: 18px 20px;
}

.mainCol ul li {
	padding-left: 17px;
	margin-bottom: 6px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.tightMargint,
.subCol .tightMargin {
	margin-top: 18px;
	margin-bottom: -14px;
}

hr {
	clear: both;
	height: 1px;
	margin: 0px 0px 0px 0px;
	border: 0;
	color: #e7e7e7;
	background-color: #e7e7e7;
}

/* /////////////////////////////////
	LINKS
///////////////////////////////// */

a img { border: none }

a,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.blockLinks a,
.blockLinks a:visited {
	color: #fff;
	text-decoration: none;
	padding: 2px 7px 2px 7px;
	
}

.blockLinks a:hover {
	text-decoration: none;
}

a.arrow,
a.arrow:visited {
	padding-right: 28px;
	background-image: url('../i/link-arrow.png');
	background-repeat: no-repeat;
	background-position: right 5px;
}

a.emailLink,
a.emailLink:visited {
	padding-left: 18px;
	background: transparent url('../i/icon-email.gif') no-repeat left center;
}

/* /////////////////////////////////
	HEADER
///////////////////////////////// */

#jumpSite {
	display: block;
	width: 218px;
	height: 27px;
	float: right;
	margin-top: 32px;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

#navCap {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

ul#nav li {
	display: block;
	float: left;
	height: 40px;
}

ul#nav li a,
ul#nav li a:visited {
	display: block;
	padding: 8px 17px 11px 16px;
	color: #fff;
	display: inline-block;
	background-position: right 0px;
}

ul#nav li a:hover {
	background-position: right -40px;
}

ul#nav li.current a,
ul#nav li.current a:visited,
ul#nav li.current a:hover {
	background-position: center -80px;
}

/* /////////////////////////////////
	CONTENT
///////////////////////////////// */


.divider {
	clear: both;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
	margin: 32px 0px 0px 0px;
	border-bottom: solid 1px #e7e7e7;
}

img.homeBox {
	margin: -2px 0px 12px 19px;
	display: block;
}

img .floatLeft {
	float: left;
	margin: 12px 20px 12px 0px;
}

p.nextPage {
	margin-top: 12px;
	margin-bottom: 13px;
}

p.nextPage span {
	font: bold 10px tahoma, arial;
	text-transform: uppercase;
	margin-right: 3px;
}

.mainCol ul.pdf li {
	padding: 8px 37px;
	margin-bottom: 12px;
	background: transparent url('../i/icon-pdf.gif') no-repeat left top;
}


/* /////////////////////////////////
	FORMS
///////////////////////////////// */

fieldset {
	border: 0;
}

label { 
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 10px;
	padding-left: 4px;
}

.input {
	border-top: solid 1px #d3d2cf;
	border-left: solid 1px #d3d2cf;
	border-right: solid 1px #e1e0dd;
	border-bottom: solid 1px #e1e0dd;
	background: #fff url('../i/bg-input.gif') no-repeat left top;
	padding: 4px;
	width: 262px;
}

.input:focus {
	border: solid 1px #f59830;
}

.button {
	margin-top: 12px;
	margin-bottom: 6px;
}

/* /////////////////////////////////
	SIDE NAV
///////////////////////////////// */

#content ul.sideNav {
	margin: 0;
}

#content ul.sideNav li {
	padding: 0;
	margin: 0 0 6px 0;
	background-image: none;
}

#content ul.sideNav li.current a,
#content ul.sideNav li.current a:visited {
	background: #fdf0cd;
	padding: 2px 5px;
	border: 0;
	color: #000;
	position: relative;
	left: -5px;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer p {
	margin: 10px 0px 12px 4px;
	font-size: 10px;
	color: #666;
}

a#benek,
a#benek:visited {
	color: #666;
	margin-left: 10px;
}

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

ul#footNav {
	list-style-type: none;
	font-size: 12px;
	height: 28px;
	background: #f0ece8 url('../i/bg-footer.gif') no-repeat left top;
	padding-left: 18px;
	padding-top: 9px;
	margin: 0px;
}

ul#footNav li {
	display: inline;
	margin: 0px 18px 0px 0px;
}

ul#footNav li a,
ul#footNav li a:visited {
	color: #000;
}

ul#footNav li a:hover {
	text-decoration: underline;
}

/* /////////////////////////////////
	SUB NAV
///////////////////////////////// */

ul.subNav {
	list-style-type: none;
	font-size: 11px;
	margin: 18px 20px 18px 0px;
}

ul.subNav li {
	margin-bottom: 7px;
	padding-left: 20px;
}

ul.subNav li a,
ul.subNav li a:visited {
	color: #fff;
	text-decoration: none;
	padding: 2px 7px 2px 7px;
	
}

ul.subNav li a:hover {
	text-decoration: none;
}

ul.subNav li.current {
	background: transparent url('../i/subnav-current.gif') no-repeat left 3px;
}

ul.subNav li.current a,
ul.subNav li.current a:visited,
ul.subNav li.current a:hover {
	background-color: #4a4a4a;
}

/* /////////////////////////////////
	Portal
///////////////////////////////// */

body#portal {
	background: #f0ece8;
}

#portal #center {
	width: 852px;
	margin-top: 40px;
}

#portalAviation {
	width: 852px;
	height: 177px;
	background: #fff url('../i/portal-aviation.gif') no-repeat left top;
	margin-bottom: 20px;
	padding-top: 1px;
}

#portalMedical {
	width: 852px;
	height: 177px;
	background: #fff url('../i/portal-medical.gif') no-repeat left top;
	padding-top: 1px;
}

#portalAviation p,
#portalMedical p {
	width: 450px;
	margin: 66px 0 0 58px;
}

#portal #buttonAviation,
#portal #buttonAviation:visited {
	display: block;
	width: 162px;
	height: 27px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/portal-button1.gif') no-repeat left top;
	margin: 19px 0 0 57px;
}

#portal #buttonMedical,
#portal #buttonMedical:visited {
	display: block;
	width: 162px;
	height: 27px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/portal-button2.gif') no-repeat left top;
	margin: 19px 0 0 57px;
}

#portal #buttonAviation:hover,
#portal #buttonMedical:hover {
	background-position: left -27px;
}



#portal p#footer {
	clear: both;
	margin: 0;
	padding: 12px 0;
	color: #aea7a2;
	font-size: 10px;
}

#portal a#benek,
#portal a#benek:visited {
	color: #aea7a2;
	margin-left: 10px;
}

#portal a#benek:hover {
	text-decoration: underline;
}

