/*
	Helios Calendar - Professional Event Management System
	Copyright © 2007 Refresh Web Development [http://www.refreshwebdev.com]
	
	Developed By: Chris Carlevato <chris@refreshwebdev.com>
	
	For the most recent version, visit the Helios Calendar website:
	[http://www.helioscalendar.com]
	
	License Information is found in docs/license.html
*/

/*	Helios Default Template Classes
	You can edit this file however you'd like for your template,
	or create a new one and delete it.	*/
	
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2F4F4F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 15px;
}


.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: square;
}

.ul1 a {
	padding-left: 11px;
	background: url(Images/homepage11.gif) no-repeat left center;
}

.text1 {
	font-size: 15px;
	font-weight: bold;
	color: #395260;
}

.text2 {
	padding-left: 10px;
	background: url(Images/homepage12.gif) no-repeat left center;
	font-weight:bold;
	font-size: 15px;
	color: #395260;
}

.text3 {
	font-weight:bold;
	font-size: 15px;
	color: #4A981F;
}

.text4 {
	padding-left: 10px;
	background: url(http://www.jgsbc.org/Images/homepage12.gif) no-repeat left center;
	font-weight:bold;
	font-size: 17px;
	color: #395260;
}

.text5 {
	font-weight:bold;
	font-size: 17px;
	color: #4A981F;
}

.text6 {
	text-align: center;
	font-size: 10px;
	color: #B5B5B5;
}


/** LINKS */

a {
	color: #75A10D;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	font-size: 10px;
	color: #FFFFFF;
}

.style1 a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(http://www.jgsbc.org/Images/homepage09.gif);
	height: 39px;
}

.bg2 {
	background: #EFF9FF url(http://www.jgsbc.org/Images/homepage20.jpg) repeat-x left top;
}

.bg3 {
	background:url(http://www.jgsbc.org/Images/homepage19.gif) repeat-y right;
}

.bg4 {
	background: #EFF9FF url(http://www.jgsbc.org/Images/homepage21.jpg) repeat-x left top;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 1em 0px;
	background: url(Images/homepage13.gif) repeat-x left top;
}

#container {
	margin: auto auto auto auto ; 
	width: 778px; 
	padding: 0;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	color: #395260;
	}
#content {
	float: left; 
	text-align: left; 
	padding: 1px;
	width: 490px;
	}
#blank {
        float: left; 
	text-align: left; 
	padding: 1px;
	width: 20px;
	}
#controls {
	float: left;
	padding: 5px 5px 20px 5px;
        background: #EFF9FF;
	width: 225px;
	}
#billboard,
#popular {
	text-align: left;
	padding: 10px 0 10px 0;
	}
#rssLinks {
	width: 760px; 
	padding: 0;
	margin: auto auto auto auto ; 
	
	}
#copyright {
	clear: both; 
	color: #666666;
	background: #FFFFFF;
	padding: 5px 0px 5px 15px;
	line-height: 17px;
	}
a.copyright,
a.copyrightR {
	text-decoration: none;
	color: #666666;
	background: #FFFFFF;
	}
a.copyright:hover {
	text-decoration: underline;
	color: #FF6600;
	background: #FFFFFF;
	}
a.copyrightR:hover {
	text-decoration: underline;
	color: #006532;
	background: #FFFFFF;
	}
.setupText{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
    border-top: 1px solid #555; 
    border-left: 1px solid #555; 
    border-bottom: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
    padding: 1px; 
    color: #333; 
	vertical-align: center;
	}