body { margin: 0; padding: 20px;
background:url(/images/diagonals.gif) #C5C9FE}

#outline { margin: 0 auto; overflow: auto; width: 960px; }
#outline { border: 1px solid #9A0A14; }

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}


.content {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

#wrapper { overflow:hidden; margin: 0 auto; width: 960px; 
 background: #FFF; border: 5px solid #fff; }
 
 #wrapper2 { overflow:hidden; margin: 0 auto; width: 960px; height:auto; background: #FFF;  border: 1px solid #fff; }


#header {
	background: url(images/mike.png);
    float: left;
    height: 306px;
    padding: 0 0 0 0;
    width: 930px;
}

#headerBox {
	background: url(images/mike.png);
	position: absolute;
	height: 235px;
	margin: 0 0 0 5px;
	padding: 5px 10px;
	width: 300px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#headerBoxRight {
	background: url(images/branding-bg.jpg) repeat;
	position: absolute;
	height: 155px;
	margin: 0 0 0 475px;
	padding: 5px 10px;
	width: 400px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#navigation { width: 100%; font-size: 95%; }

#navigation, #navigation ul, #navigation ul li, #navigation ul li a  { margin: 0; }

#navigation, #navigation ul { padding: 0; }

#navigation ul li a , #navigation ul li  { display: block; float: left; }

#navigation ul { list-style: none; background: url(../images/gradientdkblue.jpg) repeat-x 0 50%; overflow: hidden; border: 1px solid #c01700; }

#navigation ul li { padding: 0 12px 0 12px; background: url(../images/separator2.gif) no-repeat 100% 50%; }

#navigation ul li a { color: #fff; font-weight: bold; text-decoration: none; }
#navigation ul li a:link, #navigation ul li a:visited { padding: 7px 10px; }
#navigation ul li a:hover, #navigation ul li a:active { background: url(../images/gradientdkblueh.jpg) repeat-x 0 50%; color: #D20000 }
/* FONTS */

body { font: normal 16px/1.3em arial, helvetica, sans-serif; color: #003 }

#header, #leftColumn-layout1, #leftColumn-layout2, #leftColumn-layout3, #rightColumn-layout1, #rightColumn-layout2, #rightColumn-layout3, #mainColumn-layout4, #footer 
{
    font-size: 85%;
}

/* LAYOUT 1 SIDEBAR RIGHT */

#leftColumn-layout1 {
	float: left;
	margin: 0 10px 20px 10px;
	min-height: 620px;
	width: 650px;
	color: #003;
}

#rightColumn-layout1 {
    float: left;
    margin: 0 10px 10px 0;
    min-height: 620px;
    width: 250px;
	border: 7px solid #FFF; 
}

#leftColumn-layout {
	float: left;
	margin: 0 20px 20px 10px;
	min-height: 620px;
	width: 600px;
	color: #003;
	padding-right:20px;
	
}
#leftColumn-fb {
	float: left;
	margin: 10px 0 10px 0;
	height: 250px;
	width: 570px;
	color: #003;
	padding-right:20px;
	overflow: auto;
	border: 1px;
	
}

#rightColumn-layout {
    float: left;
    margin: 0 10px 10px 0;
    min-height: 620px;
    width: 280px;
	
}
#right-fb{
	float: left;
	margin: 0 10px 10px 0;
	height: 300px;
	width: 292px;
	overflow: auto;
}


/* LAYOUT 2 SIDEBAR LEFT */

#leftColumn-layout2 {
	float: left;
    margin: 20px 0 20px 20px;
    min-height: 550px;
    width: 230px;
}

#rightColumn-layout2 {
    float: left;
    margin: 20px;
    min-height: 550px;
    width: 640px;	
}

/* LAYOUT 3 SIDEBAR LEFT AND RIGHT */

#leftColumn-layout3 {
	float: left;
    margin: 20px 0 20px 20px;
    min-height: 550px;
    width: 190px;
}

#mainColumn-layout3 {
    float: left;
    font-size: 85%;
    margin: 20px;
    min-height: 550px;
    width: 470px;	
}

#rightColumn-layout3 {
	float: left;
    font-size: 85%;
    margin: 0 20px 20px 0;
    min-height: 550px;
    width: 190px;
}

/* LAYOUT NO COLUMNS */

#mainColumn-layout4 {
    float: left;
    margin: 20px;
    min-height: 550px;
    width: 890px;	
}

/* FOOTER */

#footer {
	background: #FFF;
    float: center;
    line-height: 2em;
    padding: 10px 0 0;
	width: 972px;
    text-align: center;
	 margin-left: auto;
    margin-right: auto }
   
}

/* NAVIGATION TOP */

#navTop ul { list-style: none; margin: 0; padding: 0; }
#navTop li { display: inline; margin: 0 2px 0 0; padding: 0;  }

#navTop a {
    clear: right;
    color: #fff;
    display: block;
    float: left;
	letter-spacing: 1px;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
    white-space: nowrap;
}

/* NAVIGATION SIDEBAR */

#sidebar { margin-bottom: 16px; }

#sidebar ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li a {
	padding: 5px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 100%;
}

html>body #sidebar li a { width: auto; }

/* SITE STYLES */

h1, h2, h3, h4 {
    font-weight: normal;
    line-height: 1.1em;
    margin: 0 0 16px 0;
    padding: 0;
	color: #003;

}

h1 { font-size: 500%; text-shadow: 4px 4px 4px #000000; }
h2 {
	font-size: 170%;
	color: #D20000;
	text-align: left;
}
h3 {
	font-size: 130%;
	color: #003;
	text-align: left;
}
h4 {
	font-size: 100%;
	color: #002;
	text-align: justify;
}

p {
	margin: 0 0 16px 0;
	padding: 0;
	text-align: justify;
}

a {  color: #9A0A14;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline; 
}

a:hover { text-decoration: none; }

b, strong { letter-spacing: 1px; }

img { border: 0; }

/* CLASSES */

.border { padding: 5px 10px; }

img.left { float: left; margin: 6px 10px 6px 0; }
img.right {	float: right; margin: 6px 0 6px 10px;}
img.center { display: block; margin: 6px auto; text-align: center; }

.submit:hover, img:hover { 
	opacity:.60; 
	filter: alpha(opacity=60); 
	-moz-opacity: 0.60; 
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* BLOCKS */

.blockRow {
	display: inline;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.block-25 { float: left; width: 25%; }
.block-33 { float: left; width: 33.33%; }
.block-66 { float: left; width: 66.66%; }
.block-50 { float: left; width: 50%; }
.block-75 { float: left; width: 75%; }

/* FORM */

.form {	float: left; margin-bottom: 16px; width: 100%; }
.formLeft {	float: left; line-height: 2.5em; margin-right: 10px; width: auto; }
.formRight { float: left; line-height: 2.5em; width: auto; }

input, textarea { padding: 5px; }

textarea { height: 60px; margin-top: 3px; width: 240px; }


.colors { float: left; width: 100%; }
.colors ul { margin: 0; padding: 0; }

.colors li {
	float: left;
	display: inline;
	height: 90px;
	margin: 0 10px 10px 0;
	padding: 5px;
	list-style: none;
	width: 90px;
}
.justified {
	text-align: justify;
}
