/*
custom css by animamedia.org
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 30px;
	background: #02599F url(images/img01.jpg) no-repeat;
	font: normal small "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1, h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-transform: lowercase;
		border-bottom: 1px dotted #ffffff;
	
}

h2 {
	margin-bottom: .8em;
	font-size: 2em;

}

h3 {
	margin-bottom: .5em;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
	margin-left: 4em;
}

ul li {
}

ol {
	margin-left: 4em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	font-weight: bold;
	color: #001628;
}

img {
padding: 0px 5px 4px 5px;
}

/* Boxed Style */

.boxed {

	margin-bottom: 20px;
}

.boxed .title {
	height: 20px;
	padding: 0px 0 0 10px;
	font-size: 1.4em;
		display: none;

}

.boxed .content {
	padding: 10px 10px 10px 10px;
}

/* Logo */

#logo {
	width: 650px;
	height: 110px;

}


/* Content */

#content {
	width: 800px;
	margin-top: 100px;

}

/* Content > Main */

#main {
	float: left;
	margin-top: 255px;
	width: 480px;
	padding: 10px 10px 10px 50px;
}

/* Content > Main > Welcome */

#header {

}

#welcome {

	margin-bottom: 1em;
	padding: 11px 20px 1px 20px;
	background: url(images/menubg.gif) repeat;

}


/* Content > Main > Example */

#example {
	margin-bottom: 1em;
	padding: 11px 20px 1px 20px;
			background: url(images/menubg.gif) repeat;
}

/* Content > Main > Other */

#other {
	padding: 11px 20px 1px 20px;
			background: url(images/menubg.gif) repeat;
}

/* Content > Sidebar */

#sidebar {
margin-top: 110px;
	float: right;
	width: 220px;


}

/* Content > Sidebar > Login */

#login {
	background: url(images/menubg.gif) repeat;
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #003057;
}

#inputsubmit1 {
	background: #595959;
	color: #FFFFFF;
}
/* Content > Sidebar > Contect */

#contact {
	background: url(images/menubg.gif) repeat;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#contact .content {
	padding: 10px 0;
}

#contact ul {
	margin: 0;
	border-bottom: 1px dotted #ffffff;
	list-style: none;
	line-height: normal;
}

#contact li {
	padding: 10px;
	border-top: 1px dotted #ffffff;
}





/* Content > Sidebar > Menu */

#menu {
			margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #ffffff;


}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
		background: url(images/menubg.gif) repeat;
}

#menu li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu a {
	display: block;
	padding: 5px 0px 5px 10px;
	border-top: 1px dotted #ffffff;
	text-decoration: none;
}

#menu a:hover {
	background: #7ED7F1;
	text-decoration: none;
	color: #001C34;
}

/* Content > Sidebar > Updates*/

#updates {
	background: url(images/menubg.gif) repeat;
}

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

#updates h3 {
	font: bold "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: small;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
	background: url(images/menubg.gif) repeat;

}

#partners .content {
	padding: 10px 30px 10px 15px;
}


/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 1px solid #ffffff;
	background: #002645;
	color: #ffffff;
}


#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}