/*******************************************/
/* Basic CSS rules that apply to all pages */
/*******************************************/

html {
    background: #005182 url(../images/background.png) repeat-x fixed bottom;
}

body {
    /* The font size is now 0.625 x 16px = 10px. */
    font-family: Verdana, Geneva, sans-serif;
    /*font-family: sans-serif;*/
    /* The leading is now 18px. */
	/**/
    font-size: 0.625em;

    line-height: 1.8em;
    margin: 0;
}

p, legend{
    color: #FFFFFF;
    font-size: 1.4em;
    line-height: 1.8em;
}

p {
    margin-bottom: 1em;
}

fieldset {
    margin-bottom: 1em;
}

h1 {
    font-size: 2em;
    line-height: 2.4em;
    color: #FFFFFF;
    background-color: transparent;
    font-weight: normal;
    font-style: italic;
	margin-left: 0.5em;
}

h2 {
    font-size: 1.5em;
    line-height: 2.2em;
    color: #FFFFFF;
    font-weight: bold;
	clear: left;
}

h3 {
    font-size: 1.4em;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.8em;

    letter-spacing: 1px;
}

h4 {
    font-size: 1.8em;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 2.4em;
	clear: both;
	padding-top: 3px;

    letter-spacing: 1px;
}

ul, ol {
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 0em 0em 1em 1em;
    margin: 0px 0px 0px 0px;
}

ol {
    padding: 0em 0em 1em 2em;
}

ul li {
    list-style-type: disc;
}

ol li {
    list-style-type: decimal;
}

ul li, ol li {
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    margin: 0em 0em 1em 0em;
}

a {
    color: #BBE0E3;
    text-decoration: underline;
}

a:visited {
    color: #d5f3f6;
    text-decoration: underline;
}

a:hover {
}

.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 17px;
	padding: 0px 24px 0 8px;
	color: #FFFFFF;
	/*font: 12px/21px arial,sans-serif;*/
	background: url(../images/select.png) no-repeat;
	overflow: hidden;
}

.sep {
    border-top: 1px dotted #DCDCDC;
    margin: 0px 4px 0px 4px;
    height: 1em;
}

.centered_image {
    padding: 0;
    margin: 0;
    text-align: center;
}

img[rel~="lightbox-image"] {
    cursor: pointer;
}

.img_width_scale {
    width: 100%;
}

.align_center {
    text-align: center;
}

/**********************************/
/* Page Structure                 */
/**********************************/
#container {
    margin: 0 auto; /* Centering the layout horizontally */
    width: 960px;
}

#content_container {
    clear: both;
}

#header {
    width: 100%;
    padding-bottom: 24px;
}

#content_sidebar {
    background-image: url(../images/content-background.png);
    background-repeat: repeat;

    -webkit-border-top-right-radius:  12px;
    -webkit-border-bottom-right-radius:  12px;

	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;

	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;

    width: 675px;
    float: right;
    display: inline; /* IE 5/6 Double Float-Margin Bug */
}

#sidebar {
    background-image: url(../images/content-background.png);
    background-repeat: repeat;

    -webkit-border-top-left-radius:  12px;
    -webkit-border-bottom-left-radius:  12px;

	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;

	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;

    /* 960px - 600px - 330px = 30px is used to separate columns */
    /* We are using padding to separate the two columns         */
    padding: 0px 22px 0px 8px;
    width: 255px;

    float: left;
    display: inline; /* IE 5/6 Double Float-Margin Bug */
}

#footer {
    width: 100%;
    clear: both;
}

#banner #banner_img {
    border-bottom: 4px solid #4989A8;
}

#banner {
    margin: 0px 0px 4px 0px;
}

/**********************************/
/* Footer                         */
/**********************************/

#news_feed_container a {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0px 4px 0px 0px;
    padding: 0px 0px 2px 0px;
}

#news_feed_container ul {
    font-size: 1.0em;
    line-height: 0.8em;
}

#news_feed_container ul li {
    list-style-type: none;
    clear: both;
}

#footer_navigation {
    padding: 16px 0px 0px 0px;
    clear: both;
}

.click_area_one {
    float: left;
    background-image: url(../images/click-area-one.png);
    width: 144px;
    height: 63px;

    margin: 0px 16px 16px 0px;
}

.click_area_one a,
.click_area_one a:hover,
.click_area_one a:active,
.click_area_one a:focus {
    /* Width and height based upon the size of div.click_area_one */
    width: 144px;
    height: 63px;

    display: block;
    text-align: center;
    /* vertical-align puts the text in the middle of the line, so we need to */
    /* make our line the same height as the block */
    line-height: 63px;
    vertical-align: middle;

    font-size: 1.4em;
    color: #000000;
    text-decoration: none;

    margin: 0px 16px 16px 0px;
}

#news_feed_container {
    float: right;
    padding: 4px 0px 4px 0px;
    margin: 8px 0px 0px 0px;
    color: #FFFFFF;

    background-image: url(../images/newsfeed-background.png);
    background-repeat: repeat;

    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#news_feed {
    float: left;
    font-weight: bold;
    padding: 0px 16px 0px 0px;
    font-size: 1.2em;
}

#news_item_list {
    float: left;
    color: #BEDCF0;
}

#news_item_list .feed_label {
    width: 6em;
    display: block;
    font-size: 1.2em;

    /* Margin is respecified because it is floated */
    float:left;
    /*margin-bottom: 0.8em;*/

    line-height: 1.2em;
}

.feed_content {
    /* Margin is respecified because it is floated */
    float: left;
    margin-bottom: 0.8em;
}

.rss_link {
    float: right;
}

/**********************************/
/* New New Footer                 */
/**********************************/
#navigation_container {
    float: left;
	padding-bottom: 12px;

}

#navigation_container .nav_button {

    float: left;
    width: 120px;
    height: 54px;

    margin: 16px 8px 0px 0px;

    font-size: 1.4em;
    line-height: 54px;
    vertical-align: middle;
    text-align: center;

	background-image: url(../images/nav_button.png);
	background-position: top left;
	background-repeat: no-repeat;

	text-decoration: none;
    color: #FFFFFF;
    /* Works in Gecko, Webkit & Opera */
    text-shadow: 1px 1px 1px #000000;
}

#navigation_container .nav_button:hover {
    background-position: bottom left;
}

#navigation_container .nav_button:active {
    background-position: bottom right;
}

/**********************************/
/* Hire form button              */
/**********************************/
#hire_container {
    float: left;
	padding-bottom: 12px;
}

#hire_container .nav_button {

    float: left;
    width: 120px;
    height: 54px;

    margin: 8px 16px 0px 0px;

    font-size: 1.4em;
    line-height: 54px;
    vertical-align: middle;
    text-align: center;
	
	clear: both;

	background-image: url(../images/nav_button.png);
	background-position: top left;
	background-repeat: none;

	text-decoration: none;
    color: #FFFFFF;
    /* Works in Gecko, Webkit & Opera */
    text-shadow: 1px 1px 1px #000000;
}

#hire_container .nav_button:hover {
    background-position: bottom left;
}

#hire_container .nav_button:active {
    background-position: bottom right;
}

/** Site Map  **/
#site_map_container {
    clear: both;
    width: 100%;
    padding: 24px 0px 0px 0px;
}

#site_map_container h1 a {
    text-decoration: none;
    color: #FFFFFF;
}

.site_map_column {
    float: left;
    width: 25%;

}

.site_map_links {
    font-size: 1.2em;
}

.site_map_links li {
    list-style-type: none;
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
}


/**********************************/
/* Copyright, Site, Contact Us    */
/**********************************/
#copyright_site_contact_container {
    clear: both;

    margin: 12px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #BEDCF0;

    border-top: 4px solid #4989A8;
}

#copyright {
    padding: 4px 0px 0px 0px;
    float: left;
    font-style: italic;
}

#site_contact_container {
    padding: 0px 0px 0px 0px;
    float: right;
}

/**********************************/
/* Header                         */
/**********************************/
#header_navigation {
    color: #96BED2;
    font-size: 1.2em;
}

#header_navigation #breadcrumbs {
    float: left;
}

#header_navigation #breadcrumbs .breadcrumb_link {
    font-size: 1em;
}

#header_navigation #search_website {
    float: right;
    color: #FFFFFF;
}

#header_navigation #client_login {
    float: right;
    color: #FFFFFF;
    padding-left: 48px;
}

#header_navigation #client_login_label {
    position: relative;
    bottom: 1px;
}

#header_navigation input, #header_navigation select {
    background-color: #005182;
    color: #FFFFFF;
    border: 1px solid #4989A8;

    -webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/**********************************/
/* Form Styling                   */
/**********************************/
form label {
    display: block;
}

input[type~="text"],
textarea {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

input.submit-post, input.submit-preview {
    padding: 2px 4px 2px 4px;
    margin: 0px 0px 0px 0px;
}

.datepicker {
    margin-right: 4px;
}

.radio_options input[type~="radio"] {
    margin: 0px 4px 0px 0px;
    vertical-align: middle;
    font-size: 1.4em;
    line-height: 1.4em;
}

.radio_options .radio_label {
    line-height: 1.4em;
    font-size: 1.4em;
    color: #FFFFFF;
    display: inline;
    vertical-align: middle;
}

.radio_option {
    text-indent: 2em;
}

#artesean {
    position: fixed;
    top: 0px;
    right: 4px;
    z-index: -1;
}

#artesean p {
    color: #005182;
}


#award  p {
		color: #FFD455;
		font-style: italic;
		}

