@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, div {
	border: 0;
	margin: 0;
	padding: 0;
}
.txtSmall {font-size:11px;} 
.txtMedium {font-size:12px;} 
.txtLarge {font-size:14px;} 
.alignRight {float:right;} 
.alignLeft {float:left;}
.txtRed {color:#CC0000;} 
.txtBrown {color:#aa5c56} 
.txtBlack {color:#000000;} 
.txtviolet {color:#d73593;} 
.txtBlue {color:#0d59ab} 
.txtBold {font-weight:bold;}
.row{width:990px; clear:both;} 
.breaker {clear:both; width:100%;}


/***********************************************************
The CSS Class for the Websites to Align at the Bottom.
************************************************************/

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.horizone {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -55px 0; /* the bottom margin is the negative value of the footer's height */
}
.footer {
	height: 55px; /* .adjuster must be the same height as .footer */
	background-image:url(../images/footer-bg.gif);
	background-repeat:repeat-x;
}
.adjuster {
	height: 55px; /* .adjuster must be the same height as .footer */
}


/*------------------------- End --------------------------*/


body {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#7f7f7f;
	background-image:url(../images/page-bg.gif);
	background-repeat:repeat-x;
}
.wrapper {
	display:block;
	width:990px;
	margin:0 auto;
	background-image:url(../images/content-bg.gif);
	background-repeat:repeat-y;
	overflow:hidden;
}
.creditContainer {
	width:900px;
	margin:0 auto;
	padding-top:20px;
}
.flashAreaCol1 {
	width:70px;
	float:left;
}
.flashAreaCol2 {
	width:220px;
	float:left;
}
.flashAreaCol3 {
	width:680px;
	float:left;
	padding-top:26px;
	background-color:#d2e8f3;
}
.flashAreaCol4 {
	width:20px;
	float:left;
}
.contentWrapper {
	margin:0 auto;
	width:990px;
	background-image:url(../images/content-bg.gif);
	background-repeat:repeat-y;
	clear:both;
	overflow:hidden;
}
.contentHeader {
	width:990px;
	text-align:right;
}
#contentContainer {
	width:410px;
	float:left;
	/*margin-left:70px;*/
	padding-left:70px;
	padding-right:15px;
	background-image:url(../images/content-bg.gif);
	background-repeat:repeat-y;
}
.projectsContainer {
	width:474px;
	float:left;
	background-image:url(../images/projects-bg.gif);
	background-repeat:repeat-x;
	height:267px;
	background-position:top;
}
.thumbContainer {
	display:block;
	/*margin:18px;*/
	padding:11px;
	margin-right:0;
	margin-bottom:10px;
	float:left;
}
.thumbBg {
	display:block;
	padding:4px;
	background-image:url(../images/thumb-bg.gif);
	background-repeat:repeat-x;
	background-color:#f7f8f8;
	border:1px solid #b8b8ba;
	text-align:center;
}	
.lnkArea{
	width:220px;
	height:25px;
	background-image:url(../images/i-link-bullet.gif);
	background-repeat:no-repeat;
	background-color:#2f99c9;
	background-position:left top;
	border-bottom:#40a5d2 solid 1px;
	padding-top:10px;
}

/***********************************************************
Link and Text Styles
************************************************************/
.txtCopyright {
	color:#999999;
	float:left;
}
.txtCredit {
	color:#999999;
	float:right;
}
a.lnkCredit {
	color:#999999;
	text-decoration:none;
}
a.lnkCredit:hover {
	color:#0066FF;
	border-bottom:1px dotted #003366;
}
.txtMain {
	margin-bottom:15px;
	line-height:18px;
}
a.linkOrange {
	color:#ff9600;
	text-decoration:none;
}
a.linkOrange:hover {
	color:#3399FF;
	border-bottom:1px dotted #FF3300;
}
ul.homeList{
	margin-left:30px;
}
li.homeListItem{
	padding-left:5px;
	padding-bottom:5px;
	color:#7f7f7f;
	font-weight:bold;
	list-style-position:inside;
	list-style-image:url(../images/dot.gif);
}
a.lnkWhiteBlue {
	color:#ffffff;
	font-weight:bold;
	padding-left:42px;
	text-decoration:none;
}
a.lnkWhiteBlue:hover {
	color:#195069;
}
a.lnkContactUs{
	text-decoration:none;
	color:#7f7f7f;
	font-size:11px;
	font-weight:bold;
	border-bottom:#2f99c9 solid 1px;
}
a.lnkContactUs:hover{
	color:#2f99c9;
	border-bottom:none;
}
/*------------------------- End --------------------------*/





/***********************************************************
Styles Used by Programmers
************************************************************/

/*------------------------- End --------------------------*/
