﻿/* Standard HTML Tags */

html, body {
	margin:0em;
	padding:0em;
	background-color:#282828;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#727273;
}

li {
	margin:0em 0em .5em 0em;
}

hr {
	background-color:#a9976e;
	border:0px;
	height:1px;
}

form {
	margin:0em;
}

a {
	color:#63a19d;
	text-decoration:none;
    font-weight:500;
}

a:hover {
	color:#497976;
	text-decoration:none;
}

p {
    line-height:24px;
}

ul {
	list-style:square;
}

table {
	border-collapse:collapse;
}

td {
	vertical-align:top;
}

h1 {
	color:#000000;
	font-size:2em;
	font-weight:lighter;
}

h2 {
	color:#231f20;
	font-size:1.4em;
	font-weight:lighter;
    padding:0em 0em .5em 0em;
    margin:0em 0em .5em 0em;
    border-bottom:1px #69aeaa solid;
    display:inline-block;
}

h3 {
	color:#223d7d;
	font-size:1.1em;
	font-weight:lighter;
    margin:.5em 0em 1em 0em;
    padding:0em;
}

h4 {
	color:#ffffff;
	font-size:1.5em;
	font-weight:lighter;
}

img	{
	border:0em;
    display:block;
}

/************* Other Styles ************/

.clear  {
    clear:both;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.extra_bold {
    font-weight:bolder;
}

.italic {
	font-style:italic;
}

.input_button {
	padding:.5em 1em .5em 1em;
	font-family:Arial;
	cursor:pointer;
    border:0em;
}

.no_border {
	border:0px;
}

.no_margin {
	margin:0px;
}

.guest_spotlight_img {
	padding:0em 0em 0em 25em;
}

/*************/
/* Site Container Styles */
/*************/

#wrapper_main {
	clear:both;
	width:700px;
    margin:0em auto 0em auto;
    position:relative;
    overflow:auto;
    background-color:#FFFFFF;
}

    #container_header {
        clear:both;
    }

        #container_header_content {
            padding:1em 0em 1em 0em;
            text-align:center;
        }

            #container_header_content img {
                display:inline-block;
            }

    #container_hero {
        clear:both;
    }
    
    #row_intro {
        clear:both;
        background-color:#f0f1f2;
    }

        #row_intro_column_1 {
            float:left;
            width:100%;
            
        }
           
            #row_intro_column_1_content 
            {
                padding:3em 3em 3em 3em;
            }
            
            #row_intro_column_1_content h3
            {
                color:#FFFFFF;
                
            }

    #row_1 {
        clear:both;
    }

        #row_1_column_1 {
            float:left;
            width:60%;
            max-width:420px;
        }
           
            #row_1_column_1_content {
                padding:3em;
            }

        #row_1_column_2 {
            float:left;
            width:40%;
            max-width:280px;
        }

    #row_2 {
        clear:both;
        background-color:#f0f1f2;
    }

        #row_2_column_1 {
            float:left;
            width:40%;
            max-width:280px;
            
        }
           
            #row_2_column_1_content {
                
            }

        #row_2_column_2 {
            float:left;
            width:60%;
            max-width:420px;
        }

            #row_2_column_2_content {
                padding:3em;
            }

    #row_3 {
        clear:both;
    }

        #row_3_column_1 {
            float:left;
            width:60%;
            max-width:420px;
        }
           
            #row_3_column_1_content {
                padding:3em;
            }

        #row_3_column_2 {
            float:left;
            width:40%;
            max-width:280px;
        }
        
       #row_3_highlight {
        clear:both;
        background-color:#20366c;
    }
    
          #row_3_column_1_highlight {
            float:left;
            width:20%;
            max-width:120px;
            
        }
           
            #row_3_column_1_content_highlight 
            {
                padding:7em 1em 2em 3em;
                
            }


        #row_3_column_2_highlight {
            float:left;
            width:100%;
            max-width:500px;
        }

            #row_3_column_2_content_highlight {
                padding:2em 0em 4em 6em;
                color:#FFFFFF;
                text-align:left;
                font-weight:300;
            }

       
            #row_3_column_2_content_highlight a {
                color:#FFFFFF;
                font-size:1.2em;
                font-weight:300;
            }

    #row_4 {
        clear:both;
        background-color:#f0f1f2;
    }

        #row_4_column_1 {
            float:left;
            width:40%;
            max-width:280px;
            
        }
           
            #row_4_column_1_content {
                
            }

        #row_4_column_2 {
            float:left;
            width:60%;
            max-width:420px;
        }

            #row_4_column_2_content {
                padding:3em;
            }

            
   #row_5 {
        clear:both;
    }

        #row_5_column_1 {
            float:left;
            width:60%;
            max-width:420px;
        }
           
            #row_5_column_1_content {
                padding:3em;
            }

        #row_5_column_2 {
            float:left;
            width:40%;
            max-width:280px;
        }

    
        #row_6 {
        clear:both;
        background-color:#63a19d;
    }

        #row_6_column_1 {
            float:left;
            width:100%;
            
        }
           
            #row_6_column_1_content 
            {
                padding:3em 3em 3em 3em;
                color:#FFFFFF;
                
            }
            
            #row_6_column_1_content h3
            {
                color:#FFFFFF;
                
            }

    
    #row_7 {
        background-color:#231f20;
    }

        #row_7_column_1 {
            float:left;
            width:60%;
        }

            #row_7_column_1_content {
                padding:2em 1em 1em 2em;
                color:#FFFFFF;
                font-size:.9em;
            }

                #row_7_column_1_content p {
                    padding:0em 0em .5em 0em;
                    margin:0em;
                }

                #row_7_column_1_content a {
                    color:#FFFFFF;
                    font-size:.9em;
                }

        #row_7_column_2 {
            float:left;
            width:40%;
        }

            #row_7_column_2_content {
                padding:3em 2em 1em 1em;
                text-align:right;
                color:#FFFFFF;
            }

                #row_7_column_2_content ul {
                    margin:0em;
                    padding:0em;
                    list-style:none;
                }

                    #row_7_column_2_content li {
                        float:right;
                        margin:0em 0em 0em .5em;
                    }

                    #row_7_column_2_content img {
                        padding-top:.25em;
                    }


        
/*************/
/* Site Specific Styles */
/*************/
