
@charset "UTF-8";
/* CSS Document */

/* contact: John Dowler, cosmicidea.com*/
/*jdowler@cosmicidea.com*/
/* */
/* Jan 2010 */

/* VARNISH STRIPPING */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
* { margin:0; padding:0; }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

th { 
	font-weight: normal;
}

/*  LAYOUT  ===================================================== LAYOUT */


body {
background: url(../images/bg_body.jpg) repeat-x top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
text-align: center;
padding-top: 0px;
}

#wrapper {
width: 960px;
background-color:#FFF;
margin: 0px auto 15px auto;
text-align:left;
}

#header {
height: 175px;
}

/*  SIDEBAR ===================================================== SIDEBAR */

#sidebar {
	width: 175px;
	float: left;
}

#sidebar ul#navigation {
	padding: 30px 0 0 35px;
	font-size: 12px;
	font-weight:200;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar ul#navigation li {
	padding: 0 0 30px 0;
}


/*  CONTENT ===================================================== CONTENT */

#content {
	float: left;
	width: 780px;
}

a:link {
	color: #5e58a3;
}

a:hover {
	color:#FF6600;
	text-decoration:underline;
}

h1 {
	font-weight:normal;
	color:#5e58a3;
	font-size: 150%;
	padding: 20px 30px 40px 30px;
	letter-spacing: .125em;
	font-family:"Times New Roman", Times, serif;
}

h2 {
	font-weight:normal;
	color:#5e58a3;
	font-size: 120%;
	padding: 10px 30px 0px 30px;
	letter-spacing: .125em;
	font-family:"Times New Roman", Times, serif;
}

h2.sub_h1 {
	margin-top: -50px;
	margin-bottom: 30px;
	font-family:"Times New Roman", Times, serif;
}



#content ul, #content p, #content table {
	padding: 10px 30px 10px 30px;
	color:#545454;
	line-height: 140%;
	font-size: 14px;
}

#content table {
	margin-left: 30px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

#content ul {
	list-style:circle outside;
	margin-left: 15px;
	font-size: 14px;
}

.textbox {
	border: 1px solid #00FFFF;
	padding: 0px;
	margin: 10px 10px 10px 30px;
	font-size: 14px;
}

#content .textbox p {
	padding: 10px;
	font-size: 14px;
}


/*  FOOTER ===================================================== FOOTER */

#footer {
	clear: both;
	border-top: 3px solid #a7a4ce;
}

#footer p.footer_left {
	color: #5e58a3;
	float: left;
	letter-spacing: .125em;
	font-size: 14px;
} 

#footer p.footer_right {
	color: #5e58a3;
	float: right;
	letter-spacing: .125em;
	font-size: 14px;
}

#wrapper #content .image_right {
	float: right;
	padding: 0 30px 10px 30px;
	display: inline;
}

#footer .credit {
	font-size: 12px;
}
