/* CSS Document */

/*-------------Custom Global Tags-----------------*/

body, p, div, th, td, p, imput, select, textarea {
font-size: 14px;
color: #444;
font-family: "Trebuchet MS", sans-serif;
}

body {
margin: 0px;
height: 100%;
background: #000;
}

body#editor
{
font-family: "Trebuchet MS", sans-serif; 
background-color: #ffffff; 
}

p {
margin: 0px;
padding: 0px;
margin-bottom: 20px;
}

a img,:link img,:visited img { border: none; }

h1 {
color: #cc0033;
font-size: 22px;
text-align: left;
}

h2 {
color: #444;
font-size: 22px;
text-align: left;
}

h3 {
color: #cc0033;
font-size: 22px;
text-align: left;
}

h4 {
color: #444;
font-size: 16px;
text-align: left;
}

a:link {
text-decoration: none;
color: #0000CC;
}

a:visited {
text-decoration: none;
color: #0000CC;
}

a:hover {
text-decoration: none;
color: #3399FF;
/*color: #6eb8de;*/
}

hr {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	/*clear: left;*/
	margin-top: 0px;
	margin-bottom: 20px;
	/*Firefox Fix*/
	border-top-width: 0px;
	border-top-style: none;
}

td {
	padding-right: 20px;
	vertical-align: top;
}

li {
	text-align: left;
	list-style-type: square;
	line-height: 20px;
}

li li {
	list-style-type: none;
	line-height: 18px;
}

/*-------------Global Layout Divs -----------------*/

#footer {
float: left;
width: 100%;
text-align: center;
padding: 0 0 20px 140px;
color: #777;
text-transform: lowercase;
}

#footer ul {
margin: 0px;
list-style: none;
display: inline;
}

#footer li a {
float: left;
font-size: 12px;
color: #777;
margin: 0 20px 0 0;
}

#footer li a:hover {
font-size: 12px;
color: #000;
}

#footer ul li {
	display: inline;
}

#reusablecontentarea_2 {
margin: 20px 0 20px 0;
width: 100%;
}
#reusablecontentarea_2 p {font-size: 12px; color: #D8D8D8; text-align: center;}

/* ------------ Blog ------------ */

#blog {
/*width: 280px;*/
margin: 150px 0 0 50px;
}

#blog h2 {
color:#CCC;
}

#blog a:link, #blog a:visited {
color:#FFF;
text-decoration: none;
}

#blog a:hover {
/*color: #3399FF;*/
color: #6eb8de;
}

/*------------- Content Tags -----------------*/

.imageLeft {
	float: left;
	border: 1px solid #000000;
	margin-right: 30px;
	margin-bottom: 20px;
}

.imageRight {
	float: right;
	border: 1px solid #000000;
	margin-left: 30px;
	margin-bottom: 20px;
}

.boldRedBold { color: #cc0033; font-weight: bold; }
.boldBlackBold { color: #444; font-weight: bold;}
.colorRed { color: #cc0033; }

#clear {
	clear: both;
}

.break {
   display: block;

}

/*------------- Specialized Tags -----------------*/

ul.listImage {
	list-style-image: url(../cmsimages/bullet.gif);%