/*-------------------------------------------------------------------
Reset all styles - thanks to Meyerweb and Paul Chaplin
-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


img
{
	border: none;
}

h1
{
	font-size: 18px;
    color: #575757;
}

h2
{
	font-size: 16px;
    color: #575757;
}

h3
{
    color: #575757;
	font-size: 16px;
	margin-bottom: 6px;
}

.general-content ul
{
	list-style-type: none;
	margin: 0px 0px 15px 20px
}

ul li
{
}

p
{
	margin: 0px;
	padding-bottom: 18px;
    color: #575757;
}

a, a:visited
{
	text-decoration: none;
}

.strong
{
	font-weight: bold;
}

object 
{
	/*Firefox 3 outline fix */
	outline:none; 
	/*White space fix */	
	display:block;
}


optgroup 
{
   font-weight: bold;
   font-style: normal;
}


/*-------------------------------------------------------------------
Common Stuff and helpers
-------------------------------------------------------------------*/

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

.clear-both
{
	clear: both;
}

.hide
{
	display: none;
}

.left-text
{
	text-align: left;
}

.center-text
{
	text-align: center;
}

.right-text
{
	text-align: right;
}

.italic
{
	font-style: italic;
}

.strong
{
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

.no-border
{
	border: none !important;
}

.no-margin
{
	margin: 0px !important;
}

/*-------------------------------------------------------------------
Outer stuff and body
-------------------------------------------------------------------*/

body
{
	margin: 0px;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana,Arial,Helvetica,sans-serif;	
    background-color: #ffffff;
    color: #575757;
}


/*-------------------------------------------------------------------
Site Containers
-------------------------------------------------------------------*/

#container
{
    width: 100%;
    margin: 0px auto;
    background-image: url(../images/site-bg-slice.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

#page-outer
{
    width: 786px;
    margin: 0px auto;
    background-image: url(../images/page-outer-bg.png);
    background-repeat: repeat-y;
    background-position: top center;
}

#page
{
    width: 770px;
    margin: 0px auto;
}

#page-inner
{
    width: 770px;
    margin: 0px auto;
    background-image: url(../images/page-inner-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

/*-------------------------------------------------------------------
Header
-------------------------------------------------------------------*/

#header
{
    width: 770px;
    height: 203px;
    margin: 0px auto;
    background-image: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	position: relative;
}

#header h1
{
	position:absolute;
	top:0px;
	left:24px;
	margin:0px;
	padding:0px;
	height:229px;
    width: 185px; /* #header-logo.padding-left + #header-logo a.width */
}

#header h1 a
{
    display: block;
    width: 185px;
    height: 238px;
}

#header h1 a img
{
    display: block;
}

#header-links
{
	float: right;
	padding-top: 9px;
	width: 138px;
}


#header-links a
{
	display: block;
	height: 20px;
	float: left;
	padding-left: 17px;
	margin: 10px 3px 0 0; 
	font-size: 8px;
	text-transform: uppercase;
	color: #4a839a;
    background-repeat: no-repeat;	
}

#header-links a:hover
{
	text-decoration: underline;
}

#header-link-home
{
    background-image: url(../images/header-home.gif);
    background-position: 0px 2px;
	width: 36px;
}

#header-link-contact
{
    background-image: url(../images/header-contact.gif);
    background-position: 0px 5px;	
	width: 50px;
}

/*-------------------------------------------------------------------
Footer
-------------------------------------------------------------------*/

#footer-outer
{
    width: 770px;
    margin: 0px auto;
}

#footer-inner
{
    width: 770px;
    margin: 0px auto;
    background-image: url(../images/footer-inner-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 26px 0px;
}

#footer-inner ul
{
    margin: 0px;
    padding: 0px;
    margin-left: 20px; /* 31px - li.padding*/
}

#footer-inner ul li
{
    border-right: 1px solid #ffffff;
    display: inline;
    margin: 0px;
    padding: 0px 7px;
}

#footer-inner ul li a
{
    font-size: 12px;
	font-style:italic;
    color: #999999;
}

#footer-inner ul li a:hover
{
    text-decoration: underline;
}

#footer-inner ul .last
{
    border-right: none;
}

#footer-inner #azure /*a*/
{
    float: right;
    margin: 20px 19px 0 0;
    width: 193px; /*222 - padding*/
    padding: 0px;
    padding-left: 29px;
    background-image: url(../images/footer-azure-logo.png);
    background-repeat: no-repeat;
    background-position: top left;
    line-height: 12px;
    font-size: 10px;
    color: #999999;

}


/*-------------------------------------------------------------------
Page Layout
-------------------------------------------------------------------*/

#page-left
{
    float: left;
    width: 242px;
    padding: 27px 0px 100px;
}

#page-right
{
    float: left;
    width: 475px;
    padding-top: 57px;
    margin-left: 16px;
}

#page-right .section-title
{
    padding: 0px 0px 5px;
    margin: 0px 0px 20px;
    font-size: 24px;
    color: #474945;
    border-bottom: 1px solid #d9d9d9;
}

#page-right .section-title span
{
    color: #7aba28;
}

/*-------------------------------------------------------------------
Sidebox Base
-------------------------------------------------------------------*/


.sidebox
{
    width: 242px;
    background-image: url(../images/sidebox-bg-slice.jpg);
    background-repeat: repeat-y;
    background-position: top center;
}

.sidebox h2
{
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    color: #87aa6c;
    margin-left: 28px;
    padding: 25px 0px 16px;
}

#nav h2
{
    padding: 20px 0px 16px;
}

.sidebox-bottom
{
    width: 242px;
    background-image: url(../images/sidebox-bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom left;

}

.sidebox-inner
{
    width: 242px;
    background-image: url(../images/sidebox-general-header.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 12px;
    color: #575757;
}

.sidebox-inner a
{
    font-size: 12px;
    color: #145875;
}

.sidebox-inner a:hover
{
    color: #0f465d;
	text-decoration: underline;
}

.sidebox-inner p
{
    font-size: 12px;
    color: #575757;
}

.sidebox-inner p strong
{
    font-size: 12px;
    font-weight: bold;
    color: #575757;
}

/*-------------------------------------------------------------------
Navigation
-------------------------------------------------------------------*/

#nav
{
    width: 242px;
    background-image: url(../images/sidebox-nav-header.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

#nav ul
{
    margin: 0px;
    padding: 0px;
    padding-bottom: 17px;
    margin-left: 19px;
    width: 195px;
    background-image: url(../images/sidebox-nav-divider.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#nav ul li
{
    margin: 0px;
    padding: 15px 0px;
    width: 195px;
    background-image: url(../images/sidebox-nav-divider.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

#nav ul li a
{
    display: block;
    padding-left: 32px;
    background-image: none;
    color: #5e605c;
    font-size: 12px;
    font-weight: bold;
}

#nav ul li a:hover
{
    color: #65adcd;
}

#nav ul li .active
{
    color: #65adcd;
    background-image: url(../images/nav-active-bullet.gif);
    background-position: 18px 6px;
    background-repeat: no-repeat;
}

#nav ul li .active:hover
{
    color: #65adcd;
}

#nav ul li ul
{
    margin: 0px;
    padding: 0px;
    background-image: none;
    padding-top: 14px;
}

#nav ul li ul li
{
    background-image: none;
    padding-top: 0px;
    padding-bottom: 9px;
}


/*-------------------------------------------------------------------
Home Page
-------------------------------------------------------------------*/

.home_title_lower
{
	font-size: 24px;
	color: #474945;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 5px;
	margin: 0px 0px 20px;
}

#home-listing-header a
{
	float: right;
	width: 20%;
	font-size: 10px;
	font-weight: bold;
	color: #145875;
	text-align: right;
	margin-top: 4px;
}

#home-listing-header h2
{
	font-size: 24px;
	color: #474945;
	margin: 0px 0px 6px;	
	width: 75%;
	float: left;
}

#home-listing
{
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 5px;
	margin-top: 10px;
}

#home-listing h3
{
	font-size: 14px;
	color: #575757;
	font-weight: bold;
}

/*-------------------------------------------------------------------
Text / Contact Box
-------------------------------------------------------------------*/

.sidebox-text
{
    padding-left: 29px;
    padding-right: 22px;
	padding-bottom: 10px;
}


/*-------------------------------------------------------------------
News / Services Listing
-------------------------------------------------------------------*/

.news-article-snippet-outer
{
    background-image: url(../images/news-divider.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 5px;
    padding: 25px 0 0;
}

.news-article-snippet-inner
{
    
}

.news-article-snippet-inner .snippet-image
{
    float: left;
    width: 78px;
    height: 116px;
    border: 1px solid #e3e5e6;
    padding: 1px;
    margin-right: 17px;
}

.news-article-snippet-inner .snippet-image img
{
    display: block;
    width: 74px;
    height: 112px;
    margin: 0px auto;
    padding: 2px;
}

.news-article-snippet-inner .snippet-content
{
    width: 371px;
    float: left;
}


.news-article-snippet-inner .snippet-content h3
{
    color: #575757;
    font-weight: bold;
    font-size: 14px;
}

.news-article-snippet-inner .snippet-date
{
    font-weight: normal;
    font-style: italic;
    font-size: 10px;
    color: #575757;
    margin-bottom: 10px;
}

.news-article-snippet-inner .news-article-snippet-content p
{
    color: #121212;
}

#page-content .first-snippet
{
    background-image: none;
	padding-top: 0px;
	padding-bottom:20px;
}

#news-main-img {
	margin:0px 2px 3px 0px;
	width:74px;
	height:112px;
	border: 1px solid #e3e5e6;
    padding: 3px;
    margin-right: 17px;
}


/*-------------------------------------------------------------------
Useful Content Styles
-------------------------------------------------------------------*/

#page-content
{

}

.general-content
{

}


.general-content a
{
    font-size: 12px;
    color: #145875;
    text-decoration: underline;
}

.general-content a:hover
{
    color: #0f465d;
}

.general-content p
{
    font-size: 12px;
    color: #575757;
}

.general-content strong
{
    font-size: 12px;
    font-weight: bold;
    color: #575757;
}

.sidebox-text .action-link
{
    font-size: 10px;
    font-weight: bold;
    color: #575757;
    padding-right: 12px;
    background-image: url(../images/content-action-arrows.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.general-content .action-link
{
    font-size: 10px;
    font-weight: bold;
    color: #145875;
    padding-right: 12px;
    background-image: url(../images/content-action-arrows.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.general-content .action-link:hover
{
    text-decoration: underline;
	color: #145875;
}

/*-------------------------------------------------------------------
General Form Styles
-------------------------------------------------------------------*/

.submit-btn
{
    width: 87px;
    height: 29px;
}

.input-text,
.input-textarea
{
    background-position: top left;
    background-repeat: no-repeat;
    border: 1px solid #bdbdbd;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #7a7a7a;
    padding: 0px 4px;
}

.input-text
{
    background-image: url(../images/contact-input-bg.jpg);
    width: 224px; /*232*/
    height: 25px;
    margin-bottom: 21px;
    color: #7a7a7a;
}

.input-textarea
{
    background-image: url(../images/contact-textarea-bg.jpg);
    width: 224px; /*232*/
    padding-top: 4px;
    height: 127px; /*131*/
    margin-bottom: 16px;
}

.error
{
    color: #CB5E99 !important;
    font-weight: bold !important;
}

/*-------------------------------------------------------------------
Contact Page
-------------------------------------------------------------------*/

#contact-left
{
    float: left;
    width: 210px; /*218*/
    padding-right: 18px;
}

#contact-right
{
    float: left;
    width: 234px;
}

#contact-right .input-text
{
}

#contact-right .input-textarea
{
}

#contact-right .submit-btn
{
    float: right;
}


/*-------------------------------------------------------------------
Pagination
-------------------------------------------------------------------*/

.fresh-pagination
{
    color: #8c8c8c;
    font-size: 11px;
    text-align: right;
    background-image: url(../images/news-divider.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 20px 0px;
}

.fresh-pagination-link
{
    color: #8c8c8c;
    font-size: 11px;
    padding: 0px 4px;
}

.fresh-pagination-link:hover
{
    color: #6a6a6a;
}

.fresh-pagination-current
{
    color: #ffffff;
    background-color: #92bf6d;
    padding: 2px 6px;
}

.fresh-pagination-prev,
.fresh-pagination-next
{
    font-weight: bold;
    padding: 2px 6px;
}

.go-back
{
	text-decoration: none;
	font-weight:bold;
	color:#145875;
}

.go-back:hover
{
	text-decoration: underline;
	color:#0f465d;
}

/*-------------------------------------------------------------------
Gallery
-------------------------------------------------------------------*/

#gallery
{
}

#gallery a
{
	width: 102px;
	height: 102px;
	display: block;
	float: left;
	border: 1px solid #E3E5E6;
	padding: 2px 1px 2px 3px;
	margin: 0px 8px 10px 0px;
}

#gallery a img
{
	margin-top: 1px;
	width: 100px;
	height: 100px;
	display: block;
}

/*-------------------------------------------------------------------
Client Styles
-------------------------------------------------------------------*/

.left-image,
.right-image
{
    border: 1px solid #E3E5E6;
    padding: 2px;
    margin: 4px;
}

.highlight
{
    color: #7ABA28 !important;
}

.lowlight
{
   color: #cb5e99 !important;
}

.smalltext
{
    font-size: 10px;
    font-weight: bold;
    color: #575757;
}



