
/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
/*table{border-collapse:collapse;border-spacing:0;}*/
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }


/* Global Elements
=====================================================================*/

html { overflow:auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body 
{
	background: url(../images/bg.jpg) no-repeat scroll 50% 0pt;
	background-color:#3185c2;
	text-align: center;
	line-height: 1.4em;
}

input[type="text"] { 
}

/* Library
=====================================================================*/

.l { float: left; width: 50%; }
.r { float: right; width:50%; }
.r:after { display: block; content: ''; clear: both; height: 0; visibility: hidden; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.justify { text-align: justify; }
.float-left { float: left; }
.float-right { float: right; }
.clear-both { clear: both; float: none; }
.clear-right { clear: right; float: none; }
.clear-left { clear: left; float: none; }
.hide {	display:none; }
.inline { display: inline; }
.block { display: block; }
.noborder { border: 0px none; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.normal { font-weight: normal; }
.blue { color:#1777bd; }
.nomargin { margin: 0; }
.margin-left-20 { margin-left:20px; }
.nopadding { padding: 0; }
.visible { display: block; }
.top10 { margin-top: 10px; }
.top20 { margin-top: 20px; }
.border5 { border: solid 10px #c7c7c7; }
.border10 { border: solid 10px #c7c7c7; }
.border20 { border: solid 20px #c7c7c7; }

div.hidden, a.hidden
{
	display: none;
	margin: 0;
}

/* layout styles */

#house
{
	margin: 0px auto 100px auto;
	text-align: left;
	/* re_aligns text to left second part of two part MSIE centering workaround */
	width: 700px; 	/* Total width */
	/*background-color: #ffffff;*/
	/*background-image: url(http://www.barackobama.com/images/bg_house.gif);*/
}

#header1,
#header2,
#content,
#bottom {
	width: 700px;
	margin: 0 auto;
}

#header1 {
	height: 80px;
	display: block;
	/*background-image: url(../images/headerBG_01.jpg);*/
}

#header2 {
	height: 55px;
	display: block;
	background-image:url(../images/menu_bg.jpg);
}

ul.mainNav li{
	margin:0;
	padding:0;
	font-size:11px;
	font-family:Helvetica, Arial, sans-serif;
	float:left;
}

ul.mainNav li a, ul.mainNav li a:link, ul.mainNav li a:visited{
	font-weight:bold;
	color:#0033FF;
	border-right:1px solid #FFFFFF;
	text-decoration:none;
	display:block;
	height:25px;
	padding:22px 27px 8px 27px;
}

ul.mainNav li a:hover, ul.mainNav li a.active{
	background-image:url(../images/menu_bg_01.jpg);
	background-repeat:repeat-x;
	text-decoration: none;
	background-color:#999999;
}

#header h1 {
	float:left;
}

#content
{	
	width: 498px;
	margin: 0 auto;
	/*background: transparent url(http://) repeat-x;*/
}

.img1 {
	padding:10px;
	background-color: #c9c9c9;
}

#page_content { 
	padding: 20px 60px 40px 30px; 
	background-color: #FFFFFF;
}

#page_content ul li {
	height: auto;
	margin: 12px;
	padding: 0;
	list-style: circle outside;
}

div#page_content div#inset_r ul li {
	margin:0px;
	padding: 0;
	list-style: none;
}

div#page_content div#inset_r ul li.more {
	padding: 5px 10px;

}

div#page_content div#inset_r ul li ul li {
	padding: 3px;
	list-style: circle inside;
}

#column1
{
	float: left;
	width: 498px;
	/*background-image: url(http://);*/
	/*background-repeat: repeat-x;*/
	padding: 0px;
	margin: 0px;
	/*margin-top:21px;*/
	/*margin-left:1px;*/
	background-color: #d0d0d0;	
}



#col1a {
	float: left;
}

#col1b {
	float: right;
}

#column2
{
	float:right;
	width:202px;
	height:294px;
	padding: 0px;
	margin: 0px;
	/*margin-top:21px;*/
	/*margin-right:-1px;*/
	background-image: url(../images/sideNavBG.gif);
	background-repeat: repeat-x;
	background-color:#c3c3c3;
}

#column2_bot {
	/*background-image: url(http://);*/
	height:200px;
}



.module.l  {
	height: auto;
	width: 270px;
	padding: 20px 15px 20px 35px ;
}

.module.r 	{
	height: auto;
	width: 270px;
	padding: 20px 35px 20px 15px ;
}

#column2 .module {
	padding-top:20px;
}

#bottom {
	background-color: #ffffff;
}

#logo-print { display: none; }

#sideNav {
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#sideNav a {
	text-decoration:underline;
}

/* Typographic Elements
=====================================================================*/

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4, h6, body {
	font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	margin-top:10px;
}

blockquote, em, h1, h3, h5, i, .feedBy  {
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* Homepage Specific Headers
=====================================================================*/

h2 {
	font-size: 1.6em;
	/*text-transform: uppercase;*/
	color: #37749f;
	font-weight: normal;
}

.l h2 { } /* Left column specific */

.r h2 { letter-spacing:1px; padding: 0px 7px; margin-bottom: 10px; } /* Right column specific */

h3 {
	font-size: 1.7em;
	line-height: 1.1em;
	color: #2575ad;
}

h4 {
	font-size: .9em;
	text-transform: uppercase;
	color: #2575ad;
	letter-spacing: 1px;
	font-weight: bold;
}

h5 {
	font-size: 1.5em;
	line-height: 1.2em;
}

h6 {
	font-size:.88em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Interior page Specific Headers
=====================================================================
-------------------------------------------------------------- 
PAGE CONTENT STYLES
-------------------------------------------------------------- 
*/

#page_content h1 {
	font-size: 1.6em;
	line-height: 1.1em;
	color: #2575ad;
}

#page_content h2 {

	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
	color: #5ba655;
	font-weight: bold;
}


#page_content h3 {
	font-size: 1.7em;
	line-height: 1.1em;
	color: #2575ad;
	position: relative;
}

#page_content h4 {
	font-size: 1em;
	line-height: 1em;
	color: #0d5d9b;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: none;
}

#page_content h5 {
	font-size: 1.125em;
	line-height: 1.8em;
}

#page_content h6 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

#page_content .photo{
	margin: 20px 0px 20px 20px;
}

/* form elements */
form {
	margin-top:10px; padding: 5px;
	border: 1px solid #666666; 
	background-color:#CCCCCC;
	width:400px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* Misc Typography
=====================================================================*/

body { 
	font-size: 11px; 
	/*line-height: 1.5em*/;
	color: #424242;}

table { 
	font-size: 1em; 
	line-height: 1.5em;
	color: #424242;}

i, em { 
	font-style: italic;
}

blockquote {
	clear:both;
	font-size:1.2em;
	line-height: 1.6;
	padding: 0px;
	color: #666666;
}

blockquote, blockquote p {
	clear: both;
	color: #666666;
}

.smallcaps {
	font: small-caps 1.5em/1.7em Georgia, "Times New Roman", Times, serif;
	color: #2575ad;
	text-transform: lowercase;
	letter-spacing: .1em;
}

.citation, .cite {
	font-size: 12px;
}




/* List Elements
=====================================================================*/
ul {
	padding-left:25px;
}

ul li 
{
	height: auto;
	/*margin: 0;
	padding: 0;*/
	list-style:none;
}

li a {
	padding-top: 0px;
	padding-bottom: 0px;
}

li a:hover {
	/*background-color: #eeeeee;*/
}



dl {
	height: auto;
	margin: 0;
	list-style: none;

}

dl a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;

}

dl a:hover {
	background-color: #ffffff;
}

dl img {
	float: left;
}
dt, dd {
	padding: 5px 7px;
}

dt {
	float: left;
	clear: left;
	width: 40px;
	color: #363636;
	font-size:.9em;
} 

dd {
	margin-left: 50px;
}


.alt-text { font-family: Georgia;text-transform: lowercase;}






/* Global Links
=====================================================================*/

a {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	margin: 0px;
	padding: 0px;
}

a:link,
a:active
{
	background: transparent;
	color: #0072bc;
	text-decoration: underline;
	
}

a:visited {
	color: #1c4f70;
	text-decoration:underline;
}

a:hover
{
	background: transparent;
	color: #009AFF;
	text-decoration: underline;
}

.tiny {
	font-size:10px;
	color: #000000;
}


/* Grid
=====================================================================*/

/*
-------------------------------------------------------------- 
FOOTER
-------------------------------------------------------------- 
*/

.footer {
	/*background-color:#1f547a;*/
	margin:0px;
	padding:0px;
	background-color:#1f547a;
}

.footer1 {
	margin: 0 auto;
	width:700px;
	height:auto;
	text-align:center;
	color:#F4F4F4;
	font-size: 11px;
	/*vertical-align: bottom;*/
	/*background-color:#1f547a;*/
	/*background: url(../images/footerBG.jpg) no-repeat 0 bottom;*/
}

.footer2 {
	margin: 0 auto;
	width:700px;
	height:auto;
	text-align:right;
	background-color:#1f547a;
	background: url(../images/footerBG.jpg) no-repeat 0 bottom;
}

.footer a { display: inline; white-space: nowrap; }

.footer ul {
   	margin: 0 auto;
   	padding: 1em 0;
   	text-align: center;
   	width: 85%;
}
.footer ul li{
	display: inline;
	padding: 0.5em;
}