/* This Stylesheet contains all of the styles used in the template.  See editor.css for 
	formatting styles that can be applied to in the editor.
*/


/* Old Styles
.header1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #644437;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-left : 20px;
	margin-right : 5px;
	}
.header2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #644437;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	margin-left : 20px;
	margin-right : 20px;
	}


form textarea{
    border: 1px solid #5c90a3;
}
form select{
    border: 1px solid #5c90a3;
}
.formfield1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #644437;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: normal;
	margin-left : 1px;
	margin-right : 1px;
}
.formfield2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #644437;
	text-align: right;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: normal;
	margin-left : 1px;
	margin-right : 1px;
}
.formfield3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #644437;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: normal;
	margin-left : 1px;
	margin-right : 1px;
}
.formsubmit3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	background-color: #ffff99; 
	cursor: pointer;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: normal;
	margin-left : 5px;
	margin-right : 5px;
}
.error1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #ff0000;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 8px;
	font-weight: normal;
	margin-left : 1px;
	margin-right : 1px;
}
.error2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #ff0000;
	text-align: right;
	margin-top: 4px;
	margin-bottom: 8px;
	font-weight: normal;
	margin-left : 1px;
	margin-right : 1px;
}
.ArticleTitle{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #644437;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 18px;
	}
.ArticleExcerpt{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #644437;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 18px;
	}
.ArticleArchiveLinks1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #644437;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: normal;
	margin-left: 1px;
	margin-right: 1px;
	line-height: 18px;
	}

	
*/



/*
Start of new styles
*/
body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffff; 
	margin: 0px; 
}
	
/* Get rid of the borders around images. */
img
{
	border: 0px;
	text-align: center;
}



table
{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

/* Start of the default link styles */
a
{
	color: #644437;
	text-decoration: underline;
}

a:visited
{
	
}

a:hover
{
	color: #000000;
}

a:active
{
	
}
/* End of default link styles */

#mainContainer
{
	width: 760px;
	margin: 0 auto;
}

#header
{
	margin-top: 10px;
}

#headerLeft
{
	display: inline;
	float: left;
}

#headerRight
{
	display: inline;
	float: right;
	margin-top: 20px;
}


/* Top Menu Styles */
.moduletable_topmenu
{
	width: 100%;
	text-align: center;
	height: 22px;
	padding-top: .5em;
}

.moduletable_topmenu ul.menu
{
	margin: 0px;
	padding: 0px; 
	list-style: none;
}

.moduletable_topmenu ul.menu li 
{
	display: inline; 
	margin: 4px 15px 0 15px;	
}

.moduletable_topmenu ul.menu li a 
{
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
}

.moduletable_topmenu ul.menu li a:hover, ul.menu li.active a
{
	color: #7da9b6;
}
/* End Top Menu Styles */

/* Start of left menu styles */

/* The menu title */
.moduletable_leftmenu h3
{
	color: #644437;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	text-decoration: none;	
}

.moduletable_leftmenu ul.menu
{
	font-size: 11px;
	font-weight: normal;
	list-style: none;	
	margin: 0px 0px 0px 15px;
	padding: 0px;
	/* The spacing between the menu items. */
	line-height: 2em;
}

/* These are the sub menu items. */
.moduletable_leftmenu ul.menu ul
{
	padding-left: 10px;
	list-style: none;
	font-size: 10px;
}

.moduletable_leftmenu ul.menu li a
{
	text-decoration: none;
	color: #7bafc4;
}

.moduletable_leftmenu ul.menu li a:hover, .moduletable_leftmenu ul.menu li#current a, .moduletable_leftmenu ul.menu li#current ul li a:hover
{
	color: #644437;
}

/* This is to keep the children the proper color 
	until they are selected if the parent 
	is selected. */
.moduletable_leftmenu ul.menu li#current ul li a
{
	text-decoration: none;
	color: #7bafc4;
}

/* End  of left menu styles */

#homePhotoSlideShow
{
	width: 415px;
	float: left;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
}
#homeContent
{
	width: 330px;
	float: right;
	display: inline;
	margin-top: 15px;
}

#getFlash
{
	text-align: center;
	font-size: 11px;
}

#getFlash a
{	
	color: #7bafc4;
}

#topMenu{
	font-size: 10px;
	color: #000000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #7bafc4;
	background-color: #644437;
	clear: both;
}



.BlueSeparator
{
	background-color: #7bafc4;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer
{
	font-size: 10px;
	color: #999999;
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: normal;
	margin-left : 5px;
	margin-right : 5px;
	}
	
#footer a
{
	color: #999999;
	text-decoration: none;
        font-size:10px;
}
	
#footer a:link
{
	
}
#footer a:visited
{
	
}
#footer a:hover
{
	color: #666666;
	text-decoration: underline;
}

#footer a:active
{
	
}

.clearing
{
	clear: both;
}

.LargeDate
{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #644437;
	text-align: left;
	font-weight: normal;
	font-style: italic;
}


#contentArea
{
	width: 760px;
	margin-top: 20px;
	/* The next three style are to allow for a minimum
		height of the content area.  All three are needed
		because of browser difference.
		See http://www.hackszine.com/blog/archive/2008/03/easiest_crossbrowser_css_minhe.html
		for details. */
	min-height:440px;
	height: auto !important;
	height: 440px;
}

/* Sets the spacing for the pagination at the bottom of the listing pages. */
.pagination > *
{
	margin-right: 3px;
	margin-left: 3px;
}

#leftNav
{
	float: left;	
	margin-left: 5px;
	margin-right: 15px;
	width: 160px;
	align: left;
}

#pageContent
{
	float: left;
	align: left;
	width: 530px;
	font-size: 12px;
	color: #644437;
	text-align: left;
	font-weight: normal;
}

/* Styles used on the team page template. */
#teamMenu
{
	float: left;	
	margin-left: 5px;
	margin-right: 15px;
	width: 200px;
	align: left;
}

/* This is the same as #pageContent except for the width.*/
#teamPageContent
{
	float: left;
	align: left;
	width: 330px;
	font-size: 12px;
	color: #644437;
	text-align: left;
	font-weight: normal;
}

/* End of styles for the team page template. */

.blog td.article_column
{
	padding-right: 10px;
	padding-left: 10px;	
	
}

/* Default article title style if title is not clickable. */
td.contentheading
{
	font-weight: bold;
	color: #7bafc4;
	font-size: 14px;
	text-decoration: none;
}

/* Default article title style if title is clickable. */
a.contentpagetitle
{
	font-weight: bold;
	color: #7bafc4;
	font-size: 14px;
	text-decoration: none;
}

a.contentpagetitle:visited
{
	
}

a.contentpagetitle:hover
{
	color: #644437;
	text-decoration: underline;
}

a.contentpagetitle:active
{
	
}

a.readon
{
	color: #644437;
 	text-decoration: underline;
}

a.readon:visited
{
	
}

a.readon:hover
{
	color: #7bafc4;
	text-decoration: underline;
}

a.readon:active
{
	
}

table.blog
{
	width:100%;
}

.article_separator
{
	height: 3px;
}
.content_innroad{
width:750px; 
height:auto;
padding:0 5px 0 5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}	

