@charset "UTF-8";

/* Basic styling */

* {
margin:0;
padding:0;
z-index:0;
}

body  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003846;
	background-image:url(../images/backgrounds/bodybg.gif);
	background-repeat: repeat-x;
	text-align: left;
	color: #5a1400;
}

p, ul, ol, td, label {
font-size:13px;
line-height:16px;
margin-bottom:20px;
}

input, textarea {font-size:12px;}

label {
margin-bottom:13px;
}


ul, ol {margin-left:20px;}
li {margin-bottom:5px;}

a {
	color:#ce7019;
}

a:visited {color:#ce7019;}

a:hover {
	color:#8a1f03;
}

h1,h2,h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
}

h1 {
font-size:18px; line-height:19px; margin-bottom:5px;
}

h2 {
	font-size:16px; font-weight:bold;
}


h4 {font-size:12px; font-weight:bold; color:#003846;}

img {border:none;}


hr {border:1px dotted #ce7019; margin:10px 0 20px 0;}


/* Basic structure */
#container { 
	width: 840px;
	background:#003846;
	margin: 0 auto 60px auto;
	position:relative;
	padding-top: 121px;
	padding-bottom:60px;
}

#header { 
position:absolute;
top:0;
left:0;
width:840px;
height:62px;
padding-top:59px;
padding-bottom:20px;
background-color:#ffffff;
} 

#headernav {
position:absolute;
top:145px;
left:15px;
width:808px;
height:28px;
z-index:50;
text-align:justify;
}

#maincontentWrap {position:relative; border:1px solid #e0e0e0; -moz-border-radius: 15px; -webkit-border-radius: 15px; padding:85px 15px 15px 15px; background-color:#ffffff; 	min-height:510px; _height:510px;
background-image:url(../images/backgrounds/maincontentbg.gif); background-repeat:no-repeat; background-position:top;}

#maincontent {
position:relative;
}

.inside {padding-left:28px; padding-top:28px; border-left:2px dotted #edcaa9; position:relative;}
.narrow {width:560px; left:135px;}
.wide {width:610px; left:85px;}

#leftsidebar {
	position:absolute;
	left:0px;
	top:170px;
	width:130px;
	text-align:right;
}


#footer { 
position:absolute;
bottom:0;
left:0;
width:790px;
height:30px;
text-align:center;
padding:15px 25px;
} 


/* HOME PAGE */


.homebox {position:absolute; top:270px; width:139px; height:201px; background-repeat:no-repeat; padding:15px 15px;}

.welcome {left:0px; width:265px; height:231px; padding:0;}
.speaking {left:300px; background-image:url(../images/backgrounds/speakingboxbg.gif);}
.style {left:471px; background-image:url(../images/backgrounds/styleboxbg.gif);}
.faq {left:642px; background-image:url(../images/backgrounds/faqboxbg.gif);}

.more {position:absolute; right:15px; top:140px;}


/* center column structure */


/* Paragraph styling */
.moreleading {line-height:22px;}

.snug {margin-bottom:4px;}

#leftsidebar a {font-weight:bold;}

.credit {font-size:13px; font-style:italic; font-weight:normal;}

.caption {font-size:10px; color:white; line-height:11px; padding:0 8px;}

/* Form styling */

form {margin-bottom:15px;}
form p {margin-bottom:3px;}
input {margin-right:10px; font-family:Arial, Helvetica, sans-serif;}
.text {width:130px;}
textarea {width:249px; height:80px; font-family:Arial, Helvetica, sans-serif;}
.formblock {display:inline-block; width:70px; font-weight:bold;}
.formindent {margin-left:70px;}
.labelblock {display:inline-block; width:45px;}
#submit {margin-top:10px;}

/* List styling */


/* Package Styling */

.label {text-transform:uppercase; font-size:12px; color:#003846; margin-bottom:0;}
.price {font-size:11px; font-style:italic; color:#003846;}


/* Head styling */
.bigblue {font-size:17px; color:#003846; font-weight:normal;}

.bigitalic {font-size:21px; color:#003846; line-height:24px; font-style:italic; font-weight:bold;}

.cmsbigitalic {font-size:21px; color:#003846; line-height:24px; font-style:italic; font-weight:bold; margin-bottom:15px;}

/* Image-related styling */

#headernav img {margin-right:19px;}

.divlink {display:block; position:absolute; width:100%; height:100%; top:0; left:0; text-decoration:none;}


/* Footer styling */
#footer p, #footer a, #footer a:hover, #footer a:visited {color:#ffffff; font-size:12px; line-height:17px; margin:0;}

#footer a:hover {text-decoration:underline;}


/* Colors, alignment */

.orange {color:#ce7019;}
.white {color:#ffffff;}
.blue {color:#003846;}

.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}

.small {font-size:10px;}
.uc {text-transform:uppercase;}

/* Floats and counts */


.wide2 {width:284px;}
.narrow2 {width:265px;}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
