/* Body & content wrappers*/

body {
    padding: 0;
    margin: 0;
    color: #010101;
    font:normal 13px 'Tahoma', helvetica, verdana, sans-serif; line-height:1.2em;
    min-width: 750px;
    background-color: #e8e8de;
    text-align: center;
}

#gsg_wrapper {
    height: 1em;
    background-color: #5CB0D2;
    margin-bottom: 2em;
	border-top: 1px solid #010101;
    border-bottom: 2px solid #ffffff;
    text-align: left;
}

/* Header */

#gsg_header {
    background-color: #4c7dbf;
    padding-top: 1em;

	
}


#gsg_header_inner {
    margin: 0px auto;
    line-height: 2em;
	width: 60em;
    text-align: left;
}

#gsg_top_navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#gsg_top_navigation ul li {
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid #4c7dbf;
}

#gsg_top_navigation ul li a {
    float: left;
    display: block;
    width: 6em;
    line-height: 1.4em;
    padding: .8em 1em .8em 1em;
    margin: 0;
    text-decoration: none;
    color: #ffffff;
	font-size:13px;
    border-left: 1px solid #4c7dbf;
	border-top: 1px solid #4c7dbf;
	border-right: 1px solid #4c7dbf;
}
#gsg_top_navigation ul li a strong {
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: #e3e3e3;
}
#gsg_top_navigation li a:hover {
    border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	
	background-color: #4c7dbf;
}
#gsg_top_navigation li a.active {
    color: #7b828c;
    }
#gsg_top_navigation ul li a:hover strong {	
    color: #fff;
}
#gsg_top_navigation ul li a.active strong {
    color: #fff;
}

/* Content */

#gsg_content_wrapper {
    width: 850px;
    padding: 0;
    margin: 0px auto;
    text-align: left;
}

#gsg_content {
    float: left;
    width: 465px;
    color: #010101;
    line-height: 15px;
    padding-left: 15px;

}

#gsg_gallery {
    float: left;
    width: 850px;
    color: #010101;
    line-height: 15px;
    padding-left: 15px;
}


#gsg_content .article_separator {
    border: 1px dotted #ababab;
    margin: 20px 0 20px 0;
}

#gsg_content .article {
    margin: 0 0 0 10px;
    padding: 10px 0 0 0;
    line-height: 1.5em;
}

#gsg_content .article_header {
    width: 500px;
}

#gsg_content .article_title {
    float: left;
    width: 300px;
    color: #b11017;
}

#gsg_content .article_details {
    float: right;
    width: 200px;
    font-size: 0.85em;
    font-family: Arial, Georgia, "Times New Roman", serif;
    text-align: right;
}

/* Sidebar */

#gsg_sidebar {
    float: right;
    width: 340px;
    
    margin-left: 10px;
    padding: 5px;
    color: #000000;
}


#gsg_sidebar .search {
    border: 1px solid #9d9d9d;
    padding: 5px;
    width: 150px;
    margin-right: 5px;
}

#gsg_sidebar .testimonial {
    background:url(../img/quote_back.jpg);
    background-position: -2px -5px;
    padding: 20px 5px 0 15px;
    margin: 0;
    overflow: hidden;
    height: 90px;
    font-size: 1em;
}

#gsg_sidebar .testimonial_more {
    text-align: right;
    font-size: 0.8em;
    font-family: Verdana, Georgia, "Times New Roman", serif;
}

#gsg_sidebar .testimonial_more a:link, #cc_sidebar .testimonial_more a:visited, #cc_sidebar .testimonial_more a:active {
    text-decoration: none;
    color: #b11017;
}

#gsg_sidebar li {
    list-style-type: none;
    list-style-image: url('../img/minus.gif');
    font-size: 0.8em;
    font-family: Verdana, Arial;
    margin-bottom: 5px;
}

/* Footer */

#gsg_footer {
    margin-top: 10px;
    padding: 10px;
    text-align: left;
    clear: both;
}

#gsg_footer_inner {
    width: 800px;
    padding: 0;
    margin: 0px auto;
    text-align: left;
}

.gsg_smallprint {
    color: #010101;
    font-size: 1em;
    text-align: right;
}

.gsg_smallprint a:link, .gsg_smallprint a:visited, .gsg_smallprint a:active {
    color: #010101;
    text-decoration: none;
    border-bottom: 1px dotted #010101;   
}

.gsg_smallprint a:hover {
    border: 0;
}

/* Other */

h1 {
    color: #F41613;
	font-size: 2em;
    border-bottom: 1px solid #666665;
    padding-top: 5px;
	padding-bottom: 7px;
    margin-bottom: 5px;
}

h2 {
    color: #414141;
	font-size: 1.5em;
    font-weight: normal;
}
.gsg_designed_by {
    font-size: 0.8em;
    color: #010101;
    text-align: right;
}

.gsg_designed_by a:link, .gsg_designed_by a:visited, .gsg_designed_by a:active {
    color: #010101;
    text-decoration: none;
    border-bottom: 1px dotted #010101;   
}

.gsg_designed_by a:hover {
    border: 0;
}

.gsg_mini_logo {
    vertical-align: middle;
}

.no_border {
    border: 0;
}