/*
Design - http://www.roman.lt/
Released for free under a Creative Commons Attribution 2.5 License
*/

body {background-color:#33547F; margin:0px; font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#222222;}
h1 {font-size:1.5em; font-weight:bold; padding:0; margin:0; margin-left:300px;}
h2 {font-size:1.3em; font-weight:bold; color:#33547F; padding:0; padding-top:5px; padding-bottom:2px; margin:0; margin-top:10px; margin-bottom:2px; }
h3 {font-size:1.1em; font-weight:bold; color:#ff8b00; padding:0; padding-top:5px; padding-bottom:2px; margin:0; margin-top:10px; margin-bottom:2px; }
ul {margin: 0; padding: 2px 0 0 20px;}
a, a:visited {color:#33547f; text-decoration:underline;}
a:hover {color:#ff8b00;}

#main {width:780px; margin:0 auto; padding:0;}

#header { 
	height:65px;
	margin: 10px 0 0 0;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
} 

#header a {
     background: #33547F url(images/mwm-logo.jpg) no-repeat;
     display: block;
     height: 65px;
     width: 780px;
}


#top-nav { 
	background:url(images/mwm-logo-tiles-top.jpg) no-repeat #ff8b00;
	width:780px;
	margin: 0; 
	padding: 0;
	height:28px;
} 

#title-bar { 
	background:url(images/mwm-logo-tiles-btm.jpg) no-repeat #ffffff;
	margin: 0; 
	padding:8px 10px 1px 15px;
}

#content { 
	margin: 0; 
	padding:8px 10px 10px 15px;
	background:url(images/mwm-tiles-btm.jpg) bottom right no-repeat #ffffff;
	line-height:20px;
}

#content img {
	padding:2px 8px 8px 8px;
	border:0;
}

#content img.pic {margin-right:5px; padding:5px; border:1px solid #DADFE7}
	
#right-sidebar {
	float:right;
	margin: 20px 15px 5px 5px;
	padding:0 4px 4px 10px;
	background-color:#fff3e5;
	width:180px;
	border:1px #33547F dashed;
	font-size:.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}	

#right-sidebar h2 {
	font-size:1.2em; 
	font-weight:bold; 
	text-transform:uppercase;
	margin:0;
	padding:0; 
	margin-left:0;
	padding-top:3px;
	text-align:center;
	color:#000000;
}

#content p.quote {
    font-size:.9em;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
	margin-right:230px;
	padding:10px;
	background-color:#eaeaea;
	border:1px #d5d5d5 solid;
}

#footer { 
	padding: 4px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #33547F;
	text-align:center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	font-size:.9em;
	letter-spacing: 0.1em;
}

#footer a {
     color:#CCCCCC;
	 padding:2px 0 5px 0;
}	

/* ######### Style for Top Menu ######### */
.redtabs{
padding: 5px;
height:18px;
}

.redtabs ul{
padding: 0;
margin: 0;
font-size:.9em;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.redtabs li{
display: inline;
margin: 0;
}

.redtabs li a{
text-decoration: none;
padding: 5px 6px 5px 6px;
margin: 0;
color: #ffffff;
background-color: #ff8b00; /*THEME CHANGE HERE*/
}

.redtabs li a:visited{
color: #ffffff;
text-decoration: none;
}

.redtabs li a:hover{
text-decoration: underline;
color: #33547F;
}

.redtabs li.selected{
}

.redtabs li.selected a{ /*selected main tab style */
}

.redtabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
color: #33547F;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
font-size:.9em;
font-weight:bold;
color:#FFFFFF;
line-height:20px;
z-index:100;
background-color: #ff8b00;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
}

.dropmenudiv_b a:visited{
color: #ffffff;
text-decoration: none;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:#33547F;
text-decoration: underline;
}
