/* CSS Document */
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color:#000;
	/*line-height: 20px;*/
}

blockquote {
color:#FFeecc;
}

a {
color:#FFFF99;
text-decoration: none;
}

a:hover {color:#999999;}

p {
font-size:.9em;
color:#FFFFCC;
}

small {
color:#FFFFCC;
}

li {
font-size:.9em;
color:#FFFFCC;
}

h3 {
color:#FFFFCC;
}

a img { border:0 }

input {
	background-color:#99A;
	color:#000000;
	font-size:small;
	}

.highlighted {
	display:block;
	background-color:#663300;
	text-align:center;
	}


#mainContainer {
	width:777px;
	margin: 0 auto;
	text-align:left;
}

#banner {
	width:769px;
	height:168px;
	background-image:url(../images/Banner-menu-bar.jpg);
	line-height:0em;
		}
	

#menu {
position:absolute;
width:769px;
top: 134px;
_top: 139px;}

.topMenu li {
	top:130px;
	list-style-type:none;
	marker-offset:0px;
	font-size:1.0em;
	display:inline;
	font-variant:small-caps;
	padding-left:3.5%;
	padding-right:3.5%;
	color: #ffffcc;
	text-decoration:none;
	}
	
.featureMenu li {
	list-style-type:none;
	marker-offset:0px;
	font-size:1.2em;
	display:inline;
	font-variant:small-caps;
	padding-left:2.5%;
	padding-right:2.5%;
	color: #ffffcc;
	text-decoration:none;
	}


.topMenu a {
	color: #ffffcc;
	text-decoration:none;
	font-weight:normal;
	font-size:.95em;
	}
	
#topMenu a:hover{
background-color: #F4ECD9;
}

#dropmenudiv{
position:absolute;
border: thin;
line-height:1.4em;
z-index:100;
margin-top:0px;
}


#dropmenudiv a{
font-family: "Lucida Grande", Verdana, Tahoma, sans-serif; 
font-size: .9em; 
_font-size: .7em;
font-weight: normal;
font-variant:small-caps;
color:#C98A3A; 
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dotted black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F4ECD9;
}

#blog {
}

.content ul {
color:#ffffff;
font-size:.9em;
}

.content li {
list-style-type:none;
line-height:3.0em;
}

.content a {
text-decoration:none;
}


.justified p{
text-align:justify;
font-size:1.0em;
}

.centered {
text-align:center;
font-size:1.1em;}

.caption {
text-align:center;
font-variant:small-caps;
font-size:.9em;
color:#FFeecc;
}

.roundedImage {}

.rounded {
	border-style:solid;
	background-color:#000000;
	border-width:1px;
	border-color:#ffffff;
	padding: 10px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    CCborderRadius: 20px;	
	}
	
 #mf a:hover {background-color:#990000}
 #vp a:hover {background-color:#336699}	
	
 #emailForm {
 	background-color:#666699;
	text-align:center;
	width:80%;
	}
	
 #featureVideo {
 	background-color:#666699;
	text-align:center;
	width:50%;
	}


.resume {
display:none;
font-size:smaller;
}

.video {
display:none;
text-align:center;
opacity: 0;
filter: alpha(opacity = 0);
font-size:smaller;
width:100%;
}

.feature {
display:none;
text-align:left;
opacity: 0;
filter: alpha(opacity = 0);
width:100%;
}

#disclaimer {
display:block;
opacity: 1;
filter: alpha(opacity = 100);
}

.left {
text-align:left;
}

.left li {
list-style-type:circle;
line-height:1.5em;
}

#enter {
color:#FFFFCC;
width:100px;
}

/*css for glossy horizontal tab */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(http://carpetbagbrigade.com/v1/images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(http://carpetbagbrigade.com/v1/images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(http://carpetbagbrigade.com/v1/images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

/*browser hacks for Safari 3*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {font-size:.9em}
	.topMenu li { font-size:1.3em; }
	.content p {
	font-size:1.1em}
	#enter a {font-size:large} 
	}
}