/*
*************************************************
BrainStorm Creative

Author:		MudBrick Creative, getdirty@mudbrickcreative.com
Updated:	April 23, 2008
Notes:		April 23, 2008: None
*************************************************
*/

/*-------------------------------------------
	GENERAL Styles
-------------------------------------------*/

@charset "utf-8";
body {
	background-color: #001441;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#pageContentContainer {
	width:1100px;
	}
#top{
	width:auto;
	height:115px;
	background-image:url(images/top_gradiant.jpg);
	background-repeat:repeat-x;
	}
#topnav {
	height:24px;
	background-image:url(images/top_navGradiant.jpg);
	background-repeat:repeat-x;
	}
#leftside {
	width: 200px;
	height:700px;
	background-image:url(images/leftside_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
     }
.yloHeaders {
	font-size: 13px;
	font-weight: bold;
	color: #FCC827;
}

#contentcontainer {
	width: 600px;
	min-height:700px;
	background-color: #001441;
	background-image:url(images/halftone_top.jpg);
	background-repeat:no-repeat;
	border-left:solid #FFFFFF 1px;
	border-right: solid #FFFFFF 1px;
	float:left;
	display:inline;
	color: #FFFFFF;
	}
#footer {
	height: 35px;
	background-image:url(images/bottom_yellowGradiant.jpg);
	background-repeat:repeat-x;	
	float:none;
	clear:both;
	padding-top: 6px;
	}
.logoplacement {
	padding-left: 230px;
}

#rightside {
	width:230px;
	height:700px;
	background-image:url(images/rightside_Gradiant.jpg);
	background-repeat:repeat-y;
	float: left;
	background-color:#00133f;
	margin-left:0px;
	padding-left: 0px;
	}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFCC00;
	display: inline;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}


#mastheadContainer {
	width:588px;
	padding: 5px;
	}
#mastText {
	padding-top: 1em;
	width:270px;
	float:left;
	}
#mastFlash {
	width: 300px;
	float:right;
	}
#showcaseContainer {
	width:530px;
	min-height: 65px;
	padding: 5px;
	padding-top:14px;
	margin-left:37px;
	margin-right:30px;
	float: left;
}
#showcaseBoxes {
	width:160px;
	height: 60px;
	padding: 7px;
	background-image:url(images/cubeBacks.png);
	background-repeat:no-repeat;
	float:left;
	}
#basepageContentContainer {
	width:578px;
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
#basepageContentContainerContact {
	width:578px;
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	}
#contentContactLeft {
	width: 240px;
	padding-left: 11px;
	float:left;
	}
#contentContactRight {
	width: 240px;
	padding-left: 11px;
	float:right;
	}
p {
	display: inline;
}

#navigation {
	width: 700px;
	padding-left: 300px;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
padding-top: 3px;
}
#navigation li {
display:inline;
}
#navigation a:link, #navigation a:visited {
	padding: 0.4em 1em 0.4em 1em;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#navigation a:hover {
color: #FFFFFF;
}
#galleryContainer {
	width:505px;
	padding-left: 60px;
	}
#galleryColumn1 {
	width:220px;
	padding-right: 15px;
	float:left;
	}
#galleryColumn2 {
	width: 220px;
	float:left;
	}
.galleryimages {
	border: 1px solid #DDA704;
	margin-right:6px;
	margin-bottom:2px;
	margin-top:2px;
}
a.moreinfo:link {
	font-weight: normal;
	color: #FFCC00;
	text-decoration: underline;
}
a.moreinfo:visited {
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
a.moreinfo:active {
	font-weight: normal;
	color: #FFCC00;
	text-decoration: underline;
}
a.moreinfo:hover{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.bodylinks:link {
	color: #FFCC00;
	text-decoration: underline;
}
a.bodylinks:active {
	color: #FFCC00;
	text-decoration: underline;
}
a.bodylinks:visited {
	color: #FFCC00;
	text-decoration: underline;
}
a.bodylinks:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
