@charset "utf-8"; /** Always set to UTF-8 ***/

/******* BROWSER RESET START ******************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/**********************************************************/
/*  Browser reset is to ensure that all the different browsers'
quirks are removed and give us a blank canvas.
***********************************************************/


/*** PNG FIX HERE ****/
img, div, a, input { behavior: url('css/iepngfix.htc') }
/*********************/


body { 
	margin-top: 0px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #283c50;
	background: #fff url(../images/background.jpg) no-repeat top center;
}

p {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#283c50;
    margin-bottom:1em;
}

.date {
	font: italic 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#832c29;
}

.disclaimer {
	font: italic 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#283c50;
}


.category-titles {
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#283c50;
	padding:4px;
	background-color:#dbe6ea;
}



h1 {
    font: 15px Verdana, Geneva, Arial, Helvetica, sans-serif;              
    color: #666;
    letter-spacing 1px; 
    border-bottom: solid 1px #333;
	padding-bottom:4px;
	margin-bottom:14px;
}

h2 {
    font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;              
    color: #1a5a9a; 
	margin-bottom:14px;  
}

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}


a:link {
          text-decoration: none;
          color: #d50229;
	
}
a:visited { 
          text-decoration: none; 
          color: #d50229;
}

a:hover {	
          text-decoration: none;
          color: #409cf8;
}


.line {
		border-bottom: solid 1px #666;
}



blockquote p {
    line-height:1.3em;
}


/**** Header *****/


div#header {
    background-image:url('../images/banner.jpg');
    background-position:top center;
    background-repeat:no-repeat;
    margin-top:0px;
	margin-left:auto;
    margin-right:auto;
    width:950px;
    height:106px;
    position:relative;
}

div#nav-bar {
	margin-left:auto;
    margin-right:auto;
    width:950px;
    height:34px;
    position:relative;
}


div#nav-bar ul.menu {
    float:left;
    position:absolute;
    
}

div#nav-bar ul.menu li {
    display:inline;
}

div#nav-bar ul.menu li a {
    float:left;
    height:34px;
    background-repeat:no-repeat;
    background-position:top left;
    text-indent:-8000px;
}

div#nav-bar ul.menu li a:hover {
    background-position:top right;
}

div#nav-bar ul.menu li.menu-space {
    background-image:url('../menu/menu-space.jpg');
	float:left;
    width:253px;
	height:34px;
}

div#nav-bar ul.menu li.home a {
    background-image:url('../menu/home.jpg');
    width:70px;
}


div#nav-bar ul.menu li.about a {
    background-image:url('../menu/about.jpg');
    width:93px;
}

div#nav-bar ul.menu li.links a {
    background-image:url('../menu/links.jpg');
    width:158px;
}


div#nav-bar ul.menu li.services a {
    background-image:url('../menu/services.jpg');
    width:88px;
}

div#nav-bar ul.menu li.meetings a {
    background-image:url('../menu/meetings.jpg');
    width:92px;
}

div#nav-bar ul.menu li.gallery a {
    background-image:url('../menu/gallery.jpg');
    width:79px;
}

div#nav-bar ul.menu li.contact a {
    background-image:url('../menu/contact.jpg');
    width:117px;
}



/**** Products *****/

div#content div.products {	
	width:197px;
	left:0px;
    position:relative;
}


div#content div.product-title {
	background-image:url('../titles/products.jpg');
	width:197px;
    height:37px;
	
}



/**** Content *****/


div#content {
	
	margin-left:auto;
    margin-right:auto;
    width:950px;
    position:relative;
}


div#content div.left-content {
	width:590px;
	float:left;
	
}


div#content div.left-content2 {
	width:860px;
	float:left;
	
}


div#content div.right-content {
	width:250px;
	float:right;
	
}

div#content div.main-content {
	width:655px;
	margin-left:auto;
    margin-right:auto;
	
}


div#content div.link-content1 {
	width:420px;
	float:left;
	
}

div#content div.link-content2 {
	width:420px;
	float:right;
	
}


div#content div.main {
	background-color:none;
	width:880px;
    float:right;
	padding:35px;
	position:relative;
}




ul.bullet_list {
    margin-left:30px;
    list-style-type: square;    
}


ul.bullet_list li {
    margin-bottom:0.5em;
}

ul.bullet_list a {
    padding-left:0px;
}

span.quote {
    font-size:102%;
    line-height:1.3em;
}



.clear {
  clear: both;
  height: 0;
}




/**** Footer... changed to IDs since they'll only be one footer *****/


div#footer {
    font:11px;
	margin-left:auto;
    margin-right:auto;
    width:950px;
    height:100px;
    position:relative;
	border-top:solid 1px #7b7055;
	
}



div#footer a:link {
    font: 11px;
	text-decoration: none;
	color: #d50229;
	cursor:pointer;
}

div#footer a:visited {
    font: 11px;
	text-decoration: none;
    color: #d50229;
	cursor:pointer;
 }

div#footer a:hover {
    font: 11px;
	text-decoration: none;
	color: #409cf8;
	cursor:pointer;
}

	


.footer-text { 
	position:absolute;
	font: 11px;
	color: #2f2a22;
    width:300px;
	border-right:dotted 1px #371b0e;
	vertical-align:top;
	padding:8px;
	
}

.footer-text2 { 
	position:absolute;
	font: 11px;
	color: #2f2a22;
    width:300px;	
	border-right:dotted 1px #371b0e;
	vertical-align:top;
	padding:8px;
	margin-left:330px;
}


.footer-text3 {
    position:absolute;
	font: 11px;
	color: #2f2a22;
	width:300px;
    top: 0px;
    right:0px;
	text-align:right;
	padding:8px;
	
}

ul#home_image {
    list-style-type:none;
    list-style-image:none;
    list-style-position:outside;
    height:320px;
	padding-left:0px;
    margin-top:0px;
}

.main-image {
	float: right;
	margin: 12px 0 10px 10px;
	border: 1px solid #ccc;
	padding: 4px;
}