/*----------------------------------------------------------------------------*/
/*  SSSC = St Stephen Soccer Club - Cascading Style Sheet 
/* (updated 4/26/2015) */
/*----------------------------------------------------------------------------*/
/* KEY COLORS:  E21D26
/* #E21D26;/** SSSC Red **/
/* #040507;/** SSSC BLACK **/
/* #FFFFFF;/** SSSC White **/
/*
/* SECONDARY COLORS
/* #666666; /** charcoal black (button) **/
/* #64646B; /** SSSC Charcoal 	**/
/* #FFBC03; /** SSSC Gold 	**/
/*
/* #000066;  /** CSO Navy **/
/*----------------------------------------------------------------------------*/

body {
	background-color: #FFFFFF;/** SSSC White **/
    	text-align: center;
    	margin: 0 auto;
    	padding: 0;
    	font-family: Arial,sans-serif;
}

/*----------------------------------------------------------------------------*/
/*	Containers
/*----------------------------------------------------------------------------*/
#header {
    	background-color: #FFFFFF;	/** SSSC White **/
    	margin: 5px auto;
    	width: 975px;
    	padding: 5px 0px 0px 5px;
	border-bottom: 10px solid #000066;  /** CSO Navy **/	
    	text-align: left;
}

#headerContainer, #contentContainer, #footerContainer {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
}

#headerContainer {
	margin-top:5px;
	background: #FFFFFF;	/** SSSC White  **/
}
#headerNavigation {
	height: 40px;
	background: #000066;  		/** CSO Navy **/
	border-top: 2px #000066;  /** CSO Navy **/
	border-bottom: 2px #FFFFFF solid;	/** SSSC White  **/
	color: grey;
	padding:3px;
	border-radius: 20px 20px 0px 0px;
}

#content {
	background-color: #FFFFFF;  	/* White 	*/ 	
    	text-align: left;
    	margin: 0 auto;
    	width: 960px;
    	padding: 10px 10px 10px 10px;
	border-left: 1px dotted #c4c4c4; /* Light Gray 	- right border*/
	border-right: 1px dotted #c4c4c4; /* Light Gray 	- right border*/
/*    	height: 400px;  /* */
}

#contentContainer {
	background-color: #FFFFFF;  	/* White 	*/ 	
	margin: 0;
}


#footerContainer {			/* outside container */
	/* background: #000000 none repeat scroll 0 0; */
/*	border-top: 1px solid #040507;			/** SSSC BLACK **/
	background: #FFFFFF;  		/* White 	*/ 
	padding: 8px;
}

#footer {				/* Inside container */
	color: #FFFFFF;			/** SSSC White **/
	background: #000066;  		/** CSO Navy **/
	border-radius: 0px 0px 20px 20px;
	width: 960px;
	height: 40px;
	margin: 0 auto;
	padding: 6px;
	font-size: 1em;
}

#header a {
/*    color: #003399 !important;  */
    text-decoration: none;
}

#header a:hover {
/*    color: #00000 !important; */
}

#footerList li {
	float: left;
	border-right: 1px dotted #999;
	padding: 3px 10px;
}

#footerList li a {
	text-decoration: none;
}

.last {
	border: none !important;
	margin-top: 8px;
}

/*----------------------------------------------------------------------------*/
/*	Classes
/*----------------------------------------------------------------------------*/

a, a:hover, a:visited {
/*	color: #c00000; 		/** PTS Red 	**/
	text-decoration: underline;
	color: black;
}

a:hover {
	color: #c00000; 		/** PTS Red 	**/
	text-decoration: none;
}

a.foot, a.foot:hover, a.foot:visited {
	text-decoration: none;
	color: #FFFFFF;  		/* White 	*/
}
a.foot:hover {
	color: #FFBC03; 		/** SSSC Gold 	**/
	text-decoration: underline;
}


a.link, a.link:visited {
	color: #c00000; 		/** PTS Red 	**/
	text-decoration: underline;
//	color: black;
}

a.link:hover {
	color: #c00000; 		/** PTS Red 	**/
	background: yellow; 		
//	background: #FFBC03; 		/** PTS Gold 	**/
	text-decoration: underline;
}


a.clublink, a.clublink:visited {
/* 	    display: block; */
	    margin: 5px;
	color: #FFFFFF;  		/* White 	*/
	font-weight:bolder;
	background: #c00000; 		/** PTS Red 	**/
	text-decoration: none;
	text-align:center;
	
	padding: 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 3px #888888;
	width:100px;
	height:100px;
}

a.clublink:hover {
	text-decoration: none;
/*	text-decoration: underline; */
	color: #c00000; 		/** PTS Red 	**/
	background: #FFBC03;; 		/** PTS Gold 	**/
	box-shadow: 5px 5px 3px #FFFFFF;  		/* White 	*/
}
.slideLink {
	width: 208px;
	height: 60px;
	margin: 10px !important;
	border: 1px solid #999999;
	display: block;
}

.menu {
      color: #000000;
      margin: 5px 0px 5px 0px;
}


h1, h2, h3, h4, #menuList {
	font-family: 'PT Sans', arial, sans-serif; 
}


h1 { 
    color: #000066;  		/** CSO Navy **/
    letter-spacing: 0.03em;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
	font-family: Tahoma, Impact; 
}

h2 {
    color: #666666;		/** SSSC Charcoal Gray **/
	font-size: 1.5em !important;
}

h3 {
	color: #E21D26;		/** SSSC Red **/
	font-size: 1.1em !important;
}

h4 {
	font-family: "Georgia", Arial, sans-serif;
	padding-bottom: 3px !important;
}

.subheading {
	color: #000066;  		/** CSO Navy **/
	font-size: 1.4em;
	font-family: Tahoma, Impact; 
	font-weight: bolder;
}
.subheading2 {
	color: #E21D26;			/** SSSC Red **/
	font-size: 1.5em;
	font-weight: bolder;
}
.banner1 {
	font-size: 1.3em;
	font-family: Tahoma, Impact; 
	background: #666666;		/** SSSC Charcoal Gray **/
	color: #FFFFFF;  		/* White 	*/ 
}
.banner2 {
	font-size: 1.4em;
	font-family: Tahoma, Impact; 
	background: #666666;		/** SSSC Charcoal Gray **/
//	background: #E21D26;		/** SSSC Red **/
	color: #FFFFFF;  		/* White 	*/ 
	font-weight: bolder;
}
.banner3 {
	font-size: 1.5em;
	font-family: Tahoma, Impact; 
	background: #E21D26;		/** SSSC Red **/
	color: yellow;  		/* Yellow 	*/ 
	font-weight: bolder;
}
.banner4 {
	font-size: 1.1em;
	font-family: Tahoma, Impact; 
	background: #ffffcc;  		/* corn-silk yellow 	*/ 

	color: #3333ff;  		/** blue **/  
	font-weight: bolder;
}
.banner40 {
	font-size: 1.1em;
	font-family: Tahoma, Impact; 
	background: #000066;  		/** CSO Navy **/

	color: #ffffcc;  		/* corn-silk yellow 	*/ 
	font-weight: bolder;
}


/* ---------------------------------------------------- */
ul.square {
    list-style: square;
    list-style-type: square;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}

li.square {
    margin: 5px 0px 5px 40px;
}
/* ---------------------------------------------------- */
/* for menus                                            */
/* ---------------------------------------------------- */

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    margin-top: 10px;
}

.left {
    float: left;
}
.left_image {
    float: left;
    padding: 2px 10px 2px 2px;
}

.right {
    float: right;
}
.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.centerTable {
    margin-left: auto;
    margin-right: auto;
}
.centerText {
	text-align:center;
}


.top {
    vertical-align: top;
}

.pointList {
	list-style-type: square !important;
}

.pointList {
	padding-left: 20px;
}

.border {
	border: 1px solid #000;
}

/* -- Div IDs -- */

.main_view {
	margin: 0 10px;
}

#columnLeft {
	margin-left: 10px;
}

#columnRight {
	margin-right: 10px;
}

#columnLeft, #columnRight {
	margin-top: 10px;
	margin-bottom: 10px;
}

#columnLeft {
	width: 520px;
	float: left;
}

#columnRight {
	width: 410px;
	float: right;
}

#columnContainer {
  	color: #64646B;			/** SSSC Charcoal 	**/
	background-color: #FFFFFF; 	/* white */
	border: 1px solid #FFBC03;	/** SSSC Gold 	**/
	padding: 10px;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 5px 5px 3px #888888;
}
#ad_Container {
  	color: #64646B;			/** SSSC Charcoal 	**/
	background-color: #FFFFFF; 	/* white */
	border: 1px solid #c4c4c4;;	/** light gray 	**/
	padding: 10px;
/*
	border-radius: 4px 4px 4px 4px;
	box-shadow: 5px 5px 3px #888888;
	*/
	margin:2px 80px 2px 0px;
}


#redBox {
  	color: #64646B;			/** PTS Charcoal 	**/
 	padding: 20px;
	background-color: #FFFFFF; 	/* white */
	border: 1px solid #c00000; 	/** PTS Red 	**/
	border-radius: 16px 16px 16px 16px;
	margin: 5px 0px 5px 0px;
}
#redBoxTop {
	width:100%;
	color:#FFFFFF; 			/* white */
	background-color: #c00000; 	/** PTS Red 	**/
	margin: 0px;
 	padding: 10px;
 	font-weight:bolder;
}

#columnContainer h3 {
	color: #c00000; 		/** PTS Red 	**/
/*	color: #075694; 		/* Blue Jeans Blue */
	
}

#clear {
	/* Used to clear Div's */
	width: 960px;
	clear: both;
}

/*------------------------------------------------------   -*/
.img_right {
	float: right;
	margin:15px 0px 15px 15px;
}
.img_left {
	float: left;
	margin:15px 15px 15px 0px;
}
/*------------------------------------------------------ MENU LIST -*/

#menuList {
	margin-top: 5px;
	margin-bottom: 15px;
	color: #FF0000;
}

#menuList li {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
/* 	border: 1px solid #c4c4c4;  */
	color: #FF0000;
	margin:5px 5px 5px 5px;
}

/*----------------------------------------------------------------------------*/
/*	Menu Styles
/*----------------------------------------------------------------------------*/

#menuList li a {
	background-color: #666666;		/** charcoal black **/
	color: #f0f0f0; 			/** very light gray **/
	border: 2px solid #f0f0f0;		/** very light gray **/
	padding: 3px 8px 3px 8px;
	margin: 0px 0px 0px 0px;
	border-radius: 6px;

	font-family:verdana, tahoma, arial;
	font-weight: bolder;
	font-size:0.9em;
}

#menuList li a:hover {
	background-color: #ffffff; 		/** White **/
	color: #666666;				/** charcoal black **/
	border: 2px solid #ffffff; 		/** White **/
}

/*------------------------------------------------------ MENU BAR -*/

.menu-bar {
	margin: 0px 0px 0px 0px;
/***	height: 28px;               ***/
      background-color: #0099CC;
}

#menuBar1 {
        width: 100%;
        text-align: center;
    background-color: #0099CC;
	color: #000000;
	border: 1px solid #000000;
	height: 32px;
}
#menuBar {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
        padding-left: 25px;
}

#menuBar li {
	margin-top: 5px;
	float: left;
	padding-right: 15px;
	border:1px solid #c4c4c4;
	color: #FF0000;
}

#menuBar li a {
	padding: 3px 30px 3px 30px;
	border: 1px solid #c4c4c4;
	color: #FFFFFF; 
	background-color: #003399;
	font-size:0.9em;
	font-weight: bold;
      margin: 0px 25px 0px 25px;
}
#menuBar li a:hover {
	margin-top: 0px;
	padding: 3px 30px 3px 30px;
	border: 1px solid #FFCC00;  
	color: #003399;
	background-color: #FFCC00;

	font-size:0.9em;
	font-weight: bold;
}
/*------------------------------------------------------ LOGO -*/
.logo {
	margin-top: 15px;
}

/* == SLIDER == */

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	width: 940px;
	padding-top: 10px;
}

/*--Window/Masking Styles--*/
.window {
	height:300px;	width: 710px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	float: left;
}

.image_reel {
	float: left;
	position: absolute;
	top: 0; left: 0;
}

.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	float: right;
	width: 230px; height:300px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	background: #CCCCCC;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.paging a {
	margin: 0;
}

.active {
	border: 1px solid #FFF;
}

/* == Form == */

#formSubmit {
	padding: 6px 12px !important;
	color: #FFFFFF !important;
	background-color: #2D85BF !important;
	border: 1px solid #075694;
	font-weight: bold;
}

/* ---------------------------------------- TEST CONTAINERS ---------------------------*/
#allThree {
    width: 944px;
    height: 324px;
    background-color: #FFFFFF;
    padding: 0px 8px 0px 8px;
    margin: 0px 0px 0px 0px;
}
#upLeft {
    width: 300px;
    height: 300px;
    border-radius: 25px 25px 25px 25px;
    border: 5px solid #0099CC; /* teal */
    float: left;
    background-image: url("images/FloorIns-300-dscn0459.jpg");
    margin: 2px 4px 2px 0px;
    padding: 0;
        box-shadow: 10px 10px 5px #888888;
}
#upMiddle {
    width: 300px;
    height: 300px;
    border-radius: 25px 25px 25px 25px;
    border: 5px solid #003399; /* Navy */
    float: left;
    background-image: url("images/SitePlan-300.jpg");
    margin: 2px 4px 2px 4px;
        box-shadow: 10px 10px 5px #888888;
}
#upRight {
    width: 300px;
    height: 300px;
    border-radius: 25px 25px 25px 25px;
    border: 5px solid #0099CC; 
    float: left;
    background-image: url("images/Cash-wa-v2-DSCN0383.jpg");
    margin: 2px 2px 2px 4px;
        box-shadow: 10px 10px 5px #888888;
}
#downRight {
    width: 300px;
    height: 300px;
    border-radius: 0px 0px 25px 0px;
    border: 5px solid #003399; 
    float: right;
    background-image: url("images/ExtWalls-v2-37.jpg");
    margin: 2px 2px 2px 2px;
}
/*------------------------------------------------------ Sub-Page-Menu -*/
.subpagemenu {
	font-weight:bolder;
    	text-align: center;
}
a.subpage {
	text-decoration: underline;
	color: #c00000;  		/** PTS Red 	**/
	padding: 4px 8px 4px 8px;
}
a.subpage:hover {
	text-decoration; none;
	color: #FFBC03;			/** PTS Gold 	**/
	background-color: #c00000;	/** PTS Red 	**/
	padding: 4px 8px 4px 8px;
}
/*------------------------------------------------------ MENU BAR -*/

.msgTitle {
	font-size:1.1em; 
	font-weight:bolder;
	padding-right:.8em;
}
.msgDate {
	font-size:.8em; 
	color:#c4c4cw;
	font-color:#c4c4c4;
}
.msgBody {
	font-size:1em; 
	white-space:pre-wrap; 
	padding:0.5em 1em 0.5em 1em;  
/*	border: 1px solid red; /* */
}
.msgBlock {
	padding: 1em;
	margin: 1em 2em 1em 1em;
	border: 1px solid #c4c4c4;
        box-shadow: 5px 5px 2px #888888;
        border-radius: 20px;
}
.msgBlock2 {
	padding: 1em;
	margin: 1em 2em 1em 1em;
}

.scheduleMessage {
        padding-left: 100px;
	background:#fffcc;
	background-color:#ffffcc;
//	background-color:#f0f0f0;
//	background-color:#CCFFFF;	 	
}

/*----------------------------------------------------*/
/* Form Values 
/*----------------------------------------------------*/

input {
	margin: 10px 20px 10px 10px;
	font-size: 0.9em;
}
input.tight {
	margin: 10px 5px 10px 5px;
	font-size: 0.9em;
	text-align:right;
}
input.radio {
	margin: 10px 5px 10px 20px;
}
select {
	margin: 10px 30px 10px 10px;
	font-size: 0.9em;
}
select.tight {
	margin: 10px 5px 10px 5px;
	font-size: 0.9em;
}

.question {
        background: #FFFFFF;			/** SSSC White **/
        width:833px;
	padding:0.7em;
	margin: 10px 10px 15px 10px;
	border : 1px solid #FFBC03; 		/** SSSC Gold 	**/
	box-shadow: 5px 5px 3px #888888;
	border-radius: 7px;
}

.button {
//        width:150px;
	margin-left: auto;
	margin-right: auto;
	padding:5px;
	font-weight:bolder;
//	color: #000000;
//	background: #c4c4c4;
}

.diag_border {
	border: 1px solid orange;
}
.report_container {
	width: 1300px;
}
