/*
Simply Design Group
*/

/* BODY */
* {margin: 0; padding: 0;}

body {
	background: #2a2a2a;
	color: #222;
	font: normal 62.5% sans-serif;
	padding: 0;
}

div#backgraphic {

	background-image:url(../images/bg_xtra5.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	width: 100%;
	float: none;
	position: relative;
}

#bottomgrunge{
	background-image:url(../images/bottom_grunge.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	float: none;
	position: relative;
	height: 70px;
	}

/*BODY LINKS*/

a {color:#fff;}
a:hover {color:#71BACA;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #fff; padding: 6px 0 2px 0;}

h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
images {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}


/* LAYOUT */
#wrapper {
	background:#000 url(../images/wrapper.png) no-repeat left bottom;
	margin: 0 auto;
	width: 762px;
}
#container {	
	border-top: 6px solid #332;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
}


/* HEADER */
.title {
	height:100px;
	background:url(../images/Corners_Logo.jpg);
}

	
.title h1 {
	color: #441;
	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	background: #000;
	height: 5px;
}



/* NAVIGATION */
.navigation {
	background: #DED9D0 url(../images/nav3.gif) repeat-x; height: 41px;
	border-top: 1px solid #996;
}
.navigation a {
	background: # url(images/nav3.gif) repeat-x;
	border-right: 1px solid #6da6c5;
	color:#fff;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0px 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}

.navigation a:hover{background-position: left bottom; color:#000;}

.navigation a:active {color:#000;}




/* MAIN*/
.main#two-columns {background:#000 url(../images/menu_grunge.jpg);}


/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left .content {background:#000;}
.col2 .left {width: 64%;}
.col2 .right .content {background:#294F7C url(../images/menu_grunge.jpg) repeat;}
.col2 .right {width: 36%;}
.content {padding: 0px;}
.left {float: left; padding:0px;}
.right {float: right; padding: 0px;}
.right .content {padding-top: 0px;}



/* BOTTOM  BOXES*/
#bottom {
	background:#235067 url(../images/bottom_content.jpg) no-repeat;
	border-top:solid #C8C0A8 2px;
	border-bottom: solid #C8C0A8 2px;
	color: #fff;
	padding: 0px 5px;
}
.bottom .left {width: auto; height: 300px; padding: 0 0 0 5px;}

#bottom .right {width: auto; height: auto;}






/* FOOTER */
.footer {
	background: #000;
	color: #EED;
	padding: 5px;
}
.footer .left {width: 75%;}
.footer .right {
	width:auto;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}



/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}





/* block list */
ul.block {
	margin: 2px 0;
	padding: 0;
	width: 100%;
}
.block li {
	padding-bottom: 0px;
	list-style: none;
}
.block li a,.block li em {
	color: #fff;
	display: block;
}
.block li em {
	
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	border-bottom:dashed 1px #fff;
	padding-bottom:10px;
	text-decoration: none;
	width: 100%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	color: #000;
}

/*Bottom Box Link Styles*/

.right .block,.right .block li {padding-bottom: 15px; padding-right: 10px;}
.right .block li a:hover {background:#71BACA; border-bottom:dashed 1px #fff; color:#000;}
