@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/big_gradient.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: #808080;*/
	color: #333;
}

body.plain {
	margin: 20px;
	padding: 0px;
	background:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #808080;
}

h1, h2, h3 {
	margin-top: 0px;
	color: #767676;
}

h1 {
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #0033FF;
	text-shadow: 0.1em 0.1em 0.1em #D5D5D5;
}

h3 {
	margin-bottom: 15px;
	font-size: 16px;	
	color:#0033FF;
	color: #FFF;
	
	position: relative;
	top: -10px;
	margin-bottom: 0;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: normal;
	text-align: justify;
}

/*Links*/

.link-title {
	display:block;
	margin-top: 10px; 
	font-size: 15px;
}

.link-text {
	line-height: normal;
	margin: 0px;
	padding-left: 5px;
}

.link-link {
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	margin-left: 15px;
}

.link-shortcuts {
	margin-top: 20px;
	font-size:11px;
	text-align: right;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: normal;
}

ul li {
	padding-left: 10px;
	padding-bottom: 10px;
	background: url(../images/homepage09.gif) no-repeat 2px 6px;
}

ul ul {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: -10px;
	
}

ul.headings-list {
	font-weight: bold;
	font-size: 14px;
}

ul.headings-list ul {
	font-weight: normal;
	font-size: 13px;
}

strong {
	color: #505050;
}

a {
	/*color: #808080;*/
	text-decoration: none;
	color: #0033FF;
	border-bottom: 1px dotted #0033FF;
	padding: 1px 1px 1px 1px;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0033FF;
	padding: 1px 1px 1px 1px;
}

a.plain-link {
	border: none;
	padding: 0px;
}

a img {
	border: none;
}

img.alignleft {
	float: left;
	padding: 0px 10px 10px 0px;
}

img.alignright {
	float: right;
	padding: 0px 0px 10px 10px;
}

img.aligncenter {
	margin: 0px auto;
}

p.aligncenter {
	text-align: center;
}

hr {
	display: none;
}

.hr1 {
	height: 20px;
	background: url(../images/homepage10.gif) repeat-x left top;
}

/** HEADER */

#header {
	width: 728px;
	height: 121px;
}

/** MENU */

#menu {
	width: 728px;
	height: 60px;
	background: url(../images/menu.jpg) repeat-x left top;
}

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

#menu li {
	float: left;
	width: 102px;
	height: 59px;
	padding: 0px 1px 1px 1px;
	background: url(../images/menu-border.jpg) no-repeat left top;
}

#menu a {
	display: block;
	width: 102px;
	height: 36px;
	padding: 23px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	color: #FBFBFB;
}

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

#menu .first {
	background: none;
}

#menu .active a {
	background: url(../images/menu-pressed.jpg) repeat-x left top;
}

#menu ul ul {
	width: 100%;
	font-style: italic;
	font-size:12px;
	position:absolute;
	top: 215px;
	left: 0px;
	background: none;
	z-index: 2000;
}

#menu ul ul li {
	width: 99%;
	height: 20px;
	text-align: center;
	background: none;
}

#menu ul ul
{display: none;}

#menu ul li:hover ul
{display: block;}


#sidemenu {
	width: 180px;
}

#sidemenu ul {
	list-style: none;
	list-style-image: none;
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #D5D5D5;
	background-image: none;
}

#sidemenu li {
	width: 180px;
	height: 42px;	
	padding: 0px;
	background: url(../images/menu-gradient.png) repeat-x left top;
}

#sidemenu img {
	vertical-align: middle;
	margin-right: 5px;
}

#sidemenu a {
	display: block;
	width: 175px;
	height: 32px;
	padding: 5px 0px 5px 5px;
	background: none;
	font-size: 14px;
	text-decoration: none;
	border: none;
}

#sidemenu a:hover {
	background-color: #E9E9E9;
	color: #0033FF;
}

#sidemenu li {
	border-top: 1px solid #D5D5D5;

}
/** PAGE */

#page {
	width: 688px;
	padding: 0px 20px;
	background: #FFFFFF url(../images/homepage08.gif) repeat-y 200px 0px;
}

.wide #page {
	background: #FFFFFF;
}

#page.widebar {
	background: #FFFFFF url(../images/homepage08.gif) repeat-y 250px 0px;
}

/** CONTENT */

#content {
	width: 470px;
}

#content.widebar {
	width: 420px;
}


.wide #content {
	width: auto;
}

.two-columns {
	background: url(../images/homepage08.gif) repeat-y 160px 0px;
}


.two-columns .column1 {
	width: 140px;
}

.two-columns .column2 {
	width: 275px;
}

/** SIDEBAR */

#sidebar {
	width: 150px;
}

#sidebar.widebar {
	width: 200px;	
}

/** FOOTER */

#footer {
	padding: 60px 0px;
	background: url(../images/homepage11.jpg) repeat-x left top;
}

#footer .wrapper {
	width: 728px;
}

#footer p {
	margin: 0px;
	padding: 0px 20px;
	line-height: normal;
	text-align: left;
}

#footer .links {
	padding-left: 10px;
}

#footer .links a {
	padding: 0px 10px;
	text-decoration: none;
	border: none;
}

/** BOX1 */

#box1 {
	width: 728px;
	margin: 0px auto;
}

.clearer {
	clear: both;
}

label {
	display:block;
	
}

div.alignleft {
	float: left;
	padding: 0px 5px 5px 0px;
}

div.alignright {
	float: right;
	padding: 0px 0px 5px 5px;
}

fieldset {      
float: left;      
clear: both;      
width: 100%;      
margin: 0 0 -1em 0;      
padding: 0 0 1em 0;      
border-style: none;      
border-top: 1px solid #D5D5D5;      
}

fieldset.no-border {
	border: none;	
}

fieldset ol {  
padding: 1em 0em 0 0em;  
list-style: none;  
}  

fieldset li {  
padding-bottom: 1em;  
}  

legend {    
margin-left: 1em;    
padding: 0px 2px 0px 2px;    
color: #000;    
font-weight: bold;    
}

label {    
float: left;    
width: 10em;    
margin-right: 1em;  
}

#form-footer p {
	text-align:right;
	font-size: 11px;
	margin: 0px;
}

.red {
	font-weight:bold;
	color: #F00;
}

.bold-center {
	text-align:center;
	font-weight: bold;
}

/*Rounded Corners Box*/
.box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
	padding: 0;
}

.box.gallery {
	width: 360px;				/* <-- use this for a set width */
}

.box-content
{
	padding: 20px;
}

.box-title {
	background: url(../images/box/title.png) repeat-x left top; /*menu-gradient.png*/
	background-position: 0% 0%;
	margin-bottom: auto;
	
}

.tlc, .trc, .blc, .brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	z-index: 1000;
	}

.tlc
	{
	background-image:url(../images/box/tl.png);
	background-position: 0% 0%;
	}

.trc
	{
	background-image:url(../images/box/tr.png);
	background-position: 100% 0%;
	}
	
.blc
	{
	background-image:url(../images/box/bl.png);
	background-position: 0% 100%;
	}

.brc
	{
	background-image:url(../images/box/br.png);
	background-position: 100% 100%;
	}

.tb, .bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
.tb
	{
	background-image:url(../images/box/dot.png);
	background-position: 0% 0%;
	}

.bb
	{
	background-image:url(../images/box/dot.png);
	background-position: 50% 100%;
	}
	
.rb
	{
	background-image:url(../images/box/dot.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.lb
	{
	background-image:url(../images/box/dot.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

.clear {
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
}

.footnote {
	padding: 0;
	margin: 0;
	text-align: center;
}
