/* 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-family: Arial, Helvetica,sans-serif;
	font-size: 11px;
	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;
	background: url(uploads/images/layout/body_bg.jpg) top center no-repeat #0076a2;
}

#page {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#header {
	height: 120px;
	margin-bottom: 30px;
	overflow: hidden;
	background: url(uploads/images/layout/header_bg.gif) bottom left no-repeat;
}

#logo {
	float: left;
	width: 250px;
	height: 120px;
	text-align: right;
	margin-right: 30px;
}

#top_nav {
	float: left;
	height: 26px;
	width: 700px;
	margin: 12px 0px;
	text-align: right;
}

#awards {
	float: left;
	height: 70px;
	width: 700px;
}

.award {
	float: left;	
}

.facebook {
	float: right;	
}

#side {
	float: left;
	width: 250px;
	margin-right: 29px;
}

#nav_wrapper {
	margin-bottom: 30px;	
}

#nav_wrapper img {
	display: block;	

}

#nav {	
	background: url(uploads/images/layout/nav_bg.png);
}

/* Side block styles */
#side .block {
	width: 240px;
	height: 134px;
	padding: 3px 5px;
	margin-bottom: 30px;
	background: url(uploads/images/layout/block_bg.png);
	text-align: center;
}

#side .block a:link.link, #side .block a:visited.link {
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

#side .block a:hover.link, #side .block a:active.link {
	color: #29a7d7;
}

#main {
	float: left;
	width: 600px;
}

#banner {
	width: 700px;

}

#banner_img {
	margin-bottom: 30px;
}

#show_hide {
	width: 66px;
	height: 12px;
	line-height: 20px;
	text-indent: -9999px;
	margin-top: -12px;
	margin-right: 10px;
	float: right;
	background-image: url(uploads/images/layout/show.png);
	display: block;
}

#show_hide.active {
	background-image: url(uploads/images/layout/hide.png);
}

#show_hide:hover {
	cursor: pointer;
	background-position: 0px 12px;
}

#content {
	width: 660px;
	padding: 10px 20px;
	background: url(uploads/images/layout/content_bg.gif);
}


/* Footer Styles */
#footer {
	width: 700px;
	height: 30px;
	padding-top: 10px;
	text-align: right;
	clear: both;
}

/* End of 'Layout' */

