body{
	background-color:#e7e8df;
	margin:0px;
	padding:0px;
	text-align:center;
	/*height:auto*/
}

* {
	font-family:"Trebuchet MS", Verdana, "Century Gothic", "Arial Narrow", Arial, sans-serif;
	font-size:1em;
	margin:0px;
	padding:0px;
	text-align:left;
}

* p{
	font-size:0.8em;
	margin: 10px 20px;
}

img { 
	border: none;
} 


.nest{
	width:900px;
	height:auto;
	margin:0px auto;
	background-color:#fff;
	padding: 0px 10px 10px 10px;
}


/*Added entries by Edmond Belliveau*/

.defaultBodyContentFooter {
        font-size: 12px;
}
.defaultBodySidebar{
        width: 200px;
        float: left;
}

.defaultBodySidebar h2{
        padding:0px;
        margin: 22px 0px 40px 22px;
        color:white;
        font-weight:normal;
}

.defaultBodySidebar ul{
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
        width:  200px;
}


.defaultBodyContent img{
        margin:0px 12px 0px 0px;
        border:0px;
}

.defaultBodyContent h1{
        margin:10px 12px 0px 15px;
}

.defaultBodyContent blockquote{
        margin:60px;
        padding:0px;
        border:#e7e8df 5px dashed;
}
.defaultBodyContent ul li{
        list-style: none;
        background:url(../graphics/plus_sign_bullet.jpg);
        background-repeat: no-repeat;
        background-position: fixed top left;
        padding: 0px 20px 10px 30px;
        margin: 10px 0px 10px 20px;
}

.defaultBodyContent blockquote h2 {
        color:#CC0000;
}


.pwBodyInput{
        width: 450px;
        float: left;
}
.bodyform input{
        width: 250px;
        float: left;
}
.bodyForm{
        margin: 0px auto;
        border:#e7e8df 5px dashed;
        padding: 40px;
        width:  95%;
}
.bodyFormText{
	font-size: 12pt;
        width: 150px;
        float: left;
        margin:  3px 0px 0px 20px;
}
.bodyRechargeText{
        width: 95%;
        float: left;
        margin:  0px 0px 0px 20px;
}
.bodyFormInputTextArea{
	font-size: 12pt;
        overflow:auto;
        width: 300px;
        height: 90px;
	margin:  2px 2px 2px 2px;
	padding: 3px;
}
.bodyFormInput{
	font-size: 12pt;
        width:  300px;
	padding: 3px;
	margin: 2px 2px 2px 2px;
}
.bodyFormCheckBox{
	/*width: 550px;*/
        float: left;
        margin:  2px 6px 2px 0px;
}
.bodyFormSubmit{
	position: relative;
	left: 40%;
        /*float: right;*/
}
.message{
        color: #D3123F;
        font-weight: bold;
}


.bodyForm {
        margin:  10px 20px;
        border:  5px gray;
}

.subtext {
        font-size: 8px;
}

a:hover {
        color:  #757479;

}

a {
        color:  #D3123F;
}


/*End Added entries*/


/*********************************************************************************
drop down navigation css
*********************************************************************************/

.chromestyle{
	width: 900px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	/*border: 1px solid #BBB;*/
	width: 100%;
	background: url(../chrometheme/chromebgRB.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

/* STYLE FOR LEFT AND RIGHT SIDE ROUNDED CORNERS */

.chromestyle ul li leftMenu{
	min-width:450px;
}

.chromestyle ul li a{
	font-family:"Trebuchet MS", Verdana, "Century Gothic", "Arial Narrow", Arial, sans-serif;
	font-weight:bold;
	font-size: 0.9em;
	font:bold;
	color:#FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #000;
}

.chromestyle ul li a:hover{
	background: url(../chrometheme/chromebg-overRB.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	color: black;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.dropmenudiv{
	font-family:"Trebuchet MS", Verdana, "Century Gothic", "Arial Narrow", Arial, sans-serif;
	font-size:0.8em;
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}

/**************************************************************************************
END OF DROP DOWN MENU
**************************************************************************************/

.header{
	height:112px;
}

.bodyHeader{
	width:910px;
	padding-bottom: 15px;
}

/*************************************************************************************
START HOMEPAGE CSS
*************************************************************************************/

.homeBodyContainer{
	clear:both;
	background: url(../graphics/homepage_body_middle.jpg) repeat-y;
	width:910px;
	/*height:auto;*/
}

.homeBodyTop{
	min-height:38px;
	width:910px;
	background:url(../graphics/homepage_body_top.jpg) no-repeat;
}

.homeBodyTop h2 {
	font-size:18px;
	text-align:left;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:15px;
	font-style:normal;
}

.homeBodyTop p {
	padding:0px;
}

.homeBodyContent{
	font-size:1.2em;
	width:890px;
	/*float:left;*/
	min-height:200px;
	display:block;
}

.homeBodyContent h3{
	padding-left:50px;
	font-size:0.9em;
	font-weight:bold;
}

.homeBodyContent img{
	margin:0px 12px 0px 0px;
	border:#e7e8df 5px solid;
}

.homeBodyContent blockquote{
	margin:30px;
	padding:20px;
	border:#e7e8df 5px dashed;
}

.homeBodyContent blockquote h2 {
	color:#CC0000;
}

.homeBodyContent ul {
	font-size:0.7em;
	padding-left:45px;
}

.homeBodyContent ul li {
	padding-bottom:10px;
}
.homeBodySidebar{
	width: 210px;
	float: right;

	height: 140px;
	margin-top:0px;
}

.homeBodySidebar img{
	padding:10px;
	vertical-align:top;
}

.homeFootSpot{
	width:910px;
	padding-top:15px;
}

.homeBodyFooter {
	background: url(../graphics/homepage_body_foot.jpg) no-repeat;
	height:12px;
	clear:both;
}
/********************************************************************************
END HOMEPAGE CSS
********************************************************************************/


/*************************************************************************************
START DEFAULT PAGE CSS
*************************************************************************************/

.defaultBodyContainer{
	clear:both;
	background: url(../graphics/default_body_main.jpg) repeat-y;
	width:910px;
	/*height:auto;*/
}

.defaultBodyTop{
	min-height:85px;
	width:910px;
	background:url(../graphics/default_body_header.jpg) no-repeat;
}

.defaultBodyTop h2 {
	font-size:18px;
	text-align:left;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:15px;
	font-style:normal;
}

.defaultBodyTop p {
	padding:0px;
}

.defaultBodyContent{
	font-size:1.2em;
	width:700px;
	float:left;
	min-height:200px;
}

.defaultBodyContent h3{
	padding-top:20px;
	padding-left:20px;
	font-size:0.9em;
	font-weight:bold;
}

.defaultBodyContent .note{
	font-size:0.8em;
	text-align:center;
}

.defaultBodyContent ol{
	margin:10px 40px;
}
.defaultBodyContent li{
	margin-left:15px;
	padding:10px;
}

.defaultBodyContent img{
	margin:0px 12px 0px 0px;
	border:#e7e8df 5px solid;
}

.defaultBodyContent blockquote{
	margin:30px;
	padding:20px;
	border:#e7e8df 5px dashed;
}

.defaultBodyContent blockquote h2 {
	color:#CC0000;
}

.defaultBodyContent ul {
	font-size:0.9em;
	padding-left:55px;
	padding-right:55px;
}

.defaultBodyContent ul li {
	padding-bottom:10px;
}
.defaultBodySidebar{
	width: 200px;
	float: left;
}

.defaultBodySidebar h2{
	padding:0px;
	margin: 15px 0px 40px 22px;
	color:white;
	font-weight:normal;
}

.defaultBodySidebar ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.defaultBodySidebar li{
	background:url(../graphics/plus_sign_grey_ground.jpg) no-repeat fixed top left;
	padding: 0px 20px 10px 30px;
	margin: 11px 0px 11px 20px;
}

.defaultBodySidebar a:link, a:visited, a:hover, a: active{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}

.defaultBodyFooter {
	background: url(../graphics/default_body_footer.jpg) no-repeat;
	height:12px;
	clear:both;
}

/*************************************************************************************
END DEFAULT PAGE CSS
*************************************************************************************/

/************************************************************************************
START ENORMOUSLY HAPPY CSS
*************************************************************************************/

.happyContainer {
	margin:20px;
	margin-bottom:40px;
	border:dashed 3px #CCCCCC;
	width:850px;
	height:75px;
	}
	
.happyLogo{
	margin:10px;
	float:left;
	width:250px;
	font-size:10px;
}

.happyBlurb{
	margin:10px;
	float:left;
	font-size:14px;
	width:250px;
}

.happyVideo{
	margin:10px;
	float:left;
	width:250px;
}
/************************************************************************************
END ENORMOUSLY HAPPY CSS
*************************************************************************************/

/************************************************************************************
START NEWS CSS
*************************************************************************************/

.newsContainer {
	margin:20px;
	margin-bottom:40px;
	padding:20px;
	border:dashed 3px #CCCCCC;
	width:600px;
	min-height:75px;
	fontsize:0.8em;
	}
	
.newsDate{
	font-weight:bold;
	color:#CC0000;
}

.newsCategory{
	font-size:0.75em;
}

.newsHeadline{
	margin-top:20px;
	font-size:1.2em;
}
/************************************************************************************
END NEWS CSS
*************************************************************************************/


/************************************************************************************
START TEAMPHOTO CSS
*************************************************************************************/
.teamContainer{
	width:690px;
	min-height:150px;
	padding-left:12px;
	display:table;
}

.teamMember{
	font-size:12px;
	text-align:center;
	width:148px;
	height:250px;
	float:left;
	padding:8px 8px;
}

/************************************************************************************
END TEAMPHOTO CSS
*************************************************************************************/

/************************************************************************************
START CAPTION IMAGE CSS
*************************************************************************************/

.imageCaption {
	text-align:left;
	width:170px;
	float:left;
	font-size: 0.6em;
	padding-left:20px;
}

/************************************************************************************
START CAPTION CSS
*************************************************************************************/
.footer {
	text-align:center;
	color:#999999;
	font-size:0.7em;
	padding-top:15px;
	clear:both;
}
