/*==============================================/  
	
	1: Base
	
==============================================*/

/*====> Simple Reset <====/

*/
html, body { font: 14px/1.6 "Trebuchet MS", verdana, geneva, lucidia, arial, sans-serif; margin: 0; padding: 0; color: #333333; }
h1, h2, h3, h4, h5, h6, ul, ol, li, form, fieldset, input, table, tr, td { margin: 0; padding: 0; }
img, fieldset { border: none; }
ul {list-style: none;}
select, option { outline: none; }
a { text-decoration: none; outline: none; cursor: pointer; }

/*====> Base Elements <====/
*/

body {background: #004287;}

h1 {
	font-size: 30px;
	color: #003479;
}
h2 {
	font-size: 18px;
	color: #003479;
	margin-bottom: 20px;
}
h3 {
	font-size: 14px;
	color: #003479;
	margin-bottom: 1em;
}
h4 {
	font-size: 12px;
	color: #003479;
}

hr {
	color: #ccc;
	background-color: #ccc;
	border-width: 0;
	height: 1px;
	display: block; 
	margin: 1.5em 0;
}


/*==============================================/  
	
	2: Layout
	
==============================================*/

#topbar {
	background: #004287 url('../images/top-bar.gif') repeat-x left top; 
	width: 100%;
	height:10px; 
	margin: 0; 
	position: relative;
}

#wrapper {
	width: 95%;
	min-width: 800px;
	background: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0 auto 0 auto;
	overflow: auto;
}

#header {
	height: 140px; 
	z-index: 20;
	margin-top: 10px;
	}

#close_window_btn {
	margin-right: 4em;
	display: block;
    position: absolute;
    right: 19px;
    top: 0;
	z-index: 80;
}


#logo {
    left: 120px;
    line-height: 27px;
    position: absolute;
    top: 36px;
	min-width: 450px;
}

.float_left {float: left;}

.slogan {
    color: #666666;
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding: 14px 0 0 20px;
}

#main_content {
	position: relative; 
	width: 90%;
	padding: 0 3em;
	margin: 0 auto;
}

#main_content ul {
	list-style: disc;
}



#intro {background: #fff; width:100%; }

#intro_box {
	min-height: 86px; 
	padding: 25px 29px 20px 29px; 
	overflow: auto; 
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
		}

.search_description {float: left;}

.view_all {float: left; margin: .5em 1em 0 4em;}

 #article-image, .article-image
{
  float: right;
  width: auto;
  max-width: 300px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
}



.cat-image
{
  display: block;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}


#article-image img
{
  
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #cccccc;
  border-right-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}


.caption
{
  color: #999999;
  font-size: 10px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  text-align: center;
  width: 300px;
}


#article-image .caption, .article-image .caption
{
  font-size: 10px;
  color: #999999;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  text-align: center;
  max-width: 300px;
  width: auto;
}



/*====> Base Link Styles <====/*/

a, a:link {color: #238EC4;}

a:hover, a:focus {text-decoration: underline; cursor: pointer;}

a: visted {color: #238EC4;}


/*====>  Search Results Page <====*/

.callout {	
	margin-top: 2em;
}

.callout ul {
	margin: 1em 2em 2em 2em;
}

ul li {
	padding: .25em 0;
}


#content-area {
    padding: 30px 60px 60px 40px;
    overflow: hidden;
    min-height: 400px;
	overflow: visible;
	min-width: 40%;
	max-width: 95%;
	margin: 0;
}

.standard {
	font-size: 24px;	
	margin-bottom: 1em;
}

.company {
	font-size: 22px;
	color: #000;
	margin-bottom: 1em;
}


.tip {font-size: 11px;}


/* Table Styles */

table {
	width: 70%;
	min-width: 500px;
}

th {
	padding: 1em;
	background: #d5e7f0;
	font-size: 16px;
	vertical-align: top;
}

td {
	border: 1px solid #ccc;
	padding: .5em;
}

td[rowspan] {
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	padding: .5em;
}

tbody tr:nth-child(odd) {
   background-color: #f0f1f1;
}


.row-type td {
	background-color: #e4e4e4;
	padding: 10px;
	font-size: 16px;
}

.row-type td {
	border-top: 10px solid #ccc;
}





/* FOOTER STYLES */

#footer {
	clear: both;
    background: #F3F3F3;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
    font-size: 10px;
    margin: 0 auto;
    padding: 30px 33px 0;
    position: relative;
    width: auto;
	overflow: auto;

}


#social-media h5 {
    padding: 0 8px 0 0;
}
h5 {
    color: #666666;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

#social-media li {
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 5px 0 0;
    width: auto;
}

.copyright {float: right; text-align: right; color: #666;}

