body, html
{
	margin: 0;
	padding: 5px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background: #71829A;
}

#wrap
{
	width: 830px;
	margin: 0 auto;
	background: #FFF;
}

h1
{
	font-size: 14px;
}

li
{
	line-height: 1.4em;
}

#header
{
	background:#2B5086;
	height: 7px;
}

#wordpress_data
{
	padding-left: 20px;
}

#main
{
	float:none;
	font-weight: bold;
	
}

#logo
{
	padding-left: 20px;
	display: inline;
	
}

#headerContent
{
	font-size: 14px;
	margin-bottom: -10px;
	margin-left: 531px;
	margin-top: -44px;
	position: absolute;
	
}
#frontSection
{
	clear:both;
	line-height:1.4em;
}

h2
{
	color: #2B5086;
}
#frontStory
{
	font-size: 12px;
	font-weight: normal;
	padding:0px 20px 5px 20px;
}

#frontImage
{
	float:left;
}

#footer
{
	clear:both;
	background: #2B5086;
	color: #ffffff;
	font-size: 10px;
	height: 15px;
	text-align: right;
	padding-right: 25px;
	letter-spacing: 1px;
}

A:link 
{
	text-decoration: underline;
	color: #0f587f;
}
A:visited 
{
	color: #0f587f;
	text-decoration: underline;
}
A:active 
{
	color: #0f587f;
	text-decoration: underline;
}
A:hover 
{
	text-decoration: underline; 
	color: #0f587f ;
}

#leadBoxes
{
	background:#F2F2F2 none repeat scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	clear:both;
	font-size: 12px;
	height:50px;
	line-height:1.4em;
}
#leadBox1
{
	float:left;
	padding: 7px 0 20px 20px;
	width:210px;
}

/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(images/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:630px; 
    height:370px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
	font-size: 12px;
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(images/ui_closebtn.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(images/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(images/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}

button
{
	
	background-color:#FFFFFF;
	border:0px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	outline-color:#FFFFFF;
	outline-width:0px;
}

/*Paginator Style Sheet*/

#page
{
	float:none;;
	padding: 30px 40px 30px 20px;
}
#paginate 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}
	
a.paginate 
{
	border: 1px solid #000080;
	text-decoration: none;
	color: #000080;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

a.paginate:hover {
	background-color: #2B5086;
	color: #FFF;
	text-decoration: underline;
}
	
a.current 
{
	border: 1px solid #000080;
	font: bold .7em Arial,Helvetica,sans-serif;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background:#2B5086;
	color: #FFF;
	text-decoration: none;
}
	
span.inactive 
{
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 2px 6px 2px 6px;
	color: #999;
	cursor: default;
}
#pagetext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
}

#footer_border
{
	clear:both;
	background: #2B5086;
	color: #ffffff;
	font-size: 10px;
	height: 2px;
	text-align: right;
	padding-right: 25px;
}

#footer_icons
{
	background-image:url(images/foot_twitter.jpg); 
	background-repeat:no-repeat;
	font-size: 12px;
	font-weight: normal;
	height: 101px;
	padding-left: 200px;
}

.blog_list
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2B5086;
	font-size: 13px;
}

.itemTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2B5086;
	font-size: 18px;
	line-height: 1.4em;
}

.itemDate
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 1.4em;
}

.itemDesc
{
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
}

.snap_preview
{
	padding-bottom: 30px;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
}

.lab_tags
{
	font-family: Verdana;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4em;
}

#footer_component ul li
{
	padding: 2px;
}

#footer_component a:link 
{
	text-decoration: none;
	color: #0f587f;
}
#footer_component a:visited 
{
	color: #0f587f;
	text-decoration: none;
}
#footer_component a:active 
{
	color: #0f587f;
	text-decoration: none;
}
#footer_component a:hover 
{
	text-decoration: none; 
	color: #0f587f;
}

#footer a
{
	color: #fff;
}

