/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

import fc.load.AbstractLoad;
import mx.utils.Delegate;
class fc.load.Css extends AbstractLoad {
  private var loadObject:TextField.StyleSheet;
  function Css() {
    loadObject = new TextField.StyleSheet();
  }
  public function load(url:string) {
    loadObject.load(url);
    startLoad();
  }
} 

.clearleft {display:block; clear:left;}
.clearright{display:block; clear:right;}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01a.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #D33333;
}


h4, {
	margin-top: 0;
	font-weight: normal;
	color: #6D000F;
}


h5, {
	margin-top: 0;
	font-weight: normal;
	color: #6D000F;
}


h6, {
	margin-top: 0;
	font-weight: normal;
	color: #6D000F;
	float: right;
}


h1 {
	font-size: 197%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h4 {
	font-size: 125%;
	font-weight: bold;
}

h5 {
	font-size: 140%;
	font-weight: bold;
}

h6 {
	font-size: 130%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #000379;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Wrapper */

#wrapper {
	padding-top: 0px;
	background: url(images/img02a.gif) repeat-x;
}

/* Header */

#header {
	width: 1152px;
	height: 122px;
	margin: 0 auto;
	background: #C90404 url(images/headtop01.gif) no-repeat;
}

/* Logo */

#logo {
	float: left;
	width: 250px;
	height: 80px;
	padding: 0 0 0 0;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
}

#logo h1 {
	padding-top: 15px;
	font-size: 36px;
}

#logo h2 {
	font-size: 12px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 450px;
}

html>body #search {
	width: auto;
}

#search form {
	margin: 0;
	padding: 10px 20px 0 40px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#searchinput {
	width: 200px;
}

#searchsubmit {
}



/* chromemenu */

.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF7FF;
}



/* ######### Advertisers List ######### */

/*gallery*/
.gallery {background:#efefef; margin:0px 0px 10px 0px; padding:5px;}
.gallery .box {display:block; height:220px; float:left; width:20%; padding:10px 5px 5px 5px; margin:8px; background:#ffffff; text-align:center;}
.gallery .box2 {display:block; height:145px; float:left; width:25%; padding:10px 5px 5px 5px; margin:8px; background:#ffffff; text-align:center;}
.box img {background:#efefef; padding:5px;}
.box .caption {display:block; text-align:center;}
.box a img, .box a:visited img, .box a:active img {border:solid 1px #cccccc;}
.box a:hover img {border:solid 1px #000000;}



.icon {
	float: right;
	width: 100px;
	padding: 20px 10px;
	background: url(images/btn_next.gif);
}







/* Menu */
#menu {
	width: 1152px;
	height: 220px;
	margin: 0 auto;
	background: url(images/topgraphic.swf);
}




#menu ul {
	margin: 0;
	padding: 13px 0 0 250px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li:hover {
}

#menu a {
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	text-transform: circular;
	font-size: 136%;
	color: #0219A4;
}

#menu a:hover, #menu .active a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 1060px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 1115px;
	padding: 20px 20px;
	background: url(images/img06.gif) repeat-x;
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 225px;
}

.twocols .col2 {
	float: right;
	width: 225px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
}

.subhead{font-size:12px; color:#669900; font-weight:bold; display:block; margin:0px; background:#F4F7EA; margin:10px 0px 0px 0px; padding:2px;}



/* Page */

#page {
	width: 1152px;
	margin: 0 auto;
	background: url(../convergence/images/img02.gif) repeat-y;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 300px;
	margin-top: 10px;
	padding-top: 20px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-bottom: 30px;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 0;
}

.sidebar h2 {
	height: 40px;
	margin: 0;
	letter-spacing: normal;
	font-size: 1.4em;
}

/* Sidebar1 */

#sidebar1 {
}

#sidebar1 h2 {
	text-align: left;
	background: url(images/img8a.jpg) no-repeat left top;
	padding: 5px 0 0 40px;
	font-size: 19px;
}

#sidebar1 li li {
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
}

/* Sidebar2 */

#sidebar2 {
	background: url(images/img8a.jpg) no-repeat;
}

#sidebar2 h2 {
	background: url(images/img8a.jpg) no-repeat;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	background: url(images/img8a.jpg) no-repeat left top;
	padding: 5px 0 0 40px;
	font-size: 22px;
}

.sidebar #recent-posts ul {
	padding-left: 5px;
	font-size: 12px;
}

.sidebar #recent-posts li {
	border-bottom: 1px dashed #D9EBFF;
	margin-top: 0px;
}


/* Page */

#page {
	width: 1152px;
	margin: 0 auto;
	background: #FFFFFF  repeat-y;
}




/* Footer */

#footer {
	clear: both;
	width: 1152px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img07a.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 88%;
}

#footer a {
	color: #CCCCCC;
}