@charset "utf-8";
body {
	font: 12px Tahoma, Geneva, sans-serif;
	background: #666666;
	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;
}
p{
	font: 12px tahoma, geneva, sans-serif;
	letter-spacing:0px;
	}
.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ff9933;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	padding: 0 0px 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. */
	bottom: 0px;
}
.oneColFixCtrHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ff9933;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f17033;
}
.oneColFixCtrHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
float:left;
color: white;
background: #F17033 url(images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #ff9933;
}

#ddcolortabs a:hover span{
background-color: #ff9933;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #ff9933;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 750px;
height: 8px;
line-height: 15px;
background: #F17033;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
margin-left: 4px;
padding: 0;
width: 740px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #F17033 url(images/color_tabs_left2.gif) no-repeat left bottom;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
letter-spacing: 1px;
}

#invertedtabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right2.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #ff9933;
}

#invertedtabs a:hover span{
background-color: #ff9933;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #ff9933;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 750px;
height: 8px;
line-height: 8px;
background: #F17033;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}


/*ROUNDED BOXES \*/

#xsbox h1, #xsbox h2, #xsbox h3, #xsbox p {margin:0 10px; letter-spacing:0px;}
#xsbox h1 {font-size:2.5em; color:#F17033;}
#xsbox h2 {font-size:2em;color:#F17033; border:0;}
#xsbox h3 {font-size:1.5em;color:#F17033; border:0;}
#xsbox p {padding-bottom:0.5em;}
#xsbox h2 {padding-top:0.5em;}
#xsbox {background: transparent; margin:1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#FFCC66; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF;}
.xb1 {margin:0 5px; background:#FFFFFF;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#FFCC66; border:0 solid #FFFFFF; border-width:0 1px;}

/*COLOURED ROUNDED BOXES \*/

#xscbox h1, #xscbox h2, #xscbox h3, #xscbox p {margin:0 10px; letter-spacing:0px;}
#xscbox h1 {font-size:2.5em; color:#FFFFFF;}
#xscbox h2 {font-size:2em;color:#FFFFFF; border:0;}
#xscbox h3 {font-size:1.5em;color:#FFFFFF; border:0;}
#xscbox p {padding-bottom:0.5em;}
#xscbox h2 {padding-top:0.5em;}
#xscbox {background: transparent; margin:1em;}

.xctop, .xcbottom {display:block; background:transparent; font-size:1px;}
.xcb1, .xcb2, .xcb3, .xcb4 {display:block; overflow:hidden;}
.xcb1, .xcb2, .xcb3 {height:1px;}
.xcb2, .xcb3, .xcb4 {background:#F17033; border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF;}
.xcb1 {margin:0 5px; background:#FFFFFF;}
.xcb2 {margin:0 3px; border-width:0 2px;}
.xcb3 {margin:0 2px;}
.xcb4 {height:2px; margin:0 1px;}

.xcboxcontent {display:block; background:#F17033; border:0 solid #FFFFFF; border-width:0 1px;}
