/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
}
ul {
	list-style: disc outside none;
	padding-left: 15px;
}
ol {
	list-style: decimal outside none;
	padding-left: 15px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END of CSS Reset */

#logo {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: -7px;
}

body {
padding:5px 15px;
background-color:#f4f2ee;
font-family:sans-serif;
}

p {
padding:15px 5px;
}

.box {
background: none repeat scroll 0 0 #F4F4F4;
border: 1px solid #CCCCCC;
margin-bottom: 10px;
}

ul, ol {
margin-left:20px;
}

/* Links */
a {
color:#737f8f;
text-decoration:none;
}
a:visited {
color:#526072;
}
a:hover {
color:#8ba4c5;
text-decoration:underline;
}

/* Main content areas */
.header {
border:1px solid #d9d7d2;
background:#1b2e4d url('../img/header-bg.png') repeat-x top left;
color:#c6d8f5;
margin-bottom:10px;
height:60px
}
.header h1{
font-size: 26px;
font-weight: bold;
padding-top:12px;
}
.header h1 a, .header h1 a:visited{
color:#c6d8f5;
text-transform: lowercase;
}
.header h1 a:hover{
color:#c6d8f5;
}

header {
font-size:120%;
font-weight:bold;
text-transform: lowercase;
}

.content  {
border:1px solid #d9d7d2;
background-color:#fff;
padding:15px 0;
margin-top:0px;
margin-bottom:10px;
padding:5px 10px;
}

.content header {
border-bottom:1px solid #ccc;
margin-bottom:3px;
}

footer {
font-size:90%;
}

/* ul li menu adapted from http://www.secondpicture.com/tutorials/web_design/css_ul_li_horizontal_css_menu.html */
.menu {
padding-top:5px;
text-transform: none;
}
.menu ul {
list-style-type: none;
height: 50px;
float:right;
}

.menu li {
float: left;
}

.menu ul a, .menu ul a:visited {
font-weight:normal;
padding-right: 32px;
padding-left: 32px;
display: block;
line-height: 50px;
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
color: #ccc;
text-shadow: 2px 2px 2px #000;
}

.menu ul a:hover {
color:#fff;
background-color:#4f627b;
}

/* Screen resizing magic */
@media screen and (max-width: 960px) {

.header h1{
font-size: 22px;
padding-top:15px;
}
#logo {
margin-top:-10px;
}
.menu ul a {
font-size: 16px;
padding-right: 24px;
padding-left: 24px;
}

}

@media screen and (max-width: 750px) {
body {
padding:0px !important;
}
.header{
border-left-width:0px;
border-right-width:0px;
}

.container_12, .container_12 .grid_12, .grid_1, .grid_2, .grid_3 {
margin-left: 0% !important;
margin-right: 0% !important;
width: 100% !important;
}
.header {
border-top-width:0px;
height:80px
}
.header h1{
clear:right;
font-size: 20px;
padding:15px 5px;
width:90% !important;
}
#logo {
margin-top:-11px;
}
.menu {
width:100% !important;
background:#1b2e4d url('../img/menu-sm-bg.png') repeat-x top left;
border:0px solid transparent;
padding:3px 0px;
height: 20px;
left: -5px !important;
position: absolute !important;
top: 60px !important;
}
.menu ul {
list-style-type: none;
height: 20px;
float:right;
}
.menu ul a {
color:#cbcbcb;
font-size: 14px !important;
padding-right: 16px !important;
padding-left: 16px !important;
line-height: 20px !important;
}

}

@media screen and (max-width: 480px) {

.grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
margin-left: 0% !important;
margin-right: 0% !important;
width: 100% !important;
}

.header h1{
font-size: 18px;
padding:16px 5px;
}
.menu {
left: 0px !important;
}
.menu ul a {
font-size: 12px;
}

}