/*----------------------------------------------------------
ELZLY.COM TEMPSITE
CREATED : 6.27.10
TABLE OF CONTENTS :

1) CLEAR DEFAULT STYLES
2) SET SITEWIDE BASE CLASSES AND TAGS
3) ALL SITE LAYOUT
4) INDIVIDUAL PAGE LAYOUTS
5) MODULES

COLOR SWATCHES :
default : #fff
----------------------------------------------------------*/

/** -------- 1) CLEAR DEFAULT STYLES -------- **/
html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, table, th, td, a, img {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
ol {
	list-style-position: inside;
}
p {
	margin: 0 0 0.625em 0;
	line-height: 1.5em;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
table {border-collapse: collapse; border-spacing: 0;
}
fieldset, img {
border: none;
}
a img, a:link img,a :visited img, a:hover img, a:active img {
border: none;
outline: none;
}
caption, th {
text-align: left;
}
q:before, q:after {
content: '';
}
div {
position: relative;
}

/** -------- 2) SET SITEWIDE BASE CLASSES AND TAGS -------- **/

/* TAGS */

h1 {
font-size: 2.0em;
margin: 0 0 0.625em 0;
font-family: Times New Roman, Times, serif;
}
h2 {
font-size: 1.6em;
margin: 0 0 0.625em 0;
font-family: Times New Roman, Times, serif;
}
h3 {
font-size: 1.4em;
margin: 0 0 0.625em 0;
font-family: Times New Roman, Times, serif;
}
h4 {
font-size: 1.2em;
margin: 0 0 0.625em 0;
font-family: Times New Roman, Times, serif;
}
h5 {
font-size: 1.1em;
margin: 0 0 0.625em 0;
}
h6 {
font-size: 1.0em;
margin: 0 0 0.625em 0;
}

a, a:link, a:visited {
color: #4682B4;
text-decoration: none;
}
a:hover {
color: #4682B4;
text-decoration: underline;
}
a:active {
	color: #c10101;
	text-decoration: underline;
	position: relative;
	top: 1px;
}

em {
	font-style: italic;
}

blockquote {
	margin: 0 3em;
	line-height: 2.0em;
	font-style: italic;
}
blockquote:before, blockquote:after {
content: '"';
}

th {
	font-weight: bold;
	background: #ccc;
}

th, td {
	padding: 5px;
	border: 1px solid #333;
}

/* COMMON CLASSES */

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.strike {
	text-decoration: line-through;
}
.vtop {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.nowrap {
	white-space: nowrap;
}
.breakforprint {
	page-break-after: always;
}

.invisible {
	visibility: hidden;
}
.hidden {
	display: none;
}
.loading {
	background: url(../images/icons/loading.gif) 50% 50% no-repeat;
}
.ie6_warning {
	display: none;
}

.clearboth {
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: .01em;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.formrow {
	margin: 5px 0;
}

/* CUSTOM CLASSES */

#page_title {
	font-size: 22px;
	border-bottom: 1px solid #b5b5b5;
	font-family: Times New Roman, Times, serif;
}

.dotlist {
	margin: 0 0 5px 15px;
	padding: 0;
}

.dotlist li {
	margin: 0 0 5px 0;
	padding: 0;
}

.shortlist {
	width: 50%;
}

.shortlist li {
	margin: 0 0 15px;
}

/* -------- 3) ALL SITE LAYOUT -------- */
body {
	background: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	position: relative;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#header {
	color: #fff;
	overflow: auto;
}
#content {
	padding: 17px;
	width: 926px;
	background: #fff;
}
#main {
	width: 665px;
	float: left;
	display: inline;
}
#rail {
	padding: 10px;
	width: 215px;
	background: #242424;
	float: right;
	display: inline;
	color: #fff;
}

#rail a:link,
#rail a:visited
{
	color: #b4b4b4;
}
#rail a:hover,
#rail a:active
{
	color: #000;
	background: #b4b4b4;
	text-decoration: none;
}


#footer {
	margin-top: 8px;
	clear: both;
	font-size: 11px;
	line-height: 20px;
	color: #fff;
	overflow: auto;
}
#footer .foot_address {
	float: right;
	text-align: right;
}
.footer_links
{
	float: left;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active
{
	color: #fff;
}
/* NAVIGATION */

#navigation {
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	border-right: 2px solid #0f0f0f;
}
#navigation ul li a {
	padding: 8px;
	display: block;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	color: #fff;
}
#navigation ul li.active a,
#navigation ul li a:hover,
#navigation ul li a:active {
	color: #f51e26;
	text-decoration: none;
}

/* -------- 4) INDIVIDUAL PAGE LAYOUTS -------- */

/* DOCS
---------*/

#docs #main a:link,
#docs #main a:visited {
	color: #454545;
}

#docs #main a:hover,
#docs #main a:active {
	color: #000;
}

/* -------- 5) MODULES -------- */
