/* CSS
Author: David Brunelle
URL: http://www.brunelleinteractive.com
Created: 04-23-2009

Modified: 05-23-2009
By: David Brunelle

Notes:
*/


/* = Reset 
#########################################*/
body {height: 100%; width: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
ul {list-style:none;}
caption,th {text-align:left;}
div{text-align: left; vertical-align: top;}
q:before,q:after{content:'';}
a{text-decoration:none;}
strong{font-weight: bold;}
em{font-style: italic;}
*:focus {outline: none;}

/* = Library 
#########################################*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clear {clear: both; float: none;}
.align-right {text-align: right;}
.align-left {text-align: left;}
.align-center {text-align: center;}
.justify {text-align: justify;}
.float-left {float:left;}
.float-right {float:right;}
.hide {display:none;}
.show {display: block;}
.inline {display: inline;}
.italic {font-style: italic;}
.nomargin {margin: 0;}
.nopadding {padding: 0;}
.subscript {font-size: .75em; vertical-align: bottom;}


/* = Default Font Styles
#########################################*/
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
	margin-bottom: 1em; 
}

li {
	margin-bottom: 0;
}

li ul, li ol {
	margin-top: .5em; /* keeps the line spacing even */
	margin-bottom: .5em;
}

ul, ol, blockquote, code {
	padding-left: 3em;
}

dl {
	margin: 0 0 1em 0;
}

dt {
	font-weight: bold;
	display: block;
}

dd {
	display: block;
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 {
	font-size: 2.0em;
	margin-bottom: 1em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.6em;    
	margin-bottom: .5em;
}

h3 {
	font-size: 1.4em;
	margin-bottom: .6.5em;
}

h4 {
	font-size: 1.2em;
	margin-bottom: .8em;
}

h5 {
	font-size: 1.0em;    
	margin-bottom: 1em;
}

h6 {
	font-size: 1.0em;
	font-style: italic;
}

a:link {
	color: #3366ff;
}

a:active {
	color: #f78f1e;
}

a:visited {
	color: #3366ff;
}

a:hover {
	color: #f0523f;
}

/* = Global Styles
#########################################*/
#header {
	background: url('../images/sabra-header.jpg') no-repeat center top;
	width: 600px;
	height: 290px;
	padding: 20px 20px 0 20px;
	margin: 0 auto;
}

#header h1 {
	text-indent: -9999px;
}

#canvas {
	background: url('../images/sabra-bg-canvas.gif') repeat-y center center;
	min-height: 300px;
	width: 600px;
	padding: 10px 20px;
	margin: 0 auto;
}

#content {
	background: #ffffff;
	min-height: 400px;
	margin: 20px;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#footer {
	background: url('../images/sabra-bg-footer.gif') no-repeat center top;
	color: #0072ae;
	padding: 20px 20px 0 20px;
	margin: 0 auto 20px auto;
	text-align: center;
}

/* = Primary Navigation
#########################################*/
#primaryNav {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#primaryNav li {
	display: inline;
	margin: 0 5px;
}

#primaryNav li a {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#primaryNav li a:hover {
	color: #ffc425;
}

#primaryNav li a.selected {
	color: #ffc425;
	border-bottom: 1px solid #ffc425;
}


/* = Forms
#########################################*/
input[type="checkbox"] {
	margin-right: 10px;
}

.fsForm .fsCell {
	padding: 9px 0 !important;
}

