/*---------- body ----------*/
* {margin: 0; padding: 0;}
body {margin: 0px; font-family: century gothic, sans-serif; font-size: 12px; color: #ccc; background:#333;}



/* Layout Stylesheet */ 
#outer {width:960px; margin:auto; text-align:center; border: solid 0px #fff; background: url(../images/content-background.jpg) repeat-x;}
#cont {color: #ccc; text-align:left; padding: 20px;}
#textbase {padding: 20px; padding-top:40px; padding-bottom: 0px; margin: 20px; margin-bottom: 0px; height: auto; background: #444 url(../images/content-text-bg.jpg) no-repeat;}
#promo {padding-top: 20px; height: 248px; background: url(../images/3-promo-area.jpg) repeat-x;}
#footer {font-size: 11px; line-height: 12px; text-align: center;}

/*---------- head ----------*/
h1,h2,h3,h4 {font-weight: bold; font-family: century gothic, sans-serif; color: #fff;}
	h1 {font-size: 20px;}
	h2 {font-size: 18px;}
	h3 {font-size: 16px;}
	h4 {font-size: 14px;}
	
	
/*---------- Paragraph p Tag and classes ----------*/
p {line-height: 14px; font-size: 12px; margin-bottom: 12px;}
td {line-height: 14px; font-size: 14px; margin-bottom: 12px;}


/*---------- Default List Tags-----------*/

ul {margin: 5px 5px 5px 30px; list-style-type: circle;}
ol {margin: 5px 5px 5px 30px;}
li {margin: 0px 0px 0px 20px;}



/*---------- Default Anchor tags ----------*/

a, a:link {color: #639BD7; text-decoration: underline;}
a:visited {color: #639BD7; text-decoration: underline;}
a:hover {color: #999; text-decoration: none;}
a:active{color: #639BD7; text-decoration: underline;}


/*---------- Sidenav class is in the #Sidebar----------*/
ul.Sidenav {margin: 0px 0px 0px 0px; padding: 15px 0px 0px 0px;}
	ul.Sidenav li {list-style: none; padding: 3px 0;}
	ul.Sidenav li a {display: block;}
	ul.Sidenav li a:link {}
	ul.Sidenav li a:visited {}
	ul.Sidenav li a:hover {}
	ul.Sidenav li a:active {}


/*---------- Form elements ----------*/
input, textarea, select {padding: 2px;}
input.txt, textarea.txt {font: 12px "Lucida Console", Monaco, monospace; border: solid 1px #D0CDC8;}
input.txt:focus, textarea.txt:focus {border: solid 1px #999;}
input {
	background: url(images/field_bg.gif) bottom repeat-x;
	border: 2px solid #666;
	height: 22px;
	margin: 2px 0;
}
input[type=text], input[type=password] {
	width: 170px;
	height: 22px;
	border: 2px solid #666;
}
textarea {border: 2px solid #666;}

label{cursor: pointer;}

blockquote {margin-left: 20px; margin-top: 10px; margin-bottom: 10px; color: #666; font-style: italic; border-top: 1px solid #EEE; border-bottom: 1px solid #EEE; padding: 10px;}
