/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font: .8em/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background: #d8d8d8 url(../img/page-bg.gif) repeat-y center top;
}

p, ul, ol {
	margin: 1.2em 0 1em 0;
}

ul, ol {
	margin-left: 3em;
}

h1, h2, h3 {
	margin: 1.2em 0 .3em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1609BE;
}

h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.2em;
}

a {
	color: #777;
}

a:hover {
	text-decoration: none;
}

/* Common layouts */

#layout {
	margin: 0 auto;
	width: 760px;
}

#topHeader {
	margin: 0;
	padding: 0;
	height: 45px;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	color: #4d4d4d;
	background: transparent url(../img/top-header.gif) no-repeat 5px 5px;
}
#topHeader span {
	position: absolute;
	top: -2000px;
}

#topImage {
	position:relative;
	width: 760px;
	height: 191px; 
	background-image: url(../img/top-image.jpg);
}

/* Content layout */

#contentLayout {
	margin-top: 10px;
	padding: 0 0 10px 0;
}

.smallFont {
	font-size: .9em;
}

a img {
	margin: 3px 0;
	border: 2px solid #ccc;
}

a:hover img {
	margin: 3px 0;
	border-color: #999;
}

#leftColumn {
	display:none;
	float: left;
	width: 49%;
}

#leftColumn strong {
	font-weight: normal;
}


#rightColumn {
	margin-left: 0;
}

.sectionHeader {
	margin: 0;
	padding: 10px 3px 12px 15px;
	font-size: 1.7em;
	font-weight: normal;
	color: #fff;
	background: #0abe17 url(../img/header-bg.gif) no-repeat 0 0;
}

#rightColumn .sectionHeader {
	padding: 10px 15px 12px 3px;
	text-align: right;
	background: #0abe17 url(../img/header-bg.gif) no-repeat 100% 0;
}

/* Flash content */

#flashcontent {
	margin: 20px auto;
	width: 760px;
	height: 450px;
	overflow:hidden;
	border: 5px solid #ccc;
}


/* Thumbs links */

.thumbLinks p {
	display:block;
	position: relative;
	margin: 0 0 3px 210px;
	min-height: 110px;
}

* html .thumbLinks p {
	height: 100px;
}

.thumbLinks .bigIcon {
	height: 130px;
}


.thumbLinks img {
	position: absolute;
	left: -210px;
	top: 0;
	background-image: url(img/par1-icon.jpg);
}

/* Footer */

#footerLayout {
	clear: both;
	float:left;
	width: 100%;
	margin: 20px 0 3px 0;
	padding-top: 7px;
	font-size: .9em;
	border-top: 5px solid #0abe17;
}

