html,body {
	margin: 0;
	padding: 0;

}


body {
	background: url(/images/backgrounds/background.gif) white top center repeat-x; 
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0px auto;
	padding:0px;
}














/***********************************************************************************
 _                             _
| |                           | |
| |     __ _ _   _  ___  _   _| |_
| |    / _` | | | |/ _ \| | | | __|
| |___| (_| | |_| | (_) | |_| | |_
|______\__,_|\__, |\___/ \__,_|\__|
              __/ |
             |___/

***********************************************************************************/

#siteFrame {
	display:block;
	width: 963px;
	margin: 0 auto;
	padding: 0;
}





#header {
	display:block;

	height: 165px;
	width: 100%;
	

	
}


#contentFrame {
	display:block;

	padding: 0;

}

#leftSide {
	display:block;
	width: 237px;
	padding: 0 10px 0 0;

	float: left;
	min-height: 500px;
}

#rightSide {
	display:block;
	width: 197px;

	float: left;
	padding: 10px;
}




#footer {
	background: url(/images/backgrounds/footer_background.gif) white top center repeat-x; 
	clear: both;
	padding: 5px 0 0 0;
	margin: 20px 0 0 0;
	font-size: 10px;
	display: block;
	color:white; 
	text-align: center;
	width: 100%;
	height: 34px;
	text-transform: uppercase;
	font-family: "Tahoma", sans serif;
	font-weight: bold;
}

#footer a {
	color: white;
	text-decoration:none;
}

#footer  a:hover {
	text-decoration:underline;
}


















/***********************************************************************************
                   _             _   _
                  (_)           | | (_)
 _ __   __ ___   ___  __ _  __ _| |_ _  ___  _ __
| '_ \ / _` \ \ / / |/ _` |/ _` | __| |/ _ \| '_ \
| | | | (_| |\ V /| | (_| | (_| | |_| | (_) | | | |
|_| |_|\__,_| \_/ |_|\__, |\__,_|\__|_|\___/|_| |_|
                      __/ |
                     |___/

***********************************************************************************/

#navigation {
	
	text-align: right;
	color: #365F91;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #9B9063;
	

}


#navigation ul {
text-align: right;
list-style: none;
margin: 0;
padding: 0;

}


#navigation a {
	color: #365F91;
	display: inline-block;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 20px;
	margin: 0;
	
}



#navigation a:hover, #navigation a.stick {
	font-weight: bold;
	background: url(/images/buttons/arrow.gif) white center left no-repeat; 
}



#subNavigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	padding: 0px 0 0 0;

	font-size: .8em;
	line-height: 1.75em;
	font-weight: bold;
	margin: 10px 0 0 0;
	
	
}


#subNavigation a {
	color: #9B9063;
	display: block;
	text-decoration: none;

}



#subNavigation a:hover, #subNavigation a.stick {
	color: #365F91; 

}


#subNavigation p {
text-transform: uppercase;
margin: 0px 0px 0px 0px;
padding: 0;
color: #365F91;
}







/***********************************************************************************
                 _             _
                | |           | |
  ___ ___  _ __ | |_ ___ _ __ | |_
 / __/ _ \| '_ \| __/ _ \ '_ \| __|
| (_| (_) | | | | ||  __/ | | | |_
 \___\___/|_| |_|\__\___|_| |_|\__|


***********************************************************************************/



#content {

	width: 449px;
	padding: 0 20px 10px 20px;
	margin: 0 0 0 0;
	overflow: hidden;
	float: left;


	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#content strong {
	color: #365F91;
} 

#content p {
	padding: 0px;
	margin: 1em 0;
	font-size: .85em;
	line-height: 1.8em;
	
}

#content p.subHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	color: #9B9063;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-weight: bold;
} 

#content p.callToAction {
	display: block;
	border-top: 5px solid #B0C0D3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding: 5px 0 0 0;
	margin: 50px 0 0 0;
	color: #9B9063;
	font-weight: bold;
}



#content a {
	color:#9B9063;  
	text-decoration:underline;
}

#content a:hover {
	color:#3d2d1c; 
	text-decoration:underline;
}

#rightSide a {
	color:#9B9063;  
	text-decoration:underline;
}

#rightSide a:hover {
	color:#3d2d1c; 
	text-decoration:underline;
}


#content ul {
	font-size: .85em;
	line-height: 2.0em;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	list-style: square;
}



#content ul em {
color: black;
}











/***********************************************************************************
 _     _             _
| |   | |           | |
| |__ | |_ _ __ ___ | |
| '_ \| __| '_ ` _ \| |
| | | | |_| | | | | | |
|_| |_|\__|_| |_| |_|_|

***********************************************************************************/

img {
	display: block;
	padding: 0;
	margin: 0;
	border: 0px solid black;

}


h1 {
	font-size: 1.8em;
	line-height: 1em;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
	display: block;
	color: black;
	text-transform: uppercase;
	border-bottom: 5px solid #B0C0D3;
}



h2 {
	
	padding: 0px 0px 0px 0px;
	margin: 1em 0;
	font-size: 1.2em;
	text-align: left;
	
}






h3 {

	margin: 20px 0px;
	padding: 0px;
}

h4 {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	text-align: left;
}

h5 {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: left;
}

em {
color: black;

	
}

blockquote {
}



ul {

	text-align: left;
	padding: 0px 0px 0px 0px;	
	margin: 10px 0px 20px 40px;


}



li {
	
}

hr {
	background: #B0C0D3;
	color: #B0C0D3;
	height: 1px;
	padding: 0px;
	margin: 5px 0;
	border: 0px solid #B0C0D3;

}


object {
	margin: 0;
	padding: 0;
}


















/***********************************************************************************
                _
               | |
  ___ _   _ ___| |_ ___  _ __ ___
 / __| | | / __| __/ _ \| '_ ` _ \
| (__| |_| \__ \ || (_) | | | | | |
 \___|\__,_|___/\__\___/|_| |_| |_|


***********************************************************************************/

img.floatRight {
	background: #FFFFFF;
	padding: 0px;
	margin: 0px 15px 0px 15px;
	border: 0px solid #000066;
}

img.floatLeft {
	background: #FFFFFF; 
	padding: 0px;
	margin: 5px 15px 2px 15px;
	border: 0px solid #000066;
}

img.floatNone {
	background: #FFFFFF;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	border: 0px solid #000066;
}


.floatRight {
	float: right;
	padding-left: 5px;
}

.floatLeft {
	float: left;
}

.floatNone {
	float: none;
}

.highLight {
	color: #000000;
	font-size: 1.5em;
	background: yellow;
	font-weight: bold;
}


.noBorder {
border: 0;
}


#content .divToggle {
cursor:pointer;
}


#content h2.divToggle {

	background: url(/images/buttons/arrow.gif) white center left no-repeat; 
	color: #365F91;
	font-size: 1em;
	margin: 30px 0 0px 0;
	padding: 0 0 0 20px;
	border-top: 1px solid #9B9063;

	
}

#content h3.divToggle {
	font-size: .9em;
	border-bottom: 1px solid #B0C0D3;
}

#content h3.divToggle:hover {
	color: #365F91;
}

.toggle {
	display: none;
	position: relative;

}

.toggleBottom {
	margin: 100px 0 0 0;
}



#content .staff p {
	font-size: .575em;
	line-height: 1.1em;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#content .staff p.vcard {
clear: right;
}

#content .staff em {
	font-style: normal;
	color: #365F91;
}

#content .staff a {
	text-decoration:none;
}


.staff img {
float: right;
margin: 0px 0px 10px 0px;
padding;
}

.noBorder {
border: 0px;
}

.post {
position: relative;
font-size: 15px;
}

#conten .post p {
font-size: 15px;
}

#content p.postDate {
display: block;
text-align: right;
font-size: 12px;
margin: 0 0 0 0;
}

#content .more {
float: right;
margin: 0 0 0 0;
font-size: .7em;
text-decoration: none;
}

.pullQuote {
font-style: italic;
font-size: 1.4em;
color: #9B9063;
text-align: left;

}

#leftSide .pullQuote {
text-align: right;
}

#leftSide img.floatRight {
margin: 10px 0 0 0;
}

h2.error {
text-align: center;
color: red;
}
