/*  based on crochet2.css   */
/*  red:  ED1B24
	blue: 1C5262     */
	

/*****************
	MAIN  
******************/

body {
	margin:0;
	padding:0px 0px;
	font-family: arial, helvetica, sans-serif; 
	letter-spacing: 0px; 
	line-height: 1.5em;  }

#pageContainer {
	width: 780px;
	margin: 0 auto 0 auto;
	background-color: #fff; }  /* div that contains all the content */


#contentBlock{   /* IE hack to fix the font-size and layout of content */
	 height: 100%;
	 overflow: visible;
	 color: #000;
	 font: arial,helvetica, sans-serif;
	 padding: .5em 3em 0 1em;
	 background: #fff;
	 border-left: 1px dotted #ccc;}

#centerOfPage > #contentBlock{
	 height: auto;
	 width: auto;
	 overflow: auto;
	 color: #000;
	 font: medium arial,helvetica,sans-serif;
	 padding: .5em 3em 0 1em;
	 background: #fff;}


h1 {
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	color: #1C5262;
	font-size: 125%;
	padding-top: .5em;
	background: transparent;}
}

h2 {
	font-family: arial, helvetica, sans-serif;
	color:#1C5262;
	font-weight: bold;
	font-size:105%;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
	background: transparent;}

#sectionEnd {
	padding-bottom: 0px;
	border-bottom: 1px dotted #ccc;
	line-height: 150% !important;
	margin-bottom: 2px; }


/*****************
	TEXT STYLES
******************/

p {  margin: 1em 0;}


a {  	
	font-family:arial, helvetica, sans-serif;
	color:#ED1B24;
	font-weight: bold;
	text-decoration: underline;
	background: transparent;}

a:hover {
	color: #ED1B24;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #ED1B24;
	background: transparent;}

a.navlink { 
	font-family: arial, helvetica, sans-serif;
	color:#ED1B24;
	font-weight: bold;
	font-size: 80%;
	text-decoration: underline;
	background: transparent;}

a.navlink:hover { 
	font-family: arial, helvetica, sans-serif;
	color:#ED1B24;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #ED1B24;
	background: transparent;}

a.footerlink { 
	font-family: arial, helvetica, sans-serif;
	color:#1C5262;
	font-weight: bold;
	font-size:100%;
	text-decoration: underline;
	background: transparent;}

a.imglink {
	border: 0; }

a.imglink:hover {
	border: 0;
	text-decoration: none;
	border-bottom: none;}

td.formlabel
{ 
	font-family: arial,helvetica, sans-serif; 
	color:#000;
	font-weight: normal; 
	font-size: 95%; }

/*****************
	HEADER STYLES
******************/

#header {
	width: 780px;
	margin: 0 auto 0 auto;
	height: 68px;
	z-index: 10; }

#topBar {			/* google links ad bar */
    background:#1C5262;
    padding: 4px; 
    text-align: center;}


/*****************
	MENU STYLES
******************/

#centerOfPage{
 height: 100%;     	/* used to extend menuLeft */
 color: inherit;
 background: #fff;}	/*background of left nav here so is height of page */

#menuLeft { 
	float: left;
	width:180px;
	top:160px;
	height: 100%; /* used to extend menuLeft */
	padding: 2px 3px;
	background: transparent; 
	text-align: left;}

.leftnavheadline { 
	font-family: arial, helvetica, sans-serif;
	font-size:80%; 
	font-weight:bold;
	color: #1C5262; }


/*****************
	CONTENT STYLES
******************/

#content {
    position:absolute;
    top:170px;
    left:180px; }


p.pattern { font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #fff;
	font-size: 100%;
	line-height: 150%; }
	
#contentadblock {
    float:right;
    width:225px;
    background:#fff;
    position:relative;
    padding: 5px 30px; }

#adBlock {
    float:left;
    background:#fff;
    position:relative;
    padding: 0px 0px; }


/*****************
	FOOTER STYLES
******************/

#footer {
 clear: both;
 text-align: center;
 margin: auto;
 padding: 5px 7px;
 color: inherit;
 font: x-small arial,helvetica,sans-serif;
 background: #fff;}


#pageContainer > #footer{
 clear: both;
 margin: auto;
 padding: 5px 7px;
 color: inherit;
 font: small arial,helvetica,sans-serif;
 background: #fff;}
