/* Start of CMSMS style sheet 'Layout: Cosmic Blast' */
/*
	Layout: Cosmic Blast
	Author: Barry Deeney
	Date: February 6, 2009
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #000000 url(images/cosmos-background.jpg) no-repeat center top;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#111111;
}

.clear {
	clear:both;
	display:block;
	height:0px;
}

a, a:link {
	color: #32738a;
	text-decoration:underline;
	font-weight:bold;
}
	
a:hover {
	text-decoration:none;
}
	
img {
	border: 0;
}

div#wrap {
	background:transparent;
	width:950px;
	margin:0px auto;
}

div#header {
	width:950px;
	height:150px;
	background:transparent;
	margin:0px auto;
}
div#header h1 a {
	background:transparent url(images/jags-logo.png) no-repeat 0px 0px;
	display:block;
	text-decoration:none;
	position:relative;
	top:0px;
	left:-50px;
	height:150px;
	width:246px;
	text-indent:-999em;
}

div#main {
	background:#d3d3d3;
	width:100%;
}

div#content {
	background:#ffffff url(images/body-bg.jpg) no-repeat center top;
	float:left;
	width:606px;
	padding:15px 10px;
}

div.col {
	padding:10px;
}

div.left-col {
	width:283px;
	float:left;
	padding:10px;
}

div.right-col {
	width:283px;
	float:right;
	padding:10px;
}

div#content-full {
	background:#ffffff url(images/body-bg-full.jpg) no-repeat center top;
	padding:15px 10px;
}

div.col-f {
	padding:10px;
}

div.left-col-f {
	width:445px;
	float:left;
	padding:10px;
}

div.right-col-f {
	width:445px;
	float:right;
	padding:10px;
}

div#side {
	background:#d3d3d3 url(images/side.jpg) no-repeat right top;
	width:304px;
	float:right;
	padding:15px 10px;
}

p.free-quote a {
	background:transparent url(images/website-design-quote.jpg) no-repeat center center;
	display:block;
	width:298px;
	height:72px;
	text-indent:-999em;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

p.free-quote a:hover {
	background:transparent url(images/website-design-quote-h.jpg) no-repeat center center;
}

div#footer {
	background:transparent;
	color:#999999;
	padding:10px;
	clear:both;
}
div#footer a {
	color:#999999;
}
div#footer a:hover {
	color:#999999;
}
div#footer .left {
	float:left;
	width:465px;
}
div#footer .right {
	float:right;
	width:465px;
	text-align:right;
}

.opacity-50 {
	filter: alpha(opacity = 50);
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* For web browsers who care */
	opacity: 0.5;
}

h2 {
	font-size:15px;
	color:#006699;
	font-style:italic;
}

h3 {
	font-size:14px;
	padding:5px;
}

h4 {
	font-size:12px;
	padding:5px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:12px;
}

p {
	padding:5px;
}

.box1 {
	background:#F4F4F4;
	border:1px #999999 solid;
}

.box2 {
	background:#EBEBEB;
	border:1px #999999 solid;
}

.pad {
	padding:20px;
}

.red {color:#FF0000}
.blue {color:#0066CC}
.green {color:#00CC00}
.gray {color:#666666}

.center {text-align:center}
.justify {text-align:justify}
.right {text-align:right}

.bold {font-weight:bold}

.float-left {float:left}
.float-right {float:right}

.img-left {float:left; padding-right:10px}
.img-right {float:right; padding-left:10px}

ul {padding: 10px 0px 10px 45px;}
/* End of 'Layout: Cosmic Blast' */

