/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: verdana, arial, helvetica, sans-serif;
	background: #f2f2f2 url(../images/bg.jpg) top repeat-x fixed;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #a90000;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h5
{
	color: #a90000;
	padding-top: 8px;
	padding-bottom: 4px;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}

h1
{
	font-size: 24px;	
	padding-top: 5px;
}

h2
{
	font-size: 20px;
	padding-top: 20px;
}

h3
{
	font-size: 18px;
	padding-top: 20px;
}

h4
{
	
	color: #a90000;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 2px;
	width: 220px;
}

h5
{
	font-size: 14px;
	font-weight: bold;
}

h6
{
	font-size: 13px;
	font-weight: bold;
}

p
{
	color: #262626;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
	font-family: 
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 756px;
	margin: 0 auto;
}

#header
{
	width: 736px;
	height: 67px;
	padding-top:10px;
	padding-left:70px;
	background: url(../images/header-bg.jpg) no-repeat;
}

#header a
{
font-size:16px;
text-decoration:none;
color:#000000;
}

#header span
{
font-size:13px;
text-decoration:none;
color:#000;
}

#main-photo
{
	width: 200px;
	float: left;
}

#main-photo img
{
	padding-right: 15px;
	
}

#nav
{
	width: 475px;
	height: 25px;
	float: right;	 
}

#content-wrapper
{
	width: 746px;
	margin: 10px auto;
}

#content
{
	float: right;
	width: 515px;
	padding-right: 10px;
}

#bottom_section
{
width:759px;
height: 200px;
float: right;
padding-top: 10px;
background:url(..images/bottom-panel.gif);
}

#footer
{
	width: 746px;
	margin: 0 auto;
	margin-top: 25px;
	border-top: 1px solid #bcbcbc;
	height: 50px;
}

/******************************************************* Header Styles *******************************************************/

#header img.logo
{
	float: left;
}

/*************************************************** Main Content Styles ***************************************************/

#content-wrapper ul
{
	padding: 15px 30px 10px 25px;
}

#content-wrapper ul li
{
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #1e1f1f;
	padding-bottom: 9px;
	padding-left: 16px;
	background: url(../images/list-bullet.gif) left 4px no-repeat;
	list-style: none;
}

#services-box
{
	background-color: #d3d3d3;
	width: 748px;
	float: left;
	margin-top: 17px;
}

#services-box h6
{
	background-color: #aeaeae;
	display: block;
	padding: 4px 12px;
	color: #fff;
	width: 724px;
	height: 15px;
	text-transform: uppercase;
}

#services-box a
{
	text-decoration: none;
	font-weight: bold;
}

#services-box ul li
{
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #1e1f1f;
	padding-bottom: 9px;
	padding-left: 16px;
	background: url(../images/services-list-bullet.gif) left 4px no-repeat;
	list-style: none;
}

/************************************************ Navigation Styles ************************************************/

#nav ul
{
	height: 20px;
	line-height: 20px;
	margin: 10px 0 0 10px;
	display: inline;
	float: left;
	width: 450px;
}

#nav ul li
{
	display: inherit;
	float: left;
}

#nav ul li a:link,
#nav li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #0e0e0e;
	font-size: 13px;
	text-align: center;	
	padding: 0 5px;
	text-transform: uppercase;
	background: url(../images/nav-divide.gif) right 5px no-repeat;
}

#nav ul li a:hover
{
	color: #a90000;
}

#home #nav ul li a#home-link, #about #nav ul li a#about-link
{
	color: #a90000;
}

#nav ul li a.no-divide
{
	background: none;
}

 

/************************************************* bottom section ***************************************************/

#bottom_section#last
{
	margin-right: 0;
}

#bottom_section h4
{
  padding-left: 45px;
  padding-top: 7px;
  padding-bottom: 5px;
  font-weight: bold;
}

#bottom_section p
{
	color: #191919;
	font-size: 11px;
	line-height: 1px;
	padding-left: 10px;
}

#bottom_section img
{
	float: left;
	padding: 10px 0;
}

#bottom_panel #panel-content
{
	width: 222px;
	margin: 0 auto;
}

#bottom_section ul
{
	padding: 0 0 0 5px;
}

#bottom_section ul li
{
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #161616;
	padding-left: 12px;
	list-style: none;
}
 /************************************************** Gallery *********************************************************/
 /*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
height: 400px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid;
border-color:#999999;
text-decoration: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 10px 7px 7px 11px;
left: -1000px;
border: 1px solid;
border-color:#999999;
visibility: hidden;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 1px;
text-decoration: none;

}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 280px; /*position where enlarged image should offset horizontally */
z-index: 30;
text-decoration: none;

}

/*************************************************  Flash Container **************************************************/

#flash_container {
	float:left;
	margin-left: 75px;
}


/*************************************************** Twitter Feed ****************************************************/
#twitter_div
{
	position: relative;
	float:left;
	width: 253px;
	height: 150px;
	background-image: url(../images/bottom-panel.gif);
}

#twitter_div ul li
{
	display: inline;
	line-height:15px;
	float: left;
	width: 210px;
	padding-bottom: 7px;
}

#twitter_div p
{
font-size: 11px;
}

#twitter_div a
{
padding-left: 15px;
padding-bottom: 10px;
font-size: 11px;
}

/*************************************************** Blog Feed ****************************************************/
#blog_div
{
	float:left;
	width: 253px;
	height: 150px;
    background-image: url(../images/bottom-panel.gif);

}

#blog_div ul li
{
	display: inline;
	line-height:25px;
	float: left;
	width: 220px;
	padding-bottom: 5px;
}

#blog_div p
{
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height: 15px;
}

#blog_div a 
{
padding-left: 15px;
padding-bottom: 10px;
font-size: 11px;
}

#blog_div h6
{
	display: inline;
}


/*************************************************** FB Feed ****************************************************/
#fb_div
{
	float:left;
	width: 253px;
	height: 150px;
	background-image: url(../images/bottom-panel.gif);

}

#fb_div ul li
{
	display: inline;
	line-height:15px;
	float: left;
	width: 220px;
	padding-bottom: 5px;
}

#fb_div p
{
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height: 15px;
}

#fb_div a 
{
padding-left: 15px;
padding-bottom: 10px;
font-size: 11px;
}

#fb_div h6
{
	display: inline;
}

/*************************************************** Footer Styles ***************************************************/

#footer ul
{
	height: 36px;
	line-height: 36px;
	margin: 0 0 0 130px;
	display: inline;
	float: left;
	width: 600px;
}

#footer ul li
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #595858;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 0 10px 0 8px;
	background: url(../images/footer-divide.gif) right 14px no-repeat;
}

#footer ul li.last
{
	background: none;
}

#footer ul li a
{
	color: #595858;
}