/* Default Global Style Section
***
***Use this to control all of the Default html elements on your site.
***
*/
* {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{
	margin:0px;
}
ul,ol{
	margin-left:2em;
}
fieldset{
	padding:.5em;
}
html{
	font-size:100.01%;
}
#layout-width{
	width: 960px;/*744px or 960px for a fixed width layout and 100% for a fluid layout */
	margin-left: auto;
	margin-right: auto;
}
body{
	padding: 0px;
	margin: 0px;
	/*default text*/
	color: #07243d;
	/*text-shadow: red 10px 10px 0px;*/
	font-size: 15px;
	line-height: 1.5em;
	font-family: Verdana, Tahoma, Geneva, Arial, sans-serif;
	background-color: #14538a;
}
h1{
	color: #07243d; 
	font-size: 180%;
	font-weight: bold;
	line-height: 1.0em;
	word-spacing: 0.3em;
}
h2{
	color: #07243d; 
	font-size: 180%;
	font-weight: normal;
	line-height: 1.0em;
	word-spacing: 0.3em;
}
h3{
	color: #07243d; 
	font-size: 160%;
	font-weight: normal;
	line-height: 1.0em;
	word-spacing: 0.3em;
}
h4{
	color: #07243d; 
	font-size: 150%;
	font-weight: normal;
	line-height: 1.0em;
	word-spacing: 0.3em;
}
h5{
	color: #07243d; 
	font-size: 100%;
	font-weight: bold;
	line-height: 1.0em;
	word-spacing: 0.3em;
}
h6{
	color: #07243d; 
	font-size: 75%;
	font-weight: bold;
	line-height: 1.0em;
	word-spacing: 0.3em;
}
blockquote{
	width: 320px;
	margin: 20px 10px 20px 20px;
	float: right;
	color: #07243d; 
	font-size: 150%;
	word-spacing: 0.2em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;;
	background-color: transparent;
	border: 0px solid #07243d;
	font-style: italic;
	font-family: Georgia, Palatino Linotype, Book Antiqua, Palatino, Times News Roman, Times, serif;
}
quotation{
	width: 430px;
	margin: 5px 10px 0px 10px;
	padding: 10px;
	float: right; 
	color: #07243d; 
	font-size: 105%;
	word-spacing: 0.3em;
	font-weight: bold;
	text-align: left;
	line-height: 1.3em;
	background-color: transparent;
	border: 0px solid #07243d; 
}
/*end of global html elements section */

/* Links Section
***
***Use this to control all of the links on your site.
***
*/

a:link{	
	color: #1762a2; 
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #0b3c66; 
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	color: #0b3c66;
	font-weight: bold;
	text-decoration: none;
}
a[href $='.pdf'] { /*PDF Links*/
	padding-left: 18px;
	background: transparent;
	background-image: url(../images/icon_pdf.gif);
	background-repeat: no-repeat; 
	background-position: center left;
}
a[href $='.xls'] { /*Excel File Links*/
	padding-left: 18px;
	background: transparent;
	background-image: url(../images/icon_xls.gif);
	background-repeat: no-repeat; 
	background-position: center left;
}
a[href $='.doc'] { /*Doc File Links*/
	padding-left: 18px;
	background: transparent;
	background-image: url(../images/icon_doc.gif);
	background-repeat: no-repeat; 
	background-position: center left;
}
a[href ^="mailto:"] { /*Email Links*/
	padding-left: 20px;
	background: transparent;
	background-image: url(../images/icon_mail.gif);
	background-repeat: no-repeat; 
	background-position: bottom left;
}
/*end of links section */

/*This is the section where you can edit the titles in the main content area.*/
.contentheading{/*Content title*/
	color:#07243d; 
	font-size: 150%;
	font-weight: bold;
	line-height: 1.0em;
	word-spacing: 0.3em;
}
.componentheading{/*Component title*/
	color: #1762a2;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.0em;
	word-spacing: 0.3em;
}
/*end of content titles section */

/*images section*/
img a{
	border: 0px;
}
.mosimage{/*Only works when the image has a caption. Can add single space for the caption.*/
	border: 2px solid  #07243d; 
}
div.mosimage_caption{
	padding-bottom: -10px;
	color:  #07243d; 
	font-size: 60%;
	text-transform: uppercase;
}
/*end of images section*/

/* icons print, pdf, email*/
.buttonheading{
	margin: 0px;
	text-decoration: none;
}
a.pop-up {border-bottom: 0;}
/*end of icons section*/

.small,.modifydate,.createdate,caption{
	color:  #07243d; 
	font-size: 60%;
	letter-spacing: 0.2em;
}
.back_button, .readon{
	margin: 5px 0px;
	width: 75px;
	background-color: #fff;
	border: 2px solid  #07243d; 
	/*button text*/
	color:  #07243d; 
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}	
.back_button a, readon a{
	text-decoration: none;
}
.back_button a, readon a:hover{
	color:  #07243d; 
}
.readon{
	padding: 5px;
}
.blog_more{
	margin-bottom: 15px;
}	
.pagenav_prev a, .pagenav_next a{
	text-decoration: none;
}
.button{
	margin: 5px 0px;
	background-color: #fff; 
	border: 2px solid  #07243d; 
	/*button text*/
	color:  #07243d; 
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}
.inputbox{
	border: 2px solid  #07243d; 
}
.inputbox:focus {
	border: 2px solid  #07243d; 
}
select {
	background-color: #fff; 
	color:  #07243d; 
	font-size:80%;
	font-weight:bold;
}
option {
	background-color: #fff; 
	color:  #07243d; 
}
ol li{
	/*background-image: url('../images/numbered.png');
	background-repeat: no-repeat;
	background-position: top left;*/
	/*list-style-image: url('../images/numbered.png');*/
	line-height: 2.0em;
}
ul li{
	list-style-image: url('../images/bullet.png');
	line-height: 1.7em;
}
ul.no-bullets li{
	list-style-type: none;
	list-style-image: none;
}
lh {
	margin:15px 0 5px;
	font-size: 1.2em;
	font-weight: 900;
	width:100%;
}
dt {
	margin:15px 0 5px;
	border-bottom: 1px solid  #07243d; 
	font-size: 1.1em;
	font-weight: 800;
	width:100%;
	clear:both;
}
dd {padding-top: 4px 0; margin:0 0 5px 20px;}
