/* Pinnacle Template */
/* Global Styles */
* {
	margin:0;
	padding:0;
	font-family:Palatino, Georgia, Serif;
	font-size:12px;
}

body {
	border:0;
	width:100%;
	background:url(images/pattern.png);
	min-width:600px;
	background-attachment: fixed;
	background-color: #000000;
}

/* Common Styles */
h1 {
	font-size:24px;
	font-weight:normal;
	margin:15px 0 5px 0;
	color:#000000;
	clear:left;
	font-family:Palatino, Georgia, Serif;
}

img + h1 {
padding-top:20px;
}

h2 {
	font-size:12px;
	clear:left;
	margin:20px 0 5px 0;
	text-transform:none;
	color:#333333;
	letter-spacing:1px;
}

h1 + h2 {
margin:-5px 0 15px 0;
}

.box {
	background:#9F9F9F;
	border:1px solid #ccc;
	padding:0 10px 10px 10px;
	margin:10px 0;
}

p {
line-height:1.5em;
margin-top:10px;
}

h2 + p {
margin-top:5px;
}

p a, ul a {
	color:#FFFFFF;
}

p a:hover, ul a:hover {
text-decoration:none;
}

blockquote p {
	line-height:1.5em;
	padding:6px 0 6px 25px !important;
	padding:6px 0 6px 0px;
	margin:10px 0;
	border-left:1px #555 !important;
	border:0;
}

blockquote p span {
display:block;
text-align:left;
font-size:14px;
color:#838c7a;
padding:5px 0 0 15px;
}

table {
	border-collapse:collapse;
	width:95%;
	border-top-style: solid;
	border-left-style: hidden;
	border-top-color: #ccc;
	border-left-color: #ccc;
}

form {
width:460px;
text-align:left;
margin-top:0;
}

a img {
border:0;
margin:5px 0 0 5px;
}

ul, ol {
	line-height:1.6em;
	list-style:disc;
	color:#333333;
	margin-left:25px;
}

ol {
list-style:decimal;
}

img.left {
float:left;
margin:5px 5px 5px 0;
}

img.right {
float:right;
margin:5px 0 5px 5px;
}

/* Structure */
#header {
	clear:both;
	float:left;
	width:100%;
	height:250px;
	background:#5B5B5B url(images/header.jpg) no-repeat top left;
}

#container {
	width:85%;
	margin:50px auto 0 auto;
	border:1px solid #7C7C7C;
}

.colmask {
position:relative;	
clear:both;
float:left;
width:100%;			
overflow:hidden;	
}

.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
	background-color: #7C7C7C;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:10px 0 20px 0;
	overflow:hidden;
	height: 100%;
}

.threecol {
	background:#7C7C7C;
}

.threecol .colmid {
	right:25%;
	background:#9F9F9F;
}

.threecol .colleft {
	right:50%;
	background:#7C7C7C;
}

.threecol .col1 {
width:46%;			
left:102%;			
}

.threecol .col2 {
width:21%;			
left:31%;			
}

.threecol .col3 {
width:21%;			
left:85%;			
}

#footer {
clear:both;
float:left;
width:100%;
background:#fff;
border-top:1px solid #ccc;
}

/* Specific Styles */

#header h1 a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:30px;
	float:left;
	margin:100px 0 0 80px;
	font-family:georgia, times, serif;
}

#header h2 {
	color:#FFFFFF;
	font-family:georgia, times, serif;
	font-size:14px;
	text-transform:none;
	letter-spacing:1px;
	font-weight:normal;
	padding-left:80px;
	clear:left;
}

#footer p {
padding:10px;
margin:0;
text-align:center;
}

ul#navigation {
	list-style:none;
	float:left;
	width:100%;
	background:#333;
	border-top:1px solid #333333;
	margin:0;
}

ul#navigation li {
	float:left;
	list-style:none;
	color: #FF1C1C;
}

ul#navigation li a {
	display:block;
	color:#8DEF2C;
	font-size:14px;
	font-weight:bold;
	width:100px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
}

ul#navigation li a:hover, ul#navigation li a.active {
	background:#eee;
	color:#CC0000;
}

ul#sub {
clear:left;
margin:0;
list-style:none;
float:left;
width:100%;
background:#fff;
height:25px;
background:#eee;
border-bottom:1px solid #ccc;
}

ul#sub li {
float:left;
margin-left:14px;
line-height:25px;
list-style:none;
}

ul#sub li a {
	color:#CC0000;
	font-size:12px;
	width:90px;
	display:block;
	text-align:center;
	text-decoration:none;
}

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

td, th {
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
padding:4px 0 4px 5px;
}

th {
background:#ecf0f7;
color:#333;
}
