/*

v4.0

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  TAGS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  text
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
*/

html {height: 100%;}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#525051;
	background-color: #C6C6C6;
}

h1,h2,h3,h4,h5,h6{margin:0px 10px 0px 10px; padding: 0px;}

p{margin:0px; padding: 10px 10px 0px 10px;}


p,ul,ol {
	font-size: 10px;
	line-height: 18px;
	color: #666;
	text-align: center;
}
ul{
	list-style-type: circle;
}

 h1{
	display:block;
	height:20px;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #018EA9;
	background-image: url(../images/graphics/dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 4px;
}

h2{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #018EA9;
	font-style: normal;
	
}
h3{
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
	text-align:right;
}
h4{
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
}
h5{
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
}
h6{
	font-size: 12px;
	line-height: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

/* 
  table cells
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
*/

table	{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	text-align: center;
	overflow: hidden;
}

table p	{
line-height:20px;
	color: #6B6B6B;
}

/* 
 hyperlinks
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
*/
a:link,a:visited		{color: #A0C804;text-decoration: none;}
a:hover        		{
	color: #018EA9;
	text-decoration: none;
}


/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ELEMENTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

header, submenu, content, footer, sectionmap, page
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
*/
#page{
	margin:0px auto 0px auto;
	width:740px;
	padding:0px 0px 0px 0px;
	background-color:#F9F9F8;
}
#header{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header a {cursor:pointer;}
#submenu{
	margin: 4px 0px 4px 4px;
	border-style: solid;
	border-color:#E0E0E0;
	border-width: 1px 0px 1px 0px;
	background-color: #ffffff;
	height: 16px;
	width:732px;
	clear: both;
	font-size: 10px;
	text-align: center;
}
#content{clear:both;
	margin: 0px 0px 20px 0px;
}

#footer{
	border-style: solid;
	border-color:#ffffff;
	border-width: 1px 0px 0px 0px;
	background-color: #514F50;
	width:740px;
	clear: both;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sectionmap{
	margin: 4px 0px 0px 0px;
	border-style: solid;
	border-color:#ffffff;
	border-width: 1px 0px 0px 0px;
	background-color: #ff0000;
	height: 86px;
	width:740px;
	clear: both;
}

/* 
 submenu menu links
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
important : read buggn' notes below. 
*/
#submenu ul{
	margin: 0;
	padding: 0px 0px 4px 184px;
	list-style-type: none;
 }
#submenu li {
	display: inline;
	margin: 0px;
	padding-left: 0px;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position: left;
	background-repeat: no-repeat;
}
 #submenu li a{
	text-decoration: none;
	padding: .2em .9em;
	color: #999;
	/*sub menu links*/
 }
 #submenu li a:visited{
	text-decoration: none;
	padding: .2em 1em;
	color: #018EA9;

 }
#submenu li a:hover {
	color: #018EA9;
	text-align: center;

 }
/* 
footer links 
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
#footer ul{
	margin: 0;
	padding: 0px 0px 4px 0px;
	list-style-type: none;
	display:inline;
	clear: both;
 }
 
#footer li {
	display: inline;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position: left;
	background-repeat: no-repeat;
}
 #footer li a,#footer li a:visited{
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #999999;
	font-size: 9px;
 }
 
#footer li a:hover {
	color: #018EA9;
 }
*/ 
#footer ul{
	margin: 0;
	padding: 0px 0px 4px 10px;
	list-style-type: none;
	display:inline;
	text-align: center;
	font-size: 8.5px;
 }
#footer li {
	display: inline;
	margin: 0px;
	padding-left: 0px;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position: left;
	background-repeat: no-repeat;
}
 #footer li a{
	text-decoration: none;
	padding: .2em .9em;
	color: #FFFFFF;
 }
 #footer li a:visited{
	text-decoration: none;
	padding: .2em 1em;
	color: #A19FA0;
 }
#footer li a:hover {
	color: #018EA9;
	font-size: 9px;
}/* 
/*
sectionmap links 
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
*/ 
#sectionmap div ul{
	margin: 0;
	padding: 0px 0px 2px 2px;
	list-style-type: none;
 }
#sectionmap div li {
	display: inline;
	margin: 0px;
	padding-left: 0px;
	background-image: url(../images/graphics/menu_divider.gif);
	background-position: left;
	background-repeat: no-repeat;
}
 #sectionmap li a{
	text-decoration: none;
	padding: 0px;
	color: #FFFFFF;
 }
 #sectionmap li a:visited{
	text-decoration: none;
	padding: .2em 1em;
	color: #A19FA0;
 }
#sectionmap li a:hover {color: #018ea9;}

#sectionmap form{
	display:inline;
	padding: 0px 4px 0px 4px;
	margin: 0px;
}
#sectionmap input{
	width:148px;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #e0e0e0;
	background-color:#ffffff;
	margin: 0px;
	border: 1px solid #e0e0e0;
}
/*
switcher used for 15 good reasons and rules 
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
*/ 
#switcher div{
	display:none; 
	z-index: 100; 
	position: 
	relative; top: 0px; 
}
/*
section map divs - allocated ids to hide them.. 
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  CLASSES
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
column widths
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
*/
 .c1,.c2,.c3,.c4{
	float:left;
	display: inline;
}

 .c1{width:184px;}
 .c2{
	width:368px;
	overflow: scroll;
}
 .c3{width:552px;}
 .c4{width:736px;}

/* 
content box layout 
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
*/
.bCopy,.bImage,.bAd,.bSnippet,.bMenu,.bCaption,.bSpacer{
	margin: 0px 0px 4px 4px;
	border-style: solid;
	border-color:#E0E0E0;
	border-width: 1px;
	background-color: #FFFFFF;
}
.bImage,.bSpacer{
	height:10px;
}

.bCopy{
	padding: 0px 0px 20px 0px;
}
/* 
content box text 
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
*/

.bAd h1{
	margin:0px;
	font-size:10px;
	padding-right:10px;
	text-align:right;
	color: #6B6B6B;
	border-top:1px solid #E0E0E0;
	background-color:#E0E0E0;
	background-image: url(../images/graphics/spacer.gif);
}

.bAd h2{
	font-size:10px;
	text-align:right;
	background-image: url(../images/graphics/dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-top:10px;
	padding-bottom:10px;

}

.bAd p{
	text-align:right;
}

.bSnippet p{
	text-align:right;
	color:#666666;
	display:block;
	line-height:20px;
	padding: 0px 4px 4px 0px;
}

.bMenu h1{
	display:block;
	height:20x;
	margin:0px;
	font-size:10px;
	padding-right:10px;
	text-align:right;
	color: #018ea9;
	display: block;
	background-color: #e0e0e0;
	background-image: url(../images/graphics/spacer.gif);
	background-position:bottom;
	background-repeat: no-repeat;}

.bCaption h1{
	display:block;
	height:18px;
	margin:0px;
	font-size:10px;
	padding-right:10px;
	text-align:right;
	color: #999999;
	border-top:1px solid #E0E0E0;
	background-color: #fafafa;
	background-image: url(../images/graphics/spacer.gif);
	line-height: 18px;
}

.tHeader	{
	margin: 0px;
	background-color: #E0E0E0;
}
.tHeader p	{
	color: #A19FA0;
	line-height: 24px;
}

/* 
 vertical menu links
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷  
*/
.bMenu ul{
	list-style-type: none;
	font-size:10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
 }
.bMenu li{
	margin: 0px 8px 0px 8px;
	padding:4px 0px 0px 0px;
	background-image: url(../images/graphics/dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;

 }
 .bMenu a{
	display: block;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color:#A19FA0;
	text-align:right

}
.bMenu a:visited{
	text-decoration: none;
	color: #018EA9;
 }
.bMenu a:hover{
	color:#018EA9;
	text-decoration: none;
	font-weight: bold;
}
/* 
Calendar ÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷  
*/

#sidebar #calendar {
	padding: 0;
}

#calendar caption {
}

#calendar table {
	width: 60%;
	padding: 0 20px;
	text-align: center;
}

#calendar thead th {
	border-bottom: 2px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
}

#calendar tbody td {
	padding: 5px 0;
	border-bottom: 1px solid #F2F2F2;
}

#calendar tfoot td {
	border-top: 1px solid #F2F2F2;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}
/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  HACKS / BUGGN'
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  
 

*/
img, object{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: center;
}	

.imgmap {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}
/*all browsers : 
if floated divs are placed inside a div, the
wrapper div will not stretch around the floated
divs. To fix, add this class to the lowermost 
floated div */
.stretcher{font-size:20px;clear:both;}		
/* ie win :
doubles the margin width of floated divs. see
http: //www.positioniseverything.net/explorer/doubled-margin.html 
to fix, add display:inline to all floated divs. 


----------------------------------------------------------
 buggn'
----------------------------------------------------------

LINK LISTS : IEWIN ADDS LINE BREAKS BETWEEN <li> TAGS. 
#page #content .c2 .bCopy p {
	text-align: left;
}
.text-align {
	position: absolute;
	left: auto;
	text-align: left;
}
