/* CSS Document */
body, html {
    margin: 0;
    padding: 0;
}
body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 72%;
	color: #000;
	background-color: #c03;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
p, td, th, h1, h2, h3, h4, h5, h6, dt, dd, li, div, blockquote {
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6 { margin-top: 0; }

img, a img {
	border: 0;
}

table {
	margin: 0;
}

.form, .form tr, .form td {
	border: 0;
	background-color: #ddd;
}

:link, :visited {
	text-decoration: none;
	color: #FFF;
}

:link:hover, :visited:hover {
	color: #039;
	background-color: #69c;
}

:link:active, :visited:active {
	color: #FFF;
	background-color: #69c;
}

#skip, .hide {
	display: none;
}

#flags {
	background-image:url(../images/flagstrip.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 13px;
	margin: 0;
}

#wrapper {
	width: 783px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 780px;
	text-align: right;
	overflow: hidden;
}

#header p,
#header h1 {
	margin: 0;
}

#logo {
	display: block;
	margin: 0;
	float: left;
	margin: 0;
	padding: 0;
	//padding-top:3px;	
}


#logo a {
	display: block;
	width: 366px;
	height: 98px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo a span {
    display: none;
}

/*-----------GLOBAL NAV-----------*/

#globalnav {
	float: right;
	font-size: 1em;
	/*overflow: hidden;
	height: 55px;
	*/
	width: 400px;
	height:69px;
	padding: 0;
	margin: 0;
	position: relative;
}

#globalnav :link,
#globalnav :visited {
	color: #fff;
	text-decoration: none;
	padding: 0.2em 0.3em;
	margin: 0 0.2em;
	white-space: nowrap;
}
	
#globalnav :link:hover,
#globalnav :visited:hover,
#header .current{
	color: #039;
	background-color: #69c;
}

#globalnav :link:active,
#globalnav :visited:active {
	color: #fff;
	background-color:#69C;
}


	
	
#header ul {
	list-style: none;
	text-align: right;
	width: 390px;
	height: 2em;
	right: 0;
	bottom: 0;
	overflow: hidden;
	margin: 0;
	position: absolute;
}

#header ul, #header li {
	display: inline;
}


	#facebooklike{ 
		height: 20px;
		left:227px;
		position: relative;
		top: 62px;
		width: 90px;
	}
	#socialnet{ 
		height: 20px;
		left: 343px;
		position: relative;
		top: 57px;
		width: 50px;
	}
	
		#globalnav a.soc1:link,
		#globalnav a.soc1:visited,
		#globalnav a.soc2:link,
		#globalnav a.soc2:visited{
			color: ;
			text-decoration: none;
			padding: 0;
			margin: 0;
			}
		#globalnav a.soc1:link:hover,
		#globalnav a.soc2:link:hover{
			background-color:#CC0000;
		}			
			

		
/*------------BLUE COLUMN-------------*/

#leftcol {
	text-align: center;
	font-size: 10px;
	margin: 0;
	clear: both;
	width: 132px;
	float: left;
	position:relative;
} 

#rightcol{ 
	width:132px;
	height:auto;
	float:right;
}
	#fbplugins {margin:10px 0; position: relative; left: 8px;}
	/*#fbplugins h3{ padding:3px 0; background:none; color:#FFFFFF;}*/

	.fb_edge_widget_with_comment {
		left: 40px;
		position: relative;
		top: 15px;
	}

	#facebooklike2{width:80px; height:15px; position:absolute; left:-39px; bottom:5px;}
	#socialnet2{ width:50px; height:15px; position:absolute; right:0px; bottom:-10px;}
	
	
#leftcolcontent {
	color: #fff;
	width: 132px;
	/*margin: 5px 6px;*/
	background-image: url(../images/left_col_bg.jpg);	
}
	#navcont{ padding: 5px 6px; }
	
#leftcolcontent h2 {
	border-top: 1px dotted #fff;
	margin: 15px 0 4px 0;
	padding-top: 3px;
	font-size: 0.9em;
}

#leftcolcontent p {
	text-align: left;
	border-bottom: 1px dotted #fff;
	padding: 3px 0;
	margin: 0;
	font-size: 0.9em;
}

#leftcolcontent a {
	color: #fff;
	background-color: transparent;
	border: 0;
	font-size: 12px;
	display: block;
	padding: 0.2em;
	text-transform: lowercase;
}

#leftcolcontent :link:hover,
#leftcolcontent :visited:hover,
#leftcolcontent .current {
	color:#039;
	background-color:#69C;
}

#leftcolcontent .current {
	color: #fff;
}

#leftcolcontent a:active {
	color: #fff;
	background-color: #69c;
}

#leftcolcontent ul {
	padding-left: 0;
	margin-left: 0;
}

#leftcolcontent li {
	display: block;
	text-align: left;
	list-style: none;
}

.boxbottom {
	background-image: url(../images/left_col_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0;
}

#leftcolcontent .emailfield {
	font-size: 0.9em;
	width: 90%;
}

#page {
	margin: 0;
	padding: 0 0 3px 139px;
}

/*---------------PAPERTABS---------------*/

#homepagetop {
	height: 20px;
	margin-bottom: 0;
	overflow: hidden;
	background-image: url(../images/homepage_top.gif);
	background-repeat: no-repeat;
}

/*----------WHITE PART OF MAIN PAGE - GENERAL---------*/

#main {
	background-color: #fff;
	padding: 0 1em;
	float: left;
	margin-bottom: 0px;
	border-top: 1px solid #fff;
	line-height: 1.5;
	padding-bottom: 2em;
	/*width: 618px;*/
	width: 621px;
}

#main :link:hover,
#main :visited:hover {
	color: #369;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
}

#main :link:active,
#main :visited:active {
	color: #069;
}

#main p {
	text-align: justify;
}

/*----------WHITE PART OF MAIN PAGE - HOMEPAGE---------*/

#upcoming {
	margin: 1em 0;
	padding: 0;
}

#upcoming :link,
#upcoming :visited {
	color: #039;
	text-decoration: underline;
	display: block;
	margin: 1em 0 0 0;
	padding: 5px 100px 20px 5px;
	font-size: 11px;
}

#upcoming :link:hover,
#upcoming :visited:hover  {
	text-decoration:none;
}

#upcoming .check,
#upcoming .email {
	background-image: url(../images/red_btn2.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 81px;
	text-align: left;
}

#upcoming .check {
	background-image: url(../images/blue_btn.jpg);
}

/*----------WHITE PART OF MAIN PAGE - ARTICLE---------*/

#article {
	margin: 10px;
}

#article p {
	border: 0;
	margin: 10px;
	padding: 5px;
}

#article ul {
	width: 500px;
}

/*--------------FOOTER------------*/

#footer {
	background-color: #069;
	clear: both;
	float: right;
	font-size: 10px;
	width: 620px;
	height: 30px;
	margin: 0 0px 10px 0;
	color: #fff;
	padding: 0.4em 12px;
}

#footerimg {
	background-image: url(../images/footer_text.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 29px;
	clear: both;
	margin: 0 0 -16px 0;
	padding: 0;
	font-size: 0;
}

/*------GENERAL CLASSES-------------*/

.clear {
	clear:both;
}

p.catch {
	font: 1.2em bold italic "trebuchet MS", verdana;
	margin: 0;
	padding: 0;
	color: #777;
}

hr {
    border: 0 none;
    border-top: 1px dashed #999;
    margin: 1em;
    clear: left;
}

table.photo {
    float: left;
    color: #006;
    font-style: italic;
    margin: 0 0.6em 0.5em 0;
    padding: 0 0.6em 0 0;
    background-color: #fff;
}

#main h2 {
    background-color: #79d;
    color: #000;
    padding: 0.3em;
    border-bottom: 1px solid #369;
    text-align: center;
}
h3 {
    background-color: #79d;
    color: #000;
    margin-top: 0;
    padding: 0.5em;
    border-bottom: 1px solid #369;
}
h2 em,
h3 em {
    font-style: normal;
    color: #036;
}
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited {
    color: #468;
}
table.highlight h3 {
    text-align: center;
}

th {
    background-color: #369;
    color: #fff;
    font-weight: normal;
}
table.bball, table.bball td   {
    border: 0 none;
}
th {
    background-color: #369;
    color: #fff;
    font-weight: normal;
}
table.bball th, table.bball td {
    text-align: center;
}
table.bball tr.odd td {
    background-color: #ddd;
}
table.link {
	color:#000000;
	text-decoration:underline;
}


table.highlight img {
    float: left;
    margin: 0 0.7em 0.5em 0;
}
#main :link, #main :visited { color: #0066CC;
}
#subscribe{ width:350px; position:absolute; top:10px; right:0;}
	.input-email{ background:url(../images/subscribeFieldinbox.png) no-repeat; width:200px; height:22px; border:0; float:left;}
	.btn-subscribe{ height:22px; width:74px; }
	


