/* ----------------------------------------------------------------------------------------------------------------------------------------------
	
	Rogerwest Creative & Code, LLC.
	Name: Paradigm Learning
	Coders: Michael Westafer 
	Last update: 9/14/08 @ 6:00pm by Michael Westafer
	
 ---------------------------------------------------------------------------------------------------------------------------------------------- */
/* Bugs / Issues ( Search number to find code )
 ----------------------------------------------------------------------------------------------------------------------------------------------
	   
	   Status 	#    - Description
	   
	   NONE

 ---------------------------------------------------------------------------------------------------------------------------------------------- */
/* Documentation / Notes
 ----------------------------------------------------------------------------------------------------------------------------------------------
	   

	
 ---------------------------------------------------------------------------------------------------------------------------------------------- */
/* Global Reset
 ----------------------------------------------------------------------------------------------------------------------------------------------*/

	* { margin: 0; padding: 0;  }
	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}	
	p { margin-bottom: 10px; line-height:20px; }
	a img { border: none; }
	form, input {margin: 0; padding: 0; display: inline;}
	ul { margin: 3px 0 12px 0;}
	blockquote {margin: 15px 0 15px 35px;}


/* Headers & Styles
 -------------------------------------------------------------------------------------------------------------------------------------------------*/

	a:link, a:visited { color:#e62a05;}
	a:hover { color: #003366;}

	a.orangelink:link, a.orangelink:visited { color: #ff9900;}
	a.orangelink:hover {color: #339999; }

	h1,h2,h3,h4 { font-family: Georgia, "Times New Roman", Times, serif; padding-top: 0px; margin-bottom: 0px;}
	
	h1 {
	color:#FFFFFF;
	margin: 0 0 5px 0;
	font-size: 26px;
	font-weight: normal;
		}
		
	h2 {
	color:#ffe28b;
	line-height:normal;
	padding:0 0 20px 0;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	
		}
	
	h3 { color:#e62a05; font-size:20px; margin-bottom: 10px; font-weight:normal;}


	h4 {
		color:#ff9900;
		line-height:18px;
		font-size: 13px;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		padding: 0px;
		}

	.red {color:#e62a05;}
	
	.border {
	border: 3px solid #003366;
	width:420px;
	height:265px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------- */
/* Main Structure
 -------------------------------------------------------------------------------------------------------------------------------------------------*/
 
 	#wrapper { position:relative; width: 975px; left: 50%; margin-left: -487px; background:url(../images/bg-content.jpg); background-repeat:repeat-x; background-color:#FFFFFF;}
	
	#header, #content { position:relative; width:430px; margin-left:25px;}
	
	
	#nav { position:absolute; width:440px; left:25px; top:110px; z-index:200;}
	
	#header { padding-top:35px;}
		
	
	#content, #content2, #content3 {
	padding-top:65px;
	
}

	#content2 {
	position:relative;
	width:500px;
	margin-left:220px;
}

	#content3 {
	position:relative;
	width:700px;
	margin-left:220px;
}
	
	#lefcol { 
	
	position:relative;
	width:200px;
	margin: 25px 0 0 25px; 
	padding:45px 0;
	float:left;
	
	}
	
	#nav {color: #ffe28b;}
	
	#rightside {
	position:relative;
	width:450px;
	margin-right:25px;
	float:right;
	background-image: url(../images/bg-toptab.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

	#rightside2 {
	position:relative;
	width:450px;
	margin-right:25px;
	float:right;

}
	
	#logo {
	width:425px;
	text-align:right;
	color:#FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
}
	
	#CTAtext {
	font-style:italic;
	margin-top: 25px;
	margin-right: 18px;
	margin-bottom: 15px;
	margin-left: 73px;
}
	
		#CTAtext h2 {
	color:#003366;
	font-size:20px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

		#CTAtext h3 {
	color:#000000;
	font-size:15px;
	font-weight: normal;
}

	#dmap{
	background-image: url(../images/bg-bottomtab.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 15px;
}

	#bottom, #footer {margin: 25px;}
	
		#footer {
	font-size: 11px;
	clear:both;
	line-height: 18px;
}

		#leftfooter{float:left; width:475px;}
		#rightfooter{
	float:right;
	width:350px;
}
		
	#rightwrapper {
	float:right;
	width:610px;
}

#left, #middle, #right { position:relative; width:290px;}

#right { float:right; }

#left, #middle { float:left;}

#left { margin: 0 o 0 0;}

.CTAhead {
	background-color: #003366;
	background-image: url(../images/bg-corner.gif);
	background-position: right top;
	width: 290px;
	background-repeat: no-repeat;
	height: 45px;
}
		
	.CTAhead img {
	float:left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
	.CTAhead h4 {
	color:#FFFFFF;
	font-size: 18px;
	padding-top: 12px;
}

	.CTAlinks {
	clear:left;
	background-repeat:repeat-x;
	background-color: #f9fbfc;
	background-image: url(../images/bg-CTAfade.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0dae3;
	height: 200px;
	font-size:11px;
	padding: 0 15px 0 0;
}	

	.CTAlinks li, #content li {
		padding: 5px 5px 5px 35px;
		list-style-position: outside;
		list-style-type: none;
		line-height:20px;
		background-image: url('../images/bullet-blue.gif');
		background-repeat: no-repeat;
		background-position: 18px 13px;
	}
	
	
	#content li, #content2 li {	padding: 0px 5px 5px 35px;
		list-style-position: outside;
		list-style-type: none;
		background-image: url('../images/bullet-blue.gif');
		background-repeat: no-repeat;
		background-position: 18px 8px;
	
	}
	
	
/* ---------------------------------------------------------------------------------------------------------------------------------------------- */
/* Navigation
 -------------------------------------------------------------------------------------------------------------------------------------------------*/
 	
			#nav ul { position:relative; margin: 0;padding: 0; list-style: none; width:500px;}
			#nav li a {
			position:relative;
			float: left;
			padding: 0 12px 0px 10px;
			text-decoration: underline;
			font-size: 12px;
			border-right-width: 1px;
			border-right-style: solid;
			border-right-color: #ffe28b;
			color: #ffe28b;
			}
			
			#nav li a:hover{color:#e62a05;}
			
			#nav li {
						position:relative;
						display: inline;}

			#nav  li a.first {padding: 0 15px 0px 0px;}
			
			#nav  li a.last {border-right-style: none; }
			
			
			
	/* CONTACT FORM - Bayshore 
----------------------------------------------------------------------- */
.CUtable td, .bodytext td {
font-size:11px;
line-height:normal;
}
.bodytext td {
padding:0;
}
.CUtable td {
padding:3px 4px 3px 0;
}
.CUtable label {
background-color:#F1F1F1;
display:block;
padding:2px 7px;
}
.CUtable input[type="text"] {
border:1px solid #CCCCCC;
font-family:Arial,sans-serif;
padding:2px;
vertical-align:middle;
}
.CUbutton {
background:#003366 none repeat scroll 0 0;
border:1px outset #CCCCCC;
color:#FFFFFF;
cursor:pointer;
font-weight:bold;
padding:1px 2px;
}



.CUtable td, .bodytext td{padding:5px; font-size: 11px; line-height:normal;}


#tilessection{width:600px;height:20px;margin:0;padding:3px 10px 5px 10px;background: #FFF url(/images/bg_tilesection.gif) top left no-repeat; font: bold 11px/11px Verdana, Arial; color:#000000; text-align:left; } 

.textbox, .bodytext {
	font-size: 11px;
	border: 1px solid #BCBEC0 ;
	background-color: white  ! important  ;
	}  	  
			
.radioIndent {
border-bottom:1px dashed #CCCCCC;
display:block;
margin:2px 0;
padding:4px 0 4px 20px;
width:250px;
}
.radioNoIndent {
border-bottom:1px solid #EDEDED;
display:block;
margin:1px 0;
padding:2px 0 2px 0;
}
.alert {
background-color:#F1F1F1;
border:1px dashed #CCCCCC;
display:block;
margin:0 0;
padding:10px;
width:100%;
}#dmap p {
	margin-left: 70px;
	margin-right: 20px;
	font-size: 12px;
	margin-top: 10px;
}

