/* cmsms stylesheet: gm2013 modified: 10/02/17 11:28:04 */
.clear {
clear: both;
}

body {
background-image: url("../../uploads/gm2013/blue-bg.png");
background-size: 100% auto; # width and height, can be %, px or whatever.
background-repeat: repeat-y;
font-family: Arial, Sans-serif;
font-size: 12px;
}

img {
border: 0px;
}

h1 {
color: #5eb5d8;
}

h2 {
color: #004186;
}

#topleft {
background-image: url("../../uploads/gm2013/left-bg.png");
background-repeat: no-repeat;
width: 290px;
height: 400px;
position: absolute;
top: 0px;
left: 0px;
z-index: -1;
}

#header {
width: 1000px;
display: block;
margin: 0 auto;
color: #fff;
}

#menu, #content, #footer {
width: 900px;
display: block;
margin: 0 auto;
color: #fff;
}

#header {
height: 120px;
}

#header-links {
color: #fff;
font-size: 9px;
float:right;
margin: 20px 50px 0 0; 
}

#header-links img {
vertical-align: middle;
}

#header-links a {
color: #fff;
text-decoration: none;
}

#header-links a:hover {
text-decoration: underline;
}

#logo {
background-image: url("../../uploads/gm2013/logo.png");
background-repeat: no-repeat;
width: 368px;
height: 200px;
float:left;
z-index: 20;
}

#menu {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

#menu ul {
list-style-type: none;
height: 4px;
}

#menu li {
  display: inline-block;
  float: left;
  margin: 0 0 0 2px;
  height: 30px;
}

#menu a {
  float:left;
  display: inline-block;
  height:30px;
  background: url("../../uploads/gm2013/menuitem-bg.png") repeat-x;  
  padding: 6px 6px;
  color: #fff;
  text-decoration: none;
}

#menu a:hover {
color: #001c49;
}

#menu .menuactive a {
color: #001c49;
}

.topmenu_left {
  float:left;
  display: inline-block;
  width: 14px;
  height: 30px;
  background: url("../../uploads/gm2013/menuitem-left.png");  
}

.topmenu_right {
  float:left;
  display: inline-block;
  width: 16px;
  height: 30px;
  background: url("../../uploads/gm2013/menuitem-right.png");  
}


#content {
background-image: url("../../uploads/gm2013/content-left-bg.png");
background-repeat: no-repeat;
background-color: #efefef;
color: #001C49;
}

#content-right {
float: right;
width: 680px;
margin: 20px;
}

#content-right .pics {
border: solid 2px #001c49;
}

#content-left {
float: left;
min-height: 200px;
width:160px;
margin: 180px 0 0 20px;
}

#footer {
  font-size: 10px;
  min-height: 150px;
  background: #001c49;
  margin: -10px auto 20px auto;
}

#footer h2 {
color: #5eb5d8;
}

#footer a {
color: #1d8eb7;
text-decoration: none;
}

#footer a:hover {
color: #5eb5d8;
text-decoration: underline;
}

.colfooter {
margin: 0 20px;
display: block;
width: 250px;
float:left;
}

.contactform label {
display: inline-block;
width: 150px;
vertical-align: top;
margin: 4px 0 0 0;
}

.contactform textarea {
width: 300px;
text-align: top;
}

.cms_submit {
border: none;
background: #001c49;
color: #fff;
padding: 4px 12px;
cursor: pointer;
}

.cms_submit:hover {
background: #1d8eb7;
}
