@charset "UTF-8";
/* CSS Document */

/*	MAIN LAYOUT	*/
html {	height: 100%; }

body { 
	background-image:url(../images/general/bg.gif); 
	font-family: Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	height: 100%;
	margin: 0;
	padding: 0;
}
#blue
{
	width: 702px; 
	height: 102px;
	margin: 25px auto 0 auto;
}
#big_blue
{
	width: 702px; 
	height: 203px; 
	margin: 5px auto 0 auto;
}
#mainimg 
{
	background-image: url(../images/general/mainImage_bg.png); 
	width: 702px; 
	height: 200px; 
	margin: 5px auto 0 auto; 
	position: relative;
}
#maincont
{
	background: url(../images/general/mainContent_bg.png) center repeat-y; 
	width: 702px; 
	min-height: 100px; 
	margin: 0 auto;
	position: relative;
}
#content
{
	padding: 10px 30px; 
	position:relative;
}
#maincontbottom
{
	background: url(../images/general/mainContent_btm.png) center no-repeat; 
	width: 702px; 
	height: 40px; 
	margin: 0 auto;
	position: relative;
}
.copyright
{
	color: #CCCCCC;
	position: absolute;
	right: 25px;
	bottom: -15px;
	font-size: smaller;
}
/*	TEXT	*/
h1
{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.125em;
	margin-bottom: -0.5em;
}
h2
{
	font-size: 13px;
	font-weight: normal;
	line-height: 1.125em;
}
p
{
	line-height: 1.25em;
}
.italic
{
	font-style: italic;
}
.bold
{
	font-weight: bold;
}
.code
{
	font-family: "Courier New", Courier, monospace;
}
/*	LINKS	*/
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, p a:link, p a:visited 
{
	color: #007DB1;
	text-decoration: none;
}
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, p a:hover, p a:active
{
	color: #007DB1;
	text-decoration: underline;
}
/*	NAVIGATION MENU	*/
ul#navigation
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	margin: 10px auto 10px auto;
	/*padding: 0 10px 0 10px;*/
	white-space: nowrap;
	position: relative;
	width: 702px;
}
#navigation li
{
	display: inline;
	list-style-type: none;
}
#navigation li img
{
	width: auto; 
	height: 12px; 
	border: 0;
	margin: auto;
	vertical-align: middle;
}
#navigation li a 
{
	height: 22px;
	width: auto;
	padding: 5px 10px;
}
#navigation a:link, #navigation a:visited
{
	color: #FFF;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active
{
	color: #FFF;
	background-color: #00759A;
	text-decoration: none;
}
#navigation #clientlogin
{
	position: absolute; 
	right: 50px;
	_position: inherit;	/*	underscore is only ready by IE on Windows	*/
}
#navigation #clientlogin a:hover
{
	color: #FFF;
	background-color: #7AB800;
	text-decoration: none;
}

/*	SPLASH PAGE	*/
#comparison
{
	width: 702px; 
	height: 303px; 
	margin: 60px auto 0 auto;
}
#comparison_img
{
	width: 702px; 
	height: 303px; 
	border: none;
}

/*	COLUMNS	*/
#left_column, .left_column
{
	float: left;
	width: 295px; /* 295 to create 10px gutter between columns */
	border: 0px solid green;
}

#right_column, .right_column
{
	float: right;
	width: 295px;
	border: 0px solid green;
}
#empty_footer, .empty_footer
{
	clear: both;
}
#left_column_portfolio
{
	float: left;
	width: 250px;
}
#right_column_portfolio
{
	float: right;
	width: 385px;
	padding: 0;
}
#more_portfolio_links
{
	float: left;
	clear: left;
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
#more_portfolio_links ul
{
	list-style-type: none;
	margin-top: 5px;
}
#more_portfolio_links li a
{
	min-height: 14px;
	padding: 3px 1em 2px 1em;
	margin: 2px;
	border: 1px #FFFFFF solid;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
#more_portfolio_links li a:link, #more_portfolio_links li a:visited
{
	background-color: #AAAAAA;
}
#more_portfolio_links li a:hover, #more_portfolio_links li a:active
{
	background-color: #007DB1;
}
#more_port li a
{
	display: block;
	text-align: left;
}
#back_next_links li
{
	display: inline;
}

/*	SPLASH PAGE	*/
.splash
{
	width: 702px;
	height: 303px;
}

/*	PORTFOLIO LISTS	*/
ul.portfolio_list
{
	list-style: none;
}
.portfolio_list li 
{
	display: block;
	margin-left: -2em;
	margin-bottom: 0.5em;
}
.list_header
{
	width: 178px;
	height: 28px;
	margin-top: 1em;
}
.portfolio_list li a:link, .portfolio_list li a:visited
{
	text-decoration: none;
	color: #333;
}
.portfolio_list li a:hover, .portfolio_list li a:active
{
	text-decoration: underline;
	color: #007DB1;
}

/*	PORTFOLIO IMAGES	*/
.portfolio_img
{
	position: absolute;
	display: block;
	width: 200px;
	height: 144px;
}
#frame1, #frame2, #frame3
{
	top: 26px;
}
#frame1
{
	left: 26px;
}
#frame2
{
	left: 251px;
}
#frame3
{
	right: 26px;
}
#portfolio_big
{
	width: 300px;
	height: 300px;
	border: none;
}
#portfolio_thumb1, #portfolio_thumb2, #portfolio_thumb3, #portfolio_thumb4, #aboutus_thumb1, #aboutus_thumb2, #aboutus_thumb3, #aboutus_thumb4
{
	float: right;
	height: 70px;
	width: 70px;
	border: 2px solid #CCC;
}
#portfolio_thumb2, #portfolio_thumb3, #portfolio_thumb4, #aboutus_thumb2, #aboutus_thumb3, #aboutus_thumb4
{
	clear: right;
	margin-top: 2px;
}
#portfolio_thumb1:hover, #portfolio_thumb2:hover, #portfolio_thumb3:hover, #portfolio_thumb4:hover, #aboutus_thumb1:hover, #aboutus_thumb2:hover, #aboutus_thumb3:hover, #aboutus_thumb4:hover
{
	border: 2px solid #007DB1;
}
.portfolio_header
{
	width: 650px; 
	height: 148px; 
	border: none;
	margin: 25px auto auto 25px;
}

/*	ABOUT US */
#mainimg a img, #mainimg a
{
	border: none;
}

/*	VISION	*/
.box_div
{
	background-color: #BBBBBB; 
	border-top: dotted 1px #007DB1; 
	border-bottom: dotted 1px #007DB1;
	padding: 0 1em;
}