body {
	margin: -27px 0 0 0;
	padding: 0;
	font: normal normal normal 0.8em Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #5fc5ff;
}
p {margin:0; padding:0;}
/* --------------------------------------------------------------------------- */
/* ---------------------------- Floating Anchor ------------------------------ */
/* --------------------------------------------------------------------------- */
#floatingAnchorContainer{
	width: 930px;
	height: 41px;
}
#floatingAnchor { 
	position: relative;
	float: right;
	width: 20px; height: 41px;
	overflow: hidden;
}
.floatingAnchor-buts{
	padding: 0 0 1px 0; margin: 0;
	border: none;
	display: block;
}
/* --------------------------------------------------------------------------- */
/* ----------------------------- Layout Styles ------------------------------- */
/* --------------------------------------------------------------------------- */
#base-topBar {
	margin-top: 0; /* -27px;   Top Margin is offset to -27px to compensate floating anchor ontop */
	padding: 0; /* Use Padding cause Text Sizing in IE Issue*/
	width: 902px;
	height: 16px;
	background: url(images/bg_base_topBar.gif) no-repeat center;	
	overflow: hidden;
}
#base-topBar-FOR-INDEX-PAGE {
 	margin-top: 41px;  /* Index page got no floating anchor so no offset, Take Note!!!!!!  */
	padding: 0; 
	width: 902px;
	height: 16px;
	background: url(images/bg_base_topBar.gif) no-repeat center;	
	overflow: hidden;
}
#base-container {
	margin: 0;
	width: 902px;
	background-image: url(images/bg_base_container.gif);
}
#base-foliage {
	width: 902px;
	padding-bottom: 50px;
	background: url(images/bg_base_foliage.gif) no-repeat bottom left;
	overflow: hidden; /*prevent firefox from breaking*/
}
#footer-copyright {
	padding-bottom: 10px;
}
/* --------------------------------------------------------------------------- */
#base-left {
	float: left;
	width: 716px;
	text-align: left;
}
#nav-Main {
	width: 700px;
	height: 110px;
	padding-left: 16px;
	overflow: hidden;
}
/* --------------------------------------------------------------------------- */
#base-right {
	width: 186px;
	float: left;
	padding-bottom: 250px; /* ensure that the foliage on the right is visible */
	text-align: left;
}
#logo-Swami {
	width: 170px;
	height: 140px;
	padding: 0 16px 20px 0;
	overflow: hidden;
}
#nav-Services {
	width: 180px;
	height: 250px;
	overflow: hidden;
	padding-right: 6px;
}
/* --------------------------------------------------------------------------- */
#page-Container { /* NOTE: Holds all page contents (Index and Sub Pages) */
	width: 710px;
	margin-left: 6px;
}
#page-Container-Left{
	width: 200px;
	float: left;
}
/* --------------------------------------------------------------------------- */
#nav-Sub {
	width: 200px;
	padding-top: 50px;
}
#nav-Sub-Header {
}
.nav-Sub-Buttons {
	display: block;
	text-align: right;
	padding: 2px 3px 2px 10px;
	margin-bottom: 1px;
	border-right: 4px solid #ff65fa;
	border-top: 1px solid #eaeaea; 
	font: normal normal bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #4aafe9;
}
.nav-Sub-Buttons-Hilight {
	color: #ff65fa;
}
.nav-Sub-Buttons a:link { color: #4aafe9; text-decoration: none; }
.nav-Sub-Buttons a:visited { color: #4aafe9; text-decoration: none; }
.nav-Sub-Buttons a:hover { color: #ff65fa; text-decoration: none; }
.nav-Sub-Buttons a:active { color: #4aafe9; text-decoration: none; }
/* --------------------------------------------------------------------------- */
.nav-Sub-SearchBox {
	display: block;
	padding: 10px 0 10px 10px;
	margin-bottom: 1px;
	border-right: 4px solid #ff65fa;
	border-top: 1px solid #eaeaea; 
	font: normal normal normal 12px Arial, Verdana, Helvetica, sans-serif;
	color: #4aafe9;
	overflow: hidden;
}
/* --------------------------------------------------------------------------- */
#tagline {
	text-align: right;
	width: 200px;
	padding-top: 30px;
}
#page-Container-Right {
	width: 480px;
	float: left;
	padding: 0 15px 0 15px;
}
#textSize-printPage { /*NOTE: Includes Page Title As Well*/
	width: 480px;
	height: 30px;
}
.page-title{
	display: none; /*NOTE: This is CURRENTLY DISABLE*/
	/*display: block;
	float:left;
	width: 370px;
	padding: 4px 0 0 3px;
	font: normal normal 600 15px Arial, Verdana, Helvetica, sans-serif;
	color: #ff65fa;
	overflow: hidden;*/
}
.but-printPage {
	display: block;
	float: right;
	border: none; 
}
#mastHead {
	width: 480px;
	height: 110px;
	padding-bottom: 10px;
}
#content {

}
#logo-PRINT {
	display: none; /*For use on PRINT PAGE ONLY*/
}
.breadcrums {
	padding: 4px 0;
	border-bottom: 1px dashed #666666;
	border-top: 1px dashed #666666;
	margin-bottom: 1.2em;
	font-size: 0.9em;
	color: #4aafe9;
}
.breadcrums a:link { color: #4aafe9; }
.breadcrums a:visited { color: #4aafe9; }
.breadcrums a:hover { color: #ff65fa;}
.breadcrums a:active { color: #4aafe9; }
.breadcrums-hiLite {
	color: #ff65fa;
}
/* --------------------------------------------------------------------------- */
/* ------------------------------- Index Page -------------------------------- */
/* --------------------------------------------------------------------------- */
#flash-Intro {
	width: 710px;
	height: 350px;
	overflow: hidden;
}
#newsHeadlines {
	margin: 15px;
	height: 24px;
	text-align:left;
	border-bottom: 1px dashed #666666;
	border-top: 1px dashed #666666;
	background-image: url(images/bg_newsHeadlines.gif);
}
#newsHeadline-text {
	float: right;
	width: 595px;
	margin-top: 2px;
	padding-top: 2px;
	height: 20px;
	overflow: hidden;
	font-size: 12px;
}
#box-holder {
	width: 680px;
	margin: 0 15px 0 15px;
	text-align: left;
	font-size: 0.9em;
	overflow: hidden;
}
.butMore-indexPage {
	display: block;
	clear: both;
	margin: 1em 0 0.3em 0;
}
/* --------------------------------- Box 01 ---------------------------------- */
#box-01 {
	float: left;
	width: 214px;
	margin-right: 15px;
	overflow: hidden;
}
/* --------------------------------- Box 02 ---------------------------------- */
#box-02 {
	float: left;
	width: 218px;
	margin-right: 15px;
	overflow: hidden;
}
.dateShell {
	width: 50px;
	height: 68px;
	display: block;
	clear: both;
	float: left;
	margin: 0 4px 4px 0;
	text-align: center;
	color: #FFFFFF;
	font: normal normal bolder 12px Arial, Helvetica, sans-serif;
	background-color:#5fc5ff;
}
.dateShell-month{
	display: block; 
	padding: 6px 0 0 0;
}
.dateShell-day{
	display: block; 
	padding: 0 0 6px 0;
	border-bottom: 1px solid #FFFFFF;
}
.dateShell-year{
	display: block; 
	padding: 5px 0 5px 0;
	background-color: #ff65fa;
}
/* --------------------------------- Box 03 ---------------------------------- */
#box-03 {
	float: left;
	width: 218px;
	overflow: hidden;
}
#box-03 .date {
	padding: 0 0 0.1em 0;
	color: #3c97ca;
}
/* ----------------------------- footer Message ------------------------------ */
#footerMsg {
	width: 710px;
	padding-top: 20px;
	text-align: center;
}
/* --------------------------------------------------------------------------- */
/* ---------------------- Pagernation for Dynamic Pages ---------------------- */
/* --------------------------------------------------------------------------- */
#pagernation {
	clear: both;
	padding: 5px;
	border-top: 1px dashed #999999;
	font: normal normal normal 13px Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	overflow: hidden;
	
}
#pagernation .left{
	float: left;
}
#pagernation .right{
	float: right;
}
#pagernation a:link { color: #2783b6; text-decoration: none; }
#pagernation a:visited { color: #2783b6; text-decoration: none; }
#pagernation a:hover { color: #ff65fa; text-decoration: none; }
#pagernation a:active { color: #2783b6; text-decoration: none; }
/* --------------------------------------------------------------------------- */
/* ---------------------------- Text Formating ------------------------------- */
/* --------------------------------------------------------------------------- */
a:link {color: #ff0000; text-decoration: none; text-decoration: none;}
a:visited {color: #ff0000; text-decoration: none; text-decoration: none;}
a:hover {color: #ff65fa; text-decoration: none; text-decoration: none;}
a:active {color: #ff0000; text-decoration: none; text-decoration: unone;}
/* --------------------------------------------------------------------------- */
hr{
	height: 2px;
	border: 0;
	color: #eaeaea;
	background-color: #eaeaea;
	padding: 0;
	margin: 0;
}
ul {
	margin: 0;
	padding-left: 2em;
	padding-top: 0em;
	list-style-type: square;
}
ol {
	margin: 0;
	padding-left: 2.6em;
	padding-top: 0em;
}
li {
	padding-top: 0em;
	padding-bottom: 0.5em;
}
.formtxt {
	text-align: left;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
}	
h1 {
	font-size: 1em;
	margin: 0;
	padding-bottom: 0.3em;
	color: #bb02b4;
}
h2 {
	font-size: 1em;
	margin: 0 0 0.6em 0;
	padding-bottom: 0.3em;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
}
h3 {
	font-size: 1em;
	margin: 0;
	padding-bottom: 0.3em;
	color: #ff65fa;
}
h4 {
	font-size: 1em;
	margin: 0;
	padding-bottom: 0.3em;
	color: #2783B6;
}
h5 { /*Header for Forms*/
	margin: 0.5em 0 1.2em 0;
	font-size: inherit;
	font-weight: bold;
	color: #2783b6;
}
.textBold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.imgFloatLeft {
	float: left;
	padding: 10px 10px 10px 0;
}
.imgFloatRight {
	float: right;
	padding: 10px 0 10px 10px;
}
.textRed {
	color: #ff65fa;
}
.textBlue {
	color: #2783B6;
}
.textWhite {
	color: #FFFFFF;
}
.news-title {
	clear: right;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.1em;
	color: #ff65fa;	
}
.news-date {
	color: #ff65fa;
	padding-bottom: 0.8em;
}
.events-title{
	clear: both;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.1em;
	color: #ff65fa;	
}
.events-date-detailPage {
	color: #ff65fa;
	padding-bottom: 0.8em
}
.butMore {
	display: block;
	clear: both;
	float: right;
	margin: 0.8em 0 2em 0;
}
.searchResults-Header {
	padding-bottom: 1em;
	color: #2783b6;
}
#button-applyNow {
	text-align: center;
}
.image-floatLeft {
	float: left;
	padding: 0 10px 0 0;
}
.image-floatRight {
	float: right;
	padding: 0 0 0 10px;
}
/* --------------------------------------------------------------------------- */
.faq-hide {	display: none; }
.faq-show { 
	display: block;
	/*margin-left: 1em;*/ 
	padding: 0.5em 0 0.5em 0;
	border-top: 1px dashed #333333;
	border-bottom: 1px dashed #333333;
	margin-top: 0.5em;
}
/* --------------------------------------------------------------------------- */
/* --------------------------- Table Formating ------------------------------- */
/* --------------------------------------------------------------------------- */
table {
	/*background-color: #EAEAEA;*/
	border-collapse: collapse;
	color: #333333;
}
th {
	text-align: center;
	color: #FFFFFF;
	background-color: #2783b6;
	font-weight: normal;
}
/* --------------------------------------------------------------------------- */
table.tableGeneral {
	background-color: #EAEAEA;
}
/* --------------------------------------------------------------------------- */
/*
table#careers {
	background-color: #EAEAEA;
	border-collapse: collapse;
	color: #666666;
}
th.header{
	text-align: center;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
#careers a:link { color: #2783B6; }
#careers a:visited { color: #2783B6; }
#careers a:hover { color: #ff65fa; }
#careers a:active { color: #2783B6; }
*/
/* --------------------------------------------------------------------------- */
/* ---------------------------- CMS Text Editor ------------------------------ */
/* --------------------------------------------------------------------------- */
#CMS-text-editor {}
#CMS-text-editor p {padding: 0 0 1em 0}
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */

