/* Add your custom CSS here */

/* -- Setup -- */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: url(/images/page_bgr.jpg) top center repeat-y #757574;
	font: 12px Arial, Helvetica, sans-serif;
	color: #efefef;
	line-height: 1.4;
}
a {
	color: #98BDCD;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #FFFFCC;
	font-weight: normal;
	text-decoration: underline;
}
input, select, textarea {
	border: 1px solid #343434;
	font-size: .917em;
	padding: 2px;
	color: #AAA;
}
h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	color: #FFFFFF; 
} 
h1 { 
	font-size: 3em; 
	line-height: 1; 
	margin-bottom: 0.5em; 
}
h2 { 
	font-size: 2em; 
	margin-bottom: 0.75em; 
}
h2.homepage { 
	font-size: 1.7em; 
	margin-bottom: 0.75em; 
}
h3 { 
	font-size: 1.5em; 
	line-height: 1; 
	margin-bottom: 1em;
}
h4 { 
	font-size: 1.2em; 
	line-height: 1.25; 
	margin-bottom: 1.25em; 
}
h5 { 
	font-size: 1em; 
	font-weight: bold; 
	margin-bottom: 1.5em; 
}
h6 { 
	font-size: 1em; 
	font-weight: bold; 
}
h1 span, h2 span {
	margin: 0;
	padding: 0;
	display: none;
}
p { 
	margin: 0 0 1.5em; 
}
p img.left {
	float: left; 
	margin: 1.5em 1.5em 1.5em 0; 
	padding: 0; 
}
p img.right {
	float: right; 
	margin: 1.5em 0 1.5em 1.5em;
}
p.center {
	text-align: center;
}
p.center_sponsors {
	margin: 0; padding: 0;
	text-align: center;
}
p.right {
	text-align: right;
}
p.left {
	text-align: left;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.417em; 
	width:100%
}
td, th {
	padding: 0;
}
hr {
	border-top: 1px dotted #FFF;
	clear: both;
	height: 1px;
	margin: 5px 0;
	width: 100%;
}
/* -- Page -- */
#page {
	width: 968px;
	margin: 0 auto;
                overflow: hidden;
}
/* -- Header -- */
#header {
	width: 968px;
	height: 176px;
	background: url(/images/header_bgr.jpg);
	overflow: hidden;
}
#header h1 {
	clear: both;
	float: left;
	width: 217px;
	height: 176px;
}
#header_language {
	float: left;
	width: 151px;
	height: 30px;
	overflow: hidden;
	padding: 21px 0 0 600px;
}
#header_blurb h2 {
	float: left;
	display: inline; 
	margin-top: 51px;
	width: 751px;
	height: 29px;
	text-indent: -9999em;
	background: url(/images/erasga_blurb_en.png);
}
#header_blurb h2 a {
	display: block;
	width: 751px;
	height: 29px;
}

/* -- Navigation Links -- */
ul#navlinks {
	clear: both;
	float: left;
	width: 968px;
	height: 54px;
	overflow: hidden;
	background: #343434;
}
ul#navlinks li {
	float: left;
	display: inline;
	text-indent: -9999em;
}
ul#navlinks li a {
	color: #5591ac;
	display: block;
	height: 54px;
}


ul#navlinks li.nav_about_us {
	background: url(/images/nav_about_en.gif) 0 0 no-repeat;
	width: 134px;
}
ul#navlinks li.nav_about_us a:hover {
	background: url(/images/nav_about_en.gif) 0 -54px no-repeat;
	width: 134px;
}
ul#navlinks li.nav_about_us a.active {
	background: url(/images/nav_about_en.gif) 0 -54px no-repeat;
	width: 134px;
}

ul#navlinks li.nav_news_events {
	background: url(/images/nav_news_en.gif) 0 0 no-repeat;
	width: 194px;
}
ul#navlinks li.nav_news_events a:hover {
	background: url(/images/nav_news_en.gif) 0 -54px no-repeat;
	width: 194px;
}
ul#navlinks li.nav_news_events a.active {
	background: url(/images/nav_news_en.gif) 0 -54px no-repeat;
	width: 194px;
}

ul#navlinks li.nav_creations {
	background: url(/images/nav_creations_en.gif) 0 0 no-repeat;
	width: 130px;
}
ul#navlinks li.nav_creations a:hover {
	background: url(/images/nav_creations_en.gif) 0 -54px no-repeat;
	width: 130px;
}
ul#navlinks li.nav_creations a.active {
	background: url(/images/nav_creations_en.gif) 0 -54px no-repeat;
	width: 130px;
}

ul#navlinks li.nav_photos_videos {
	background: url(/images/nav_photos_en.gif) 0 0 no-repeat;
	width: 208px;
}
ul#navlinks li.nav_photos_videos a:hover {
	background: url(/images/nav_photos_en.gif) 0 -54px no-repeat;
	width: 208px;
}
ul#navlinks li.nav_photos_videos a.active {
	background: url(/images/nav_photos_en.gif) 0 -54px no-repeat;
	width: 208px;
}

ul#navlinks li.nav_support_us {
	background: url(/images/nav_support_en.gif) 0 0 no-repeat;
	width: 151px;
}
ul#navlinks li.nav_support_us a:hover {
	background: url(/images/nav_support_en.gif) 0 -54px no-repeat;
	width: 151px;
}
ul#navlinks li.nav_support_us a.active {
	background: url(/images/nav_support_en.gif) 0 -54px no-repeat;
	width: 151px;
}

ul#navlinks li.nav_contact_us {
	background: url(/images/nav_contact_en.gif) 0 0 no-repeat;
	width: 150px;
}
ul#navlinks li.nav_contact_us a:hover {
	background: url(/images/nav_contact_en.gif) 0 -54px no-repeat;
	width: 150px;
}
ul#navlinks li.nav_contact_us a.active {
	background: url(/images/nav_contact_en.gif) 0 -54px no-repeat;
	width: 150px;
}

/* -- Home Content -- */
#home_content {
	clear: both;
	float: left;
	width: 968px;
	height: 475px;
	overflow: hidden;
}
#home_col1 {
	clear: both;
	float: left;
	width: 736px;
	height: 375px;
	position: relative;	
        overflow: hidden;
}
#home_col1 .home_image_title {
	float: left;
}
#home_col1 .home_image_description {
	float: left;
	position:relative;	
        margin: -83px 0 0 25px;
        font-size: 2.5em;
}
#home_col2 {
	float: left;
	width: 192px;
	height: 360px;
	padding: 15px 20px 0;
	background: url(/images/home_col2_bgr.jpg) #565655;
}
#home_col2 h2 {
	margin: 0;
	padding: 0;
}
#home_col2 p {
	margin: 0;
	padding: 0;
	margin-bottom: 0.833em;
}

/* -- Footer -- */
#footer {
	clear: both;
	float: left;
	width: 968px;
	height: 190px;
	background: url(/images/footer_bgr.jpg) #565655;
	overflow: hidden;
}
#footer_col1 {
	float: left;
	width: 736px;
	padding-top: 30px;
	text-align: center;
}
#footer_col1 a {
	color: #EEEEEE;
	font-weight: normal;
	text-decoration: none;
}
#footer_col1 a:hover {
	color: #5591ac;	
	font-weight: normal;
	text-decoration: underline;
}
#footer_col2 {
	float: left;
	width: 191px;
	padding-top: 30px;
	text-align: center;
}

/* -- Innerpage -- */

/* -- Innerpage Flash -- */
#inner_flash {
	clear: both;
	float: left;
	width: 968px;
	height: 234px;
	overflow: hidden;
}
#inner_flash_bgr {
	clear: both;
	float: left;
	width: 968px;
	height: 234px;
	overflow: hidden;
}
#inner_flash_bgr h2.flash_inner {
	margin: 185px 0 0 23px;
}

/* -- Innerpage Content -- */
#inner_content {
        margin: 25px;
	clear: both;
	float: left;
	width: 968px;
	min-height: 500px;
	background: url(/images/inner_col2_bgr.jpg) repeat;
}
#inner_content li {
        margin-left: 30px;
	list-style-type: square;
}
#inner_content ul, #inner_content ol {
        margin-bottom: 1em;
}
#inner_col1 {
	float: left;
	display: inline;
	width: 635px;
    margin-right: 25px;
}
#inner_col1_left {
        clear: both;
	float: left;
	display: inline;
	width: 410px;
        margin-right: 20px;
        overflow: hidden;
}
#inner_col1_right {   
	float: left;
	display: inline;
	width: 200px;
        background: #4c4c4a;
        overflow: hidden;
}

#inner_col1 .creation_col {
	float: left;
	display: inline;
	width: 200px;
	margin-right: 10px;
}
#inner_col1 .media_col {
	float: left;
	display: inline;
	width: 200px;
	height: 330px;
	margin-right: 10px;
}
#inner_col1 .gallery_col {
	float: left;
	display: inline;
	width: 100px;
	margin-right: 22px;
}
#inner_col2 {
	float: left;
	width: 268px;
	padding-right: 20px;
    overflow: hidden;
}

#inner_col2 ul.subnavlinks {
	clear: both;
	margin: 0; padding: 0;
	float: left; 
	width: 268px;
	margin-bottom: 20px;
}
#inner_col2 ul.subnavlinks li {
	margin: 0; padding: 0;
	list-style-type: none;
    font-size: 1.35em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FFFFFF;
    padding-top: 4px;
    padding-bottom: 5px;
}
ul.subnavlinks li a {
    display: block;
    color: #c5d2d8;
}
ul.subnavlinks li a:hover, ul.subnavlinks li.active a {
    color: #FFF;
    text-decoration: none;
}

/* -- Quotes -- */
.quote_up {
	clear: both;
	float: left;
	width: 268px;
	height: 21px;
	background: url(/images/quote_up.png) no-repeat;
}
.quote_content {
	clear: both;
	float: left;
	margin: 10px 0;
	width: 258px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.quote_content, .quote_author {
}
.quote_down {
	clear: both;
	float: left;
	width: 268px;
	height: 21px;
	background: url(/images/quote_down.png) repeat;
	margin-bottom: 20px;
}

/* -- Flash Jquery Image -- */
.images div {
	position: absolute;	
        font-size:12px;
}

/* -- Blog -- */
.blog {
        margin-bottom: 2em;
}

/* -- Calendar -- */
#mc_calendar {
        width: 268px;
        height: 227px;
        background: url(/images/calendar_bgr.jpg) no-repeat;
        padding-top: 41px;
        overflow: hidden;
}
#mc_calendar tr#mc_months th {
        text-align: center;
        height: 32px;
        overflow: hidden;
}
#mc_calendar tr#mc_months th a#mc_prev_month {
       float: left;
       width: 100%;
        text-indent: -9999em;
        background: url(/images/prev_month.png) no-repeat top center;
}
#mc_calendar tr#mc_months th a#mc_prev_month a {
        display: block;
        height: 32px;
}
#mc_calendar tr#mc_months th a {
        font-size: 1.5em;
        color: #FFF;
        text-decoration: none;
}
#mc_calendar tr#mc_months th a:hover {
        color: #A3A3A3;
        text-decoration: none;
}
#mc_calendar tr#mc_months th a#mc_next_month {
        float: left;
        width: 100%;
        text-indent: -9999em;
        background: url(/images/next_month.png) no-repeat top center;
}
#mc_calendar tr#mc_months th a#mc_next_month a {
        display: block;
        height: 32px;
}

#mc_calendar tr#mc_days th {
        text-align: center;
        height: 19px;
        overflow: hidden;
}
#mc_calendar tr#mc_days th.current {
        color: #2DB2D3;
}


#mc_calendar table {
         width: 95%;
         height: 95%;
         margin: auto;
}
#mc_calendar td.weekday, #mc_calendar td.weekend {
        width: 14.2%;
        background: #626262;
        text-align: center;
        border: 1px solid #464843;
}
#mc_calendar td.todayweekday {
        width: 14.2%;
        background: #136A7D;
        text-align: center;
        border: 1px solid #464843;
        color: #FFF;
		font-weight: bold;
}
#mc_calendar td.has_eventsweekend, #mc_calendar td.has_eventsweekday, .has_eventstodayweekday {
        width: 14.2%;
        background: #136A7D;
        text-align: center;
        border: 1px solid #464843;
        color: #FFF;
}
#mc_calendar .middot {
        display: none;
}

/* -- Membership Form -- */
.form_left {
	clear: both;
	float: left;
	width: 250px;
	height: 25px;
	overflow: hidden;
	font-weight: bold;
	text-align: right;
}
.form_left_2 {
	clear: both;
	float: left;
	width: 250px;
	height: 35px;
	overflow: hidden;
	font-weight: bold;
	text-align: right;
}

.form_right {
	float: left;
	display: inline;
	margin-left: 10px;	
	width: 300px;
	height: 25px;
	overflow: hidden;
}
.form_right_2 {
	float: left;
	display: inline;
	margin-left: 10px;	
	width: 300px;
	height: 35px;
	overflow: hidden;
}

input.btn {
	font-size: 12px;
	font-weight: bold;
	background: #02768E;
	border: none; 
	color: #FFF;
}