/******************************************
THIS STYLES ALL PAGE LAYOUTS
--Site: Someoneasked.com
*******************************************/

        /* --------------------------------------------------
        Typography
        -------------------------------------------------- */
        ul { margin: 0 0 0 25px; }
        li { font-size: 12px; line-height: 16px; margin: 0 0 7px; color: #333; }
        dt { font-size: 13px; font-weight: bold; margin: 0 0 5px; color: #097af2; }
        dd { font-size: 12px; }
        span { font-size: inherit; }
        a {text-decoration:none; font-weight:700; color:#013f60; cursor:pointer; font-size:inherit; }
        a:hover { color: #c7202b; } 
 
        p { font-size: 15px; line-height: 22px; margin: 0 0 22px; color: #333; }
        img { border: 0; }
        hr { border: 0; background: url(../images/hr.gif); height: 8px; opacity: 0.2; margin: 28px 0; }
        hr.medium { height: 4px; margin: 12px 0; }
	hr.line {border-top:solid 1px; height:0px; color:#ccc; opacity:100;filter:alpha(opacity=100); margin: 5px 0px 5px 0px; }
        hr.dashed {border-top:dashed 1px; height:0px; color:#ccc; opacity:100;filter:alpha(opacity=100); margin: 5px 0px 5px 0px; }
        hr.line2 {border-top:solid 1px; height:0px; color:#ccc; opacity:100;filter:alpha(opacity=100); margin: 0px 0px 0px 0px; }
 
	strong { font-weight: bold; font-size: inherit; }
        blockquote p { color: #807964; font-size: 16px; line-height: 22px; font-style: italic; }
        blockquote p cite { display: inline; color: #666; font-size: 14px; margin: 10px 0 0; }
        blockquote p:last-child { margin: 0; }
        blockquote cite:before { content: "\2014 \0020"; }

        h1, h2, h3, h4, h5, h6 {font-weight:100; color:#ff5004; }
        h1 { font-size: 26px; margin: 1px 0 10px 0; }
        h2 { font-size: 22px; line-height: 5px; margin: 0 0 15px; }
        h3 { font-size: 20px; margin: 0 0 15px; }
        h4 { font-size: 18px; margin: 0 0 15px; }
	h4.step1 { color:#013f60; margin:5px 0 0 0; }
	h4.step2 { color:#013f60; padding-top:20px; display:inline; }
        h5 { font-size: 14px; margin: 0 0 10px; }
        h6 { font-size: 14px; margin: 0 0 5px; }
	
	
body {
font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
font-size:12px;
color:#696969;
margin:0;
padding:0;
height:100%;
position:relative;
background-color: #c6e7f9;
background-image: url(../images/body_bg.jpg);
background-repeat: repeat-x;
background-attachment: scroll;
background-position: top;
}

table {
font-family: Arial,sans-serif;
font-size:12px;
color:#696969;
}


	/* ---------------------------------------------------
        Forms
        -------------------------------------------------- */
        label { font-size: 14px; color: #f37b21; display: block; margin: 0 0 3px; }
        label a { font-size: 12px; color: #888d7d; margin: 0 0 0 4px; text-decoration: none; }
        label a:hover { color: #5e553a; text-decoration: underline; }
        textarea { width:608px; height:110px; display: block; margin:0 0 10px; border:1px solid #bdbcbd; overflow:auto; background-color:#efefef; }
        input.text { font-size: 18px; font-family: Arial; }
        input.image { float: right; }
        input.password { font-size: 18px; font-family: Arial; }


        /* --------------------------------------------------
        Grid System ------------- 
        -------------------------------------------------- */
        div.row { width: 100%; margin: 0 0 20px; }
        div.row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
        div.row.last-child { margin: 0; }
        div.column, div.columns { margin: 0 10px; float: left; }
        div.column.five, div.five.columns { width: 380px; }
        div.column.six, div.columns.six { width: 460px; }
        div.column.seven, div.columns.seven { width: 540px; }
        div.column.eight, div.columns.eight { width: 620px; }
        div.column.nine, div.columns.nine { width: 700px; }
        div.column.ten, div.columns.ten { width: 780px; }
        div.column.eleven, div.columns.eleven { width: 860px; }
        div.column.twelve, div.columns.twelve {border:1px solid #000; width: 920px; }
        div.column.half, div.columns.half { width: 480px; }
        div.column.third, div.columns.third { width: 320px; }
        div.column.big, div.columns.big { width: 600px; margin: 0 20px 0 0; }
        div.column.small, div.columns.small { width: 320px; margin: 0; }
        div.column.three, div.columns.three { width: 220px;}
        div.column.two, div.columns.two { width: 140px; }
        div.column.one, div.columns.one { width: 60px; }
        div.column.four, div.columns.four { width: 300px; }
        div.column.first-child, div.columns.first-child { margin-left: 0; }
        div.column.last-child, div.columns.last-child { margin-right: 0; }

        /* --------------------------------------------------
        Miscellaneous: NOTE!!! DOES NOT WORK FOR IE6--SURPRISE
        -------------------------------------------------- */

	.clear {HEIGHT:0px; CLEAR:both;}



	/* -------------------------------------------------------------
	ROUNDED CORNER BOXES
	-------------------------------------------------------------- */
#rnd_container {
	margin:1px;
}
    
.rnd_top, .rnd_bottom {
	display:block;
	background:#FFFFFF;
	font-size:1px;
}

.rnd_b1, .rnd_b2, .rnd_b3, .rnd_b4 {
	display:block;
	overflow:hidden;
}

.rnd_b1, .rnd_b2, .rnd_b3 {
	height:1px;
}

.rnd_b2, .rnd_b3, .rnd_b4 {
	background:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

.rnd_b1 {
	margin:0 5px; background:#CCCCCC;
}

.rnd_b2 {
	margin:0 3px;
	border-width:0 2px;
}

.rnd_b3 {
	margin:0 2px;
}

.rnd_b4 {
	height:2px;
	margin:0 1px;
}
    
.rnd_content {
	display:block;
    	border:0 solid #CCCCCC;
    	border-width:0 1px;
    	padding: 4px;
    	background:#FFFFFF;
    	color:#000000;
}


#all_cont {
	text-align:center;
	height:600px;
	width:960px;
	margin:0px;
}


.left_main_cont {
	float:left;
	position:relative;
	padding:0 0 0 10px;
	width:730px;
	height:600px;
}


.inner_left_main_cont {
	height:500px;
	width:710px;
	padding:10px;
	margin:0 0 0 0;
	text-align:left;
	float:left;
        background-color:#fff;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #FFFFFF;
}


.nav_text {
       	font-size:10px;
	border-bottom:1px solid #ccc;
	height:20px;
	padding-top:7px;
	background: url(../images/nav_bg.gif) repeat-x;
	text-align:left;
	margin-top:10px;
	margin-bottom:20px;
	padding-left:10px;
	color:#000000;
}

.search_head {
	font-size:16px;
}

.search_desc {
        font-style:italic;
        color:#CCC;
        font-size:10px;
}

.featured_heading {
        font-weight:100;
        font-size:20px;
        color:#133aa9;
        letter-spacing:2px;
        font-family:AvantGarde Bk BT, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.featured_heading_sub {
        color:#133aa9;
}

.testimonial_vid_Text{
   border: solid 1px;
   margin: 5px 0 0 0;
   background-color: #FEFDC8;
}

.testimonial_vid_TextImage {
   float: left;
   border: solid 1px;
   margin: 5px 0 0 0;
}


#testimonial_video {
padding-top:20px;
text-align:center;
background-image: url(../images/vid_bg.gif); 
background-repeat: no-repeat;
width:250px;
}


#flash_player2 {
	padding:5px;
	width:220px;
        margin-bottom:5px;
        }
#top_nav_cont {
	background:#013f60;
	width:100%;
	height:23px;
	text-align:center;
	color:#FFF;
}


.top_nav {
	width:575px;
	float:right;
	color:#FFF;
	padding:0 0 0 0;
	margin-top:5px;
	letter-spacing:5px;
}


#head_cont {
	background-image: url(../images/mid_header_bg.jpg);
	background-repeat:repeat-x;
	height:94px;
	width:inherit;
}


.head_inner_cont {
	padding:0px;
	position:relative;
	width:955px;
	height:93px;
}


.head_logo {
	margin:0 0 0 0;
	padding:10px 0 0 0; 
	float:left;
	width:157px;
	height:74px;
	text-align:left;
}

.head_aq {
	margin:0 0 0 0;
	padding:10px 0 0 15px;
	width:212px;
	height:77px;
	float:left;
	text-align:left;
}

.head_pq {
	margin:0px;
	padding:10px 15px 0 15px;
        width:200px;
        height:83px;
        float:left;
        border-right:1px solid #FFF;
	text-align:left;
}

.head_askq {
	margin:0px;
	padding:10px 15px 0 143px;
	width:180px;
	height:83px;
	border-right:1px solid #FFF;
	float:left;
	text-align:left;
	font-weight:100;
}


.head_title {
	color:#003f60;
	font-size:20px;
	font-weight:100;
}

.head_sub_title {
	color:#FFF;
	font-size:16px;
	font-weight:100;
}

#point_cont {
	height:20px;
	width:100%;
	text-align:left;
}

.point {
	background-image: url(../images/point.gif);
	background-repeat:no-repeat;
	margin:0 0 0 255px;
	height:20px;
	width:20px;
}

#crumb {
	text-align:center;
	width:950px;
	height:17px;
	padding:10px 0 0 0;
        color:#003f60;
        font-size:12px;
}

.crumb_cont {
	height:17px;
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-size:12px;
	font-weight:100;
}

.date {
	height:17px;
	float:right;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

/* ***********************************
REGISTRATION FORM
*********************************** */
.reg_form {
	text-align:left;
	}
.reg_row {
	margin:0 0 10px 0;
}

.reg_label {
	color:#013f60;
	font-weight:700;
}


.black_overlay {
	display: none;
        position: fixed;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
}

.white_content {
        display: none;
        position: fixed;
        top: 25%;
        left: 37%;
	width: 300px;
	height: 300px;
	padding: 16px;
	background-color: white;
	z-index:1002;
	overflow: auto;
	-khtml-border-radius:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid #FFFF00;
}















