@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../assets/flourish7.jpg) no-repeat;
	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: #000000;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container  {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 5px 0px 0px;
	background-image: url(../assets/header.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#phone a:visited {
	color: #00AEEF;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#phone a:hover {
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#phone {
	margin: 0px;
	padding: 0px;
	width: 275px;
	float: right;
	height: 115px;
}
#phone h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	font-weight: lighter;
	margin: 30px 0px 0px;
	padding: 0px;
}
#phone p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin: 15px 0px 0px;
	padding: 0px;
}
#register {
	margin: 5px 0px 0px;
	padding: 8px 3px 0px 0px;
	float: left;
	width: 557px;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	font-variant: normal;
	text-transform: uppercase;
}
#registergo {
	margin: 10px 10px 0px 0px;
	padding: 0px;
	height: 25px;
	width: 25px;
	background-color: #00AEEF;
	float: right;
	background-repeat: no-repeat;
}
#register a img {
	background-image: url(../assets/go.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #00AEEF;
	margin: 0px;
	padding: 0px;
}
#buttons {
	margin: 0px;
	padding: 8px 0px 0px 9px;
	width: 891px;
	background-color: #E9E5DA;
	height: 65px;
	clear: both;
}
#logo {
	margin: 52px 0px 0px 6px;
	padding: 0px;
	float: left;
	width: 292px;
}
#search {
	width: 270px;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 65px;
}
#search h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px;
	line-height: 22px;
}
#search h2 {
	color: #C00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	margin: 0px;
	padding: 4px 0px 0px;
}
#search form {
	margin: 7px 0px 0px;
	padding: 0px;
	height: 30px;
	width: 265px;
}
#search form input {
	color: #666;
	margin: 0px 7px 0px 10px;
	padding: 0px;
	height: 21px;
	width: 215px;
	float: left;
}
#search form #jse_go {
	background-image: url(../assets/go.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E9E5DA;
	clear: none;
	float: none;
}
#phone a:link {
	color: #036;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#mainsidewrap {
	padding: 0px 0px 10px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E8E5DB;
	clear: both;
	float: left;
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule.
*/
#sidebar  {
	background: #FFF; /* top and bottom padding create visual space within this div */
	margin: 0px 10px 0px 0px;
	float: right;
	width: 122px;
	padding: 0px;
	text-align: center;
	border: 1px solid #666;
}
#mainsidewrap #sidebar p img {
	margin: 13px 0px;
	padding: 0px;
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent  {
	padding: 10px 10px 10px 9px;
	background-color: #FFF;
	border: 1px solid #666;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
	float: left;
	margin-right: 0px;
	width: 725px;
} 
#mainContent p {
	font-size: 12px;
	line-height: 15px;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#maintext {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 725px;
	height: 426px;
}
#images {
	width: 550px;
}
#extras   {
	width: 165px;
	margin: 0px;
	padding: 0px;
	background-color: #00AEEF;
	float: right;
	height: 426px;
}
#extras table {
	margin: 0px;
	padding: 0px;
	height: 426px;
	width: 165px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#extras table tr td p img{
	margin: 0px;
	padding: 0px;
}
#extras table tr td p {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 1px 0px;
	padding: 0px 0px 0px 5px;
}
#extras table tr td h4 {
	color: #000;
	margin: 2px 0px 0px 6px;
	padding: 0px;
	font-size: 14px;
}
#extras table tr td h6 {
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#extras table tr td h6 a:link{
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 0px 6px;
	padding: 0px;
}
#extras table tr td h6 a:visited{
	color: #036;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 0px 6px;
	padding: 0px;
}
#extras table tr td h6 a:hover{
	color: #FECC0D;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 0px 6px;
	padding: 0px;
}
#footer  {
	padding: 20 10px 0;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	line-height: 15px;
	clear: both;
} 
#footer p a img {
	margin: 0px;
	padding: 0px;
}
#footer a:link {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFCB0A;
	text-align: center;
	text-decoration: none;
	line-height: 15px;
}
#footer a:visited {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #999;
	text-align: center;
	text-decoration: none;
	line-height: 15px;
}
#footer a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #036;
	text-align: center;
	text-decoration: none;
	line-height: 15px;
}
.twoColElsRtHdr #container   #footer p{
	color: #FFF;
	margin: 0px;
	padding: 10px 0px 0px;
	font-size: 11px;
	line-height: 27px;
}

/* Miscellaneous classes for reuse */
.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-right: 8px;
}
.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;
}
#adleft {
	color: #333;
	background-color: #FFE8A8;
	border: 1px solid #666;
	width: 345px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 150px;
	line-height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	clear: left;
	float: left;
}
#adleft p {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
#adleft h4 {
	font-size: 17px;
	line-height: 24px;
	margin: 6px 0px 8px;
	padding: 0px;
}
#adleft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	margin: 5px 0px 0px;
	padding: 0px;
	line-height: 25px;
}
#adleft p a:link {
	color: #BE1C2D;
	text-decoration: none;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 10px 0px 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 24px;
}
#adleft p a:visited {
	color: #666;
	text-decoration: none;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 10px 0px 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 24px;
}
#adleft p a:hover {
	color: #00AEEF;
	text-decoration: none;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 10px 0px 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 24px;
}
#adright {
	width: 345px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	font-style: italic;
	text-align: center;
	line-height: 20px;
	border: 1px solid #666;
	float: right;
	clear: none;
	height: 150px;
}
#adright table             {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
}
#adright p {
	margin: 5px 0px 8px;
	padding: 0px;
	font-size: 16px;
	line-height: 22px;
}
#adright table tr td img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
#mainContent table tr td h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #06C;
}
#mainContent table tr #aboutmain p {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 12px 0px 0px;
	padding: 0px;
	text-indent: 0px;
}
#mainContent table tr #aboutmain p .bolditalic {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#mainContent table tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding: 0px 15px 0px 20px;
	margin: 0px 0px 15px;
}
#mainContent table tr td p a {
	color: #06C;
}
#mainContent .mainbullet     {
	color: #333;
	margin: 2px 25px 20px 20px;
	padding: 0px;
	list-style-type: circle;
}
#mainContent table tr td h3 {
	color: #333;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 12px;
}
#mainContent table tr td p .quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
#mainContent table tr td p .byline {
	color: #666;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
#mainContent table tr #aboutmain h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #000;
}
#mainContent .backtotop a:link{
	color: #003;
	font-size: 11px;
}
#mainContent table tr td ul {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin: 0px 0px 6px 5px;
	padding: 0px 15px;
	font-size: 12px;
	line-height: 22px;
	display: list-item;
	font-weight: 400;
}
#mainContent table tr td ul li {
	color: #000;
	list-style-type: disc;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 7px;
}
#mainContent table tr td ul li ul li {
	color: #666;
	margin: 0px;
	padding: 0px;
	list-style-type: circle;
	font-weight: lighter;
	line-height: 16px;
}
#mainContent table tr td h2 {
	color: #000;
	font-size: 13px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: uppercase;
}
#mainContent .backtotop a:link{
	color: #003;
	font-size: 11px;
}
#bic #bicbody {
	width: 900px;
	margin: 0px;
	padding: 0px;
	float: left;
}

