
/** INITIALIZATIONS **/

body {
	margin:0;
	padding:10px;
	background:#f4f3ee;
	font-size:62.5%;
	color:#444;
}
body#en {
	font-family:arial,helvetica,sans-serif;
}

#frame,#frame-fullpage {
	width:100%;
}

p, h1, h2, h3, h4, h5, h6, ul, form, fieldset, table, td, th {
	margin:0;
	padding:0;
	vertical-align:top;
	border-collapse:collapse;
	list-style:none;
	font-size:1em;
}
select, input, textarea, button {
	color:#000;
	background:#fff;
	font-size:1.2em;
	font-family:arial,helvetica,sans-serif;
}

p select,
p input,
p button,
p label,
.chart td select,
.chart td input,
.chart td button,
.chart td label {
	font-size:1em;
}

/** Sign Up form  **/

.signup
{
	font-size:14px;
	background: White none;
	border:0px;
}

/** BASIC ELEMENTS **/

label {
	font-size:1.2em;
	white-space:nowrap;
	text-align:left;
}

label input {
	width:auto;
	background:#fff;
}
img {
	border:none;
}
a,a:link {
	color:#039;
}
a:hover {
	color:#000;
}
.clear {
	clear:both;
}
.hide, hr {
	display:none;
}

/** MASTHEAD SHORMAN.CA **/

#masthead {
	clear:both;
	position:relative;
	background:#0058A8;
	height:100px;
	width:1000px;
}


/** NAV **/

#nav {
	margin:0 9px;
	position:relative;
	top:-35px;
	width:957px;
}
#nav li, .tabs li {
	float:left;
	margin:0 1px;
	font-weight:bold;
	font-size:1em;
	line-height:1em;
	font-family:tahoma,arial,helvetica,sans-serif;
	text-transform:uppercase;
	white-space:nowrap;
}

#nav span, #nav a,.tabs span {
	display:block;
	text-decoration:none;
	cursor:hand;
}
#nav span span {
	padding:8px;
}

#nav li.opptab {
	float:right;
}

#nav a {
	background:#fff;
	color:#3c6abb;
}
#nav a:hover {
	background:#FF6600;
}

#nav .sub-nav {
	display:none; /** only show sub-nav when it's on **/
	position:absolute;
	left:-9px;
	margin-top:-1px;
	background:#f7de00 url(/images/templates/bayt/bg-sub-nav.gif) bottom repeat-x;
	border-top:1px solid #f4f3ee;
	border-bottom:1px solid #b9a600;
	width:975px;
}

/** CONTENT FRAME **/

#content-frame {
	float:left;
	padding:0 0 10px;
	margin:-20px 0px 0px 0;
	width:800;
}

#frame-fullpage #conent-frame {
	width:800px;
	clear:both;
	float:none;
}
#content {
	float:right;
	width:100%;
	margin-bottom:5px;
	/**background:#fff url(/images/templates/bayt/content-sb.gif) left repeat-y;**/
}
 .br {
	padding:10px 10px 30px;
	height:1%; /** ie **/
	/***background:url(/images/templates/bayt/content-br.gif) bottom right no-repeat;**/
}

h1 {
	font-weight:normal;
	font-size:2em;
	color:#004895;
	margin:5px 0 15px;
}

p, li, dd, dt {
	font-size:1.2em;
	line-height:1.6em;
}
p {
	margin:15px 0;
}

/** PAGE COLUMNS **/

.col-12 {
	width:290px;
}
.col-13 {
	width:190px;
}
.col-13-mid {
	width:190px;
	margin:0 10px;
}
.col-23 {
	width:390px;
}
#frame-fullpage .col-13 {
	width:270px;
}
#frame-fullpage .col-23 {
	width:475px;
}

.l, #ar .r {
	float:left;
}
.r, #ar .l {
	float:right;
}

 
/** DATA **/

.data {
	margin:0;
	width:100%;
	background:#fafafa;
	border:1px solid #ccc;
	border-width:1px 0;
}
.data td {
	padding:5px;
	font-size:1.2em;
	line-height:1.4em;
	border-bottom:1px dashed #ccc;
}
.data td.th {
	width:30%;
	color:#666;
}
.data td.th b {
	font-weight:normal;
}

/** LINK TRAIL **/

#trail {
	margin:0 0 10px;
	font-size:1.1em;
	line-height:1.2em;
	color:#666;
}

/** AD BAR **/
#adbar {
	clear:both;
	float:right;
	margin:-20px -80px 0px 0;
	color:#333FFF;
	width:150px;
	background:#b9dbcc;
}

#adbarFireFox {
	float:top;
	margin: 6px -80px 0 779;
	color:#333FFF;
	width:150px;
	background:#b9dbcc;
}

#adbar .sidesec div div div {
	padding:5px 7.5px 10px;	
}
#adbar p,
#adbar ul,
#adbar h4 {
	margin:5px 0;
}
#adbar .sidesec {
	background:#b9dbff;
	background:#9cf url(/images/templates/bayt/sidesec-sb.gif) repeat-y;
	border-top:1px solid #7095ba;
	margin-bottom:5px;
}


/** SIDEBAR **/

#sidebar {
	clear:both;
	float:left;
	margin:-20px 5px 5px 0;
	color:#333;
	width:150px;
}

#sidebar .sidesec {
	background:#b9dbff;
	background:#9cf url(/images/templates/bayt/sidesec-sb.gif) repeat-y;
	border-top:1px solid #7095ba;
	margin-bottom:5px;
}

#sidebar .sidesec div div div {
	padding:5px 7.5px 10px;	
}

#sidebar h2 {
	margin:0;
	font-family:tahoma,arial,helvetica,sans-serif;
	color:white;
	/**	text-transform:uppercase;**/
	font-size:12px;
	background:#FF6600 repeat-x;
}
#sidebar h2 span {
	display:block;	
}
#sidebar h2 span span {
	padding:7px;
}
#sidebar p,
#sidebar ul,
#sidebar h4 {
	margin:5px 0;
}
#sidebar input {
	font-size:1em;
	width:80px;
}

/** FOOTER **/

#footer {
	position:relative; /* ie! */
	clear:both;
}
#footer p {
	margin:10px 0;
	font-size:1.1em;
	line-height:1.4em;
	text-align:center;
	color:#666;
}
#footer a {
	color:#333;
}



/** TOPBAR **/

#topbar {
	float:left;
	width:1000px;
	background:#FF6600 url(/images/templates/bayt/topbar.gif) repeat-x;
	border-bottom:1px solid #f4f3ee;
}

#topbar p {
	margin:0;
	padding:6px 10px;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:1.1em;
	line-height:1.1em;
}
#date {
	float:left;
	color:#fff;
}
#counter {
	color:#fff;
}

#helpmenu {
	float:right;
	color:#8C8D8D;
}

#helpmenu a {
	color:#fff;
	text-decoration:none;
}
#helpmenu a.lang {
	font-weight:bold;
	color:#ffe400;
}

/** ABOUT US **/

.about-us {
	font-size:1.4em;
}

/** POLL **/

#sidebar #poll input {
	width:auto;
	background:transparent;
}
#sidebar #poll table {
	margin-bottom:5px;
}
#sidebar #poll td {
	padding-bottom:2px;
	font-size:1.1em;
	line-height:1.2em;
}
.poll-holder {
	padding:1px;
	width:200px;
	background:#fff;
	border:1px solid #ccc;
}
.poll-bar {
	background:#f7de00;
	height:1.2em;
}
	