/* Start of CMSMS style sheet 'MPS' */
/* CSS Document */
body {
	font-family: tahoma, arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: center;
	color: #4A4A4A;
	margin: 0px 12px 0px 12px;
	padding: 0px;
	background-image: url(uploads/look/site_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}

/* basic divs */

#header {
	margin-left: auto;
	margin-right: auto;
	height: 124px;
	margin-top: 6px;
	position: relative;
	padding-left: 212px;
}

#header_left_box {
	width: 203px;
	height: 124px;
	background-image: url(uploads/look/head_left_box_bac.gif);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
}

#header_left_box table {
	margin: 91px 0px 0px 20px;
	
}

#header_left_box td {
	
}

#search_text_input input {
	width: 100px;
	height: 14px;
	font-size: 12px;
	border: 1px solid white;
}

#search_submit input {
	width: 50px;
	height: 16px;
	padding-bottom: 2px;
	font-size: 12px;
	border: 1px solid #cccccc;
	margin-right: 14px;
}

#header_main_box {
	height: 124px;
	background-image: url(uploads/look/head_main_box_bac.gif);
}

#header_bac_image {
	background-image: url(uploads/look/top_bac_image.jpg);
	height: 124px;
	background-repeat: no-repeat;
}

#head_main_box_right {
	position: absolute;
	top: 0px;
	right: 0px;
}

#main_logo_left {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 44%;
	text-align: right;
	padding-left: 20%;
	z-index: 10;
}

#main_logo {
	position: absolute;
	top: 20px;
	right: 0px;
	text-align: right;
}

#mainpage {
	width: 100%;
	text-align: left;
}

#mainpage td {
	vertical-align: top;
}

#navigation_td {
	width: 200px;
	padding-right: 12px;
}

#news_td {
	width: 200px;
	padding-left: 12px;
}

#front_page_boxes {
	width: 100%;
}

#front_page_box_left {
	padding-right: 9px;
        width: 33%;
}

#front_page_box_middle {
	padding-left: 3px;
	padding-right: 3px;
        width: 33%;
}

#front_page_box_right {
	padding-left: 9px;
        width: 33%;
}

.box {
	margin-top: 12px;
}

.light_box_head {
	position: relative;
	background-image: url(uploads/look/light_win_back.gif);
	height: 36px;
}

.dark_box_head {
	position: relative;
	background-image: url(uploads/look/dark_win_back.gif);
	height: 36px;
}

.light_box_head_L {
	position: absolute;
	left: 0px;
	top: 0px;
}

.light_box_head_R {
	position: absolute;
	right: 0px;
	top: 0px;
}

.light_box_title {
	color: #ffffff;
	font-size: 17px;
	padding: 6px 0px 0px 12px;
}

.plain_box_main {
	padding: 10px 12px 20px 12px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
        background-color: #ffffff;
}

.fade_box_main {
	padding: 10px 12px 20px 12px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(uploads/look/fade_box_bac.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.fade_box_main1 {
	padding: 10px 12px 20px 12px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(uploads/look/fade_box_bac.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#navigation {

}

#navigation dfn {
        display: none;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
}

#navigation li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* within the navigation div - these control how links will look */

#navigation a:link, #navigation a:visited {
	display: block;
	width: 166px;
	height: 22px;
	padding-top: 0px;
	background-color: white;
	border-bottom: #CCCCCC solid 1px;
	color: #666666;
	background-image: url(uploads/look/top_nav_bac_off.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;
	font-size: 13px;
	margin-bottom: 6px;
}

#navigation a:hover {
	color: #005986;
	background-image: url(uploads/look/top_nav_bac_on.gif);
}

#navigation li li  a:link, #navigation li li a:visited {
	display: block;
	width: 157px;
	height: 17px;
	padding-top: 0px;
	background-color: white;
	border-bottom: #3499CD solid 1px;
        border-left: #3499CD solid 1px;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 6px;
        margin-left: 3px;
        padding-left: 5px;
        background-image: none;
}

#navigation li li a:hover {
	color: #005986;
	        background-image: none;
}

#navigation li li li a:link, #navigation li li li a:visited {
	width: 154px;
	border-bottom: #CCCCCC solid 1px;
        border-left: #CCCCCC solid 1px;
        margin-left: 6px;
        padding-left: 5px;
}

#news_td input {
        margin-bottom: 3px;
}

.news_summary_title {
	color: #006699;
	font-size: 1.1em;
	margin-bottom: 3px;
}

.news_summary {
   padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: solid 1px #CCCCCC;
}

.news_summary_link {

}

.news_summary_link a:link, .news_summary_link a:visited, .ender a:link, .ender a:visited{
	color: #666666;
	text-decoration: none;
	display: block;
	margin-top: 3px;
	width: 74px;
	background-image: url(uploads/look/news_nav.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.news_summary_link a:hover, .ender a:hover {
	color: #005986;
}

#maincontent {
	padding: 0px 0px 0px 0px;
}

#footer{
	position: relative;
	height: 39px;
	margin-top: 12px;
}

#footer_left {
	position: absolute;
	left: 0px;
}

#footer_right {
	position: absolute;
	right: 0px;
}

#footer_main {
	background-image: url(uploads/look/footer_bac.gif);
	height: 35px;
	margin: 0px 6px 0px 6px;
	color: white;
	font-size: 12px;
	padding-top: 4px;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  #F5F5F5;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	color: #006699;
}

h2 {
	color: #006699;
	line-height: 1.2em;
	font-weight: normal;
	font-size: 1.3em;
}

h3 {
	color: #006699;
	font-weight: normal;
	font-size: 1.1em;
}

h4 {
	color: #006699;
}

h5 {
	color: #006699;
}

h6 {
	color: #006699;
}

p {
	
}

a:link, a:visited {
	color: #666666;
}

a:hover {
        color: #666666;
}

a:active {
	
}

input {
	border: 1px solid #cccccc;
	background-color: white;
}

.hidden {
	display: none;
}

.rightimagefloat {
	float: right;
	margin-left: 20px;
        border: 0px;
}

.ender {
	clear: both;
}



.formbuilderform {

}

.formbuilderform div {
position: relative;
padding-left: 150px;
margin-bottom: 3px;
}

.formbuilderform label {
position: absolute;
display: block;
top: 0px;
left: 0px;
width: 150px;
}

.formbuilderform textarea {
width: 200px;
border: 1px solid #cccccc;
}

#facebook {
padding: 20px 0px 20px 0px;}

#facebook a:link, #facebook a:visited {
	display: inline;
	width: auto;
	height: auto;
	padding-top: 0px;
	background-color: white;
	border-bottom: none;
	background-image: none;
	text-decoration: none;
}

div.copyright {
font-size: 0.8em;
padding-top: 10px;
}

#search_text_input {
width: 90px;
}

#search_submit {
width: 80px;
text-align: left;
}

#mpsdonator td {
font-size: 0.8em,
}
/* End of 'MPS' */

