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

* {
	margin:0px;
	padding:0px;
}

body {
	font:0.8em Arial;
	background:#EDEEEF;
}

p {
	margin:0px 0px 15px;
	line-height:1.2em;
}

#header {
	height:77px;
	width:100%;
	padding:15px 0px;
}

#header .inner {
	width:900px;
	margin:0px auto 0px;
}

#header IMG {
	float:left;
}

#header h1 {
	float:left;
	font-size:1.45em;
	color:#1F72CC;
	font-style:italic;
	margin:30px 0px 0px 70px;
}

#header h2 {
	font-size:1.3em;
	color:#1F72CC;
}

#header .contact {
	float:right;
	width:260px;
	text-align:right;
	margin:20px 0px 20px;
}

#navigation {
	width:100%;
	background:url(../images/nav-bg.gif) repeat-x;
	height:46px;
}

#navigation ul {
	margin:0px auto 0px;
	height:46px;
	width:900px;
	list-style:none;
	font-size:1.3em;
}

#navigation ul li {
	height:46px;
	background:url(../images/nav-divider.gif) no-repeat right;
	float:left;
	display:block;
	padding:0px 2px 0px 0px;
}

#navigation ul li a {
	color:#fff;
	height:32px;
	text-align:center;
	padding:14px 30px 0px 30px;
	display:block;
}

#navigation ul li a:hover {
	background:url(../images/navHover-bg.gif) repeat-x;
}

#contentWrapper {
	width:860px;
	margin:0px auto 0px;
	background:#fff;
	padding:20px;
	overflow:hidden;
}

.projectHolder {
	width:850px;
	border:1px solid #EAEAEA;
	padding:5px;
	margin:0px 0px 20px 0px;
	overflow:hidden;
}

.projectHolder .left {
	width:200px;
	height:336px;
	background:url(../images/projectHolder-bg.gif) repeat-x #206ec2;
	padding:10px;
	float:left;
}

.projectHolder .right {
	width:620px;
	height:336px;
	background:url(../images/projectHolder-bg.gif) repeat-x #206ec2;
	padding:10px 10px 10px 0px;
	float:right;
}

.projectHolder h1 {
	color:#fff;
	font-size:1.9em;
	height:42px;
	width:190px;
	display:block;
	padding:14px 0px 0px 10px;
}

.productNav {
	background:#000;
	width:160px;
	height:280px;
	padding:0px 20px 0px;
	list-style:inside;
	background:url(../images/productNav-bg.gif) repeat-x;
	list-style:none;
}

.productNav li {
	height:29px;
	width:146px;
	padding:16px 0px 0px 24px;
	margin:0px;
	border-bottom:1px solid #537eb1;
	font-size:1.2em;
	background:url(../images/productNavList-bg.gif) 10px 20px no-repeat;
}

.productNav li a {
	color:#FEAB01;
}

.productNav .bottom {
	border-bottom:none;
}

.leftCol {
	width:180px;
	padding:15px 20px 15px;
	background:url(../images/leftCol-bg.gif) repeat-x;
	float:left;
}

.leftCol h1 {
	font-size:1.5em;
	font-weight:normal;
	color:#1F72CC;
	margin:0px 0px 10px 0px;
}

.leftCol a {
	color:#1F72CC;
}

.rightCol {
	width:618px;
	float:left;
	margin:0px 0px 0px 10px;
}

.wideCol {
	width:860px;
	float:left;
	margin:0px;
}

.rightCol h1,
.wideCol h1 {
	font-size:1.5em;
	font-weight:normal;
	color:#1F72CC;
	padding:0px 0px 5px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px dotted #C4C4C4;
}

.wideCol p {
	margin:0px 0px 6px 0px;
	font-size:1em;
}

.wideCol h2,
.rightCol h2 {
	font-size:1.3em;
	font-weight:normal;
	color:#1F72CC;
	margin:0px 0px 4px 0px;
}

.wideCol h3,
.rightCol h3 {
	font-size:1.1em;
	font-weight:normal;
	color:#1F72CC;
	margin:0px 0px 4px 0px;
}

.rightCol ul,
.wideCol ul {
	list-style:inside;
}

.rightCol ul li,
.wideCol ul li {
	margin:0px 0px 5px 0px;
	list-style-image:url(../images/rightCol-list.gif);
}

.wideCol table {
	width:860px;
	font-size:1em;
}

.wideCol table td {
	padding:5px 5px 5px 0px;
}

.projectimage {
	float:right;
	margin:0px 0px 10px 10px;
	border-left:10px solid #fff;
}

ul.newsthumbs {
	list-style:none;
}

ul.newsthumbs li {
	width:186px;
	float:left;
	padding:0px 20px 0px 0px;
	list-style-image:none;
}

ul.newsthumbs li h1 {
	font-size:1.1em;
	font-weight:bold;
	border:none;
	padding:0px;
	margin:0px 0px 3px 0px;
}

ul.newsthumbs li h1 a {
	color:#1F72CC;
}

ul.newsthumbs li IMG {
	margin:0px 0px 3px 0px;
}

ul.newsthumbs li p {
	margin:0px 0px 6px 0px;
}

a.readmore:link,
a.readmore:visited,
a.readmore:active,
a.readmore:hover {
	font-size:0.95em;
	color:#1F72CC;
	font-weight:bold;
}

a.btnArrow:link,
a.btnArrow:visited,
a.btnArrow:active,
a.btnArrow.hover {
	background:url(../images/btnArrow.gif) left no-repeat;
	padding:1px 0px 0px 25px;
	height:19px;
	display:block;
	color:#1F72CC;
	font-weight:bold;
}

ul.projectList,
ul.linkList,
ul.albumList {
	list-style:none;
}

ul.projectList li {
	list-style-image:none;
	border-bottom:1px dotted #C4C4C4;
	padding:0px 0px 20px 0px;
	margin:0px 0px 15px 0px;
}

ul.linkList li {
	list-style-image:none;
	border-bottom:1px dotted #C4C4C4;
	padding:0px 0px 9px 0px;
	margin:0px 0px 15px 0px;
}

ul.projectList li h1 {
	font-size:1.4em;
	font-weight:normal;
	border:none;
	padding:0px;
	margin:0px 0px 3px 0px;
}

ul.linkList li h2 {
	font-size:1.2em;
	font-weight:normal;
	border:none;
	padding:0px;
	margin:0px 0px 3px 0px;
}

ul.albumList li {
	width:233px;
	height:193px;
	padding:24px 20px 20px 20px;
	float:left;
	list-style:none;
	background:url(../images/album-bg.gif) no-repeat;
	text-align:center;
	margin:0px 20px 10px 0px;
}

ul.albumList .right {
	margin:0px 0px 10px 0px;
}	

ul.albumList li p {
	font-size:1.3em;
	color:#666;
	margin:10px 0px 0px 0px;
}

ul.projectList li a,
ul.linkList li a,
ul.albumList li a {
	color:#1F72CC;
}

ul.projectList li IMG,
ul.linkList li IMG {
	margin:0px 10px 0px 0px;
	float:left;
}

IMG.album {
	margin:0px 10px 10px 0px;
}

ul.projectList li p,
ul.linkList li p {
	margin:0px 0px 6px 0px;
}

ul.projectList li .info {
	float:left;
	width:540px;
}

ul.projectList li .calender {
	float:left;
	padding:25px 0px 0px 0px;
}

ul.projectList li .calender IMG {
	float:none;
	margin:0px 0px 10px 0px;
}

#footer {
	width:880px;
	margin:0px auto 0px;
	padding:10px;
	color:#999;
	font-size:0.8em;
	overflow:hidden;
}

#footer a {
	color:#999;
}

#footer ul {
	list-style:none;
}

#footer ul li {
	float:left;
	margin:0px 4px 2px 0px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clearit {
	clear:both;
	height:0px;
	width:100%;
	line-height:0.0px;
	font-size:0px;
}

IMG {
	border:none;
}

.orange,
#header a {
	color:#FEAB01;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#galleryNav {
	
	/* dimensions */
	width:620px;
	height:31px;
	margin:0px;
	padding:0px;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

#galleryNav li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

#galleryNav li a {
	display:block;
	height: 31px;   
	width: 189px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#000;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

/* adjust the background image position on each tab */
#galleryNav #t1 			{ background-position: 0 0; }
#galleryNav #t2 			{ background-position: -189px 0; }
#galleryNav #t3 			{ background-position: -378px 0; }
#galleryNav #t4 			{ background-position: -567px 0; width:192px;}
 
/* mouseover state */
#galleryNav a:hover 		{ color:#fff;	 }
#galleryNav #t1:hover 	{ background-position:      0 -33px; }
#galleryNav #t2:hover 	{ background-position: -189px -33px; }
#galleryNav #t3:hover 	{ background-position: -378px -33px; }
#galleryNav #t4:hover 	{ background-position: -567px -33px; }

/* currently selected tabs */
#galleryNav a.current		{ cursor:default; color:#fff; line-height:34px; }
#galleryNav #t1.current { background-position:      0 -66px; }
#galleryNav #t2.current { background-position: -189px -66px; }
#galleryNav #t3.current { background-position: -378px -66px; }
#galleryNav #t4.current { background-position: -567px -66px; }

/* panes */
#gallery {	
	width:620px;
	height:450px;
	padding:0px;
	margin:0px;	
}


/* single pane */
#gallery div {
	display:none;	
	color:#fff;	
	margin:0px;
}

/* some decorations for elements inside single pane */
#gallery div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}

#gallery a {
	color:#cc9;		
	font-size:14px;
}

#gallery p, #gallery samp {
	color:#ccc;		
}

#gallery div.narrow {
	padding-right:160px;		
}

/* Custom */

#gallery {
	position:relative; 
    overflow:hidden; 
    clear:both; 
}

#gallery div { 
    float:left; 
    display:block; 
    width:620px; 
    cursor:pointer; 
    font-size:14px; 
} 

#gallery .items {
	width:20000em; 
    position:absolute; 
    clear:both; 
    margin:0; 
    padding:0; 
}

#gallery .less, #gallery .less a {
	color:#999;
    font-size:11px;
}

div#gallery a.next:link,
div#gallery a.next:visited,
div#gallery a.next:active,
div#gallery a.next:hover {
	height:40px;
	width:40px;
	background:url(../images/browseArrows.png) no-repeat -40px 0px;
	display:block;
	position:absolute;
	left:560px;
	top:149px;
	z-index:3;
	border:none;
}

div#gallery a.prev:link,
div#gallery a.prev:visited,
div#gallery a.prev:active,
div#gallery a.prev:hover {
	height:40px;
	width:40px;
	background:url(../images/browseArrows.png) no-repeat 0px 0px;
	display:block;
	position:absolute;
	left:20px;
	top:149px;
	z-index:3;
	border:none;
}

div#gallery a.next span,
div#gallery a.prev span {
	display:none;
}

div#gallery .items div {
	position:relative;
}

div#gallery .items div .caption {
	position:absolute;
	left:0px;
	top:286px;
	height:42px;
	width:576px;
	padding:10px 22px 0px 22px;
	background: rgba(102, 102, 102, 0.5);
}

div#gallery .items div .caption h1 {
	color:#fff;
	display:block;
	font:2.2em;
	font-weight:normal;
	margin:0px;
	padding:0px;
	width:576px;
}

/* Form */

#contactForm {
	width:180px;
	margin:0px;
	padding:0px;
}


#contactForm label {
	width:180px;
	height:20px;
	font-size:1em;
	color:#333;
}

#contactForm .inputtext {
	width:176px;
	padding:2px;
	margin:0px 0px 10px 0px;
	border:1px solid #666;
	font-size:1em;
}

#contactForm .textarea {
	width:176px;
	height:100px;
	padding:2px;
	margin:0px 0px 10px 0px;
	border:1px solid #666;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}
