/* ***************************************************************************************************** */
/* CONTENT CSS */

html, body, { margin: 0; height: 100%;
}

body{
	background: #fff url(/templates/custom/images/cccc-bg.jpg) no-repeat center top fixed;
	-webkit-background-size: 2100px 1400px;

}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #484848;
}

p.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #aaaaaa;
	margin: 0;
}

p.alpha{
	padding: 10px 0;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
}

p.members{
	padding: 5px 0 15px 0;
	border-bottom: 1px dashed #aaa;
	width: 680px;
}

H1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size-adjust:none;
    font-stretch:normal; 
	font-size: 1em;
	color: #aaa;
	margin: 0;
    padding: 0 0 10px 0;
}
H2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size-adjust:none;
    font-stretch:normal; 
	font-size: 1em;
	color: #aaaaaa;
	margin: 0;
    padding: 15px 0 0 0;
	width: 680px;
	border-bottom: 1px solid #aaaaaa;
}
H3{
	font-family: "HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size-adjust:none;
    font-stretch:normal; 
	font-size: 1.25em;
	color: #fff;
	margin: 10px 0 0 0;
    padding: 5px 0 5px 10px;
	background-color: #39acb4;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}


img{
	border: none;
}

/*Float Images*/

img.float {
	float: left;
	margin: 0 10px 10px 0;
	max-width: 150px;
	border: 1px solid #fff;
}

hr{
	width: 100%;
	color: #aaa;
}


/* LINK */

a:link, a:active, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #339999;
	text-decoration: none;

}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336666;
	text-decoration: underline;
}

a.button:link, a.button:active, a.button:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	padding: 5px 8px;
	text-decoration: none;
	background: url(/templates/custom/images/button-bg.gif) repeat-x;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
a.button:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background: url(/templates/custom/images/button-bg-hover.gif) repeat-x;
}

a:active, a:focus {
	outline: 0;
}

#footer a:link,  #footer a:visited, #footer a:active{
	font-size: 10px;
	color: #75d4d5;
}

#footer a:hover{
	color: #3d7d7e;
}

/* ***************************************************************************************************** */
/* TEMPLATE SPECIFIC CSS CODE */

#container  {
	top: 0;
	right: 0;
	margin: 0 auto;
	width: 900px;
	text-align: left;
	left: 0;
	height: 100%;
	overflow:auto;
	padding: 15px 0 0 0;
}

#logo{
	margin: 0;
	background-color: #309da4;
	width: 900px;
	height: 100px;
	background-image:url(/templates/custom/images/logo.gif);
	background-repeat: no-repeat;
	background-position:  right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#component-contact{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #484848;
}

#nav{
	width: 900px;
	height: 15px;
	float: left;
	text-align: right;
	padding: 15px 0 15px 0;
}

#nav a:link, #nav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	padding: 8px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav a:hover, #nav a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	background-color: #e3e3e3;
	padding: 8px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#header{
	width: 900px;
	height: 333px;
	background-image: url(/templates/custom/images/header-image.jpg);
	float: left;
}

#join{
	position: relative;
	top: 200px;
	right: 40px;
	float: right;
}

#component{
	width: 680px;
	height: auto !important;
	height: 100%;
	float: left;
}

#sidebar{
	width: 200px;
	height: auto;
	float: left;
    padding: 1px 0 0 20px;
}

#right{
	width: 178px;
	height: auto;
	margin: 0 0 10px 0;
	float: left;
	border: 1px solid #aaaaaa;
	padding: 10px;
	background-image: url(/templates/custom/images/sidebar-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#right p{
	color: #333;
	font-size: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}


#events{
	width: 178px;
	height: auto;
	padding: 10px;
	border: 1px solid #aaaaaa;
	margin: 0 0 10px 0;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    background-image: url(/templates/custom/images/sidebar-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}


.events{
	width: 178px;
	height: auto;
	padding: 10px;
	border: 1px solid #aaaaaa;
	margin: 0 0 10px 0;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    background-image: url(/templates/custom/images/sidebar-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#events td{
	margin: 0 0 10px 0;
}

#member-month{
	width: 178px;
	height: auto;
	padding: 10px;
	border: 1px solid #aaaaaa;
	margin: 0 0 10px 0;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    background-image: url(/templates/custom/images/sidebar-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#member-month p{
	font-size: 11px;
	line-height: 14px;
}

.member-month{
	width: 650px;
	height: auto;
	padding: 15px 15px 15px 15px;
	background-color: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 15px 0;
	float: left;
	clear: both;
}

.member-month img{
	max-width: 300px;
	width: 300px;
	float: right;
	-moz-box-shadow: 0px  0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	border: 1px solid #fff;
}

#member-month img{
	max-width: 180px;
	-moz-box-shadow: 0px  0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
}

#member-month img:hover{
	opacity: .8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.members p{
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
	width: 680px;
}

#form-login{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
}

#form-login p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
}

#form-login ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #484848;
	margin-bottom: 0;
}

#form-login ul a:link, #form-login ul a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #339999;
	text-decoration: none;
}

#form-login ul a:hover, #form-login ul a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336666;
	text-decoration: underline;
}

#footer{
	position: relative;
	width: 870px;
	height: auto;
    margin: 25px 0 0 0;
	clear:both;
    float: left;
    height: 50px;
	padding: 12px 15px 0 15px;
    background-color: #39acb4;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#footer p{
	font-size: 10px;
	color: #fff;
}

.format{
	width: 100px;
	height: auto;
	float: left;
	padding: 15px;
	border-right: 1px dotted #aaa;
	text-align: center;
}

.format-last{
	width: 100px;
	height: auto;
	float: left;
	padding: 15px;
	border-right: none;
	text-align: center;
}

.format-last img{
	clear: both
}

.format img{
	clear: both;
}

.format-last p{
	font-size: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.format p{
	font-size: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}


/* ***************************************************************************************************** */
/* JOOMLA SPECIFIC CSS CODE */

.article_separator{

}

*#active_menu{
background-color: #e3e3e3;
}

.adminform{

}
.author{

}
.bannerfooter{

}
.bannergroup{

}
.bannerheader{

}
.banneritem{

}
.blog{

}
.blog_more{

}
.blogsection{

}
.breadcrumbs{

}
.button{

}
.buttonheading{

}
.clr{
	clear:both
}
.componentheading, .contentheading{
	font-family: "HelveticaNeueLight","Helvetica Neue Light","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size-adjust:none;
    font-stretch:normal; 
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	background-color: #39acb4;
	padding: 5px 0 3px 10px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	width: 680px;

}

#com-form-login{
	margin: 0;
	padding: 0;
}

#com-form-login img {
display: none;
}

#contact_name.inputbox{
width: 250px;
padding: 5px;
margin: 0 0 15px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #eee;
border: 1px solid #aaa;
}

#contact_name.inputbox:focus{
background-color: #ddd;
-moz-box-shadow: 0px  0px 5px #666;
-webkit-box-shadow: 0px 0px 5px #666;
}

#contact_email.inputbox{
width: 250px;
padding: 5px;
margin: 0 0 15px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #eee;
border: 1px solid #aaa;
}

#contact_email.inputbox:focus{
background-color: #ddd;
-moz-box-shadow: 0px  0px 5px #666;
-webkit-box-shadow: 0px 0px 5px #666;
}

#contact_subject.inputbox{
width: 250px;
padding: 5px;
margin: 0 0 0 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #eee;
border: 1px solid #aaa;
}

#contact_subject.inputbox:focus{
background-color: #ddd;
-moz-box-shadow: 0px  0px 5px #666;
-webkit-box-shadow: 0px 0px 5px #666;
}

#contact_text.inputbox{
width: 400px;
padding: 5px;
margin: 0 0 15px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #eee;
border: 1px solid #aaa;
}

#contact_text.inputbox:focus{
background-color: #ddd;
-moz-box-shadow: 0px  0px 5px #666;
-webkit-box-shadow: 0px 0px 5px #666;
}

.content_email{

}
.content_rating{

}
.content_vote{

}
.contentdecription{

}
.contentpagetitle{

}
.contentpane{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #484848;


}
.contentpaneopen{
	

}

.contentpaneopen ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
}

.contentpaneopen ul li{
	padding: 3px 0;
}


.contenttoc{

}
.createdate{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #aaaaaa;

}
.created-date{

}
.date{

}

.form-validate{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #484848;
}

.input{
	border: none;
	padding: 0;
	margin: 0;

}

.inputbox{

}

input.button{
	background-color: #d7d7d7;
	border: none;
	padding: 5px 8px;
}

input.button:hover{
	background-color: #aaa;
	border: none;
}

button.button{
	background-color: #d7d7d7;
	border: none;
	padding: 5px 8px;
}

button.button:hover{
	background-color: #aaa;
	border: none;
}

button.validate{
	background-color: #d7d7d7;
	border: none;
	padding: 5px 8px;
}

button.validate:hover{
	background-color: #aaa;
	border: none;
}

.intro{

}
.latestnews{

}
.loclink{

}
a.mainlevel:link, a.mainlevel:active, a.mainlevel:visited{

}
a.mainlevel:hover{

}

#login img{
	display: none;
}
.message{

}
.metadata{

}
.modifydate{

}
.module{

}

#modlgn_username.inputbox{
	width: 170px;
}

#modlgn_passwd.inputbox{
	width: 170px;
}


.moduletable{

}
.mosimage{

}
.mosimage_caption{

}
.mostread{

}
.newsfeed{

}
.outline{

}
.pagenav{

}
.pagenav_next{

}
.pagenav_prev{

}
.pagenavbar{

}
.pagenavcounter{

}
.pathway{

}
.pollstableboarder{

}
.read{

}
.search{

}
.searchintro{

}
.sections{

}
.sectiontable_footer{

}
.sectiontableentry{

}
.sectiontablefooter{

}
.sectiontableheader{

}
.small{

}.smalldark{

}
a.sublevel:link, a.sublevel:active, a.sublevel:visited{

}
a.sublevel:hover{

}
.title{

}

.wrapper{

}

#jevents_body .contentheading{
	color: #484848;
	font-size: 16px;
	padding: 10px 0;
	background-color: #fff;
}

#jevents_body p{
	font-size: 12px;
}

.mod_events_latest_date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
