/*default.css*/

/*----------------------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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.6em;
	background:#585e66 url('../images/bg.jpg') repeat-x 50% 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#eee;
	font-size:13px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------------------layout-----------------------*/

#wrapper {
	margin:auto;
	width:900px;
}
.clear {
	clear:both;
}
#header {
	height:68px;
	position:relative;
}
#social {
	position:absolute;
	right:40px;
	top:1px;
}
#social h2 {
	margin:0.5em;
}
#col1 {
	float:left;
	margin-top:25px;
	display:inline;
	width:450px;
}
#col2 {
	float:right;
	margin-top:25px;
	display:inline;
	width:360px;
}
#col2 img {
	margin-bottom:80px;
}
#logo img {
	margin:0 0 20px 0;
}
#footer_wrapper {
	background:url('../images/footer_bg.jpg') repeat-x;
	height:46px;
}
#footer {
	margin:auto;
	width:900px;
	padding:9px 0 0 0;
}

/*---------------------typography-----------------------*/

h1,h2,h3,h4,h5,h6,p {
	margin:0.8em 0;
}
h1 {
	font-size:18px;
}
li {
	margin:0.5em 7%;
	list-style:disc;
}
a {
	color:#202122;
	font-weight:bold;
}
hr {
	color:#333;
	margin:20px 0 20px 0;
}
.nob li {
	list-style-type:none;
}

/*---------------------nav styles-----------------------*/

#nav {
	width:692px;
	height:62px;
	position:absolute;
	top:0;
	left:0;
	background:url('../images/nav.jpg');
}
#nav li {
	float:left;
	list-style:none;
}
#nav li a {
	position:absolute;
	top:0;
	display:block;
	height:62px;
	background:url('../images/nav.jpg') no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size:1%;
}
li#nav_hom a {
	left:0;
	width:124px;
	background-position:0 0;
}
li#nav_abo a {
	left:124px;
	width:127px;
	background-position:-124px 0;
}
li#nav_ser a {
	left:251px;
	width:150px;
	background-position:-251px 0;
}
li#nav_sam a {
	left:401px;
	width:145px;
	background-position:-401px 0;
}
li#nav_con a {
	left:546px;
	width:146px;
	background-position:-546px 0;
}
li#nav_hom a:hover {
	background-position:0 -62px;
}
li#nav_abo a:hover {
	background-position:-124px -62px;
}
li#nav_ser a:hover {
	background-position:-251px -62px;
}
li#nav_sam a:hover {
	background-position:-401px -62px;
}
li#nav_con a:hover {
	background-position:-546px -62px;
}
h3 {
margin-bottom:0;
}
h2 {
     font-size:18px;
}