* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #ffffff;
	font: 12px Verdana, Tahoma, Arial, sans-serif;
	color:#6e6e6c;
	padding: 0;
	margin: 0;
}

img {
	margin: 0px;
	padding: 0px;
	display: block;
}

p {
	padding: 0;
	margin: 0;
}

ul{
	margin:4px 15px 15px 15px;
	padding:4px 15px 15px 15px;
}

ol{
	margin:4px 15px 15px 15px;
	padding:4px 15px 15px 15px;
}

#outer_container{
	width:995px;	
	background:repeat-y url(http://www.harrisongrierson.com/images/bg_shadow.jpg);
}

#footerShadow{
	width:995px;	
	height:13px;
	background:repeat-y url(http://www.harrisongrierson.com/images/footer_shadow.jpg);
}

#container{
	width:969px;
	text-align:left;
}

.searchInput{
	width:121px;
	height:18px;
	padding:10px;
	border:1px solid #d6d7d8;
	color:#7F7F7F;
}

.togglers{
	color:#002d61;
	font-size:13px;
	cursor:pointer;
}

input.searchBtn {
	margin:0px;
	width:80px;
	height:40px;
	padding:10px 5px;
	font-size:13px;
	font-weight:bold;
	font-family:tahoma, arial;
	border:none;
	background:#d6d7d8;
	color:#ffffff;
	text-decoration:none;
}

input.searchBtn:hover {
	margin:0px;
	width:80px;
	height:40px;
	padding:10px 5px;
	font-size:13px;
	font-weight:bold;
	font-family:tahoma, arial;
	border:none;
	background:#d6d7d8;
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
}

.divider{
	padding-top:15px;
	margin-bottom:15px;
	border-bottom:1px solid #c1c1c1;
}

A {
	color: #002d61;
	text-decoration: none;
}

A:HOVER {
	color: #002d61;
	text-decoration: underline;
}

A.footerLink {
	color: #bcbdc0;
	text-decoration: none;
}

A.footerLink:HOVER {
	color: #bcbdc0;
	text-decoration: underline;
}

A.sideLink {
	color: #002d61;
	font-size:13px;
	text-decoration: none;
}

A.sideLink:HOVER {
	color: #002d61;
	font-size:13px;
	text-decoration: underline;
}

A.projectLink {
	color: #5e5e5e;
	text-decoration: none;
}

A.projectLink:HOVER {
	color: #5e5e5e;
	text-decoration: underline;
}

A.projectTitleLink {
	color: #002d61;
	text-decoration: none;
}

A.projectTitleLink:HOVER {
	color: #002d61;
	text-decoration: underline;
}

A.readLink {
	color: #5e5e5e;
	text-decoration: none;
}

A.readLink:HOVER {
	color: #5e5e5e;
	text-decoration: underline;
}

A.newsLink {
	color: #002d61;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	font-family:verdana, arial;
}

A.newsLink:HOVER {
	color: #002d61;
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
	font-family:verdana, arial;
}

A.subLink {
	color: #6e6e6c;
	text-decoration: none;
	font-size:11px;
}

A.subLink:HOVER {
	color: #6e6e6c;
	text-decoration: underline;
	font-size:11px;
}


.menuItems A {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	font-size:l3px;
	font-family:Tahoma, Arial;
}

.menuItems A:HOVER {
	color: #747475;
	text-decoration: none;
	font-weight:bold;
	font-size:l3px;
	font-family:Tahoma, Arial;
}

.formField{
	width:185px;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #d6d7d8;
	color:#7F7F7F;
	font-family:tahoma, arial;
	color:#383838;
	font-size:11px;
}	

.formFieldError{
	width:185px;
	padding:5px;
	background-color:#FFE2CF;
	border:1px solid #db0000;
	color:#7F7F7F;
	font-family:tahoma, arial;
	color:#383838;
	font-size:11px;
}

.error{
	font-size:10px;
	color:#db0000;
}

.formNoError{
	border:1px solid #a1a2a3;
	background-color:#ffffff;
	color:#3c3c3c;
	padding:4px;
	width:170px;
}

.formError{
	border:1px solid #db0000;
	background-color:#FFEFEF;
	color:#3c3c3c;
	padding:4px;
	width:170px;
}

input.button {
	margin:0px;
	padding:5px;
	font-size:11px;
	border:1px solid #a1a2a3;
	background:#ecedee;
	color:#6b6b6c;
	text-decoration:none;
}

input.button:hover {
	margin:0px;
	padding:5px;
	background:#f1f1f1;
	color:#6b6b6c;
	text-decoration:none;
	cursor:default;
}

/*******************  MENU  ********************/
/* this is the main UL element*/
.dropdown{margin:0px; padding:0 0 0 1px; display:none; list-style:none;}
/* these are the inner menus*/
.dropdown ul{margin:0px; padding:0px; list-style:none;}
/* these are all the LIs in the menu*/
.dropdown li{margin:0px; padding:8px 20px; text-align:left;}
/* these are the LIs that only belong to submenu*/
.dropdown ul li ul{margin:0px; padding:0px;}
.dropdown ul li a{margin:0px; padding:0px; color:#878785; font-size:11px; font-weight:normal; text-decoration:none;}
.dropdown ul li a:HOVER{margin:0px; padding:0px; color:#878785; font-size:11px; font-weight:bold; text-decoration:none;}
.dropdown ul li{margin:0px; padding:4px 9px; width:186px; background-color:#eff2f3; border-bottom:1px solid #a4a4a5; border-left:1px solid #a4a4a5; border-right:1px solid #a4a4a5;}
.dropdown ul li:HOVER{margin:0px; padding:4px 9px; width:186px; background-color:#e8e8e8; border-bottom:1px solid #a4a4a5; border-left:1px solid #a4a4a5; border-right:1px solid #a4a4a5;}
.dropdown .dropDownTop{margin:0px; padding:0px; height:5px; width:204px; background:#747475;}
.dropdown .dropDownTop:HOVER{margin:0px; padding:0px; height:5px; width:204px; background:#747475;}
/* these are the LIs that contains a submenu*/
.dropdown li.submenu-left{margin:0px; padding:4px 20px 4px 9px; width:175px; background:#eff2f3 no-repeat url(http://www.harrisongrierson.com/images/menu_arrow.png) 96% 50%; border-bottom:1px solid #a4a4a5;}

/*******************  Smoothbox  ********************/
#TB_window {font: 11px Tahoma, Arial, Helvetica, sans-serif;	color: #333333;}
#TB_secondLine {	font: 10px Tahoma, Arial, Helvetica, sans-serif; color:#666666;}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #fff;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_overlay {position: absolute;	z-index:100; top: 0px; left: 0px; background-color:#000;}
#TB_window {position: absolute; background: #DFDFDF;	z-index: 102; color:#666666; border: 4px solid #8F8F8F; text-align:left;}
#TB_window img {display:block;  margin:0px; padding:0px;}
#TB_caption{height:25px; background: #DFDFDF; padding:7px 30px 10px 25px; float:left;}
#TB_closeWindow{height:25px; padding:11px 25px 10px 0; float:right;}
#TB_closeAjaxWindow{padding:5px 10px 7px 0; margin-bottom:1px; background: #DFDFDF; text-align:right; float:right;}
#TB_ajaxWindowTitle{float:left; padding:7px 0 5px 10px; background: #DFDFDF; margin-bottom:1px;}
#TB_title{background-color:#DFDFDF; height:27px;}
#TB_ajaxContent{clear:both; padding:2px 15px 15px 15px; overflow:auto; background: #DFDFDF; text-align:left; line-height:1.4em;}
#TB_ajaxContent p{padding:5px 0px 5px 0px;}
#TB_load{position: absolute; display:none; height:100px; width:100px; z-index:101;}
#TB_HideSelect{z-index:99; position:absolute; top:0; left:0; background-color:#DFDFDF; border:none;}
#TB_iframeContent{clear:both; border:none; margin-bottom:-1px; margin-top:1px;}
#TB_Image{margin:15px;};
/* IE6 */
* html #TB_iframeContent{margin-bottom:1px; background: #DFDFDF;}


