/****
This is the CSS for the Genesis Template in GREEN. Edited by DesireeStar
***/
body
{
	margin: 0;
	padding: 0;
	background: #1D88B3 url(images/repeatBlue.gif) repeat-y top center;
	font-size: 78%;
	font-family: Helvetica, Arial, Sans-serif;
}
/****************       COMMON ELEMENTS           *******/
/****************           LINKS           ********/
a
{
	color: #1D88B3;
}

a:hover
{
	color: #1D88B3;
	text-decoration: none;
}
/****************          HEADINGS          *******/
h1, h2
{
	margin: 0;
	padding: 10px 0 0 40px;
	font-family: Tahoma, Arial, Sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	color: #333;
}
/**********                         PARAGRAPHS         ******/
p
{
	text-indent: 10px;
	padding-left: 10px;
}
/***********                        TABLES                     ******/
table
{
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #1D88B3;
	border-collapse: collapse;
	margin-left: 10px;
}

td
{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

th
{
	background: #f2ece1;
}

/******************           INDEPENDANT DIVS AND CLASSES            ****/
/*****                    MAIN CONTAINER      *****/
#container
{
	width: 762px;
	margin: 0 auto;
}
/*********                    HEADER                          *******/
#header
{
	background: url(images/bannerBlue.jpg) no-repeat;
	height: 150px;
	overflow: hidden; /**Keeps header from blowing up when text size is incresased  **/
}

#header h1, #header h2
{
	color: #fff;
	padding: 55px 0 0 75px;
	font-size: 3em;
}

#header h2
{
	font-size: 1.2em;
	padding: 0 0 0 65px;
	margin-top: -6px;
}

/***********						CENTER BLOCK			******/

#center
{
	border: 1px dashed #1D88B3;
	text-align: justify;
	margin-left: 25px;
	margin-right: 0px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	background-color: #f2ece1;
}
#center h1
{
	text-align:center;
	margin-bottom:25px;
	margin-top:17px;
}

/***********					QUOTES BLOCK 				**********/

#quote
{
	border: 2px dashed #1D88B3;
	background-color: #fff;
	margin: 10px;
	padding: 10px;
	width:100px;
	float:left;
	text-align:left;
	font-family:FangSong;
	font-size:10pt;
	font-weight:bold;
}
#quote h1
{
	border-bottom: dashed 1px #6DA18B;
	padding:0;
	text-align:center;
	font-family:FangSong;
	font-size:14pt;
	font-weight:bold;
}
/***********                      PICTURES           *****/

#picLG img
{
	border-style:ridge;
	border-width:5px;
	border-color:Blue;
	padding:none;
	margin:none;
	text-align:center;
	max-height:500px;
}

/***********                      LEFT COLUMN           *****/
#leftcol
{
	float: left;
	width: 490px;
	font-size:1.1em;
}
#mainList li
{
	margin-bottom:17px;
}
/************                    RIGHT COLUMN         ****/
#rightcol
{
	width: 240px;
	float: right;
}

#rightcol h1
{
	font-size: 1.3em;
	padding-left: 20px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
}

img.portrait
{
	/**        The main image in the sidebar     **/
	background: #fff;
	padding: 4px;
	border-bottom: 5px groove #1D88B3;
	border-right: 5px groove #1D88B3;
	display: block;
	margin: 10px auto 0 auto;
}

#rightcol li
{
	line-height: 1.5em;
	list-style: none;
}
/****************                NAVIGATION IN RIGHT COLUMN         *******/
#nav
{
	list-style: none;
	padding-left: 17px;
	margin: 0 auto;
}

#nav li
{
	background: #fff;
	width: 210px;
	height: 1.8em;
	line-height: 1.8em;
	text-align: center;
	font-size: 1.2em;
	margin: 5px 0;
	border-bottom: 2px groove #1D88B3;
	border-right: 2px groove #1D88B3;
}

#nav li a
{
	color: #333;
	text-decoration: none;
	display: block;
	width: 210px;
}

#nav li a:hover
{
	background: #1D88B3;
	color: #fff;
}

/******************                  FOOTER                 ****/
#footer
{
	text-align: center;
	background: #fff;
	clear: both;
	margin: 0;
	border-top: 1px solid #ccc;
}
