/* Main stylesheet */

h1 {
    font-weight: bold;
}

a {
    color: #343434;
}

a:hover {
    color: #f08200;  
}


#navigationArea > a:hover {
	color: #f08200;
    border-bottom: solid 1px #f08200;
}

a:link {
    color: #303030;    
}

body {
    background-color: white;
    font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
    font-weight: normal;
    position: absolute;
    padding: 0;
    margin: 0;
}

/* Navigation area styles */
#navigationArea {
	background-color: #f2f2f2;
    width: 110px;
    position: absolute;
    left: 0;
    top: 86px;
    text-transform: uppercase;
}

#navigationArea > a {
    font-size: 10pt;
    display: block;
    padding: 2px;
    margin: 10px 0px 0px 14px;
    border-bottom: solid 1px rgb(140,150,160);
    text-decoration: none;
    color: #343434;  
}

#navigationArea > p {
    font-size: 10pt;
    display: block;
    padding: 2px;
    margin: 10px 0px 0px 14px;
    border-bottom: solid 1px rgb(140,150,160);
    text-decoration: none;
    color: #f08200;  
}

/* Title area styles */
#titleArea {
    height: 70px;
    width: 1000px;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: inherit;
/*   border-bottom: solid 2px black; */
    position: absolute;
    left: 0;
    top : 0;
}

#titleArea > img {
	float: left;
    border: none;
    padding: 0;
    margin: 0px 12px 0px 12px;
}

#titleArea  > div > strong {
	font-size: 18pt;
	letter-spacing: 6pt;
	font-weight: bold;
}

#titleArea > div {
	font-size: 14pt;
	letter-spacing: 3pt;
}


#titleArea > form {
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 8px;
    top: 12px;    
}

#titleArea input {
    border: solid 1px #9c9c9c;
    background-color: #f08200;
    padding: 2px;
    margin: 1px;
}

#titleArea input[type="text"] {
    border: solid 1px #9c9c9c;
    background-color: #f2f2f2;
    padding: 2px;
    margin: 1px;
}

/* Content Area Styles */
#contentArea {
    padding-left: 10px;
    position: absolute;
    left: 110px;
    top: 80px;
    width: 600px;
}

#contentArea  h1 {
	color: #5E5E5E;
	font-size: 16pt;
	margin-bottom: 0;
	margin-top: 12pt;
}

#contentArea h2 {
	color: #f08200;
	font-size: 12pt;
	margin-top: 4pt;
	margin-bottom: 0;
}

#contentArea  h3 {
	color: #929292;
	font-size: 9pt;
	text-transform: uppercase;
	margin-top: 4pt;
	margin-bottom: 0;
}

#contentArea  p {
	font-size: 11pt;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.6em;
}

/* News Area Styles */
#newsArea {
	background-color: #f2f2f2;
	padding: 0px 8px;
	width: 140px;
	vertical-align: top;
	position: absolute;
	right: 1000px;
	top: 80px;
}

#newsArea > h1 {
	text-align: left;
	font-size: 11pt;
}

/* footer styles */
#footer {
	background-color: #f2f2f2;
	height: 56px;
}
/* Class-based global styles */
.inline {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;    
}


