/* CSS Document */
/* Christian Linsey . COM */

body {
	background:#FFFFFF;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:small;
	margin:0px; padding:0px;
}
img {
	border:0px;
}
/*define main content divs*/
#wrapper {
	width:95%;
	margin:7px 12px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #CCCCCC;
}
#homewrapper {
	width:600px;
	margin:70px 12px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #CCCCCC;
	height:350px;
	padding-top:40px;
}
#header {
	width:100%;
	height:74px;
}
#content_full {
	width:95%;
	float:left;
	margin:0 5px;
}
#contact {
	width:50%;
	margin-left:340px;
	border:1px solid red;
}
#content_left {
	width:45%;
	float:left;
	margin:0 5px;
}
#content_right {
	width:45%;
	float:left;
	margin:0 5px;
}
#footer {
	width:100%;
	height:20px;
	clear:both;
}
/*style images*/
#content_left img{
	margin:2px 10px 0 0;
	float:left;
	background:#006699;
	width:75px; height:75px;
}
#content_right img{
	border:1px solid #666666;
	margin-top:13px;
	padding:0 100px;
	background:#FFF;
}
#content_right img.c, #content_full img.c {
	border:1px solid #003366;
	padding:1px;
	background:#FFF;
	float:right;
}
/*classes*/
.ht {
	height:420px;
}
#cubes.wider li, #cubes.wider li a  {
	width:120px;
	height:50px;
}

/*text*/
h1 {
	font-size:medium;
	margin:5px 0 0 0;
	padding:0px;
}
h2 {
	font-size:small;
	margin:0 0 0 40px; padding:0px;
	font-weight:normal;
}
h1#home {
	color:red;
	display:block;
	padding:0; margin:0 110px 0 10px;	
}
ul#nav {
	display:block;
}
#nav li {
	list-style-type:none;
}
p {
	padding:0px;
	margin:0px;
	font-size:small;
}
#content_full ul#cubes {
	float:right;
	margin:20px 0 0 0;
	width:100%;
	clear:both;
}
#content_full ul#cubes li { float:right; border:1px solid #CCCCCC	}
#content_full ul#cubes a { color:#333}
#content_full ul#cubes a:hover { background:#99cccc}
#cubes li {
	list-style-type:none;
	width:75px;
	height:75px;
	border:1px solid #CCCCCC;
	float:left;
	margin:0px 10px 2px 0;
	font-size:x-small;
}
#content_left p {
	clear:both;
	margin-left:40px;
	margin-top:25px;
}
#content_left h1 {
	margin:25px 0 0 40px;
	padding:0px;
}
.small {
	font-size:small;
	font-weight:normal;
	color:#663300;
	}
#content_right h1 {
	border-bottom:1px solid #CCCCCC;
	width:442px
}
#header h1 {
	width:300px;
}
#homewrapper ul#nav {
	padding-right:30px; 
	float:right;
}
#header ul#nav {
	float:right;
	padding:0px; margin:0px 30px 20px 0px;
}
#header #nav li {
	float:left;
}
.ohyeah {
	font-size:smaller;
}
/*linkage*/
a {
	color:#663333;	
}
a:hover {
	text-decoration:none;
}
#cubes a {
	display:block;
	width:75px;
	height:75px;
	text-decoration:none;
}
#cubes a:hover {
	background:#CCCCCC;
}
#cubes a.on {
	background:#663300;
	color:#FFFFFF;
}
#nav a {
	display:block;
	width:166px;
	height:22px;
	margin:4px 0px;
	list-style-type:none;
	padding:8px 0 2px 35px;
	text-decoration:none;
}
#header #nav a {
	display:block;
	width:80px;
	height:18px;
	margin:4px 2px;
	list-style-type:none;
	padding:4px 20px 2px 20px;
	text-decoration:none;
}
#nav a:hover {
	color:#FFF;
}
.blue a {
	color:#3366cc;	
	border:1px solid #3366cc;
}
.blue a.on {
	color:#FFFFFF;	
	background:#3366cc;
}
.blue a:hover {
	background:#3366cc;
}
.pink a {
	color:#ff9999;
	border:1px solid #ff9999;
}
.pink a.on {
	color:#FFFFFF;
	background:#ff9999;
}
.pink a:hover {
	background:#ff9999;
}
.green a {
	color:#336666;
	border:1px solid #336666;
}
.green a.on {
	color:#FFFFFF;
	background:#336666;
}
.green a:hover {
	background:#336666;
}
.red a {
	color:#990000;
	border:1px solid #990000;
}
.red a.on {
	color:#FFFFFF;
	background:#990000;
}
.red a:hover {
	background:#990000;
}
span.blue { 	color:#3366cc; 	font-weight:bold; }
span.pink { 	color:#ff9999;	font-weight:bold; }
span.green { 	color:#336666;	font-weight:bold; }
span.red { 	color:#990000;	font-weight:bold; }