/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	color: #11A6D4;
}

h1 {
}

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

h3 {
	margin-bottom: 1em;
	font-size: 12pt;
	font-weight: bold;
}

p, blockquote, ul, ol {
	font-size: 11pt;
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
	background: #FFFFFF url(images/img07.jpg) no-repeat;
	font: bold small trebuchet ms, sans-serif;
    font-style: italic;
	padding: 0.5em;
	margin: 0em 1em 0em 1em;
       	color: #11A6D4; /* #669933 #999999 */
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
}

ol li {
}

a {
	color: #EA672E;
}

a:hover {
	text-decoration: none;
	color: #11A6D4;
}

img {
	border: none;
}

HR {
    height:1px;
    width:100%;
    color: #EEEEEE;
    background:#EEEEEE;
    border: 0;
    margin: 0px 0px 0px 0px;  
}


table {
	border: none;
	padding: 0;
	margin-bottom: 1.5em;
	font-size: 11pt;
	line-height: 1.5em;    
}

table p {
	font-size: 11pt;
	margin-bottom: 0em;
	line-height: 1.5em;
}

table th {
	text-align: left;
    vertical-align: top;
	font-weight: bold;
	padding: 0;
}

td {
	padding: 1em 0;
    vertical-align: top;
}

tr {
	background-color: #ffffff;
}

tr.row {
	background-color: #eeeeee;
}

tr.top {
	background-color: #BCD0F6;
	/* background: url('images/') top left repeat-x; */
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: url(images/img03.gif) no-repeat;
}

.boxed .title {
	height: 29px;
	padding: 11px 0 0 27px;
	text-transform: uppercase;
	font-size: 12pt;
	color: #FFFFFF;
}

.boxed .title a {
	text-decoration: none;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
}

#light {
       position: absolute;
       top: 10px;
       left: 50px;
       z-index:100;
       /* float: left;*/
       border: 0;
       padding: 0;
       }

/* Header */

#header {
	width: 700px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}

/* Header > Logo */

#logo {
        width: 500px;
	float: left;
	padding: 10px 0 0 0;
}

#logo h1 {
	text-transform: uppercase;
	font-size: 1pt;
	font-family: trebuchet ms;
}

#logo h2 {
	margin: 0 0 0 40px;
	/* text-transform: uppercase; */
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header > Top Menu */

#topmenu {
        position: relative;
	float: center;
	margin: 0px;
}

#topmenu ul {
	margin: 0;
	padding: 88px 10px 0 0;
	list-style: none;
	line-height: double;
}

#topmenu li {
	/* display: inline */
}

#topmenu a {
	/* display: block; */
	float: right;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: none;
	color: #11A6D4;
}

#topmenu2 {
	background: url(images/img0.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	float: left;
	padding: 14px 20px 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0 10px;
}

/* Content > Main */

#main {
	float: left;
	width: 460px;
}

/* Content > Main > Section */

#section {
}

#section h2 {
	font-family: trebuchet ms;
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 10px 0 1.5em 0;
	border-bottom: 1px dotted #CCCCCC;
}

#welcome h2 {
	font-family: trebuchet ms;
}

#welcome a {
	text-decoration: none;
	/* color: #11A6D4; */
}

#welcome a:hover {
	text-decoration: none;
	/* color: #EA672E; */
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

/* Content > Sidebar > Boxes */

#boxes {
}

#boxes ul {
	margin: 0;
	list-style: none;
}

#boxes li {
	margin-bottom: 1em;
}

#boxes h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 8pt;
}

#boxes p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: 9pt;
}

#boxes a {
	text-decoration: none;
}

/* Content > Sidebar > Linkbox*/

#linkbox {
}

#linkbox p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: 9pt;
}

#linkbox ul {
	margin-left: 2em;
	font-size: 9pt;
	list-style: square;
}

#boxes li {
	margin-bottom: 1em;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto 2em auto;
	border-top: 1px solid #CCCCCC;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	font-size: 8pt;
}

#legal a {
	font-weight: bold;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;
}

