/* 
Style Sheet for the overall site design

This should contain the general/default design styles for the site.
-------------------------------------------------------
Copyright (c) 2011, Chasetheweb.net

Last Updated By: Mark Garczewski
Date:    

Colors:

green : #017550
	light tan :  #FDF6E6 
	off-white: #fffdf8
	Yellow: #E4D466


*/ 
/*////////////////////////////////////////////////////////////////////////////////*/


body
{
	text-align:left;
	font: normal 80% Arial, Helvetica, sans-serif;
	line-height:1.3em;
	color: #2a2a2a;
	background-color: #ffffff;
}


/* HEADER */
div#header a.logo{
  display: block;
  background: transparent url('/Template/ThreeVillage/Images/logo.png') no-repeat top center;
  height: 141px;
  width: 767px;
  text-decoration: none;
}

div#main
{
    min-height: 400px;
}


/* FOOTER */
div#footer2
{
    background-color: #007650;
    color: #fff;
    text-align: center;
    padding-top: 5px;   
	border-left: solid 2px #007650;  
	border-right: solid 2px #007650;  
}
div#footer2 p.syntaxMktg
{
	padding-top: 10px;
    color: #007650;
}
div#footer2 p.syntaxMktg a
{
    color: #007650;
}


/* Basic Styles */

/*jquery buttons*/
.jquery_button
{
    cursor: pointer;
    color: #007650;
}
p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size:1em;
	
}

blockquote {
	margin-left: 10px;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style:italic;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}

 /*HEADINGS */
h1 {
	font-size:3em;
	margin:0 0 0.5em;
	padding:0;
    font-family: Garamond, 'Times New Roman', serif;
}



h2 {
	font-size:1.75em;
	margin:0 0 1em;
	padding:0;
	font-family: Garamond, 'Times New Roman', serif;
}

h3 {
	font-size:1.4em;
	margin:0 0 0.5em;
	padding:0;
    line-height: 1em;
}

h4 {
	font-size:1.2em;
	line-height:1.3em;
	margin:0 0 0.25em;
	padding:0;
}

h5 {

}

h6 {

}


  /*SPECIAL CLASSES */

.newIcon
{
	color: Red;
}

.center
{
	text-align:center;
}

.small
{
	font-size: 8pt;
}

.errorFormEntry {
	font-weight: bold;
	color: red;
}

.requiredfield
{
	font-weight:700;
	color:Red;
}


/* Links */
a,a:link,a:active {
    text-decoration:none;
    color: #007650;
}
a:visited {
	background-color:transparent;
}
a:hover {
	text-decoration:underline;
}
div#footer2 a
{
    color: #ffffff;
}
a.ViewAllLink
{
    color: #000;
}

/* ///////////////////////////LISTS */

ul
{
	line-height:1.5em;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul li, ol li
{
	margin:0;
	padding:0px 0px .5em 0px;
}
div#main .pnlContent ul
{
	list-style-type: disc;
	margin-left: 15px;
}
div#main .pnlContent ol
{
	margin-left: 15px;
	list-style-type: decimal
}
div#local div#sideBar div#Links ul,
div#local div.contentDiv ul
{
	list-style-type: disc !Important;
	line-height: 1em !Important;
	margin-left: 14px !Important;
}
div#local div#sideBar div#Links li,
div#local div.contentDiv li
{
	padding: 0 0 0.5em;
}



/* Horizonatal Rules  */     
hr
{
	border-color: #394750;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	clear: both;
	margin: 0 0 10px;
	height: 0;
}
/* Horizonatal Rules */ 


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/*for inline colorbox modals*/
.colorbox-modal-container
{
    text-align:left;
	font: normal 14px Arial, Helvetica, sans-serif !Important;
	line-height: 1.5em !Important;
	color: #333 !Important;
	padding: 10px;
}
.colorbox-modal-container p{
	margin: 0px 0px 10px 0px !Important;
	padding: 0px !Important;
	font-size:1em !Important;	
}
.colorbox-modal-container h3 {
	color: #017550;
	font-size:1.4em;
	margin:0 0 0.5em;
	padding:0;
}
.colorbox-modal-container ul
{
	line-height:1.5em !Important;
	margin:0 !Important;
	padding:0 !Important;
}
.colorbox-modal-container ul li
{
	margin:0 !Important;
	padding:0px 0px 10px 0px !Important;
}
