@charset "utf-8";
/* CSS Document 
Matt Shaw, GPM Network, 2008 
*/

body{
height:100%;
background-image:url(../images/menubg.jpg);
background-repeat:repeat-x;
background-color:#FFF;
margin:0;
padding:0 0 0 0;
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
color:#222;
}
object { outline:none; }
p{
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
color:#222;
margin-top:5px;
}

h1{
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
color:#24559d;
margin-top:7px;
}

h2{
font-size:13px;
font-family: Arial, Helvetica, sans-serif;
color:#162c4a;
font-weight:bold;
margin-top:7px;
}



a {
font-weight:bold;
color:#363b74;
text-decoration:none;
}

p img {
border-width:5px;
border-color:#CCCCCC;
border-style:solid;
float:right;
margin:5px 0px 5px 5px;
}

a:hover {
color:#333333;
}

div#box_all {
position:relative;
background-image:url(../images/all_bg.jpg);
background-repeat:no-repeat;
background-position:0 200px;
height:100%;
min-height:95%;
padding:0;
width:925px;
margin: 0 auto;
}

div#box_logo {
float:left;
width:662px;
height:89px;
padding:5px 0 0px 0;
background-color:#FFF;

}

div#box_form {
float:left;
width:258px;
height:89px;
padding:0 5px 5px 0;;
background-color:#ced6e2;
text-align:right;
}

div#box_header {
float:left;
width:925px;
height:204px;
padding:20px 0 20px 0;
background-color:#d6d6d6;
border-top:1px solid #FFF;
border-bottom:1px solid #FFF;
}

#box_header img{
border-top:1px solid #FFF;
border-bottom:1px solid #FFF;
}

div#box_content1 {
float:left;
width:186px;
padding:10px 20px 10px 20px;
background-color:#FFF;

}

div#box_content2 {
float:left;
width:186px;
padding:10px 20px 10px 20px;
background-color:#FFF;

}

div#box_welcome {
float:left;
width:170px;
padding:10px 20px 10px 20px;
background-color:#ebeef3;
}

#box_welcome img{
border:0;
padding:0;
float:none;
margin-bottom:-1px;
}

#box_welcome .quote{
font-family:Arial, Helvetica, sans-serif;
color:#24559d;
font-size:14px;
line-height:1.8em;
font-weight:bold;
font-style:italic;
text-align:left;
}

#box_welcome .quoteby{
font-family:Arial, Helvetica, sans-serif;
color:#444444;
font-size:11px;
font-weight:bold;
float:right;
margin-right:5px;
}

#box_welcome p{
line-height:1.4em;
font-size:13px;
}

div#box_news {
float:left;
width:223px;
padding:10px 20px 10px 20px;
background-color:#ced6e2;

}

div#box_footer{
width:100%;
background-color:#FFFFFF;
padding: 10px 0 10px 0;
border-top:dotted 2px #CCC;
margin-bottom:15px;
}

div#box_footercontent0{
width:925px;
margin: 0 auto;
}

div#box_footercontent1{
float:left;
width:457px;
color:#898989;
text-align:left;
padding-left:3px;
}

div#box_footercontent2{
float:left;
width:462px;
color:#898989;
text-align:right;
padding-right:3px;
}

#box_footercontent2 a{
color:#898989;
font-weight:normal;
text-decoration:none;
}

#box_footercontent2 a:hover{
color:#898989;
text-decoration:underline;
font-weight:normal;
}

.menu {
font-family: arial, sans-serif; 
font-size:10px;
float:left;
width:925px; 
margin:0; 
margin:15px 0 1px 0;
position:relative;
z-index:100;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:-0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:left; 
text-decoration:none; 
padding: 0 10px 0 10px;
height:30px; 
color:#555; 
border:1px solid #fff;
border-width:0 1px 0 0;
background:#d6d6d6; 
line-height:30px;
font-size:11px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#28589f;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
top:30px; 
left:0; 
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#d6d6d6; 
color:#555;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#28589f; 
color:#fff;
}

.button {
border: 0;
width: 75px;
height: 20px;
background: url(../images/search.gif);
margin-top:5px;
}
.fields {
border: 1px solid #444444;
background-color:#ebeef3;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#444444;
}
.text {
border: 1px solid #444444;
background-color:#ebeef3;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#444444;
}

/* OTHER PAGES */

div#other_header {
float:left;
width:925px;
height:204px;
padding:20px 0 0 0;
background-color:#d6d6d6;
border-top:1px solid #FFF;
border-bottom:1px solid #FFF;
}
/* OTHER PAGES END */

/* NEWS PAGES */

#news_content{
float:left;
width:412px;
padding:10px 20px 10px 20px;
background-color:#FFF;
min-height:350px;
}

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #008CBA; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #008CBA; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: black;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;

/* NEWS PAGES END*/
