/* ie proprietary property to force long words to break rather than the layout
<!-- a javascript could be used for up to IE6 min-width in this example -->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
#wrapper {word-wrap: break-word;}
</style>
<![endif]-->
*/
/*
* {
    margin: 0;
    padding: 0;
    border: 0;
}
*/
body {
    margin: 0;
    padding:0;
    text-align: center;
    background: #ffffff;
    color: #ffffff;
    min-width: 700px;
}

body {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 0.9em;
    line-height: 1.5;
}

a:link, a:visited, a:active {color: #000052; text-decoration: none; font-weight: bold;}
a:hover {color: #0059D8; text-decoration: none; font-weight: bold;}
h1, h2, h3, h4, p {
    margin: 1em 0;
    color:#000052;
}
ul {
    margin: 1em 2em;
    color:#000052;
}

.hide {
    display:none;
    color: #000052;
}

img { border: solid 0px white; }

/* input fields */
select { font-size:0.8em;}
input { font-size:0.8em;}
textarea {
    font-size:1em;
    font-family: arial, helvetica, ms sans serif, geneva, sans-serif;
    border: solid 1px gray;
}
/* input fields END */

/***************************************************************/
/**************** Layout CSS begins ****************************/

#wrapper { /* also holds the left "sliding" tab */
    /*background: #fff url(../images/sidebar-l.gif) repeat-y 0 0;*/
    text-align: left;
    width: 99%; /* this can fixed or fluid */
    margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
    font-size: 80%;
    border: 1px solid #4a1c21;
    color: #000;
}

#header, #subnav, #footer {
    clear: both;
    width: 100%;
}

#header {
    background: #ffffff; /*#c0c0c0; */
    color: #000;
    text-align: left;
    padding: 1px 0;
}

#subnav {
    background: #eeeeee;
    color: #0059D8;
    border-width: 1px 0;
    border-style: solid;
    border-color: #4a1a21;
    /*text-align:right;*/
    height:2em;
    vertical-align:middle;
}

#contentfloatholder {/* also makes the right "sliding" tab */
    /*background: url(../images/sidebar-r.gif) repeat-y 100% 0;*/
    float: left;
    width: 100%;
    position: relative;
}

#contentfloatholder:after {
    /* this is for NN6 to clear floats */
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

#left {
    float:left;
    width: 200px;
    margin-left: -5%; /* the difference to make the left colum appear flush left */
}

#poll {
	font-size:0.9em;
	line-height: 0.8;
	margin:5px 0 0 30px;
}

#center {
    color: #000;
    float:left;
    width: 100%;
    margin-right: -95%;
	/* this needs to be less than 100% for Moz/Mac which thinks
         it's empty otherwise. The difference is made up by putting a
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.
	*/
}

#centerpad {
    margin: 0 185px;
    padding: 0 5px 0 5px;
}

#right {
    float:right;
    width: 170px;
}
/*move the adverts into position */
#rc {
    padding: 10px 5px 0px 10px;
}

#footer {
    text-align: left;
    background: #eeeeee;
    color: #0059D8;
    border-width: 1px 0;
    border-style: solid;
    border-color: #4a1a21;
}

#footer div {
    padding: 1px 0;
    /*background: url(../images/brfoot.gif) no-repeat 100% 0px;*/
}

/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#center {margin-right: -100%;}
* html div#left {margin-left: 0;}

/*#right h3, #right p,*/
#left h3, #left p {
    padding: 0 20px;
}

#wrapper {
    position: relative;
    z-index: 500;
}

/*styles for the style sheet switcher*/
#switcher {
	text-align:right;
	padding-right:27px; /* added 10 here */
	/*line-height:0;*/
	float:right;
	width:90%;
}
#breadcrums {
	float:left;
}

#switcher a {
    color: #000052;
    text-decoration: none;
    font-weight: bold;
	display: inline;
	margin:0 4px;
}

#switcher a:hover {
	color: #0059D8;
	text-decoration: none;
	font-weight: bold;
}

.SwitcherSmall {
	font-size:0.7em;
}

.SwitcherMedium {
	font-size:1em;
}

.SwitcherLarge {
	font-size:1.3em;
}


/*styles for the style sheet switcher*/
#breadcrumbs {
    margin-top:3px;
    text-align:left;
	/*line-height:0;*/
	padding-left:27px; /* added 10 here */
	float:left;
}
