@charset "utf-8";
/* CSS Document */

/* BROWSER RESET
-----------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0;padding:0;}
fieldset,img { border:0; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
abbr,acronym { border:0; }
/*---------------------------------------------------------*/

/* SITE SEARCH
-----------------------------------------------------------*/
.site-search input {
	background: #aaa url(images/bg-site-search-off.gif) no-repeat 3px;
	border: 1px solid #666;
	font-size: 11px;
	height: 14px;
	padding: 2px 2px 2px 24px;
	width: 164px;
}
.site-search input:hover,
.site-search input:focus {
	background: #fff url(images/bg-site-search-on.gif) no-repeat 3px;
	border: 1px solid #ddd;
}
/*---------------------------------------------------------*/

/* FORMS
-----------------------------------------------------------*/

.contact {
	width: 400px;
	margin-top: 25px;
}

.contact input, .contact-area textarea {
	padding: 5px;
	width: 400px;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

.contact textarea {
	height: 70px;
}

.contact textarea:hover, .contact input:hover, .contact textarea:focus, .contact input:focus {
	border: 1px solid #043ffe;
}

.contact input.submit-button {
	width: 100px;
}

.contact .label {font-size:14px; color:#FFF; padding-top:5px;}
/*---------------------------------------------------------*/

/* WEBSITE HTML/BODY
-----------------------------------------------------------*/
html, body {border:0; margin:0; padding:0;}
body { background-color:#393939; font:62.5% "Lucida Sans Unicode", "Lucida Grande", sans-serif; 	}
/*---------------------------------------------------------*/

/* HEADERS
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {margin:0; padding:0; font-weight:normal; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;; text-decoration:none;}
h2 {color:#FFF;
	font-size:28px;
	margin-top: 25px;
}
h3 {
	color:#FFF;
	text-decoration:none;
	font-size:14pt;
	font-weight:normal;
}

/* MAIN
-----------------------------------------------------------*/

.nav {background-image:url(images/nav_bk.gif); background-repeat:repeat-x;}
.navi ul {padding-left:250px; margin-bottom:2px; }
.navi li { list-style-type:none; display:inline; padding:10px 10px 8px 10px; background-image:url(images/nav-borders.gif); background-repeat:no-repeat; }
.navi a { text-decoration:none; font-size:16px; color:#484848; }
.navi a:hover {
	text-decoration:none;
	color:#000;
}
.navi li#active a {
	text-decoration:none;
	color:#043ffe;
}
.topper {background-image:url(images/front_globe.jpg); background-repeat:no-repeat; background-position:15px 0 }
.topper2 {background-image:url(images/inside_globe.jpg); background-repeat:no-repeat; background-position:15px 0 }
.topper2 img {
	padding-top:25px;
	padding-left: 10px;
}
.topper img {
	padding-top:20px;
	padding-right: 10px;
}
.text-m {color: #FFF;
	font-size: 13px;
	line-height: 20px;}
.front1 {
	font-size:45px;
	display:block;
	width:328px;
	height:25px;
	background-color:black;
	color:#FFF;
	padding: 0 0 20px 0;
	margin:20px 10px 10px 10px
}
.front2 {
	font-size:45px;
	display:block;
	width:245px;
	height:45px;
	background-color:black;
	color:#FFF;
	margin:20px 10px 10px 10px
}
.front3 {
	font-size:45px;
	display:block;
	width:290px;
	height:45px;
	background-color:#043ffe;
	color:#FFF;
	margin:20px 10px 10px 10px
}
.front4 {
	font-size:13px;
	width:450px;
	color:#FFF;
	margin:10px 10px 10px 10px;
	line-height: 14pt;
	padding-top: 15px;
}
.front4 a { 
	background-color:#043ffe; color:#fff; text-decoration:none;}
	
.front4 a:hover { 
	background-color:white; color:black; text-decoration:none;}
	
.pods a { 
	background-color:#043ffe; color:#fff; text-decoration:none;}
.pods a:hover { 
	background-color:white; color:black; text-decoration:none;}
.about1 {
	font-size:45px;
	display:block;
	width:240px;
	height:45px;
	background-color:black;
	color:#FFF;
	margin:20px 10px 10px 10px
}
.about2 {
	font-size:45px;
	display:block;
	width:160px;
	height:45px;
	background-color:black;
	color:#FFF;
	margin:20px 10px 10px 10px
}
.about3 {
	font-size:45px;
	display:block;
	width:270px;
	height:45px;
	background-color:#043ffe;
	color:#FFF;
	margin:20px 10px 10px 10px
}
.pods { background-color:#000; color:white;  }

.pods p {
	width:220px;
	font-size:12px;
}
.pods img {border:3px solid #353434; margin:5px 0 5px 0; }
.footer {border-top:1px solid #2e2e2e; padding-top:5px;}
.footer {font-size:10px; color:#666; }
.footer a {color:#FFF; text-decoration:none; }
.footer a:hover {
	color:#666;
	text-decoration:none;
}
/*---------------------------------------------------------*/

