/* reset styles ----------------*/
/* remember to define focus styles! */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, codedel, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


:focus {
	/*outline: 0;*/
}


body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

blockquote{
	margin-left:20px;
	margin-right:20px;
	
}

code{
	font-size:12px;
}

strong{
font-weight:bold;
}

em{
	font-style: italic;
}

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	
	background-color:#132467;
}

img {
  behavior: url('/js/fx-iepngfix.htc');
  }
  
  .floatLeft{
  	float:left;
  }
  
  .floatRight{
  	float:right;
  }
  
    img.floatLeft{
  	float:left;
	padding-right:10px;
  }
  
  img.floatRight{
  	float:right;
	padding-left:10px;
  }
  
  .border{
  	border:1px solid #2b6cbd;
  }
  
  .nomargin{
  	margin:0 !important;
  }
  
  small{
  font-size: smaller;
  }
  
  /*---- width ------*/
  
  .widthHolder{
	width: 754px;
	/*width:768px;*/
	margin:0 auto;
	position:relative;
	/*overflow: visible;*/
	text-align:left;

}

#homeImage{
	width:754px;
	margin:0 auto;
	padding-left:0 !important;
}

  * html #homeImage img{
		/*margin-left:0px !important;*/
	  \margin-left: 14px; /* for IE5 and IE6 in quirks mode */
    m\argin-left: 0px; /* for IE6 in standards mode */
}



.clear{
	clear:both;
}


/*-------------------------- header ------*/

#header{
	width:100%;
	background-image: url(../images/backgrounds/header.png);
	background-repeat: repeat-x;
	background-color: #d8dbd6;
	overflow:visible; /* fixes ie8 issue that clear doesn't seem to fix */
	position:relative;
}

#rocketHolder{
	width: 754px;
	position:relative;
}

#rocket{
	position:absolute;
	left: -165px;
	top:15px;
}



#logo {
    padding: 52px 0 0 0;
    overflow: hidden;
    background-image: url(../images/website-design-cork.png);
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:52px;
	 width:502px;
	 float:left;
}


#logo h1{
	font-size:8px;
}

#subscribe{
	width:250px;
	float:right;
	padding-top:24px;
	text-align:right;
	padding-bottom:0px;
}

#subscribe img{
	margin-left:2px;
}


.containerOne{
	float:left; 
	width: 744px !important;
   width /**/:754px;
	background-color:#FFFFFF;
	border-left:5px solid #a8b031;
	border-right:5px solid #a8b031;
	padding: 5px 0px 5px 0px;
}

.containerOneTop, .containerOneEnd{
	behavior: url('/js/fx-iepngfix.htc');
	background-repeat: no-repeat;
	width:754px;
	height:10px;
	float:left;
	font-size: 1px;
}

.containerOneTop{
	background-image: url(../images/backgrounds/topNav-top.png);
}

.containerOneEnd{
	background-image: url(../images/backgrounds/topNav-end.png);
}

.containerOne ul{
	
}


.containerOne ul li {
	float:left;
	display: inline;
	list-style: none;
	font-size:14px;
	font-weight:bold;
	border-right:1px solid #a8b031;
	font-size:14px;
	text-transform: uppercase;
	padding-left:15px;
	padding-right:15px;
	}
	
	.containerOne  ul li#last{
	border-right:none;
}

.containerOne ul li a{
	/*display:block;
	padding: 10px 15px 10px 15px;*/
	
	}
	
	.containerOne ul li a:link{
	color:#2b6cbd;
	text-decoration:none;
	}
	
		.containerOne ul li a:visited{
	color:#2b6cbd;
	text-decoration:none;
	}
	
		.containerOne ul li a:hover, .containerOne ul li.topNavCurrentLink,  .containerOne ul li.topNavCurrent{
	color:#a8b031;
	text-decoration:none;
	}
	
	li.topNavCurrent{
	/*display:block;
	padding: 10px 15px 10px 15px;*/
	
	}
	
		.containerOne ul li.topNavCurrentLink, 	.containerOne ul li.topNavCurrentLink a{
	color:#983620 !important;
	}
	
	
		.containerOne ul li a:active{
	color:#983620;
	text-decoration:none;
	}
	
	/* -------------------- midddle ------------*/
	
	#middle{
		width:100%;
		/*padding-bottom:20px;*/
		background-color: #d8dbd6;

	}
	
	
	/* ---- sidebar --------------------*/
	
	.sidebarPage, .sidebarHome{
		width:210px;
		float:right;
		overflow: visible;
	}
	
	.sidebarPage{
		margin-top:10px;
	}
	
	 .sidebarHome {
		margin-top:-18px;
	}
	
		  * html .sidebarHome{
    \margin-top: 0px; /* for IE5 and IE6 in quirks mode */
    m\argin-top: 0px; /* for IE6 in standards mode */
  }
  
  .sidebarHome p{
  	margin-bottom:20px;
  }
  
  /*----- sideNav ----*/
  
  .sideNav li{
  width:200px;
  background: url(../images/backgrounds/sideNavTop.png) no-repeat top;
  margin-bottom:5px;
 font-size:12px;
 font-weight:bold;
background-color:#FFFFFF;
  padding-top:3px;
  }
  
  .sideNav li a, .sideNav li .sideNavCurrent{
  	  background: url(../images/backgrounds/sideNavEnd.png) no-repeat bottom;
	   padding: 5px 5px 8px 8px;
		/* width:187px;*/
	  display:block;
	background-color:none;
  }
  
/* ie 5 & 6 only clickable on text */
  

  
  .sideNav li a:link {
 color:#2b6cbd;
 text-decoration:none;
}


 
.sideNav li a:visited{
	color:#2b6cbd;
	 text-decoration:none;
}

.sideNav li a:hover,   .sideNav li .sideNavCurrent {
color:#FFFFFF;
	background-color:#a8b031;
}
 


.sideNav li a:active {
	color:#ffcd32;
}


/*----- search ----------------*/

input.searchField{
	width:152px;
	height:15px;
	border:3px solid #2d8acb;
	margin:0;
	display:inline;
	float:left;
		font-size:12px;
	padding: 2px 2px 2px 5px;
	color:#2b6cbd;
		letter-spacing: 1px;
}

input.submit{
	display:inline;
	float:left;
	margin-left:3px;

}


	
	/*----- internal ads */
	
	.internalAds{
		clear:left;
	}
	
	
	
		/* ---- content --------------------*/
	
	.content, .contentHome{
				float:left;
		display:inline;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		
	margin-top:10px;
	line-height:1.4em;
	}

	
	.content{
		width:524px;
		font-size: 14px;
		/*padding-left:10px;*/
	}
	
	.contentHome{
		width:492px;
		margin-left:10px;
		margin-right:42px;
		font-size:16px;
		margin-bottom:20px;
	}

	
	.content ul, .contentHome ul{
	margin: 0 0 1.4em 2em;
	list-style: disc;
	padding-left:10px;
	}
	
		.content ol, .contentHome ol{
	margin: 0 0 1.4em  2em;
	list-style: decimal;
	padding-left:1.4em;
	}
	
	.content h1, .contentHome h1{
		color:#2b6cbd;
		font-size:24px;
		font-weight:bold;
		margin: 2em 0 1em 0;
		padding: 0 0 2px 36px;
		line-height:1.2em;
	}
	
	.content h1{
		background: url(../images/backgrounds/h1-star-2.png) no-repeat top left;
	}
	
	.contentHome h1{
		background: url(../images/backgrounds/h1-star-1.png) no-repeat top left;
	}
	
	.content h1.snug, .contentHome H1.snug{
		margin-top:0;
	}
	
	.content h2, .content h3{
		color:#2b6cbd;
		font-weight:bold;
		line-height:1.2em;
	}
	
	.content h2{
		font-size:22px;
		/*margin-bottom:1.2em;*/
	}
	
	.content h3{
		font-size:18px;
		margin-top:2em;
	}
	
	.content p{
		margin-bottom:1.4em;
	}
	
	
	.content a:link, .contentHome a:link {
/* color:#983620;*/
color:#2b6cbd;
 text-decoration:underline;
}

.content h1 a:link, .content h2 a:link{
	text-decoration:none;
}

.content h1 a:hover, .content h2 a:hover{
	text-decoration:underline;
}


 
.content a:visited, .contentHome a:visited{
	color:#2b6cbd;
	text-decoration : none;
}

.content a:hover, .contentHome a:hover {
color:#983620;
	text-decoration : none;
}
 


.content a:active, .contentHome a:active {
	color:#983620;
	text-decoration : none;
}
	
	/* -  highlight -----------*/
	
	.highlight{
		width:452px;
		background: #e7eae5 url(../images/backgrounds/highlightTop.png) no-repeat top;
		padding: 20px 20px 10px 20px;
	}
	
			  * html .highlight{
    \width: 492px; /* for IE5 and IE6 in quirks mode */
    w\idth: 452px; /* for IE6 in standards mode */
  }
	
	.highlightEnd{
		width:492px;
		height:10px;
		font-size:1px;
		background: #e7eae5 url(../images/backgrounds/highlightEnd.png) no-repeat top;
	}
	
	
	
		.highlight2{
		width:462px;
		background: #e7eae5 url(../images/backgrounds/highlight2-top.png) no-repeat top;
		padding: 20px 20px 10px 20px;
		clear:left;
	}
	
			  * html .highlight2{
    \width: 502px; /* for IE5 and IE6 in quirks mode */
    w\idth: 462px; /* for IE6 in standards mode */
  }
  
  
 .blogPost .highlight2 p{
  	padding-left:0;
	padding-right:0;
  }
  
  	.highlight2End{
		width:502px;
		height:10px;
		font-size:1px;
		background: #e7eae5 url(../images/backgrounds/highlight2-end.png) no-repeat top;
		
	}
	
	.highlight2 p{
		margin:0;
	}
	
	
	/* white content --------------------------*/
	
	.whiteContent, .blogPost{
		width:504px;
		display:inline;
		float:left;
		background-color: #FFFFFF;
		padding:10px;
		
	}
	
			  * html .blogPost{
    \width: 524px; /* for IE5 and IE6 in quirks mode */
    w\idth: 504px; /* for IE6 in standards mode */
  }
	
	.blogPost{
			background: #FFFFFF url(../images/backgrounds/blog-post-top.png) no-repeat top;
	}
	
	.whiteContent{
		background: #FFFFFF url(../images/backgrounds/whiteContent-top.png) no-repeat top;
	}
	
	
	
	.whiteContent p, .blogPost p{
		padding-left:10px;
		padding-right:10px;
	}
	
	.whiteContent h2, .blogPost h2{
		margin-bottom:1.2em;
	}
	
	
	
	.whiteContentEnd{
		background: #FFFFFF url(../images/backgrounds/white-content-bottom.png) no-repeat bottom;
		float:left;
		font-size:1px;
		height:10px;
		width:524px;
		margin-bottom:10px;
	}
	
	
	/* ------ date ------------------*/
	
	.date{
	font-size:12px;
	background: #e7eae5 url(../images/backgrounds/post-date-left.png) no-repeat left;
	color:#aaada9;
	padding-left:10px;
	float:left;
	display:inline;
}

.date p{
	background: #e7eae5 url(../images/backgrounds/post-date-right.png) no-repeat right;
	padding-right:10px;
	margin:0;
}

.date a:link {
 color:#aaada9;
 text-decoration:none;
}


 
.date a:visited{
	color:#aaada9;
}

.date a:hover {
	text-decoration : none;
	color:#983620;
}
 


.date a:active {
	color:#983620;
}


/*-------- comments -----------------*/



 h2.comments, h2.leaveComment {
	font-size:18px;
	color:#aaada9;
	width:504px;
	float:left;
	margin-top:10px;
	padding: 5px 10px 0 10px;
	position:relative;
}
			  * html h2.comments, h2.leaveComment{
    \width: 524px; /* for IE5 and IE6 in quirks mode */
    w\idth: 504px; /* for IE6 in standards mode */
  }
  
  h2.comments{
  	background: url(../images/backgrounds/comments.png) no-repeat top;
  }
  
  h2.leaveComment{
  	background: url(../images/backgrounds/leave-comment.png) no-repeat top;
  }


.comment{
	width:504px;
	padding:10px;
	float:left;
	background-color:#e7eae5;
	font-size:12px;
	color:#969996;
	margin-top:10px;
}

			  * html .comment{
    \width: 524px; /* for IE5 and IE6 in quirks mode */
    w\idth: 504px; /* for IE6 in standards mode */
  }

.author{
	background-color:#FFFFFF;
}

.stamp{
	text-align:right;
}

#commentForm{
	background-color:#e7eae5;
	width:504px;
	float:left;
	padding:10px;
}

			  * html #commentForm{
    \width: 524px; /* for IE5 and IE6 in quirks mode */
    w\idth: 504px; /* for IE6 in standards mode */
  }
  
  #commentForm label{
  	display:none;
  }
  
  #commentForm #comment{
  	width:270px;
  }
  
  #commentForm input.commentField{
  	
	width:194px;
	
  }
  
  #commentForm input#subscribeComments{
  /*	border:1px solid #2d8acb;*/
	margin:0px;
	padding:0;
  }
  
  #commentForm .subscribe-to-comments label{
  	display:inline;
	font-size:10px;
	color: #2b6cbd;
	margin:0px;
	padding:0;
  }
  
  #commentForm input.commentField, #commentForm #comment{
  		border:3px solid #2d8acb;
	padding:4px;
	color:#2d8acb;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
  }
  
  #commentForm #submitComment{
  border:0;
  padding:0;
  	width:208px;
  }
  
  #commentForm #submit{
  	border:3px solid #a8b031;
	background-color:#FFFFFF;
	width:208px;
	/*height:27px;*/
	cursor: pointer;
	padding-top:2px;
	padding-bottom:2px;
  }
  
  #col1{
  	float:left;
	width:284px;
  }
  
  #col2{
  	float:left;
	width:210px;
	padding-left:10px;
  }
  
  #col2 p{
  	margin-bottom:5px;
  }

	
	/*------- content Footer -------*/
	
	#contentFooter{
		width:754px;
		float:left;
		margin-top:20px;
		margin-bottom:10px;
		text-align:center;
	}
	
		#contentFooter img{
		
			margin: 0 25px 0 25px;
		}
	


	
	/* ---- footer --------------------*/	
	
	#footer{
		width:100%;
		background: url(../images/backgrounds/footer.png) repeat-x ;
		text-align:center;
		}
		
		.footerHeight{
			height:86px;
		}
		
		
		.containerFooter{
			text-align:center;
			color:#2b6cbd;
			font-size:12px;
		}
		
.footerSpacer{
	padding: 0 20px 0 20px;
}



#footer a:link {
 color:#2b6cbd;
 text-decoration:none;
}


 
#footer a:visited{
	color:#2b6cbd;
}

#footer a:hover {
	text-decoration : none;
	color:#983620;
}
 


#footer a:active {
	color:#983620;
}


#underFooter{
float:left;
width:754px;
margin-top:10px;
	text-align:center;
	color:#38adfe;
	font-size:12px;
}

.footerSmall{
	margin-top:10px;
	font-size:10px;
}

#underFooter a:link {
 color:#38adfe;
 text-decoration:none;
}

#underFooter a:visited{
	 color:#38adfe;
 text-decoration:none;
}

#underFooter a:hover {
	text-decoration : underline;
color:#38adfe;
}
 


#underFooter a:active {
	color:#ffcd32;
}