
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 740px;
    height: 605px;
    position: relative;
    border-right: #CCCCCC 1px solid;
    border-top: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
}

#content-container-two-column2
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 720px;
    border: 1px solid #CCCCCC;
    background: url(../../images/bg-two-column-main.jpg) repeat-y;
    position: relative;
}

#content-main-two-column
{
    width: 555px;
    float: left;
}

#content-side-two-column
{
    float: right;
    width: 170px;
    background: url(../../images/longBG2.jpg) repeat-x;
    border-right: #CCCCCC 1px solid;
    border-top: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    padding: 3px;
    height: 595px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 720px;
    border: 1px solid #CCCCCC;
    background: url(../../images/bg-three-column-main5.jpg) repeat-y;
    position: relative;
}

#content-main-three-column
{
    width: 365px;
    float: left;
    margin-left: 18px;
    margin-right: 12px;
}

#content-main-two-column
{
    width: 525px;
    float: left;
    margin-left: 18px;
    margin-right: 12px;
}

#content-side2-three-column, #content-side1-three-column
{
    width: 160px;
    font-size: .9em;
    border-right: #CCCCCC 1px solid;
    border-top: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    background-color: #fbfbfb;
}

#content-side2-three-column
{
    padding: 3px;
    float: right;
    margin-right: -8px;
}

#content-side1-three-column
{
    padding: 3px;
    float: left;
    margin-left: -4px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container
{
    padding: 0;
    margin: 0 0 0px 0;
}

#three-column-side1
{
    float: left;
    width: 31%;
    height: 523px;
    margin: 0px 8px 0px 0px;
    border-right: #CCCCCC 1px solid;
    border-top: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    background-color: #ededed;
    padding: 3px;
    background: url(../../images/longBG1.jpg) repeat-x;
}

#three-column-side2
{
    float: right;
    width: 31%;
    height: 523px;
    border-right: #CCCCCC 1px solid;
    border-top: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    background-color: #fbfbfb;
    padding: 3px;
    background: url(../../images/longBG1.jpg) repeat-x;
}

#three-column-middle
{
    float: left;
    width: 31%;
    height: 523px;
    margin: 0 3px 0 0;
    border-right: #CCCCCC 1px solid;
    border-top: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    background-color: #fbfbfb;
    padding: 3px;
    background: url(../../images/longBG1.jpg) repeat-x;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
    margin: 0px;
    background-color: #FFFFFF;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 0.7em;
    line-height: 1.4em;
    color: #444444;
}

p
{
    margin: 10px 0;
}

p.no-padding-no-margin
{
    padding: 0;
    margin: 0;
}

hr
{
    color: #FFDA46;
    background-color: #FFDA46;
    height: 1px;
    border: 0;
    margin: 10px 0;
    _margin: 8px 0;
}



blockquote
{
    padding: 0 0 0 12px;
    margin: 12px 0 0 0;
    background: url(../../images/bg-quote.png) no-repeat;
}

blockquote p
{
    margin: 2px 0;
}

cite
{
    font-size: .85em;
    margin: 0;
    padding: 0 0 0 6px;
}

fieldset
{
    padding: 15px;
}

legend
{
    color: #333333;
    padding: 5px 3px 10px 3px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1, h2, h3, h4, h5, h6
{
    font-size: 1.6em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 1.1em;
    margin: 5px 0;
}

h1
{
    margin-bottom: 0;
}

h1, h2
{
    margin-top: 0px;
}

h2
{
    font-size: 1.2em;
}

h3
{
    font-size: 1.0em;
}

h3.small
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1.1em;
}

h6
{
    font-size: 1em;
}

action
{
    font-size: 1.1em;
    color: red;
    font-style: italic;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link
{
    color: #CA5B00;
    text-decoration: none;
}

a:visited
{
    color: #C89B02;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

a:active
{
    color: #C89B02;
}

#content-side-two-column a:link, #content-side2-three-column a:link, #content-side1-three-column a:link, #content-side-two-column a:visited, #content-side2-three-column a:visited, #content-side1-three-column a:visited
{
    text-decoration: none;
}

#content-side-two-column a:hover, #content-side2-three-column a:hover, #content-side1-three-column a:hover
{
    text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    color: #999999;
    font-size: .85em;
    position: relative;
    width: 780px;
    height: 73px;
}

#logo
{
    position: absolute;
    top: .2em;
    left: 15px;
    font-size: 2.6em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    height: 73px;
    width: 240px;
    padding: .1em 0 .2em 0;
    font-variant: small-caps;
    background: url(../../images/andoraLogo.jpg);
}

#topText
{
    position: absolute;
    text-align: right;
    top: 44px;
    font-size: 1.5em;
    height: 73px;
    padding: 0 0 0 0;
    margin-left: auto;
    width: 760px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #000000;
}



#logo a
{
    color: #009999;
    text-decoration: none;
}

#top-information-home
{
    text-align: right;
    border-bottom: 1px dashed #CACACA;
    position: absolute;
    top: 0;
    right: 25.5%;
    width: 15%;
    padding: 0 1.5% 0 0;
}

#top-phone2
{
    text-align: right;
    border-right: 1px dashed #CACACA;
    position: absolute;
    top: -0.4em;
    right: 25.5%;
    width: 15%;
    padding: 3% 1.5% 1.5% 0;
}

#top-information-phone
{
    text-align: center;
    position: absolute;
    border-left: 1px dashed #CACACA;
    position: absolute;
    top: 0;
    left: 75%;
    padding: 0 0 0 2%;
}

#top-language-change
{
    text-align: right;
    padding: 0 5% 0 0;
    top: 13px;
    margin-left: auto;
    margin-right: auto;
    width: 720px;
    position: absolute;
}




#top-information-link
{
    text-align: center;
    border-left: 1px dashed #CACACA;
    position: absolute;
    top: 0;
    right: 0;
    width: 8.5%;
    padding: 0 0 0 1.5%;
}

#heading
{
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
}


#subheading
{
    font-size: 1.1em;
    font-weight: bold;
}

.subheading
{
    font-size: 1.1em;
    font-weight: bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main
{
    background: #4DC8f4 url(../../images/bg-nav2.jpg) repeat;
    margin-left: auto;
    margin-right: auto;
    color: White;
    width: 730px;
    height: 21px;
    padding: .8em 0 1em 20px;
    position: relative;
    font-weight: bold;
    border-right: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-top: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
}

#nav-main div
{
}

#nav-main ul
{
    margin: 0;
    padding: 0 20% 0 0;
}

#nav-main li
{
    display: inline;
    list-style: none;
    padding: 0 1em 0 0;
    background: none;
}

#nav-main a:link, #nav-main a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#nav-main a:hover
{
    color: #CCCCCC;
}

#nav-main a:active
{
    color: #FFFFFF;
}

#nav-main li.current a:link, #nav-main li.current a:visited
{
    text-decoration: underline;
}

#nav-main li.current a:hover
{
    color: #CCCCCC;
}

#nav-main li.current a:active
{
    color: #CCCCCC;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link, #nav-main a.StaticSelectedStyle:visited
{
    color: #CCCCCC;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container
{
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 756px;
    position: relative;
}


.posterBorder
{
    border-top: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
}

.poster-photo-image
{
    border-left: #CCCCCC 1px solid;
    display: block;
    margin: 0 3px 0 3px;
}

#feature-area-home
{
    position: absolute;
    top: 0px;
    right: 2px;
    width: 20%;
    height: 124px;
    text-align: center;
    padding: 2%;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 135%;
    font-family: 'Comic Sans MS';
    letter-spacing: normal;
    background-image: url(../../images/yellowBGFeature.jpg);

   
}

#feature-area-new-projects
{
    position: absolute;
    top: 30px;
    left: 0px;
    width: 60%;
    text-align: center;
    padding: 2%;
    color: black;
    font-size: 18px;
    font-weight: bold;
    line-height: 135%;
    font-family: 'Comic Sans MS';
    letter-spacing: normal;
}

#feature-area-home a:link, #feature-area-home a:visited
{
    color: #000000;
}

#feature-area-home a:hover
{
    text-decoration: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BREADCRUMB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#breadcrumb
{
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 710px;
    border: 1px solid #CCCCCC;
    position: relative;
    color: #000000;
    font-size: large;
    padding: .5em 20px .7em 20px;
    background: #CCFFFF url(../../images/yellowNavSub.jpg) top right repeat-y;
}

#breadcrumb a:link, #breadcrumb a:visited
{
    text-decoration: none;
}

#breadcrumb a:hover
{
    text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView
{
    border-bottom: 1px dotted #CCCCCC !important;
}

.TreeView div
{
    margin-left: 5px;
}

.TreeView table
{
    border-top: 1px dotted #CCCCCC !important;
}

.TreeView div table
{
    border-bottom: none !important;
    border-top: none !important;
}

.TreeView table td
{
    padding: 2px 0;
}

.LeafNodesStyle
{
}

.RootNodeStyle
{
}

/* ALL ELEMENTS */
.NodeStyle
{
}

.ParentNodeStyle
{
    background: yellow;
}


a.SelectedNodeStyle
{
    display: block;
    padding: 2px 0 2px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul
{
    margin: 0;
    padding: 0;
}

li
{
    list-style: none;
    background: url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
    padding: .2em 0 .2em 1em;
    margin-left: 0.4em;
}

ul.list-of-links
{
}

#content-side1-three-column ul.list-of-links, #content-side2-three-column ul.list-of-links
{
    margin: 0 0 10px 0px;
}

ul.list-of-links li
{
    background-image: url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current
{
}


ul.no-lines, ul.no-lines li
{
    border: none;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area
{
    background-color: #6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img
{
    border: none;
}

.photo-border
{
    border: 1px solid #CCFFFF;
    padding: 4px;
    background: #d9d9d9 url(../../images/bg-photo3.jpg) top repeat-x;
    margin-bottom: 5px;
    display: block;
}

.home-column
{
    border: 1px solid #fefefe;
    padding: 4px;
    margin-bottom: 5px;
    display: block;
    background-color: #fbfbfb;
}


.photo-float-left
{
    float: left;
    margin-right: 10px;
}

.image-border-none
{
    border: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer
{
    background: #CCCCFF url(../../images/bg-nav2.jpg) bottom left repeat-x;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 730px;
    height: 21px;
    padding: .8em 0 1em 20px;
    position: relative;
    color: #ffffff;
    font-size: .8em;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 1px solid;
    border-top: #CCCCCC 1px solid;
    border-bottom: #CCCCCC 1px solid;
    text-align: center;
}

#footer div
{
}

#footer a:link, #footer a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover
{
    color: #D4E7F8;
    text-decoration: none;
}

#footer a:active
{
    color: #FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub
{
    margin-left: auto;
    margin-right: auto;
    width: 730px;
    padding: .1em 0 2em 0;
    position: relative;
    font-size: .8em;
    color: #999999;
    text-align: left;
}

#footer-sub ul
{
    margin: 0;
    padding: 0;
}

#footer-sub li
{
    display: inline;
    list-style: none;
    padding: 0 1em 0 0;
    background: none;
}

#footer-sub a:link, #footer-sub a:visited
{
    text-decoration: underline;
    color: #999999;
}

#footer-sub a:hover
{
    color: #666666;
    text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date
{
    font-size: 0.9em;
    font-style: italic;
    color: #A4A4A4;
}

.arrow
{
    vertical-align: middle;
}

input.button-big
{
    font-weight: bold;
    padding: .7em 1.5em;
    font-size: 1.1em;
    vertical-align: bottom;
}

input.button-small
{
    font-weight: normal;
    padding: .4em 1em;
    font-size: .8em;
    vertical-align: bottom;
}

.clear
{
    clear: both;
}

.none
{
    display: none;
}
