@charset "UTF-8";

/* 

----

COLOURS

Orange		#F90
Purple		#2E0042
Mid Purple	#BDAFC3
Lt Purple	#CBBFD0

Text		#999

----

*/


/*   - - -                   - - -   */
/*   - - -  GLOBAL SETTINGS  - - -   */
/*   - - -                   - - -   */

*, td, tr, h1, h2, h3, h4, h5, p, ul, li, img {
	border: 0;
	padding: 0;
	margin: 0;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CBBFD0;
	background-image: url(assets/enc_page_no-repeat.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 8px 0 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*   - - -                   - - -   */
/*   - - -    LINK STYLES    - - -   */
/*   - - -                   - - -   */

a {
text-decoration: underline;
   }

a em {
font-style: normal;
text-decoration: underline;
    }

a:link, a:active, a:visited {color: #F60;}
a:hover {color:#2E0042;}


 #footer a:link, #mainContent a:link, #footer a:active, #mainContent a:active, #footer a:visited, #mainContent a:visited {
	color: #2E0042;
}

#footer a:hover, #mainContent a:hover {
	color: #F90;
}





/*   - - -                  - - -   */
/*   - - -     MAIN DIVs    - - -   */
/*   - - -     STRUCTURE    - - -   */
/*   - - -                  - - -   */


#container {
	width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	height: 132px;
	padding: 0 15px;
} 

#header #logo {
	width: 300px;
	padding: 9px 0 0 0;
	height: 110px;
}

#header #phone {
	float: right;
	width: 300px;
	padding-top: 30px;
}

#pagearea {
	width: 820px;
	background-color: #FFF;
	padding-top: 30px;
	}

#sidebar1 { /*main nav*/
	float: left; /* since this element is floated, a width must be given */
	width: 132px;
	font-weight: bold;
	color:#666;
	line-height: 90%;
	padding: 10px 0 15px 15px;
}

.thrColFixHdr #sidebar2 { /* right column, when thrCol layout */
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding: 15px 15px 15px 12px;
	background: #FFF url(assets/grey-dot.gif) repeat-y top left;
}

.thrColFixHdr #mainContent { 
	margin: 0 270px 0 153px;
	padding: 15px 0 0 0;
}

.thrColFixHdr-alt #mainContent { 
	margin: 0 270px 0 153px;
	padding: 15px 0 0 0;
} 

.twoColFixHdr #mainContent { 
	margin: 0 46px 0 153px;
	padding: 12px 0 0 0;
} 

#footer { 
	width: 790px;
	padding: 15px;
	background:#CBBFD0;
	font-weight: normal;
	font-size: 80%;
	line-height: 130%;
	border-top: 2px solid #BDAFC3;
	margin-top: 20px;
}


/*   - - -                  - - -   */
/*   - - -    STYLES ETC    - - -   */
/*   - - -                  - - -   */


/*      - -     HEADER     - -      */



#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	color: #FFF;
	font-size: 115%;
	text-align: right;
}


/*      - -   LEFT SIDEBAR & NAVIGATION  - -      */


#sidebar1 ul {
	list-style-type: none;
	font-size: 100%;
	padding: 0 0 4px 6px;
	font-weight: normal;
}

#sidebar1 ul li {
	padding: 7px 0 8px 0;
	}

#sidebar1 a:link,  #sidebar1 a:active, #sidebar1 a:visited {
	padding: 4px;
	color: #555;
	text-decoration: none;
	background-color: #CBBFD0;
}

 #sidebar1 a:hover {
 	padding: 4px;
	color: #FFF;
	text-decoration: none;
	background-color: #2E0042;

}

#sidebar1 li.selected a:link,  #sidebar1 li.selected a:active, #sidebar1 li.selected a:visited {
	padding: 4px;
	color: #CBBFD0;
	text-decoration: none;
	background-color: #947F90;
}

 #sidebar1 li.selected a:hover {
 	padding: 4px;
	color: #CBBFD0;
	text-decoration: none;
	background-color: #2E0042;
	}
	
	





/*      - -   RIGHT SIDEBAR   - -      */

#sidebar2 .block { 
	margin: 0 0 8px 0;
}



#sidebar2 .block p { 
	font-weight: normal;
	color: #666;
	font-size: 75%;
	padding: 0 0 5px 0;
}

#sidebar2 .block img { 
	padding: 2px 0;
}

#sidebar2 .panel { 
	color: #444;
	margin: 0 0 11px 0;
	padding: 12px;
	background-color: #DDD;
}

#sidebar2 .panel p { 
	font-weight: normal;
	font-size: 75%;
	padding: 2px 0;
	}
	
#sidebar2 .panel ul { 
	margin: 12px 0 12px 14px;
	}
	
	
/*      - -   MAIN COLUMN   - -      */


#mainContent p { 
	font-weight: normal;
	color: #000;
	font-size: 80%;
	line-height: 120%;
	padding: 0 0 7px 0;
}

#mainContent ul {
	padding: 0;
	margin: 0 0 3px 10px;
	font-weight: normal;
	color: #000;
	font-size: 80%;
	line-height: 120%;
}

#mainContent li {
	padding: 0;
	margin: 0 0 3px 10px;
}

#mainContent h1, #sidebar2 h1 { 
	font-weight: bold;
	color: #2E0042;
	font-size: 120%;
	padding: 0 0 16px 0;
	margin: 0;
	line-height: 100%;
} 

#mainContent h2, #sidebar2 h2 { 
	font-weight: bold;
	color: #2E0042;
	font-size: 100%;
	padding: 0 0 12px 0;
} 

#mainContent h3, #sidebar2 h3 { 
	font-weight: bold;
	color: #2E0042;
	font-size: 90%;
	padding: 0 0 6px 0;
} 

#mainContent .colorpanel {
	color: #FFF;
	padding: 11px;
	margin: 0 0 14px 0;
}

#mainContent .colorpanel h3 {
	color: #FFF;
	font-size: 95%;
	padding: 0 0 12px 0;
}

.blue {
	background: #09C;
}
.green {
	background: #390;
}
.pink {
	background: #F06;
}

#mainContent .colorpanel ul {
	color: #FFF;
	list-style-type: square;
}





/*      - -     FOOTER     - -      */


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666;
}


 #footer #left {
	width: 450px;
	font-size: 90%;
}

#footer #right {
	width: 250px;
	float: right;
	text-align: right;
	font-size: 80%;
}