/* CSS Document */

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

html, body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg.jpg) top repeat-x;
}

body
{
	font-size: 12px;
}

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

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

a
{
	color: #161616;
}

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

h1, h2, h3, h4, h5
{
	color: #fff;
	padding-top: 16px;
	padding-bottom: 8px;
	font-weight: normal;
}

h1
{
	padding-top: 10px;
	font-size: 30px;	
	padding-bottom: 2px;
}

h2
{
	font-size: 24px;
}

h3
{
	font-size: 20px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

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

p
{
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}

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

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

#logo
{
	width: 259px;
	height: 70px;
	float: left;
	margin-top: 40px;
	margin-left: 7px;
	color:#00CCFF;
	font-size:40px;
}

#logo a
{
	color:#377696;
	font-size:40px;
	text-decoration:none;
}

#logo span{
	color:#fff;
}

#nav-wrapper
{
	width: 550px;
	height: 33px;
	float: right;
	margin-top: 46px;
	background-color: #377696;
}

#content-area
{
	width: 890px;
	padding-top: 0px;

}

#content-middle
{
	width: 400px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#content-middle-area
{
	padding-top: 10px;
	padding-bottom: 5px;
}

.bottom-panel
{
	background: #d3e4ed url(../images/bottom-panel.gif) no-repeat;
	width: 294px;
	margin-right: 4px;
	float: left;
	min-height: 153px;
  	height: auto !important;
  	height: 153px;
}

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

#content-area ul
{
	padding: 5px 30px 20px 30px;
}

#content-area ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 22px;
	background: url(../images/list-arrow.gif) left no-repeat;
	list-style: none;
}

#content-area img.home-photo
{
	float: left;
	padding-right: 28px;
}


#content-area a
{
	color: #2A5C76;
	/*color: #fff;
	text-decoration: underline;*/
	text-decoration: none;
}

#content-area a:hover
{
	color:  #98bfe7;
	text-decoration: underline;
}


#content-main a
{
	color: #2A5C76;
	text-decoration: none;
}

#content-main #services-content a
{
	color: #FFFFFF;	
	text-decoration: none;
	font-weight:bold;
}

#content-main #services-content a:hover
{
	color: #98bfe7;
	text-decoration: none;
}



#content-main a:hover
{
		color: #98bfe7;
	text-decoration: underline;
}



#content-area #content-top
{
	background: url(../images/content-top.gif) no-repeat;
	height: 9px;
	width: 890px;
	font-size: 1px;
}

#content-area #content-middle-top
{
	background: url(../images/content-top.gif) no-repeat;
	height: 9px;
	width: 890px;
	font-size: 1px;
}

#content-middle #content-middle-main
{
    background: #51859f url(../images/content-middle-bg.jpg) bottom no-repeat;
	min-height: 261px;
  	height: 301px!important;
  	height: 261px;
	width: 400px;
	color: #fff;
}

#content-middle #content-middle-top
{
	background: url(../images/content-middle-top.gif) no-repeat;
	height: 9px;
	width: 400px;
	font-size: 1px;
}

#content-area #content-main
{
	background: #51859f url(../images/content-about-bg.jpg) bottom no-repeat;
	min-height: 261px;
  	height: auto !important;
  	height: 261px;
	width: 860px;
	color: #FFFFFF;
	padding: 0 0 0 30px;
	margin-bottom: 15px;
}

#content-area #content-main-design
{
	background: #51859f url(../images/content-about-bg.jpg) bottom no-repeat;
	min-height: 261px;
  	height: auto !important;
  	height: 271px;
	width: 880px;
	color: #FFFFFF;
	padding: 0 0 0 10px;
	margin-bottom: 15px;
}


/************************************************** Bottom Panel Styles **************************************************/

.bottom-panel#last
{
	margin-right: 0;
}

.bottom-panel h4
{
	padding-left: 51px;
	padding-top: 6px;
	padding-bottom: 14px;
}

.bottom-panel p
{
	color: #191919;
	font-size: 11px;
	line-height: 1.3;
	margin: 0;
	padding-bottom: 12px;
}

.bottom-panel img
{
	float: left;
	padding: 10px 22px 10px 16px;
}

.bottom-panel .panel-content
{
	width: 270px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.bottom-panel .panel-content a
{
	text-decoration: none;
}

.bottom-panel .panel-content a:hover
{
	color: #2A5C76;
	text-decoration: underline;
}

.bottom-panel ul
{
	padding: 0 10px 0 10px;
}

.bottom-panel ul li
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #161616;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	background: url(../images/bottom-panel-list-arrow.gif) left no-repeat;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
}


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

#nav-right
{
	background: url(../images/nav-bg-right.gif) right no-repeat;
	float: right;
	height: 33px;
	width: 10px;
}

#navigation
{
	width: 530px;
	height: 33px;
	float: left;
	background: #377696 url(../images/nav-bg-left.gif) left no-repeat;
}

#navigation ul
{
	height: 33px;
	line-height: 33px;
	margin: 0;
	display: inline;
	float: left;
	width: 520px;
	margin-left: 20px;
	padding-right: 0;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	display: inline;
	float: left;
	text-decoration: none;
	font-size: 12px;
		color: #fff;
	font-weight: normal;
	text-align: center;	
	margin-right: 1px;
	padding: 0 14px 0 10px;
	background: url(../images/nav-divide.gif) right 15px no-repeat;
}

#navigation ul li a#contact-link
{
	background: none;
	padding-right: 0;
}

#navigation ul li a:hover
{
	color: #98bfe7;
	
}

#navigation .selected-link
{
	color: #98bfe7;
}

#navigation .normal-link
{
	color: #fff;
}


#home #navigation ul li a#home-link, #about #navigation ul li a#about-link, #services #navigation ul li a#services-link, #news #navigation ul li a#news-link, #contact #navigation ul li a#contact-link, #design #navigation ul li a#design-link
{
	color: #98bfe7;
}
