/* 

	Theme Name: Corporate WordPress Theme

	Theme URL: http://www.studiopress.com/themes/corporate

	Description: Corporate is a 2-column Widget-ready theme created for WordPress.

	Author: StudioPress

	Author URI: http://www.studiopress.com

	Version: 1.0

	Tags: two columns, fixed width, black, white, gray, blue, sidebar widgets

	

	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php

	

	Changelog:

		v1.0 - 2/20/09

*/



body {

	/*background: #666666;*/

	margin: 0px;

	background-image:url(images/backbg.jpg);

	background-position:center top;

	background-color: #000000;

	background-repeat:no-repeat;

	text-align:center;

	

/*	color: #222222;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	margin: 0px auto 0px;

	padding: 0px;*/

	}

	

#wrap {

	/*background: #FFFFFF url(images/wrap.gif);*/

	width: 980px;

margin:auto;

margin-right:auto;

	position: relative;

	}

	

.caption{



font-family:English111 Vivace BT;



font-size:24px;



color:#FFFFFF;



font-weight:bold;



text-align:right;



padding-right:180px;



}



/************************************************

*	Hyperlinks									*

************************************************/

	

a img {

	border: none;

	}

	

a:focus, a:hover, a:active {

	outline: none 

	}

	

/************************************************

*	Top     									*

************************************************/



#top {

	width: 980px;

	height: 15px;

	/*margin: 0px auto 0px;

	padding: 0px;

	overflow: hidden;*/

	}

	

/************************************************

*	Header  									*

************************************************/



#header {

	/*background: #000000 url(images/header.png);*/

	width: 980px;

	/*height: 120px;*/

	margin: 0px auto 0px;

	padding: 0px;

	overflow: hidden;

	}



#header h1 {

	color: #FFFFFF;

	font-size: 36px;

	font-family: Times New Roman, Georgia, Trebuchet MS;

	font-weight: normal;

	margin: 0px;

	padding: 20px 0px 0px 10px;

	text-decoration: none;

	}

	

#header h1 a, #header h1 a:visited {

	color: #FFFFFF;

	font-size: 36px;

	font-family: Trebuchet MS, Arial, Tahoma;

	font-weight: normal;

	margin: 0px;

	padding: 0px;

	text-decoration: none;

	}

	

#header h1 a:hover {

	color: #FFFFFF;

	text-decoration: none;

	}



.headerleft {

	/*width: 450px;*/

	float: left;

	margin: 0px;

	padding-top: 10px;

	overflow: hidden;

	}



.headerleft p {

	color: #C0C0C0;

	font-size: 14px;

	margin: 0px;

	padding: 0px 0px 0px 10px;

	line-height: 20px;

	}

	

.headerright {

	width: 300px;

	float: right;

	margin: 0px;

	padding: 88px 10px 0px 0px;

	text-align: right;

	}

	

.headerright p {

	margin: 0px;

	padding: 0px;

	}

	

.headerright a, .headerright a:visited {

	color: #000000;

	text-decoration: none;

	}

	

.headerright a:hover {

	color: #666666;

	text-decoration: underline;

	}

	

/************************************************

*	Navbar      								*

************************************************/

#menubg{



background-image:url(images/menubg.gif);



background-repeat:no-repeat;



width:1024px;



height:103px;



}

#contenttopbg{

background-image:url(images/contenttopbg.png);

background-repeat:no-repeat;

width:693px;

height:28px;

background-position:left bottom;

}



#contentmiddlebg{

background-image:url(images/contentmiddlebg.png);

background-repeat:repeat-y;

background-position:left top;

width:693px;

overflow: hidden;

}



#contentbottombg{

background-image:url(images/contentbottombg.png);

background-repeat:no-repeat;

background-position:top left;

width:693px;

height:19px;

}



#innerwelcomebg{

background-image:url(images/innerwelcomebg.png);

background-repeat:no-repeat;

line-height:58px;

width:964px;

}



#innercontopbg{

background-image:url(images/innercontopbg.png);

background-repeat:no-repeat;

background-position:left bottom;

height:29px;

width:965px;

}



#innerconmiddlebg{

background-image:url(images/innerconmiddlebg.png);

background-repeat:repeat-y;

background-position:left top;

width:965px;

max-width:965px;

word-wrap:break-word;

}



#innerconbottombg{

background-image:url(images/innerconbottombg.png);

background-repeat:no-repeat;

background-position:left top;

width:965px;

}

#navbar {

	/*background: #000000 url(images/navbar.gif);*/

	width: 960px;

	/*height: 35px;*/

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	color: #FFFFFF;

	font-weight: bold;

	margin: 0px auto 0px;

	padding: 0px;

	}

	

#nav {

	margin: 0px;

	padding-top:12px !important;

	/*padding-top: 15px;*/

	}

	

#nav ul {

	float: left;

	list-style: none;

	margin: 0px;

	padding: 0px;

	}

	

#nav li {

	float: left;

	list-style: none;

	margin: 0px;

	padding: 0px;

	}

	

#nav li a, #nav li a:link, #nav li a:visited {

	color: #FFFFFF;

	display: block;

	font-weight: normal;

    margin: 0px;

	padding: 9px 45px 10px 45px;

	text-decoration: none;

	text-transform: uppercase;

	border-right: 1px solid #000000;

	}



#nav li a:hover, #nav li a:active {

	background: #000000 url(images/navhov.gif);

	color: #FFFFFF;

	}

	

#nav li li a, #nav li li a:link, #nav li li a:visited {

	width: 170px;

	background: #424242;

	color: #FFFFFF;

	float: none;

	margin: 0px;

	padding: 7px 10px 7px 10px;

	border-bottom: 1px solid #000000;

	border-left: 1px solid #000000;

	border-right: 1px solid #000000;

	}

	

#nav li li a:hover, #nav li li a:active {

	background: #000000;

	color: #FFFFFF;

	padding: 7px 10px 7px 10px;

	}



#nav li ul {

	z-index: 9999;

	position: absolute;

	left: -999em;

	height: auto;

	width: 190px;

	margin: 0px;

	padding: 0px;

	}



#nav li li { 

	}



#nav li ul a { 

	width: 160px;

	}



#nav li ul a:hover, #nav li ul a:active { 

	}



#nav li ul ul {

	margin: -30px 0 0 191px;

	}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {

	left: -999em;

	}



#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {

	left: auto;

	}



#nav li:hover, #nav li.sfhover { 

	position: static;

	}

	

/************************************************

*	Homepage 					            	* 

************************************************/



#homepage {

	width: 940px;

	margin: 0px auto 0px;

	padding: 0px 0px 0px 0px;

	}	

	

#homepage p {

	margin: 0px;

	/*padding: 0px;*/

padding-left:11px;

padding-right:11px;

	color:#e1e1e1;

	font-size:14px;

	font-family:Arial;

	/*word-wrap: break-word;*/

	}

	

#homepage a, #homepage a:visited  {

	color: #3A87DD;

	text-decoration: none;

	border-bottom: 1px dotted #3A87DD;

	}

	

#homepage a:hover {

	color: #3A87DD;

	text-decoration: none;

	border-bottom: 1px dotted #FFFFFF;

	}

	

#homepage embed, #homepage object {

	width: 280px; 

	height: 235px;

	margin: 0px; 

	padding: 0px;

	}
	

#homepage .widget  {

	background: #F7F7F7;

	margin: 0px 0px 10px 0px;

	padding: 9px;

	border: 1px solid #E6E6E6;

	}

	

#homepage ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	}

	

#homepage ul li {

	list-style-type: none;

	margin: 0px 0px 5px 0px;

	padding: 0px;

	}



#homepage ul ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	}

	

#homepage ul ul ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	}

	

#homepage ul li li {

	background: url(images/icon.gif) no-repeat top left;

	margin: 0px;

	padding: 0px 0px 0px 18px;

	}

	

#homepage ul li ul li {

	background: url(images/icon.gif) no-repeat top left;

	margin: 0px;

	padding: 0px 0px 0px 18px;

	}

	

#homepage ul li a, #homepage ul li a:visited {

	color: #222222;

	text-decoration: none;

	border-bottom: 1px dotted #F7F7F7;

	}

	

#homepage ul li a:hover{

	color: #3A87DD;

	text-decoration: none;

	border-bottom: 1px dotted #3A87DD;

	}

	

.homepageleft {

	float: right;

	width: 940px;

	margin: 0px;

	padding-top: 20px;

	}

	



.homepageleft h2 {

	color: #222222;

	font-size: 14px;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	font-weight: normal;

	margin: 0px 0px 5px 0px;

	padding: 0px 0px 0px 0px;

	}

	

.homepageright {

	float: right;

	width: 300px;

	margin: 0px;

	padding: 0px;

	}

	

.homepageright h2 {

	color: #222222;

	font-size: 14px;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	font-weight: normal;

	margin: 0px 0px 5px 0px;

	padding: 0px 0px 0px 0px;

	}

	

#fcg {

	background: #F7F7F7;

	margin: 0px 0px 10px 0px;

	padding: 9px;

	border: 1px solid #E6E6E6;

	}

	

#fcg h2 {

	color: #FFFFFF;

	font-size: 18px;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	font-weight: normal;

	margin: 0px 0px 5px 0px;

	padding: 5px 0px 0px 5px;

	}

	

#fcg p {

	color: #FFFFFF;

	margin: 0px;

	padding: 0px 10px 0px 10px;

	font-size: 12px;

	}



.hpbottomleft {

	float: left;

	width: 310px;

	margin: 0px;

	padding: 0px;

	}



.hpbottomright {

	float: right;

	width: 310px;

	margin: 0px;

	padding: 0px;

	}

	

/************************************************

*	Content 					     		    * 

************************************************/



#content {

	width: 960px;

	margin: 0px auto 0px;

	padding: 10px 0px 0px 0px;

	line-height: 20px;

	font-family:Arial;

font-size:14px;

color:#e1e1e1;

text-align:justify;

word-wrap: break-word;

/*padding:0px 18px 20px 18px;*/

	

	}

/*	.content{

	width: 960px;

font-family:Arial;

font-size:14px;

color:#e1e1e1;

text-align:justify;

padding:0px 18px 20px 18px;

word-wrap: break-word;

}*/



#contentleft {

	/*float: left;*/

	width: 963px;

	margin: 0px;

	padding: 20px 0px 20px 20px;

	}



#contentwide {

/*	float: left;

	width: 920px;

	margin: 0px;

	padding: 20px 20px 20px 20px;*/

	}

	

#contentwide a, #contentwide a:visited {

/*	color: #3A87DD;

	text-decoration: none;

	border-bottom: 1px dotted #3A87DD;*/

	}

	

#contentwide a:hover {

	/*color: #3A87DD;

	text-decoration: none;

	border-bottom: 1px dotted #FFFFFF;*/

	}



#contentleft h1, #contentwide h1 {

/*	color: #222222;

	font-size: 20px;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	font-weight: normal;

	margin: 0px 0px 10px 0px;

	padding: 0px 0px 5px 0px;

	line-height: 22px;

	border-bottom: 2px solid #CCCCCC;*/

	}

	

#contentleft h1 a, #contentwide h1 a  {

/*	color: #222222;

	font-size: 20px;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	font-weight: normal;

	margin: 0px 0px 10px 0px;

	padding: 0px 0px 5px 0px;

	line-height: 22px;

	border: none;*/

	}



#contentleft h1 a:hover, #contentwide h1 a:hover {

	/*color: #3A87DD;

	text-decoration: none;

	border: none;*/

	}

	

#contentleft h2, #contentwide h2 {

/*	color: #222222;

	font-size: 16px;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	font-weight: normal;

	margin: 0px 0px 10px 0px;

	padding: 0px 0px 5px 0px;

	line-height: 18px;

	border-bottom: 1px dotted #CCCCCC;*/

	}

	

#contentleft h3, #contentwide h3 {

/*	color: #222222;

	font-size: 20px;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	font-weight: normal;

	margin: 0px 0px 10px 0px;

	padding: 0px 0px 5px 0px;

	line-height: 22px;

	border-bottom: 2px solid #CCCCCC;*/

	}

	

#contentleft h4, #contentwide h4 {

/*	color: #222222;

	font-size: 20px;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	font-weight: normal;

	margin: 0px 0px 10px 0px;

	padding: 0px 0px 5px 0px;

	line-height: 22px;

	border-bottom: 2px solid #CCCCCC;*/

	}

	

#contentleft img.wp-smiley {

	float: none;

	border: none;

	padding: 0px;

	margin: 0px;

	}



#contentleft img.wp-wink {

	float: none;

	border: none;

	padding: 0px;

	margin: 0px;

	}



.postarea p {

	padding: 0px 10px 10px 10px;

	margin: 0px;

	word-wrap: break-word;

	}

	

.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {

	color: #3A87DD;

	text-decoration: none;

	border-bottom: 1px dotted #3A87DD;

	}

	

.postarea a:hover, .postcomments a:hover {

	color: #3A87DD;

	text-decoration: none;

	border-bottom: 1px dotted #FFFFFF;

	}

	

.postarea ol {

	margin: 0px 0px 0px 5px;

	padding: 0px 0px 10px 0px;

	}

	

.postarea ol li {

	margin: 0px 0px 0px 20px;

	padding: 0px 0px 5px 0px;

	}

	

.postarea ul {

	list-style-type: none;

	margin: 0px 0px 0px 5px;

	padding: 0px 0px 10px 0px;

	}

	

.postarea ul ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px 0px 0px 0px;

	}

	

.postarea ul li {

	background: url(images/arrow.gif) no-repeat top left;

	padding: 0px 0px 0px 15px;

	margin: 0px 0px 5px 0px;

	}

	

.postarea ul ul li {

	background: url(images/arrow.gif) no-repeat top left;

	padding: 0px 0px 0px 15px;

	margin: 0px 0px 5px 0px;

	}

	

blockquote {

	background: #F7F7F7;

	margin: 0px 25px 15px 25px;

	padding: 0px 25px 0px 10px;

	border: 1px solid #E6E6E6;

	}

	

#content blockquote p {

	margin: 0px;

	padding: 10px 0px 10px 0px;

	}

	

.postauthor {

	margin: 0px 0px 10px 0px;

	padding: 0px;

	}

	

.postmeta {

	background: #F7F7F7;

	font-size: 11px;

	text-transform: uppercase;

	margin: 0px 0px 50px 0px;

	padding: 5px 10px 5px 10px;

	border: 1px solid #E6E6E6;

	}



.postmeta p {

	margin: 0px;

	padding: 0px;

	}

	

code {

	color: #222222;

	background: #EAEAEA;

	font-size: 11px;

	margin: 0px;

	padding: 10px;

	display: block;

	font-family: Verdana, Tahoma, Verdana;

	}

	

.archive {

	float: left;

	width: 280px;

	margin: 0px;

	padding: 20px 25px 20px 0px;

	}

#welcomebg{

background-image:url(images/welcomebg.png);

width:694px;

background-repeat:no-repeat;

background-position:left top;

line-height:58px;

}

.welcome{

font-family:Arial;

font-size:18px;

font-weight:bold;

color:#e6bc53;

text-align:left;

padding-left:18px;

}



/************************************************

*	Images  					     		    * 

************************************************/



img.centered  {

	display: block;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: 10px;

	padding: 0px;

	}

	

img.alignnone {

	padding: 0px;

	margin: 0px 0px 10px 0px;

	display: inline;

	}



img.alignright {

	padding: 0px;

	margin: 0px 10px 10px 10px;

	display: inline;

	}



img.alignleft {

	padding: 0px;

	margin: 0px 10px 10px 10px;

	display: inline;

	}

	

.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

	/*margin-bottom: 10px;*/

	}



.alignright {

	float: right;

	margin: 0px 0px 10px 10px;

	}



.alignleft {

	float: left;

	margin: 0px 10px 10px 0px;

	}

	

.wp-caption {

	border: 1px solid #DDDDDD;

	text-align: center;

	background-color: #F5F5F5;

	padding: 4px 0px 5px 0px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

	}



.wp-caption img {

	margin: 0px 0px 5px 0px;

	padding: 0px;

	border: 0px;

	}



.wp-caption p.wp-caption-text {

	margin: 0px;

	padding: 0px 0px 0px 0px;

	font-size: 11px;

	font-weight: normal;

	line-height: 12px;

	}

	

/************************************************

*	Sidebar 	        			     	    * 

************************************************/

	

#sidebar {

	float: right;

	width: 260px;

	margin: 0px 10px 0px 0px;

	padding: 0px;

	line-height: 18px;

	}

	

#sidebar h2 {

	color: #222222;

	font-size: 14px;

	font-family: Georgia, Times New Roman, Trebuchet MS;

	font-weight: normal;

	margin: 0px 0px 5px 0px;

	padding: 0px 0px 0px 0px;

	}

	

#sidebar a, #sidebar a:visited {

	color: #222222;

	text-decoration: none;

	border-bottom: 1px dotted #F7F7F7;

	}

	

#sidebar a:hover{

	color: #3A87DD;

	text-decoration: none;

	border-bottom: 1px dotted #3A87DD;

	}



#sidebar p {

	margin: 0px;

	padding: 0px;

	line-height: 20px;

	}

	

#sidebar .widget  {

	background: #F7F7F7;

	margin: 0px 0px 10px 0px;

	padding: 10px;

	border: 1px solid #E6E6E6;

	}

	

#sidebar ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	}

	

#sidebar ul li {

	list-style-type: none;

	margin: 0px 0px 5px 0px;

	padding: 0px;

	}



#sidebar ul ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	}

	

#sidebar ul ul ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	}

	

#sidebar ul li li {

	background: url(images/icon.gif) no-repeat top left;

	margin: 0px;

	padding: 0px 0px 0px 18px;

	}

	

#sidebar ul li ul li {

	background: url(images/icon.gif) no-repeat top left;

	margin: 0px;

	padding: 0px 0px 0px 18px;

	}

	

#sidebar .video embed, #sidebar .video object {

	width: 250px; 

	height: 205px;

	margin: 0px; 

	padding: 0px;

	}

	

.textwidget {

	margin: 0px;

	padding: 0px;

	}

	

.postform {

	background: #F5F5F5;

	width: 235px;

	color: #222222;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	margin: 5px 0px 0px 0px;

	padding: 1px;

	display: inline;

	border: 1px solid #DDDDDD;

	}

	

#cat {

	background: #FFFFFF;

	color: #222222;

	margin: 5px 0px 0px 0px;

	}

	

/************************************************

*	Footer  									*

************************************************/



#footer {

	/*background: #000000;

	height: 34px;

	width: 960px;

	color: #FFFFFF;

	font-size: 11px;

	text-transform: uppercase;

	margin: 0px auto 0px;

	padding: 0px;*/

	}

#footer{

background-image:url(images/footerbg.gif);

background-repeat:no-repeat;

background-position:center bottom;

height:180px;

}

	

.footertext{

font-family:Arial;

font-size:12px;

color:#8a8a8a;

text-align:center;

padding-top:15px;

}



.footermenu{

font-family:Arial;

font-size:12px;

color:#8a8a8a;

text-align:center;

#padding-top:20px;
margin-bottom:10px;


}
.footermenu1{

font-family:Arial;

font-size:9px;

color:#8a8a8a;

text-align:center;
/*
padding-top:30px;*/



}


.footermenu a{

color:#8a8a8a;

text-decoration:none;

}



.footermenu a:hover{

color:#ba4400;

text-decoration:underline;

}	

#footer p {

	/*color: #FFFFFF;

	margin: 0px;	

	padding: 0px;*/

	}

	

#footer a img {

	border: none;

	margin: 0px;

	padding: 0px;

	}



#footer a {

	/*color: #FFFFFF;

	text-decoration: none;*/

	}



#footer a:hover {

	/*color: #FFFFFF;

	text-decoration: underline;*/

	}

	

.footerleft {

	width: 650px;

	float: left;

	margin: 0px;

	padding: 10px 0px 0px 10px;

	}

	

.footerright {

	width: 230px;

	float: right;

	margin: 0px;

	padding: 10px 10px 0px 0px;

	text-align: right;

	}

	

/************************************************

*	Bottom  									*

************************************************/



#bottom {

	width: 980px;

	height: 15px;

	margin: 0px auto 0px;

	padding: 0px;

	overflow: hidden;

	}

	

/************************************************

*	Search Form									*

************************************************/



#subscribe {

	margin: 0px;

	padding: 10px 0px 5px 0px;

	overflow: hidden;

	}



#subbox {

	background: #F5F5F5 !important;

	width: 185px;

	color: #222222;

	font-size: 11px;

	font-family: Arial, Tahoma, Verdana;

	font-weight: normal;

	margin: 0px;

	padding: 5px 0px 5px 5px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	display: inline;

	border: 1px solid #DDDDDD;

	}

	

#subbutton {

	background: #333333 url(images/homelink.png);

	color: #FFFFFF;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	font-size: 12px;

	text-transform: uppercase;

	text-decoration: none;

	margin: 0px 0px 0px 5px;

	padding: 3px 5px 4px 5px;

	border: 1px solid #333333;

	}



#searchform {

	margin: 0px 0px 0px 0px;

	}

	

#searchformheader {

	margin: 0px;

	padding: 0px;

	}

	

#searchbox {

	background: #F7F7F7 !important;

	-moz-border-radius: 3px;

    -webkit-border-radius: 3px;

	width: 210px;

	color: #222222;

	font-family: Arial, Tahoma, Verdana;

	padding: 3px;

	margin: 0px 3px 0px 0px;

	border: 1px solid #F7F7F7;

	}

	

#searchbutton {

	/*background: #000000 url(images/navbar.gif);*/

	-moz-border-radius: 3px;

    -webkit-border-radius: 3px;

	color: #FFFFFF;

	font-family: Arial, Tahoma, Verdana;

	padding: 30px;

	margin: 0px;

	/*border: 1px solid #222222;*/

	}

	

#s {

	background: #FFFFFF;

	width: 110px;

	color: #222222;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	margin: 0px 3px 0px 0px;

	padding: 0px 0px 0px 3px;

	display: inline;

/*	border: 1px solid #DDDDDD;*/

	}

	

#searchsubmit {

	/*background: #DDDDDD;*/

	color: #222222;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	font-family: Trebuchet MS, Arial, Tahoma;

	font-size: 11px;

	font-weight: bold;

	text-decoration: none;

	margin-left: 20px;

	padding: 1px 0px 1px 0px;

	/*border: 1px solid #AAAAAA;*/

	display: inline;

	}

	

#submit {

	background: #666666;

	color: #FFFFFF;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	font-size: 11px;

	font-weight: bold;

	text-decoration: none;

	margin: 0px;

	padding: 2px 5px 3px 5px;

	border: 1px solid #333333;

	}

	

#author, #email, #url {

	background: #F7F7F7 !important;

	color: #222222;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	margin: 0px;

	padding: 4px;

	border: 1px solid #E6E6E6;

	}

	

#comment {

	background: #F7F7F7 !important;

	color: #222222;

	font-size: 12px;

	font-family: Arial, Tahoma, Verdana;

	margin: 5px 0px 5px 0px;

	padding: 4px;

	border: 1px solid #E6E6E6;

	}



/************************************************

*	Comments									*

************************************************/

	

.commentlist li ul li {

	font-size: 12px;

	}



.commentlist li {

	font-weight: bold;

	}



.commentlist li .avatar { 

	background: #FFFFFF;

	float: right;

	border: 1px solid #EEEEEE;

	margin: 0px 5px 0px 10px;

	padding: 2px;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 12px;

	}



.commentlist p {

	font-weight: normal;

	text-transform: none;

	}



.commentmetadata {

	font-weight: normal;

	}



#commentform input {

	/*width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0px;*/

	}



#commentform {

	margin: 5px 10px 0px 0px;

	}

	

#commentform textarea {

	width: 98%;

	padding: 2px;

	}

	

#respond:after {

	content: "."; 

	display: block; 

	height: 0px; 

	clear: both; 

	visibility: hidden;

	}

	

#commentform p {

	margin: 5px 0px 5px 0px;

	}

	

#commentform #submit {

	margin: 0px;

	float: left;

	}

	

.alt {

	margin: 0px;

	padding: 10px;

	}



.commentlist {

	margin: 0px;

	padding: 0px;

	}

	

.commentlist ol {

	margin: 0px;

	padding: 10px;

	}



.commentlist li {

	margin: 15px 0px 10px;

	padding: 10px 5px 10px 10px;

	list-style: none;



	}

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;

	}



.commentlist p {

	margin: 10px 0px 10px 0px;

	padding: 0px;

	}

	

.children { 

	margin: 0px;

	padding: 0px;

	}



.nocomments {

	text-align: center;

	margin: 0px;

	padding: 0px;

	}

	

.reply a, .reply a:visited {

	background: #666666;

	color: #FFFFFF;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	font-size: 11px;

	text-decoration: none;

	margin: 0px;

	padding: 2px 5px 3px 5px;

	border: 1px solid #333333;

	}

	

.reply a:hover {

	background: #3A87DD;

	color: #FFFFFF;

	text-decoration: none;

	border: 1px solid #3A87DD;

	}



.commentmetadata {

	font-size: 10px;

	margin: 0px;

	display: block;

	}



.navigation {

	display: block;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 60px;

	}

	

.alignright {

	float: right;

	}



.alignleft {

	float: left;

	}

	

.thread-alt {

	background: #FFFFFF;

	margin: 0px;

	padding: 0px;

	}

	

.thread-even {

	background: #F7F7F7;

	margin: 0px;

	padding: 0px;

	}

	

.depth-1 {

	border: 1px solid #E6E6E6;

	margin: 0px;

	padding: 0px;

	}



.even, .alt {

	border-top: 1px solid #E6E6E6;

	border-bottom: 1px solid #E6E6E6;

	border-left: 1px solid #E6E6E6;

	margin: 0px;

	padding: 0px;

	}
	
	
.temp_css img{
width:200px;
margin:10px;


}

.temp_css{
width:220px;
float:left;
padding-left:10px;

}
.temp_css li{
border:none;

}

#welcomebg_sponsors{

background-image:url(images/welcomebg_sponsors.png);

width:220px;

background-repeat:no-repeat;

background-position:left top;

line-height:58px;

}
#contenttopbg_sponsors{

background-image:url(images/contopbg_sponsors.png);

background-repeat:no-repeat;

width:220px;

height:28px;

background-position:left bottom;


}



#contentmiddlebg_sponsors{

background-image:url(images/conmiddlebg_sponsors.png);

background-repeat:repeat-y;

background-position:left top;

width:220px;
height:230px;

}
#contentmiddlebg_sponsors p{
border-bottom:1px dotted #FFFFFF;
margin-bottom:10px;
padding-bottom:10px;
}



#contentbottombg_sponsors{

background-image:url(images/conbottombg_sponsors.png);

background-repeat:no-repeat;

background-position:top left;

width:220px;

height:19px;

}

	
/* Default CSS generated by dTabs */
ul#tabbar{
color:#fff;
#padding-top:20px;
margin-left:-50px !important;
#margin-left:30px;
list-style:none;
}
/* style the tabs in IE (the trailing comma prevents other browsers from reading this) */
.tabbar li, .tabbar ul li, {
	
	/* make them horizontal in IE*/
	display: inline;
	
	/* space them a little in IE*/
	margin: 20px 5px 0px 5px;
        
}

/* style the tabs */
.tab, .tabselected {
	
	/* make them horizontal in Firefox 2*/
	display: -moz-inline-box;
/* make them horizontal in Firefox 2*/
	display: -moz-inline-box;
	
	/* make them horizontal in all other browsers*/
	/*display: inline-block;
*/	
	/* space them a little */
	padding: 5px;
	
border-rigt: 1px solid #C04600;
	/* set a grey background for non-selected tabs (which we will overide for selected tabs later) */
	
	
	/* set a border, make it rounded at the top */
	
display:inline; height:35px; line-height:35px;
	
}

/* make changes to the selected tab */
.tabselected a{
	color:#FFFFFF;
font-weight:bold;
font-size:14px;
padding:0px 0px 0px 10px;
padding-right:30px;
border-right:1px solid #CA4A00;
font-family:arial;
text-decoration:none;
	/* set a white background */
	/*background-color: white;
*/	
	/* make the border along the bottom blend into the white background */
	/*border-bottom-color: white;
*/}
.dmenu {
	/* left align the text */
	text-align: left;
	
	/* REQUIRED */
	position: absolute;
	
	/* js fade method should display them 23px below the top of the tabs */
	margin: 23px 0 0 0;
	
color:#ffffff;	/* put some space around the contents */
	/*padding: 5px 15px;*/
	
	/* set a grey background */
	/*background-color: rgb(240,240,240);
*/	
	/* set a border, round all the corners except the top left */
	border: 1px solid rgb(150,150,150);
	
}
.tabbar .dmenu ul {
	
	/* put space at the top and bottom of top-level menus */
	padding: 5px 0 0 10px;
	
	/* stop ie going crazy */
	margin: 0;
	
}
.tabbar .dmenu ul li {
	
	/* stop ie from displaying list items inline */
	display: none;

	
}

/* REQUIRED: hide menus off screen by default */
.dmenu {
	left: -999em;
}

/* STYLING JUST FOR CSS MENUS */
.tabbar .fademenu .dmenu {
	
	/* position menus correctly */
	margin: 5px 0 0 -6px;
}
/* REQUIRED: show menus on hovering */
.tabbar .fademenu:hover .dmenu {
	left: auto;
color:#fff;
}

/* style the drop down menus */

.tab a{
color:#FFFFFF;
font-weight:bold;
font-size:14px;
padding:0px 0px 0px 10px;
padding-right:30px;
border-right:1px solid #CA4A00;
font-family:arial;
text-decoration:none;

}




