/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #133667 url(images/bannerBG.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
.italic {
	font-style: italic;
}

h1, h2, h3 {
	margin-top: 0;
	font-weight: normal;
	color: #FFF;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	}


p, ul, ol {
	line-height: 180%;
}

italic {
	font-style: italic;
}

a {
	color: #FFBF23;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

.compress {
	padding-top: -2px;
	font-size: .95em;
	line-height: 1.3em;
}

#redBG{
	padding-left:30px;
	padding-right:30px;
	margin-top: -16px;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	height: 500px;
	position:relative;
	background-color: #9c2111;
	background-image: url(images/red500BG.png);
	background-repeat: repeat-x;
  }
  
#redBG_NUKE{
	padding-left:30px;
	padding-right:30px;
	margin-top: -16px;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	height: 2500px;
	position:relative;
	background-color: #9c2111;
	background-image: url(images/red2500BG.png);
	background-repeat: repeat-x;
  }
  
  #redBG_NUKE img{
	padding-top:10px;
	padding-bottom:10px;
  }
  
#redBG h2 {
	padding-top: 20px;
}

#redBG p {
	margin-bottom: 20px;
}
#redCornerLt{
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(images/redCornerLt.png);
	background-repeat: no-repeat;
  }
  
#redCornerRt{
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(images/redCornerRt.png);
	background-repeat: no-repeat;
  }

/* header */

#header {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	position:relative;
}

#header .reel {
	position:absolute;
	right: 200px;
	bottom: 0px;
	border-style: none;
}

#header .resume {
	position:absolute;
	right: 115px;
	bottom: 0px;
	border-style: none;	
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	padding-top: 15px;
	font-size: 36px;
}

#logo h2 {
}

#logo a {
	text-decoration: none;
	color: #7F7772;
}


/* Menu */

#menu {
	width:490px;
	height:48px;
	position:relative;
	font-size:11px;
	margin: 0;
}

#menu ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	width:60px;
	height:42px;
	border-bottom: 0;
	background-image:url('images/menu/center.png');
	line-height:48px;
	font-size:11px;
	overflow:hidden;
	padding-left: 1px;
	text-indent: 10px;
}
/* End Caps Styling */
#menu .left_nosub {
	background-image:url('images/menu/left.png');
	padding-left: 1px;
	margin-right: -1px;
}
#menu .right_hassub {
	background-image:url('images/menu/right.png');
}
#menu .right_nosub {
	background-image:url('images/menu/right.png');
}
#menu ul {padding:0; margin:0; list-style: none;}
#menu ul li {float:left; position:relative;}
#menu ul li ul {display: none;}

/* Button ":hover" Styling */
#menu ul li:hover a {color:#fff; background:url('images/menu/center_hassub.png');}
#menu ul li:hover ul {display:block; position:absolute; top:42px; left:0; margin: 0; padding: 0;}
#menu ul li:hover ul li a.center_hassub {background:#6a3; color:#fff;}
#menu ul li:hover ul li:hover a.center_hassub {background:#6fc; color:#fff;}
#menu ul li:hover ul li ul {display: none;}

#menu ul li:hover .left_nosub {color:#fff; background:url('images/menu/left_nosub.png');}
#menu ul li:hover .right_hassub {color:#fff; background:url('images/menu/right_hassub.png') ;}
#menu ul li:hover .right_nosub {color:#fff; background:url('images/menu/right_nosub.png') ;}

/* DropDown Styling */
#menu ul li:hover ul li a {background-image: none; display:block;height: 28px; line-height: 26px; color:#223601; width:142px; text-align:left; margin: 0; padding:0 0 0 11px;font-weight:normal;}
#menu ul li:hover ul {
	margin: 0;
	padding: 0;
	background-image:url('images/menu/dropdown.png');
	background-repeat:no-repeat;
	background-position:bottom left; 
}

/* DropDown Menus ":active" or "Selected" Styling */
#menu ul li:hover ul .sub_active {
	background-image:url('images/menu/sub_active.png');
	margin-right: 1px;
}

/* DropDown Menus ":hover" Styling */
#menu ul li:hover ul li a:hover {color:#fff; background-image:url('images/menu/sub_hover.png');}

#menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#menu ul li:hover ul li:hover ul.left {left:-105px;}

/* -- End Menu -- */

#menu {
	width: 700px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 20px 0 10px;
	text-align: center;
	text-decoration: none;
	font-size: 154%;
	color: #FFF;
}

#menu a:hover {
	color: #FFF;
}

#menu .active a {
	color: #900;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

/* Page */

#page {
	clear: both;
	width: 720px;
	background: url(images/mainImage_01.jpg) no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 131px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* Splash */

#splash {
	width: 660px;
	/*height: 180px;*/
	margin-top: -16px;
	background: url(images/mainImage_02.jpg) no-repeat;
	margin-bottom: -20px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

.twocols {
width: 640px;
height: 180px;
}

.twocols .col1 {
	float: left;
	width: 310px;
}

.twocols .col2 {
	float: right;
	width: 310px;
}

/* Content */

#content {
	float: right;
	width: 420px;
	padding: 10px;
	background:#9C2111;
	position:relative;
}

#content h2 {
	text-indent: 30px;
	font-size: 2em;
}

#content #social {
	text-indent: 30px;
	margin-bottom: 5px;
}

#content #social img {
border:none;
}

#tl {
	background-image: url(../images/mainCon/tl.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 0px;
	left: 0px;

}

#tr {
	background-image:url(images/mainCon/tr.png);
	background-position: right top;	
	background-repeat: no-repeat;
	float: right;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#bl {
	background-image:url(images/mainCon/bl.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 50px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#br {
	background-image:url(images/mainCon/br.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	float: right;
	height: 50px;
	width: 50px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.title {
	padding-bottom: 5px;
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img10.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding: 10px 0 0 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-top: 5px;
}

#sidebar h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFCC66;
}

#sidebar p {
	margin-top: -10px;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Gallery */

#gallery {
	width:700px;
	margin-left: auto;
	margin-right:auto;
	margin-top:10px;
	clear:both;
	}
	
#flashContent {
	width:700px;
	margin-top:-25px;
	margin-left:auto;
	margin-right:auto;
	}
	
/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding-top: 30px;
	background-color: #9c2111;
	background-image:url(images/footerBG.png);
	background-repeat:repeat-x;
	color: #FFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: .9em;
}


#footer a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
}


