/*******************************************************
TITLE: Fixed Three-Column Layout v1.0
DATE: 200801
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

/* << ----------------// General Styles //------------ */
body {
	min-width: 800px;
	text-align: left;
	font-size: 76%;
	font-family: Helvetica Nueve, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

p {
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #333333;
	padding: 0 5px 0 10px;
	}
		
strong {
font-weight:bold;
}

em {
font-style:italic;
}

h1 {
font-family: “Lucida Sans Unicode”, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1em;
	margin-left: 10px;
	color: #666666;
}

h2 {
	font-size:18px;
	color: #2058ab;
	line-height: 1em;
	font-weight: normal;
	margin-top: 14px;
	font-family: Cambria, serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	padding: 0 5px 0 10px;
	margin-bottom: 4px;	
}
h3 {
	font-size:15px;
	color: #4e8ac8;
	line-height: 1.em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 11px;
	margin-bottom: 0px;
	text-align: left;
	margin-left: 5px;
}

h4 {
	font-size:18px;
	color: #666666;
	line-height: 1em;
	letter-spacing: -1px;
	font-style: italic;
	margin: 10px 5px 5px 10px;
}

a:link, a:visited {
color:#666666;
text-decoration:none;
}

a:hover, a:active {
color:#55A0FF;
text-decoration:none;
}

ul {
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #333333;
	margin:0 0 0 40px;
	padding:0;
	list-style-type:disc;
}

ol {
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #333333;
	margin:0 10px 0 40px;
	padding:0;
	list-style-type:decimal;
}

ul li, ol li {
	margin:0px 0 5px 20px;
	padding:0;
}

/* << ----------------// Outer container that holds all the columns //------------ */
#mainContainer {
	margin:0 auto;
	padding:0;
	position: absolute;
	width: 100%;
	overflow: visible;
	min-height: 100%;
	left: 0px;
	top: 5px;
	height: auto;
}

/* << ----------------// Header //------------ */

#headertop {
	width: auto;
	position: relative;
	height:35px;
	float: inherit;
	overflow: visible;
	background-image: url(images/whitebgrd.png);
	background-repeat: repeat;
	margin-left: 5px;
}

/* << ----------------// Left column //------------ */
#columnOne {
	float:left;
	position: absolute;
	left: 190px;
	width:405px;
	margin-top: 215px;
	background-image: url(images/whitebgrd.png);
	background-repeat: repeat;
	border-top: 2px;
	border-top-style: solid;
	border-top-color: #2058ab;
		border-left: 2px;
	border-left-style: solid;
	border-left-color: #E2E2E2;
}

#columnOne p{
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	color: #333333;
margin: 10px 20px 5px 20px;
}

#columnOnecal {
	float:left;
	position: absolute;
	left: 190px;
	width:510px;
	margin-top: 215px;
	background-color:#FFFFFF;
	border-top: 2px;
	border-top-style: solid;
	border-top-color: #2058ab;

}
/* << ----------------// Middle column //------------ */

#columnTwo {
	float:left;
	width:180px;
	position: absolute;
	left: 5px;
	top: 522px;
	background-image: url(images/whitebgrd.png);
	background-repeat: repeat;
	border-top: 2px;
	border-top-style: solid;
	border-color: #2058ab;
	height: 300px;
}

#columnTwo:hover {
	float:left;
	width:180px;
	position: absolute;
	left: 5px;
	top: 522px;
	background-image: url(images/whitebgrdfull.png);
	background-repeat: repeat;
	border-top: 2px;
	border-top-style: solid;
	border-color: #FF99CC;
	height: 300px;
}

#columnThree{
	float:left;
	position: absolute;
	left: 595px;
	top: 637px;
	width:100px;
	background-image: url(images/whitebgrd.png);
	background-repeat: repeat;
	margin-left: 5px; 
	border-top: 2px;
	border-top-style: solid;
	border-color: #2058ab;
	height: 210px;
			padding-top: 10px;

}

#columnThree:hover{
	float:left;
	position: absolute;
	left: 595px;
	top: 637px;
	width:100px;
	background-image: url(images/whitebgrdfull.png);
	background-repeat: repeat;
	margin-left: 5px;
	border-top: 2px;
	border-top-style: solid;
	border-color: #FF99CC;
	height: 210px;

}

#columnFour{
	float:left;
	position: absolute;
	left: 700px;
	top: 637px;
	width:100px;
	background-image: url(images/whitebgrd.png);
	background-repeat: repeat;
	margin-left: 5px; 
	border-top: 2px;
	border-top-style: solid;
	border-color: #2058ab;
	height: 210px;
		padding-top: 10px;

}

#columnFour:hover{
	float:left;
	position: absolute;
	left: 700px;
	top: 637px;
	width:100px;
	background-image: url(images/whitebgrdfull.png);
	background-repeat: repeat;
	margin-left: 5px;
	border-top: 2px;
	border-top-style: solid;
	border-color: #FF99CC;
	height: 210px;
}


#columnTwomain {
	float:left;
	position: absolute;
	left: 5px;
	top: 637px;
	width:180px;
	background-image: url(images/whitebgrd.png);
	background-repeat: repeat;
	border-top: 2px;
	border-top-style: solid;
	border-color: #2058ab;
	height: 210px;
	padding-top: 10px;
}

#columnTwomain:hover {
	float:left;
	position: absolute;
	left: 5px;
	top: 637px;
	width:180px;
	background-image: url(images/whitebgrdfull.png);
	background-repeat: repeat;
	border-top: 2px;
	border-top-style: solid;
	border-color: #2058ab;
	height: 210px;
}

/* << ----------------// Footer //------------ */

#footer {
	width: 100%;
	font-size:10px;
	clear:both;
	height: 50px;
	font-weight: bold;
	text-align: center;
	visibility: visible;
}
#footer a:link, #footer a:visited {
	color:#333333;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
color:#FF0000;
text-decoration:underline;
}

/* << ----------------// Menu //------------ */
#menu {
	list-style: none;
	margin: 0;
	width: 800px;
	position: absolute;
	left: 151px;
	top: 7px;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 79px;
	height: 23px;
	background: url(images/menu_home.png) no-repeat;
	left: 10px;
	top: 0px;
}

#menu .oneonone {
	width: 167px;
	height: 23px;
	background: url(images/menu_oneonone.png) no-repeat;
	left: 89px;
	top: 0px;
}

#menu .group {
	width: 167px;
	height: 23px;
	background: url(images/menu_group.png) no-repeat;
	left: 256px;
	top: 0px;
}

#menu .forum {
	width: 74px;
	height: 23px;
	background: url(images/menu_forum.png) no-repeat;
	left: 423px;
	top: 2px;
}

#menu .memberlogin {
	width: 145px;
	height: 23px;
	background: url(images/menu_memberlogin.png) no-repeat;
	left: 423px;
	top: 0px;
}

#menu .aboutme {
	width: 113px;
	height: 23px;
	background: url(images/menu_aboutme.png) no-repeat;
	left: 568px;
	top: 0px;
}

/* << ----------------// FLOAT Images //------------ */

.floatimgleft {
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left: 34px;
}

.floatimgright {
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
margin-right:20px;
}


/* << ----------------// DROPCAP //------------ */

.dropcap {
float:left;
color:#4e8ac8;
font-size:45px;
line-height:33px;
padding-top:5px;
font-family: Cambria, serif;
} 

.initial {
	float:left;
	color:#333333;
	font-size:20px;
	line-height:25px;
	margin-bottom: 10px;
	width: 365px;
	font-family: Cambria, serif;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	
} 

.pullquote {
	float:left;
	color:#2058ab;
	font-size:18px;
	line-height:20px;
margin-right:20px;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
	font-family: Verdana, Arial, Helvetica,Georgia;
	width: 150px;
	height:160px;
	text-align: right;
} 

.pullquotetwo {
	float:right;
	color:#2058ab;
	font-size:18px;
	line-height:16px;
margin-right:20px;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
	font-family: Verdana, Arial, Helvetica,Georgia;
	width: 150px;
	height:100px;
	text-align: right;
} 

/* << ----------------// Email Capture //------------ */
.emailcapture {
	float:left;
	width:170px;
	margin-top: -4px;
	height: 155px;
}

hr {
  border: 0;
  width: 80%;
  margin: 10px 20px 5px 20px;
background-color: #2058ab;
height: 2px;
}




.cssform {
	background-image: url(images/whitebgrdcapture.png);
	background-repeat: repeat-x;
	padding: 5px 5px 5px 5px;
		font-family: Cambria, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #333333;
	}

.cssform p{
width: 170px;
clear: left;
margin: 0;
padding: 2px 0 2px 0;
padding-left: 43px; /*width of left column containing the label elements*/
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -43px; /*width of left column*/
width: 23px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 110px;
}

.cssform textarea{
	width: 170px;
	height: 150px;
}
