﻿/*Sample Resume Template default.css 100516*/

@charset "utf-8";
/* Type Selector */
html, body,
dl, dt, dd,
blockquote, address, pre, cite
{
    margin:0px;
    padding:0px;
    font-family:Tahoma, Verdana, Arial;
    color:#555555;
}
a
{
    color:#2276d5;
}
h1
{
    margin:0px;
    padding:0px;
    font-size:1.4em;
}
h2
{
    margin:0px;
    padding:0px;
    font-size:1.2em;
    font-family: Century Gothic,Tahoma, Verdana, Arial;
}
h3
{
    margin:0px;
    padding:4px;
    color:White;
    font-size:15px;
    text-align:center;
}

h4
{
    margin:0px;
    padding:0px;
    font-size:13px;
}

img
{
    border:0 none;
}

body
{
    background-color:#ffffff;
}

/* Layout Selector */
#wrap
{
    width:100%;
}

#header
{
    height:70px;
    background-color:#ffffff;
}
.home img
{
    padding-top:10px; border:0px; margin:0px;
    width:33px; height:50px;
}
#logo1
{
    color:#6297bc;
}
#logo2
{
    color:#9ec630;
}
#logo3
{
    color:#6297bc;
}
#main_border
{
    height:7px;
    background-color:#a1c442;
}
#left
{
    float:left;
    width:260px;
    margin-left:-100%;
    font-size:13px;
    line-height:16px;
    
}
#main_wrapper
{
    float:left;
    width:100%;

    
}

#main
{
    margin: 12px 210px 0px 260px;
    font-size:13px;
    
    
}

#right
{
    float:left;
    width:200px;
    margin-left: -200px;
    font-size:13px;
    line-height:16px;
}
#copyright
{
    background-color:#6297bc;
    text-align:center;
    font-size:15px;
    height:40px;
    width:100%;
    clear:both;
    vertical-align:middle;
    line-height: 40px;
    color:White;
    
}
.shot
{
    color:White;
    text-decoration:none;
}

/* class Selector */

.ul_left
{
    margin-left:20px;
    padding:0px;
    list-style-type:disc;
    font-weight:bold;
    
}
a:hover
{
    color:#0a4066;
}

.ul_right
{
    margin-left:20px;
    padding:0px;
    list-style-type:disc;
}
.downloadlink
{
    height:17px;
    background-color:White;
    padding-top:7px;
    padding-right:10px;
    text-align:right;  
    line-height:15px;
    
}
/* Header */

.home
{

    font-size:1.7em;
    font-weight:bold;
    text-decoration:none;
    font-family:"Trebuchet MS", Arial, sans-serif; FONT-WEIGHT: bold ;
}

.home a:hover
{
    color:White;
    text-decoration:none;
}

.title
{
    float:left;
    padding-top:10px;
    padding-left: 15px;
    display:inline-block;
    width:540px;
}

#desc
{
    float:right;
    color:#666666;
    padding-top:10px;
    padding-right:10px;
    position:absolute;
    right:0px;
    font-size:0.8em;
    line-height:16px;
   
}

/* Footer */

/* left */

.left_header
{
    
    color:#ffffff;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    height:15px;
    /*background-image:url('/image/left_header_bg.gif');*/
    background-color: #9ec630;
    background-position:center;
    background-repeat:no-repeat;
    height:30px;
    line-height:30px;
    margin-top:12px;
    -moz-border-radius-bottomright:5px; -khtml-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; 
	-moz-border-radius-bottomleft:5px; -khtml-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topright:5px; -khtml-border-radius-topright:5px; -webkit-border-top-right-radius:5px; 
	-moz-border-radius-topleft:5px; -khtml-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;

}


/* right */

.right_header
{
    color:#ffffff;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    height:15px;
    text-transform:uppercase;
    background-color: #9ec630;
    background-position:center;
    background-repeat:no-repeat;
    height:30px;
    line-height:30px;
    margin-top:12px;
    -moz-border-radius-bottomright:5px; -khtml-border-radius-bottomright:5px; -webkit-border-bottom-right-radius:5px; 
	-moz-border-radius-bottomleft:5px; -khtml-border-radius-bottomleft:5px; -webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topright:5px; -khtml-border-radius-topright:5px; -webkit-border-top-right-radius:5px; 
	-moz-border-radius-topleft:5px; -khtml-border-radius-topleft:5px; -webkit-border-top-left-radius:5px;
}

