/* Start of CMSMS style sheet 'Suzuki MA' */
/* overall structure */
body {
	background-color: #a6d0d7;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#container{
	width:791px;
	background-image:url(uploads/images/bg_main.jpg);
	background-repeat:repeat-y;
	margin:0px auto;
	min-height:830px;
	height:auto;
}

/* for Internet Explorer */
* html #container {
	height: 830px;
}

#right{
	width:249px;
	float:right;
}

#left{
	width:542px;
	min-height:830px;
	height:auto;
}


#footer{
	margin-left:25px;
	margin-right:26px;
	padding:15px;
	background-color:#d6e3e9;
	font-family:Arial, Helvetica, sans-serif;
	line-height:160%;
	color:#333333;
	font-size:11px;
}


/* link colors and such */

a{ text-decoration:none; }

a:link {
	color:#2391a8;
}

a:visited {
	color:#397784;
}

a:hover{
	color:#04acd0;
}

a:active{
	color:#2391a8;
}

a img{
	border:0px;
}


/*header stuff*/
#menu{
	float:left;
	width:108px;
}


/* newsbox stuff */
#news{
	border-left:1px dotted #a82a04;
	padding-left:15px;
	padding-right:40px;
	padding-bottom:15px;
}

#news h3{
	margin:0px;
	padding-top:10px;
	font-size:12px;
	padding-bottom:3px;
	color:#333333;
}

#news p{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:14px;
}

.morelink{
	color:#993300;
	font-size:10px;
}

.morelink a:link, .morelink a:visited{
	text-decoration:underline;
	color:#993300;
	font-style:italic;
}

.morelink a:hover{
	color:#ff5500;
}



/* content stuff */

#content{
	padding-left:60px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:30px;
}

#content p{
	margin:0px;
	font-size:12px;
	line-height:21px;
	color:#333333;
	padding-bottom:10px;
}

#content .starter{
	font-size:17px;
	color:#3ca1b7;
	font-weight:bold;
	padding-right:2px;
}

/* news stuff */
ul.newslist{
	list-style-image:url(uploads/images/bullet_arrow.gif);
	margin: 0px;
	padding-bottom:10px;
	padding-top:5px;
	line-height:140%;
}

.newslist li{
	padding-bottom:15px;
}

.newslist .eventtitle{
	color:#2391a8;
	font-weight:bold;
	font-size:14px;
}

.newslist .eventdetails, .eventdetails p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px !important;
	line-height:16px !important;
	padding-bottom:0px !important;
}

/* contact form styles */

#contact_form{
	position:relative;
	top:-10px;
}

#m3fbrp__7{
	width:400px;
	height:200px;
}

input, textarea {
	background-color:#e1f1f5;
	border:1px solid #e3c8bb;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:14px;
	padding:5px;
}

#fbsubmit1{
	background-color: #7bc1d0;
	color:#1a124c;
	border:1px solid #9f4c20;
	font-size:10px;
	font-weight:bold;
}

.formlabel{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#9f4c20;
	padding-top:5px;
	padding-bottom:0px;
}


/* links styles */

ul.linkslist{
	margin: 0px;
	padding-bottom:10px;
	padding-top:5px;
	line-height:140%;
	padding-left:16px;
}

.linkslist li{
	padding-bottom:15px;
}

.link_title{
	font-size:14px;
}

.link_desc{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/* general random styles */

ul {
	list-style-image:url(uploads/images/bullet_arrow.gif);
	margin:0px;
	padding:10px 0px 5px 16px;
}

li {
	padding-bottom:10px;
	line-height:140%;
}
/* End of 'Suzuki MA' */

