
/* 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-x: auto;*/ height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body 
{
	/*background: url(../images/webBG_01.jpg) no-repeat scroll 50% 0pt;*/
	background-color:#ffffff;
	text-align: center;
	line-height: 1.6em;
}

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; }
.hide {	display:none; }
.clear-both { clear: left; float: 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; }
.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;
}

/* Typographic Elements
=====================================================================*/

h2, h4, h6, body {
	font-family: Arial, Helvetica, Tahoma, "Helvetica Neue", Geneva, sans-serif;
}

p {
	margin-top:10px;
}

blockquote, em, h1, h3, h5, i, .feedBy  {
	font-family: Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}


/* Homepage Specific Headers
=====================================================================*/

h1 {
	font-size: 1.2em;
	line-height: 0.9em;
	color: #2575ad;
}

h2 {
	/*font-size: .8em;
	text-transform: uppercase;
	color: #363636;
	font-weight: bold;*/
}

.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: 2em;
	line-height: 1.1em;
	color: #2575ad;
}

#page_content h2 {

	/*padding-bottom: 5px;*/
	font-size: 1.4em;
	/*line-height: 1em;*/
	/*text-transform: uppercase;*/
	color: #2575ad;
	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 #f2f2f2; 
	background-color: #FAFAFA; 
	width:725px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Arial, Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Arial, 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: .75em; 
	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 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:Arial, Helvetica, Tahoma, sans-serif;
	font-size:1em;
	margin: 0px;
	padding: 0px;
}

a:link,
a:visited,
a:active
{
	background: transparent;
	color:#006699;
	text-decoration: none;
	
}

a:hover
{
	background: transparent;
	color:#0099CC;
	text-decoration: none;
}


/* Grid
=====================================================================*/

/* layout styles */

#house
{
	margin: 0 auto 100px auto;
	text-align: left;
	/* re_aligns text to left second part of two part MSIE centering workaround */
	width: 725px; 	/* Total width */
	/*background-color: #ffffff;*/
	/*background-image: url(http://www.barackobama.com/images/bg_house.gif);*/
}

#header,
#header1,
#content,
#bottom {
	width: 725px;
	margin: 0 auto;
	position: relative;
}

#content
{	
	width: 725px;
	margin: 0 auto;
	/*background: transparent url(http://) repeat-x;*/
}

/*#page_content { padding: 20px 60px 40px 30px; }*/
#page_content {
	margin:10px;
}
#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: 180px;
	/*background-image: url(http://);*/
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	/*margin-top:21px;*/
	/*margin-left:1px;*/
	background-color: #ececec;	
}

#column1 a{
	font-size:.8em;
}

#col1a {
	float: left;
}

#col1b {
	float: right;
}

#column2
{
	float:right;
	width:545px;
	height:auto;
	padding: 0px;
	margin: 0px;
	/*margin-top:21px;*/
	/*margin-right:-1px;*/
	/*background-image: url(http://);*/
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}

#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;
}



#header {
	height: 71px;
	display: block;
	/*background-image: url(../images/headerBG_01.jpg);*/
}

#header h1 {
	float:left;
}

#header1 {
	height: 21px;
	display:block;
	background-image: url(../images/headerBar_01.jpg);
}

#bottom {
	background-color: #ffffff;
}

#logo-print { display: none; }

.sideNav {
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.sideNav a {
	text-decoration:underline;
}


/* Site Specific
-------------------------------------------------------------- 
Photos
-------------------------------------------------------------- 
*/
#slideshow 
{ 
	margin: 10px;
	position: relative; 
	width: 550px;
	height: 410px;
	overflow: hidden;
	background: black;
}

#slideshow .slide, #slideshow img { position: absolute; z-index: 0; }

.image_list 
{ 	
	position:absolute; 	
	bottom: 0; 
	z-index: 1; 
	background: black;
	padding: 7px;
	width: 100%;
	/*opacity: 0.85;*/
	/*-moz-opacity: 0.85;*/
	/*filter:alpha(opacity=85);*/
	font: 16px Georgia;
}

.image_list li { display: inline; }
.image_list li a 
{ 
	color: white; 
	padding: 1px; 
	display: inline; 
	text-decoration: none;
	font: 16px Georgia;
}

.image_list a.highlighted { outline: none; border-top: 2px solid /*lightblue*/; }
.image_list a:hover { background: transparent; }

/*
-------------------------------------------------------------- 
FOOTER
-------------------------------------------------------------- 
*/

.footer {
	clear:both;
	text-align:center;
	color:#666666;
	vertical-align: bottom;
	height:128px;
	/*background: url(../images/footer_01.jpg) no-repeat 0 bottom;*/
}

.footer a { 
	display: inline; 
	white-space: nowrap; 
	color:#3366CC; 
	text-decoration:underline;
}

.footer a:hover {
	color:#3399FF;
	text-decoration:underline;
}

.footer ul {
   	margin: 0 auto;
   	padding: 1em 0;
   	text-align: center;
   	width: 85%;
}
.footer ul li{
	display: inline;
	padding: 0.5em;
}