/*
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_new.jpg) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #663333;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	color: #11A6D4;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1.3em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.4em;
}

p {
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	color: #EA672E;
}

a:hover {
	text-decoration: none;
	color: #11A6D4;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1.1em;
	background: #F7F7F7 url(images/img07_new_2.gif) repeat-x;
	border: 1px solid #CCCCCC;
}

.boxed .title {
	height: 15px;
	padding: 3px 0 0 22px;
	background: url(images/img08.gif) no-repeat 4px;
	text-transform: uppercase;
	font-size: .9em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 3px;
}

/* Header */

#header {
	width: 1024px;
	height: 130px;
	margin: 0 auto;
	background: url(images/img02_new.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	padding: 45px 0 0 0;
}

#logo h1 {
	text-transform: uppercase;
	font-size: 2em;
	color: #FFFFFF;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Headrer > Banner Ad */

#banner_ad {

	width: 728px;
	height: 90px;
	margin: 20px 0 0 0;

	/* margin: 0; */
	/* padding: 10px 0 0 10px; */
	
	float: right;
}



/* Header > Top Menu */

#topmenu {

}

#topmenu ul {

	/* margin: 10px 0 0 10px; */
	/* padding: 10px 0 0 15px; */

	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
	
}

#topmenu a {
	/* display: block; */
	float: none;
	/* margin: 0 0 0 20px; */
	/* padding: 0 0 0 15px; */

	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline

}

#topmenu1 {
	background: url(images/mail.gif) no-repeat left center;
}

#topmenu2 {
	background: url(images/site.gif) no-repeat left center;
}

#topmenu3 {
	background: url(images/home.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 1024px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 14px 18px 0 20px;
	background: url(images/img06.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {

	padding-left: auto ;
	padding-right: auto ;
	background: none;

	/* width: 1024px ;      */
	/* margin-left: auto ;  */
	/* margin-right: auto ;	*/
	
}

#menu_override

        {
                text-align: left;
                width: 88%;
                margin: 0 auto;
        }


/* Content  */

#content {
	width: 1024px;
	margin: 0 auto;
	padding: 15px 0;
}

/* Content > Main  MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM  */

#main {
	float: left;
	width: 814px;
	padding: 6px;
	
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;

}



/* Content > Main > */

#content_main {

	margin: 0 0 3em 0;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;

}


/* Content > Sidebar Left  LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL  */

#sidebar_left {
	float: left;
	width: 180px;

}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: left;
	width: 60px;
	margin-left: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small 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 {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(images/img09.gif) no-repeat left center;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {
}


/* Content > Sidebar Right  RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR  */

#sidebar_right {
	float: right;
	width: 180px;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small 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 {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(images/img09.gif) no-repeat left center;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {

}

#partners p {
	margin: 0;
	padding: 10px 10px 3px 10px;
	line-height: normal;
}


#partners_2 {

}

#partners_2 p {
	margin: 0;
	padding: 10px 00px 0px 10px;
	line-height: normal;
}


#partners_3 {

}

#partners_3 p {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: normal;
}



/* Footer */

#footer {
	clear: both;
	width: 1024px;
	margin: 0 auto 2em auto;
	background: #F7F7F7 url(images/img07.gif) repeat-x;
	border: 1px solid #CCCCCC;
}

/* Footer > Legal */

#legal {
	margin-top: 0;
	padding: 8px;
	text-align: center;
	color: #FFFFFF;
	font-size: x-small;	
}

#legal a {

	color: #FFFFFF;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 3px;
	text-align: center;
}

#links_2 {
	margin-top: 5px 0 0 0;
	padding: 0 0 0 5px;
	text-align: center;
	font-size: xx-small;
}