/* Start of CMSMS style sheet 'Layout' */
/* Global Reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 13px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearing */
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Start Layout */
body {	
	text-align: center;
}

#page {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background: url(uploads/images/layout/page_bg.gif) repeat-y #fff;
}

#header  img{
        display: block;
}

.line {
	height: 15px;
	background: url(uploads/images/layout/line_bg.gif) repeat-x;	
}

.slogan {
	text-align: center;
	padding: 12px 0px;
	font-size: 16px;
	clear: both;
	background: #fff;
	color: #10682e;
	letter-spacing: -1px;
}

#nav {
	float: left;
	width: 180px;
	padding: 1px 10px;
}

#content {
	padding: 0px 20px;
	float: left;
	width: 720px;
}

#base_tag {
	background: #005e20;
	border-top: solid 10px #fff;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 8px;
}

#footer {
	padding-top: 10px;
	text-align: center;
	background: #fff;	
}







/* End of 'Layout' */

