@charset "utf-8";
/* CSS Document */
/* Start Main Document Structure */
* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #f9f1dd;
	background-image: url(../imgs/body-bg-top.jpg);
	background-repeat: repeat-x;
}
#wrapper { 
 	margin: 0 auto;
 	width: 960px;
}
#outerWrapper	{
	margin:0 auto 0 auto;
}
#innerWrapper {
 background-image: url(../imgs/body-bkg-bottom.gif);
 background-repeat: repeat-x;
 background-position:bottom;
}
/* End Main Document Structure */

/* Start Left Column Structure */
#primaryLeftColumn { 
	display: inline;
	color: #333;
	padding: 0px;
	width: 470px;
	float: left;
	background-image:url(../imgs/lftColumnBkg.jpg);
	background-repeat:repeat-y;
	margin-top:75px;
	padding: 5px 5px 5px 5px;
}
#rgtCorner	{
	width:470px;
	background-image:url(../imgs/lftCol_LwRgtCorner.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#lftCorner	{
	width:470px;
	background-image:url(../imgs/lftCol_UpLftCorner.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

/* End Left Column Structure */

/* Start Right Column Structure */
#primaryRightColumn { 
	 float: right;
	 padding: 0px;
	 width: 480px;
	 display: inline;
	 margin-top:10px;
}
#primaryRightColumn-bkg { 
	 width: 470px;
	 padding: 5px 5px 5px 5px;
	 background-image:url(../imgs/RC_bkg.jpg);
	 background-repeat:repeat-y;
}
.rgt-rgtCorner	{
	width:470px;
	background-image: url(../imgs/rgtCol_UpRgtCorner.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
.lft-lftCorner	{
	width:470px;
	background-image: url(../imgs/rgtCol_LwLftCorner.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.topLogoContainer	{
	background-image: url(../imgs/logo-main.gif);
	background-repeat:no-repeat;
	width:480px;
	height:162px;
	text-indent: -9999px;
}
/* End Right Column Structure */
/* Start Menu Container */
#menuContainer	{
	background-image:url(../imgs/navigation_bkg.gif);
	background-repeat:repeat-x;
	width:480px;
	height:74px;
}
/* End Menu Container */

/* Start Page Headers */
#LatestWorkHeader	{
	width:430px;
	height:41px;
	background-image:url(../imgs/latestwork_header.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;	
}
#ServicesOverviewHeader	{
	width:450px;
	height:41px;
	background-image:url(../imgs/servicesoverview_header.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;	
}
#LatestArticleHeader	{
	width:450px;
	height:41px;
	background-image:url(../imgs/latestarticle_header.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-left: 10px;	
}
#AboutHeader	{
	width:400px;
	height:41px;
	background-image: url(../imgs/about_header.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;	
}
#NameHeader	{
	width:450px;
	height:41px;
	background-image:url(../imgs/name_header.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;	
}
#LatestArticlesHeader	{
	width:420px;
	height:41px;
	background-image:url(../imgs/latestarticles_header.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;	
}
#ContactInfoHeader	{
	width:450px;
	height:41px;
	background-image:url(../imgs/contactinfo_header.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;	
}
#ContactFormHeader	{
	width:430px;
	height:41px;
	background-image:url(../imgs/contactform_header.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;	
}
/* End Page Headers */

/* Start Swap Divs for Portfolio */
#swap001	{
	margin:auto 0px;
}
#swap002	{
	margin:auto 0px;
	display:none;

}
#swap003	{
	margin:auto 0px;
	display:none;

}
#swap004	{
	margin:auto 0px;
	display:none;

}
.LatestLeftColumn	{
	width:255px;
	float:left;	
	display:inline;
}
.LatestRightColumn	{
	width:175px;
	float:right;	
	padding:5px 5px 5px 0px;
	display:inline;
}

.latestImgFormatSml001	{
	border: 5px solid #000;
	margin: 10px 0px 10px 0px;
	cursor:pointer;
}
.latestImgFormatSml002	{
	border: 5px solid #000;
	margin: 10px 0px 10px 0px;
	cursor:pointer;

}
.latestImgFormatSml003	{
	border: 5px solid #000;
	margin: 10px 0px 10px 0px;
	cursor:pointer;
}
.latestImgFormatSml004	{
	border: 5px solid #000;
	margin: 10px 0px 10px 0px;
	cursor:pointer;
}
/* End Swap Divs for Portfolio */
/* Start Services Overview Column for main page */
.svMainLft {
	width:300px;
	float:left;
	display:inline;
}	
.svMainRgt {
	width:150px;
	float:right;
	display:inline;
}
.svMainLft-lft {
	width:150px;
	float:left;
	display:inline;
}
.svMainLft-rgt {
	width:150px;
	float:right;
	display:inline;
}
/* End Services Overview Column for main page */

.contentarea	{
	width:450px;
	padding:10px 10px 10px 10px;
	background-image:url(../imgs/horz_border.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
.contentareabottom	{
	background-image:url(../imgs/horz_border.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.divSpaer	{
	margin-top:15px;
}
.divSpacer2	{
	margin:15px 10px 10px 10px;
}
.portfolioImgFormat	{
	border: 5px solid #000;
	margin: 2px 2px 2px 2px;
}
/*Begin Footer Formatting*/
#outerWrapperFooter	{
	margin:0 auto 0 auto;
	background-color:#000;
}
#outerContainerFooter	{
	margin:0 auto;;
	width:960px;
	height:400px;
	background-image:url(../imgs/footer-bkg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#LeftColFooter	{
	width: 480px;
	float:left;	
	display:inline;
}
#copyright	{
	width:246px;
	float:left;
	display:inline;
}
.footerLogoContainer	{
	background-image: url(../imgs/logo-footer.gif);
	background-repeat:no-repeat;
	width:246px;
	height:127px;
	text-indent: -9999px;
	margin-top:20px;
}
#footermenu	{
	width:225px;
	float:right;
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:12px;
	font-weight:bold;
	margin-top:45px;
	display:inline;
}
#footermenu	 ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footermenu li a:link, #footermenu li a:visited	{
	display:block;
	padding:2px 2px 2px 2px;
	color:#fcd003;
	text-decoration:none;
}
#footermenu li a:hover	{
	background-color:#000;
	color:#e8356d;
	text-decoration:none;
}
#RightColFooter	{
	width: 480px;
	float:right;
	display:inline;	
}
#ConsultationFooter	{
	width:230px;
	float:left;
	margin-top:45px;
	padding:5px 5px 5px 5px;
	display:inline;
}
#ConsultationFooter-Header	{
	width:230px;
	height:46px;
	background-image:url(../imgs/consultation_header.gif);
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:top center;
}
#ArticlesFooter	{
	width:230px;
	float:right;
	margin-top:50px;
	display:inline;
}
#ArticlesFooter-Header	{
	width:230px;
	height:46px;
	background-image:url(../imgs/articles_header.gif);
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:top center;
}
#ArticlesLinks	{
	width:230px;
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:13px;
	font-weight:bold;
}
#ArticlesLinks ul{
	list-style:none;
	margin:0;
	padding:0;
}
#ArticlesLinks li a:link, #ArticlesLinks li a:visited	{
	display:block;
	padding:3px 3px 3px 3px;
	color: #FFF;
	text-decoration:none;
	border-bottom: 1px solid #666;
}
#ArticlesLinks li a:hover	{
	background-color:#000;
	color:#fcd003;
	text-decoration:none;
}
/*End Footer Formatting*/

.latestImgFormat	{
	border: 5px solid #000;
	margin: 2px 5px 2px 0px;
}
.latestArticleImgFormat	{
	border: 5px solid #000;
	margin: 5px 0px 5px 5px;
}
.imgLeft	{
	float:left;
	display:inline;
}
/*Start Text Formatting*/
.smlmainTxt	{
	font-family:Helvetica, Arial, "Century Gothic";
	color: #0A0A0A;
	font-size:12px;
	line-height: 16px;
}
.HeaderLink	a:link, .HeaderLink a:visited{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#b3d61c;
	background-color:#000000;
	text-decoration:none;
	font-size: 16px;
	font-weight:bold;
}
.HeaderLink	a:hover{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#fcd41a;
	background-color:#000000;
	text-decoration:none;
	font-size: 16px;
	font-weight:bold;
}
.smlmainTxt	{
	font-family:Helvetica, Arial, "Century Gothic";
	color: #0A0A0A;
	font-size:12px;
	line-height: 16px;
}
.mainTxt	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#0A0A0A;
	font-size:14px;
	line-height: 20px;
}
h1{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#6e969e;
	font-size:13px;
	font-weight:bold;
}
h2{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#b3d61c;
	font-size:20px;
	font-weight:bold;
}
ul	{
	list-style-type:none;
}
li	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#6e6d6d;
	font-size:12px;
	line-height: 10px;
	font-weight:bold;
	padding-top:15px;
}
.ovewviewTxt	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#6e6d6d;
	font-size:12px;
	line-height: 10px;
	font-weight:bold;
}
.lightTxt	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#fff;
	font-size:14px;
}
.lightTxt a:link, .lightTxt a:visited	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#b3d61c;
	font-size:14px;
	font-weight:bold;
}
.lightTxt a:hover	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#b3d61c;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
.signature	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#e8356d;
	font-size:15px;
	line-height: 22px;
	font-style:italic;
	font-weight:bold;

}
.mantra	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#e8356d;
	font-size:22px;
	line-height: 30px;
	font-style:italic;
	font-weight:bold;

}
.articles	{
	width:445px;
	font-family:Helvetica, Arial, "Century Gothic";
	font-size:15px;
	font-weight:bold;
}
.articles	 ul{
	list-style:none;
	margin:0;
	padding:0;
}
.articles li a:link, #articles li a:visited	{
	display:block;
	padding:2px 2px 2px 2px;
	color: #8E1F92;
	text-decoration:none;
}
.articles li a:hover	{
	color: #5E849F;
	text-decoration:underline;
}
.portfolioHeaders {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #990099;
	font-style: italic;
}
.copyrightTxt	{
	font-family:Helvetica, Arial, "Century Gothic";
	color:#fff;
	font-size:11px;
}
/*End Text Formatting*/
.clear { clear: both; background: none; }