@import "reset.css";

body {
background:#e6e6f7 url(/gfx/bg.jpg) center top no-repeat;
color:#2C2F22;
font:13px/21px Arial, sans-serif;
}

h1 {
font:44px/54px "Century Gothic", "Apple Gothic", "Avant Garde", "Avant Garde Gothic", Arial, sans-serif;
margin:0 0 20px 0;
text-transform:uppercase;
}

h2 {
font:26px/36px "Century Gothic", "Apple Gothic", "Avant Garde", "Avant Garde Gothic", Arial, sans-serif;
margin:40px 0 10px 0;
text-transform:uppercase;
}

h3 {
color:#444;
font:italic 16px/26px "Century Gothic", "Apple Gothic", "Avant Garde", "Avant Garde Gothic", Arial, sans-serif;
margin:0 0 20px 0;
}

h4 {
font:24px/34px "Century Gothic", "Apple Gothic", "Avant Garde", "Avant Garde Gothic", Arial, sans-serif;
margin:0 0 10px 0;
text-transform:uppercase;
}

p,ul,ol {
color:#555555;
margin:0 0 20px 0;
}

ul {
list-style:disc;
padding:0 0 0 30px;
}

ul li {
margin:0 0 5px 0;
}

ol {
list-style:upper-roman;
padding:0 0 0 30px;
}

.light-gray {
color:#979797;
}

a {
color:#FF703F;
}

/*
magenta
color:#ed145a
*/

a:hover {
text-decoration:underline;
}

em {
background-color:#E6A948;
color:white;
padding:1px 5px;
}

img {
margin:0 0 20px 0;
}

div#wrap {
background:transparent;
margin:0 auto;
padding:0 30px 30px 30px;
width:900px;
}

p#call {
float:right;
margin:30px 6px 10px 0;
text-align:right;
}

p#logo {
float:right;
}

p#logotype {
float:left;
padding:35px 0 0 0;
}

div.narrow-col {
	width: 550px;
	float: left;
}

div.right-col {
	width: 301px;
	float: right;
}

div.right-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.right-col li a {
background-color:#979797;
clear:both;
color:white;
display:block;
font:13px/21px "Century Gothic", "Apple Gothic", "Avant Garde", "Avant Garde Gothic", Arial, sans-serif;
margin:5px 0;
padding:5px 10px;
text-transform:uppercase;
width:281px;
/*height:20px;*/
cursor:pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

div.right-col li a:hover {
background-color:#FF703F;
text-decoration:none;
}

div.divider {
clear: both;
background-color:#2C2F22;
height:3px;
width:100%;
margin:40px 0 40px 0;
overflow:hidden;
}

.photo {
width:280px;
float:left;
margin:0 0 30px 0;
}

.middle {
padding:0 30px;
}

#topnavigation {
float:right;
font:14px/26px "Century Gothic", "Apple Gothic", "Avant Garde", "Avant Garde Gothic", Arial, sans-serif;
text-transform:uppercase;
padding:50px 0 0 0;
}

#topnavigation a {
color:#fff;
background: #000;
margin:0 10px 0 0;
padding:5px 10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#topnavigation a:hover,
#topnavigation .active {
background-color:#979797;
color:white;
text-decoration:none;
text-shadow: #666 1px 1px 1px;

}

#topnavigation a:focus {
 outline: none;
}


#content{
clear:both;
}

#navigation {
clear:both;
font:16px/26px "Century Gothic", "Apple Gothic", "Avant Garde", "Avant Garde Gothic", Arial, sans-serif;
text-transform:uppercase;
padding:0 0 10px 0;
}

#navigation a {
color:#333;
margin:0 30px 0 0;
padding:3px 6px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#navigation a:hover {
background-color:#979797;
color:white;
text-decoration:none;
}

#navigation a:focus {
 outline: none;
}

#navigation .active {
background-color:#2C2F22;
color:white;
padding:3px 6px;
}

.left {
float:left;
}

.right {
float:right;
}

.clear {
clear:both;
}

.link {
margin:0 0 10px 0;
}

.link a {
background-color:#979797;
clear:both;
color:white;
display:block;
font:24px/34px "Century Gothic", "Apple Gothic", "Avant Garde", "Avant Garde Gothic", Arial, sans-serif;
margin:0;
padding:3px 12px;
text-transform:uppercase;
width:876px;
height:36px;
cursor:pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.link a:hover {
background-color:#FF703F;
text-decoration:none;
}

.minilink {
margin:0 0 10px 0;
}

.minilink a {
background-color:#979797;
clear:both;
color:white;
display:block;
font:12px/22px "Century Gothic", "Apple Gothic", "Avant Garde", "Avant Garde Gothic", Arial, sans-serif;
margin:0;
padding:3px 12px;
text-transform:uppercase;
width:540px;
height:22px;
cursor:pointer;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.minilink a:hover {
background-color:#FF703F;
text-decoration:none;
}

a:focus {
   outline: none;
}

a.doc {
	padding: 2px 4px 2px 25px;
	background: url(/images/icons/doc.gif) no-repeat center left;
}

a.ppt {
	padding: 2px 4px 2px 25px;
	background: url(/images/icons/ppt.gif) no-repeat center left;
}

a.pdf {
	padding: 2px 4px 2px 25px;
	background: url(/images/icons/pdf.gif) no-repeat center left;
}

a.xls {
	padding: 2px 4px 2px 25px;
	background: url(/images/icons/xls.gif) no-repeat center left;
}

a.zip {
	padding: 2px 4px 2px 25px;
	background: url(/images/icons/zip.gif) no-repeat center left;
}
