body
{
	margin:0;
	padding:0;
	font:13px Arial, Verdana, Tahoma;
	text-align:center;
	color:#000;
	background-color:#fff;
	background:url(images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}

form
{
	margin:0;
	padding:0;
}

a
{
	color:#007AC1;
	text-decoration:none;
}

input, select, textarea
{
	font:12px Arial, Verdana, Tahoma;
}



/************************************* LAYOUT ELEMENTS *************************************/
#pageWidth
{
	width:1000px;
	height:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#content
{
	width:100%;
	float:left;
	position:relative;
	background:url(images/content.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	padding:10px 0;
	line-height:18px;
	color:#C5C5C5;
}

#maincol
{
	float:left;
	position:relative;
	width:600px;
	font-family:Verdana, Tahoma, Arial;
	font-size:12px;
}
 
#rightcol
{
	width:400px;
	float:right;
	position:relative;
	background:url(images/contentseparator.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	margin-bottom:10px;
}
/************************************* LAYOUT ELEMENTS *************************************/

/************************************* HEADER, LOGO AND, NAVIGATION AND FOOTER *************************************/
#header
{
	width:100%;
	height:118px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/header.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	position:relative;
	
}

.logo
{
	float:left;
	width:275px;
	height:118px;
	margin-left:35px;
	background:url(images/logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.banner
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:url(images/banner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:321px;
}

.banner .bannertext
{
	padding:35px 70px;
	color:#fff;
	font-size:12px;
	font-family: Verdana, "Trebuchet MS";
}

.banner h3
{
	background:url(images/bannerhr.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-size:22px;
	padding:4px;
	margin:0 0 4px 0;
	font-style:italic;
	font-weight:bold;
	font-family:Georgia, "Trebuchet MS";
}

.banner p
{
	clear:both;
	float:left;
	width:400px;
	margin:10px 0 0 0;
	padding:0 10px;
	line-height:18px;
}

.banner p a.readmore
{
	float:left;
	width:175px;
	height:76px;
	background:url(images/readmore.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.banner p a.readmore:hover
{
	background-position:bottom center;
}

.ctop
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:url(images/contenttop.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	height:23px;
}

.navigation
{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:url(images/navigation.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	height:64px;
}

.navigation ul
{
	margin:0 50px;
	padding:0;
	list-style:none;
}

.navigation ul li
{
	margin:0;
	padding:0;
	display:inline;
}

.navigation ul li a
{
	float:left;
	margin:0 30px 0 0;
	padding:24px 10px 24px 10px;
	color:#fff;
	font-family:Arial, "Trebuchet MS";
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	/*border:1px solid #f00;*/
}

.navigation ul li a:hover, .navigation ul li.current_page_item a, .navigation ul li a.current
{
	background:url(images/nav_hover.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-decoration:underline;
}

#footer
{
	clear:both;
	text-align:center;
	font-size:10px;
	text-transform:uppercase;
	/*font-weight:bold;
	font-size:14px;*/
}

#footer a
{
	color:#F93A9D;
}
/************************************* HEADER, LOGO AND TOP NAVIGATION *************************************/



/************************************* CONTENT *************************************/
/*#content h3
{
	font-family:Georgia, "Trebuchet MS";
	font-weight:bold;
	font-style:italic;
	font-size:25px;
	margin:0 0 15px 0;
	padding:0px;
}

#content h3
{
	font-family:"Trebuchet MS", Georgia;
	font-weight:bold;
	font-style:normal;
	font-size:28px;
	margin:0 0 15px 0;
	padding:0px;
}*/

#content h3
{
	font-family:Arial;
	font-weight:bold;
	font-style:normal;
	font-size:22px;
	margin:0 0 22px 0;
	padding:0px;
}
/************************************* CONTENT *************************************/


/************************************* MAIN COLUMN *************************************/
#maincol .padder
{
	margin:0px 15px 8px 40px;
}

#maincol h3
{
	color:#0179FF;
	margin:0 0 5px 0;
}

#maincol a
{
	color:#0179FF;
}

#maincol .post
{
	margin-bottom:25px;
}

#maincol .postheader
{
	width:100%;
	float:left;
	margin-bottom:10px;
	font-family:Arial, Verdana, Tahoma;
}

#maincol .postheader .postdate
{
	float:left;
	width:30px;
	height:30px;
	text-align:center;
	padding:10px;
	/*background:url(images/calender.jpg);*/
	background:#1B1B1B;
	border:1px solid #363636;
}

#maincol .postheader .postdate .day
{
	font-size:25px;
	font-weight:bold;
}

#maincol .postheader .postdate .month
{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#maincol .postheader h3
{
	float:left;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:0px;
	width:483px;
	border-bottom:2px solid #F93A9D;
	padding-bottom:5px;
	text-transform:uppercase;
	font-size:20px;
	line-height:20px;
}

#maincol .postheader h3.page
{
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	width:545px;
	border-bottom:2px solid #F93A9D;
	padding-bottom:5px;
	text-transform:uppercase;
	font-size:20px;
	line-height:20px;
}

#maincol .postheader .postmeta
{
	margin-top:3px;
	float:left;
	margin-left:10px;
	color:#C5C5C5;
	font-size:12px;
	font-weight:bold;
}

#maincol .postbody
{
	text-align:justify;
}

#maincol .postbody h3
{
	color:#F93A9D;
	font-size:17px;
	margin-top:15px;
	margin-bottom:2px;
}

#maincol .postbody p
{
	margin:0 0 10px 0;
	padding:0;
}

#maincol .previousentries
{
	float:left;
	width:50%;
}

#maincol .nextentries
{
	text-align:right;
	float:right;
	width:50%;
}

#maincol .previousentries a, #maincol .nextentries a
{
	text-transform:uppercase;
	font-weight:bold;
	color:#F93A9D;
}

#maincol .comments
{
	clear:both;
	margin:15px 0 0 0;
	font-family:Arial, Verdana, Tahoma;
}

#maincol .comments h3
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	width:100%;
	border-bottom:2px solid #F93A9D;
	padding-bottom:5px;
	text-transform:uppercase;
	font-size:20px;
}

#maincol .comments ul
{
	clear:both;
	list-style:none;
	margin:10px 0;
	padding:0;
}

#maincol .comments ul li
{
	margin:5px 0 20px 0;
	padding:0;
}

#maincol .comments .trackback
{
	clear:both;
	margin:20px 0;
	text-align:center;
	color:#F93A9D;
}

#maincol .comments .trackback a
{
	text-transform:uppercase;
	font-weight:bold;
}

#maincol .comments .num
{
	float:right;
	text-align:center;
	padding:6px;
	margin-top:2px;
	background:#1B1B1B;
	border-top:1px solid #363636;
	border-left:1px solid #363636;
	border-right:1px solid #363636;
	border-bottom:none;
	font-size:11px;
	font-weight:bold;
}

#maincol .comments .user { float:left;margin: 10px 0 0 0; padding: 0px; font-size: 18px;font-weight:bold;}
#maincol .comments .date { float:right;text-align:right;line-height:12px;margin: 0px; padding: 5px; font-size: 11px;font-weight:bold;}
#maincol .comments .body { padding:0px;margin:5px 0;clear:both;border-top:1px solid #363636;}
#maincol .comments .dark { background:#1B1B1B; border:1px solid #363636; }

#maincol .comments form {margin:10px 0;}
#maincol .comments form p { padding: 3px 0px; margin: 0px; font-size: 12px;}
#maincol .comments form p label { padding-bottom: 12px; display: block;}
#maincol .comments form p label small { }
#maincol .comments form .TextField {background: #fff; border: solid 1px #89afd8; padding: 5px; font-size: 12px; margin-right: 20px; color:#40454b;}



#maincol .portfoliobody
{
	clear:both;
	width:525px;
	background:#1B1B1B;
	border:1px solid #363636;
	padding:10px;
}

#maincol .portfoliobody a img
{
	border:5px solid #363636;
}

#maincol .portfoliobody a:hover img
{
	border:5px solid #F93A9D;
}
/************************************* MAIN COLUMN *************************************/


/************************************* RIGHT COLUMN *************************************/
#rightcol .padder
{
	margin:0px 40px 8px 15px;
}

#rightcol h3
{
	color:#F93A9D;
}

#rightcol ul
{
	clear:both;
	margin:7px 0 25px 0;
	padding:0;
	list-style:none;
}

#rightcol ul li
{
	margin:0;
	padding:0;
	display:inline;
}

#rightcol ul li h3
{
	clear:both;
	font-family:Arial;
	font-weight:bold;
	font-style:normal;
	font-size:17px;
	margin:0px 0 5px 0;
	text-transform:uppercase;
	color:#787878;
	border-bottom:2px solid #F93A9D;
}

#rightcol ul li ul
{
	float:left;
}

#rightcol ul li ul li a
{
	width:162px;
	text-transform:uppercase;
	color:#C5C5C5;
	font-weight:bold;
	font-size:12px;
	float:left;
	padding:1px 5px;
}

#rightcol ul li ul li a:hover
{
	/*text-decoration:underline;*/
	color:#fff;
	background-color:#F93A9D;
}

#rightcol #quoteform
{
	clear:both;
}

#rightcol #quoteform form
{
	margin-top:10px;
	background:#1B1B1B;
	border:1px solid #363636;
	padding:10px;
}

#rightcol #quoteform form label
{
	display:block;
	width:100%;
	font-weight:bold;
	font-size:11px;
	margin:2px 0;
}

#rightcol #quoteform form input, #rightcol #quoteform form textarea
{
	padding:4px;
	width:313px;
	color:#C5C5C5;
	background: #2C3031;
	border: 1px solid #363636;
	margin-bottom:10px;
}

#rightcol #quoteform form input.submit
{
	width:auto;
	display:block;
	background-color:#F93A9D;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	border:none;
	padding:2px;
	text-transform:uppercase;
	margin-bottom:0px;
}

#rightcol .testimonials
{
	list-style-type:none;
}

#rightcol .testimonials li
{
	display:block;
	clear:both;
	margin-bottom:10px;
	padding-left:30px;
	background:url(images/quote.jpg) no-repeat;
	background-position:-16px -20px;
}

#rightcol .testimonials li a
{
	width:100%;
	float:none;
	display:block;
	background:url(images/quote.jpg) no-repeat top right;
	padding:0;
}

#rightcol .testimonials li a:hover
{
	background-color:none;
}

.loading {
	background-image:url(images/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#1B1B1B;
}
/************************************* RIGHT COLUMN *************************************/
