/*
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: #CAE0FF url(/images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6995B7;
	
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	/*color: #5A82D4;*/
color: #D14A06;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.8em;
}

p {
font-size: 1.3em;
font-family: "Lucida Grande", Tahoma;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style: none;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	/*color: #A03D3D;*/
color: #D14A06;
}

a:hover {
	text-decoration: underline;
	color: #5A82D4;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1.5em;
	background: url(/images/img05.gif) no-repeat right bottom;
}

.boxed .title {
	padding-left: 10px;
}

.boxed .content {
	padding: 20px;
	background: url(/images/img04.gif) no-repeat;
}

/* Logo */

#logo {
	position: relative;
	width: 580px;
	height: 60px;
	margin: 0 auto;
text-align: center;
}

#logo h1 {
	padding: 20px 0 0 0;
}

#logo h1 span {
	font-weight: normal;
	font-style: italic;
}

#logo h2 {
	float: right;
	padding: 40px 0 0 0;
	font-size: 1.4em;
	font-weight: normal;
}

#logo a {
	color: #5A82D4;
}

/* Splash */

#splash {
	width: 600px;
	height: 280px;
	margin: 25px auto 0px auto;
	padding: 15px 20px 20px 20px;
	background: url(/images/img02.gif) no-repeat;
}

/* Menu */

#menu {
	width: 600px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	font-weight: bold;
}

#menu a:hover {
}

/* Content */

#content {
	width: 670px;
	margin: 0 auto;
}

/* Content > Main */

#main {
	float: right;
	width: 670px;
}

#main .boxed .title {
	padding-left: 20px;
	font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 180px;
}

#sidebar .boxed .title {
	font-size: 1.2em;
}

#sidebar .boxed .content {
	padding: 10px;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 140px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	margin-right: 7px;
	font: normal x-small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	font-size: x-small;
}

#updates p {
	font-size: x-small;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	width: 680px;
	margin: 0 auto;
	padding: 20px;
	background: url(/images/img04.gif) no-repeat;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

/* rotator in-page placement */
    div#rotator {
	/*position:relative;
	height:280px;
	margin-left: 0px;*/
margin-top: -19px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	/*border:1px solid #ccc;
	padding: 0px;
	background: #FFF;*/
}
    div#rotator ul li.show {
	z-index:500;
}

/* New top menu 020410 */
#menu2{
	background: url(/images/stripe_menu.png);
	width: 100%;
	height: 70px;
	border-bottom: 2px groove #f2f2f2;
}
.logo{
	position: absolute;
	top: 8px;
	right: 60px;
}
.menu-list{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	font-size: 1.3em;
        width: 1100px;
}
.menu-list li{
	float: left;
	padding: 20px 0px;
	border-right: 1px solid #f2f2f2;
}
.menu-list li:hover{
	background: url(/images/stripe_menu_hover.png);
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.menu-list li.first{
	border-left: 1px solid #f2f2f2;
        background: url(/images/stripe_menu_hover.png);
	border-right: 1px solid #f2f2f2;
	border-bottom: 2px groove #f2f2f2;
}
.menu-list li a{
	color: #fff;
	padding: 30px 15px;
	text-shadow: 0 1px 1px #888;
	text-decoration: none;
}
.menu-list li a:hover {
        color: #f2f2f2;
}
